.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #164fd3 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #164fd3 !important;
  border-color: #164fd3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #326aea !important;
  border-color: #326aea !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #326aea !important;
  border-color: #326aea !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #164fd3;
  color: #164fd3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e3284 !important;
  background-color: transparent !important;
  border-color: #0e3284 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #164fd3 !important;
  border-color: #164fd3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #164fd3 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c2c77 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #164fd3;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #164fd3;
  border-color: #164fd3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #164fd3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bdcff8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #164fd3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #164fd3;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #164fd3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #164fd3;
}
.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: #164fd3;
  border-bottom-color: #164fd3;
}
.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: #164fd3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23164fd3' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v7VleZYxRD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v7VleZYxRD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7VleZYxRD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v7VleZYxRD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7VleZYxRD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v7VleZYxRD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7VleZYxRD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7VleZYxRD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v7VleZYxRD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v7VleZYxRD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v7VleZYxRD .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v7VleZYxRD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v7VleZYxRD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v7VleZYxRD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v7VleZYxRD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v7VleZYxRD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v7VleZYxRD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v7VleZYxRD .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7VleZYxRD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v7VleZYxRD .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v7VleZYxRD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v7VleZYxRD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v7VleZYxRD .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v7VleZYxRD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7VleZYxRD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v7VleZYxRD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7VleZYxRD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-v7VleZYxRD .nav-item:focus,
.cid-v7VleZYxRD .nav-link:focus {
  outline: none;
}
.cid-v7VleZYxRD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7VleZYxRD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7VleZYxRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7VleZYxRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7VleZYxRD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7VleZYxRD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7VleZYxRD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v7VleZYxRD .navbar.opened {
  transition: all 0.3s;
}
.cid-v7VleZYxRD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7VleZYxRD .navbar .navbar-logo img {
  width: auto;
}
.cid-v7VleZYxRD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v7VleZYxRD .navbar.collapsed {
  justify-content: center;
}
.cid-v7VleZYxRD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7VleZYxRD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7VleZYxRD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7VleZYxRD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7VleZYxRD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7VleZYxRD .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-v7VleZYxRD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7VleZYxRD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7VleZYxRD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7VleZYxRD .navbar {
    min-height: 72px;
  }
  .cid-v7VleZYxRD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v7VleZYxRD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7VleZYxRD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7VleZYxRD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7VleZYxRD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7VleZYxRD .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-v7VleZYxRD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7VleZYxRD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v7VleZYxRD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7VleZYxRD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7VleZYxRD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v7VleZYxRD .dropdown-item.active,
.cid-v7VleZYxRD .dropdown-item:active {
  background-color: transparent;
}
.cid-v7VleZYxRD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7VleZYxRD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7VleZYxRD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7VleZYxRD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7VleZYxRD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v7VleZYxRD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v7VleZYxRD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7VleZYxRD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v7VleZYxRD .navbar-buttons {
    text-align: left;
  }
}
.cid-v7VleZYxRD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7VleZYxRD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7VleZYxRD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7VleZYxRD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7VleZYxRD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7VleZYxRD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7VleZYxRD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7VleZYxRD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7VleZYxRD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7VleZYxRD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7VleZYxRD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7VleZYxRD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7VleZYxRD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7VleZYxRD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7VleZYxRD .navbar {
    height: 70px;
  }
  .cid-v7VleZYxRD .navbar.opened {
    height: auto;
  }
  .cid-v7VleZYxRD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v7VleZYxRD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v7VleZYxRD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v7VleZYxRD .navbar-brand {
    margin-right: auto;
  }
  .cid-v7VleZYxRD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v7VleZYxRD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v7VleZYxRD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v7VleZYxRD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7VleZYxRD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v7VleZYxRD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7Vlf0m1kE {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #164fd3;
}
.cid-v7Vlf0m1kE input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-v7Vlf0m1kE input:hover {
  border: none !important;
}
.cid-v7Vlf0m1kE .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-v7Vlf0m1kE .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-v7Vlf0m1kE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7Vlf0m1kE .row {
  justify-content: center;
}
.cid-v7Vlf0m1kE .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-v7Vlf0m1kE .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-v7Vlf0m1kE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v7Vlf0m1kE .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v7Vlf0m1kE .justify-content-center {
  align-items: center;
}
.cid-v7Vlf0m1kE .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-v7Vlf0E5YC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v7Vlf0E5YC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf0E5YC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Vlf0E5YC .card-wrapper {
  background: #d70081;
}
@media (max-width: 767px) {
  .cid-v7Vlf0E5YC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7Vlf0E5YC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7Vlf0E5YC .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v7Vlf0E5YC .mbr-text,
.cid-v7Vlf0E5YC .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7Vlf0E5YC .card-title,
.cid-v7Vlf0E5YC .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v7Vlf0WJ43 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
.cid-v7Vlf0WJ43 img,
.cid-v7Vlf0WJ43 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7Vlf0WJ43 .item:focus,
.cid-v7Vlf0WJ43 span:focus {
  outline: none;
}
.cid-v7Vlf0WJ43 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf0WJ43 .item {
    margin-bottom: 1rem;
  }
}
.cid-v7Vlf0WJ43 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7Vlf0WJ43 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7Vlf0WJ43 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7Vlf0WJ43 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7Vlf0WJ43 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7Vlf0WJ43 .item-title {
  text-align: left;
}
.cid-v7Vlf0WJ43 .item-subtitle {
  text-align: left;
}
.cid-v7Vlf0WJ43 .mbr-text,
.cid-v7Vlf0WJ43 .item .mbr-section-btn {
  text-align: left;
}
.cid-v7Vlf0WJ43 .content-head {
  max-width: 800px;
}
.cid-v7Vlf0WJ43 .mbr-section-subtitle,
.cid-v7Vlf0WJ43 .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7Vlf1hP51 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7Vlf1hP51 img,
.cid-v7Vlf1hP51 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7Vlf1hP51 .item:focus,
.cid-v7Vlf1hP51 span:focus {
  outline: none;
}
.cid-v7Vlf1hP51 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf1hP51 .item {
    margin-bottom: 1rem;
  }
}
.cid-v7Vlf1hP51 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7Vlf1hP51 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7Vlf1hP51 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7Vlf1hP51 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7Vlf1hP51 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7Vlf1hP51 .item-title {
  text-align: left;
}
.cid-v7Vlf1hP51 .item-subtitle {
  text-align: left;
}
.cid-v7Vlf1hP51 .mbr-text,
.cid-v7Vlf1hP51 .item .mbr-section-btn {
  text-align: left;
}
.cid-v7Vlf1hP51 .content-head {
  max-width: 800px;
}
.cid-v7Vlf1hP51 .mbr-section-subtitle,
.cid-v7Vlf1hP51 .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7Vlf1FjEL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7Vlf1FjEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf1FjEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Vlf1FjEL .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf1FjEL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7Vlf1FjEL .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7Vlf1FjEL .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Vlf1FjEL .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v7Vlf1FjEL .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v7Vlf1FjEL .image-wrapper {
  padding: 0 1rem;
}
.cid-v7Vlf1FjEL img,
.cid-v7Vlf1FjEL .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7Vlf1FjEL img,
  .cid-v7Vlf1FjEL .image-wrapper {
    max-height: 350px;
  }
}
.cid-v7Vlf1FjEL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7Vlf1FjEL .mbr-text {
  color: #000000;
}
.cid-v7Vlf1FjEL .mbr-text,
.cid-v7Vlf1FjEL .mbr-section-btn {
  text-align: left;
}
.cid-v7Vlf1FjEL .price {
  color: #232323;
  text-align: left;
}
.cid-v7Vlf1FjEL .content-head {
  max-width: 800px;
}
.cid-v7Vlf1FjEL .mbr-section-maintitle {
  text-align: center;
}
.cid-v7Vlf1FjEL .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-v7Vlf20pG8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v7Vlf20pG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf20pG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v7Vlf20pG8 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #164fd3;
}
.cid-v7Vlf20pG8 .mbr-section-title {
  color: #000000;
}
.cid-v7Vlf20pG8 .mbr-text,
.cid-v7Vlf20pG8 .mbr-section-btn {
  color: #000000;
}
.cid-v7Vlf2idWy {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
.cid-v7Vlf2idWy img,
.cid-v7Vlf2idWy .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7Vlf2idWy .item:focus,
.cid-v7Vlf2idWy span:focus {
  outline: none;
}
.cid-v7Vlf2idWy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf2idWy .item {
    margin-bottom: 1rem;
  }
}
.cid-v7Vlf2idWy .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7Vlf2idWy .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7Vlf2idWy .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7Vlf2idWy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7Vlf2idWy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7Vlf2idWy .item-title {
  text-align: left;
}
.cid-v7Vlf2idWy .item-subtitle {
  text-align: left;
}
.cid-v7Vlf2idWy .mbr-text,
.cid-v7Vlf2idWy .item .mbr-section-btn {
  text-align: left;
}
.cid-v7Vlf2idWy .content-head {
  max-width: 800px;
}
.cid-v7Vlf2idWy .mbr-section-subtitle,
.cid-v7Vlf2idWy .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7Vlf2F9F8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7Vlf2F9F8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf2F9F8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Vlf2F9F8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf2F9F8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v7Vlf2F9F8 .item-wrapper {
  position: relative;
}
.cid-v7Vlf2F9F8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v7Vlf2F9F8 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v7Vlf2F9F8 .carousel-control,
.cid-v7Vlf2F9F8 .close {
  background: #1b1b1b;
}
.cid-v7Vlf2F9F8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7Vlf2F9F8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7Vlf2F9F8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7Vlf2F9F8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7Vlf2F9F8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v7Vlf2F9F8 .close::before {
  content: '\e91a';
}
.cid-v7Vlf2F9F8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7Vlf2F9F8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v7Vlf2F9F8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7Vlf2F9F8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf2F9F8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7Vlf2F9F8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7Vlf2F9F8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v7Vlf2F9F8 .carousel-indicators li.active,
.cid-v7Vlf2F9F8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7Vlf2F9F8 .carousel-indicators li::after,
.cid-v7Vlf2F9F8 .carousel-indicators li::before {
  content: none;
}
.cid-v7Vlf2F9F8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7Vlf2F9F8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7Vlf2F9F8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Vlf2F9F8 .carousel-indicators {
    display: none;
  }
}
.cid-v7Vlf2F9F8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7Vlf2F9F8 .carousel-inner > .active {
  display: block;
}
.cid-v7Vlf2F9F8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7Vlf2F9F8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7Vlf2F9F8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7Vlf2F9F8 .carousel-control,
  .cid-v7Vlf2F9F8 .carousel-indicators,
  .cid-v7Vlf2F9F8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7Vlf2F9F8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7Vlf2F9F8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7Vlf2F9F8 .carousel-indicators .active,
.cid-v7Vlf2F9F8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7Vlf2F9F8 .carousel-indicators .active {
  background: #fff;
}
.cid-v7Vlf2F9F8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7Vlf2F9F8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7Vlf2F9F8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7Vlf2F9F8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7Vlf2F9F8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7Vlf2F9F8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7Vlf2F9F8 .carousel {
  width: 100%;
}
.cid-v7Vlf2F9F8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7Vlf2F9F8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7Vlf2F9F8 .modal.fade .modal-dialog,
.cid-v7Vlf2F9F8 .modal.in .modal-dialog {
  transform: none;
}
.cid-v7Vlf2F9F8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7Vlf2F9F8 .content-head {
  max-width: 800px;
}
.cid-v7Vlf2F9F8 H3 {
  text-align: center;
}
.cid-v7Vlf2F9F8 H4 {
  text-align: center;
}
.cid-v7Vlf3yHyq {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #086784;
}
@media (min-width: 768px) {
  .cid-v7Vlf3yHyq {
    align-items: center;
  }
  .cid-v7Vlf3yHyq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v7Vlf3yHyq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v7Vlf3yHyq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v7Vlf3yHyq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7Vlf3yHyq .content-wrap {
    width: 100%;
  }
}
.cid-v7Vlf3yHyq .mbr-section-title {
  text-align: center;
}
.cid-v7Vlf3yHyq .mbr-text,
.cid-v7Vlf3yHyq .mbr-section-btn {
  text-align: center;
}
.cid-v7Vlf3PXqG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7Vlf3PXqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf3PXqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v7Vlf3PXqG .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-v7Vlf3PXqG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7Vlf3PXqG .mbr-text,
.cid-v7Vlf3PXqG .mbr-section-btn {
  color: #000000;
}
.cid-v7Vlf3PXqG .media-content,
.cid-v7Vlf3PXqG .mbr-figure {
  align-self: center;
}
.cid-v7Vlf3PXqG .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-v7Vlf3PXqG .app-video-wrapper {
  background: transparent;
}
.cid-v7Vlf469Hb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7Vlf469Hb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf469Hb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7Vlf469Hb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7Vlf469Hb .row {
  flex-direction: row-reverse;
}
.cid-v7Vlf469Hb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v7Vlf469Hb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v7Vlf469Hb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7Vlf469Hb .mbr-section-title {
  color: #000000;
}
.cid-v7Vlf469Hb .mbr-text,
.cid-v7Vlf469Hb .mbr-section-btn {
  color: #232323;
}
.cid-v7Vlf4AFKG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7Vlf4AFKG .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v7Vlf4AFKG img,
.cid-v7Vlf4AFKG .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7Vlf4AFKG .item:focus,
.cid-v7Vlf4AFKG span:focus {
  outline: none;
}
.cid-v7Vlf4AFKG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf4AFKG .item {
    margin-bottom: 1rem;
  }
}
.cid-v7Vlf4AFKG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7Vlf4AFKG .mbr-section-title {
  color: #232323;
}
.cid-v7Vlf4AFKG .mbr-text,
.cid-v7Vlf4AFKG .mbr-section-btn {
  color: #232323;
}
.cid-v7Vlf4AFKG .item-title {
  color: #232323;
}
.cid-v7Vlf4AFKG .content-head {
  max-width: 800px;
}
.cid-v7Vlf5aH2P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v7Vlf5aH2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf5aH2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Vlf5aH2P .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf5aH2P .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7Vlf5aH2P .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-v7Vlf5aH2P .card-text {
  color: #232323;
}
.cid-v7Vlf5t35a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7Vlf5t35a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf5t35a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Vlf5t35a .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf5t35a .item-mb {
    margin-bottom: 0;
  }
}
.cid-v7Vlf5t35a .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7Vlf5t35a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Vlf5t35a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v7Vlf5t35a .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v7Vlf5t35a .mbr-section-title {
  color: #d70081;
}
.cid-v7Vlf5t35a .mbr-section-subtitle {
  color: #232323;
}
.cid-v7Vlf5t35a .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v7Vlf5t35a .card-box .item-footer {
  margin-top: auto;
}
.cid-v7Vlf5t35a .content-head {
  max-width: 800px;
}
.cid-v7Vlf6jfvp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Vlf6jfvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf6jfvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Vlf6jfvp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v7Vlf6jfvp .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7Vlf6jfvp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7Vlf6jfvp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7Vlf6jfvp .container {
    padding: 0 24px;
  }
}
.cid-v7Vlf6jfvp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-v7Vlf6jfvp .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7Vlf6jfvp .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7Vlf6jfvp .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-v7Vlf6jfvp .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-v7Vlf6jfvp .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7Vlf6jfvp .item .item-wrapper .card-box {
  position: relative;
  padding: 20px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-v7Vlf6jfvp .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
.cid-v7Vlf6jfvp .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-v7Vlf6jfvp .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-v7Vlf6jfvp .item .card-main {
  height: 100%;
  display: block;
  min-height: 630px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7Vlf6jfvp .item .card-main {
    min-height: 400px;
    padding: 0;
  }
}
.cid-v7Vlf6jfvp .item .card-main .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbfaf9;
  border-radius: 2rem;
  border: 1px solid #edeceb;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-v7Vlf6jfvp .item .card-main .card-box {
    padding: 24px;
  }
}
.cid-v7Vlf6jfvp .item .card-main .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v7Vlf6jfvp .item .card-main .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v7Vlf6jfvp .item-title {
  color: #18212d;
}
.cid-v7Vlf6jfvp .item-text {
  color: #18212d;
}
.cid-v7Vlf6jfvp .item-name {
  color: #ffffff;
}
.cid-v7Vlf6jfvp .item-role {
  color: #ffffff;
}
.cid-v7Vlf6D7VW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Vlf6D7VW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf6D7VW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Vlf6D7VW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v7Vlf6D7VW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7Vlf6D7VW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7Vlf6D7VW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7Vlf6D7VW .container {
    padding: 0 24px;
  }
}
.cid-v7Vlf6D7VW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-v7Vlf6D7VW .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7Vlf6D7VW .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7Vlf6D7VW .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7Vlf6D7VW .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-v7Vlf6D7VW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7Vlf6D7VW .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v7Vlf6D7VW .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v7Vlf6D7VW .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-v7Vlf6D7VW .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-v7Vlf6D7VW .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-v7Vlf6D7VW .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-v7Vlf6D7VW .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v7Vlf6D7VW .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-v7Vlf6D7VW .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7Vlf6D7VW .item-title {
  color: #18212d;
}
.cid-v7Vlf6D7VW .item-text {
  color: #18212d;
}
.cid-v7Vlf6D7VW .item-date {
  color: #ffffff;
}
.cid-v7Vlf72pjm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7Vlf72pjm .item:focus,
.cid-v7Vlf72pjm span:focus {
  outline: none;
}
.cid-v7Vlf72pjm .item {
  cursor: pointer;
}
.cid-v7Vlf72pjm .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf72pjm .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v7Vlf72pjm .grid-container-1,
.cid-v7Vlf72pjm .grid-container-2,
.cid-v7Vlf72pjm .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vlf72pjm .grid-container-1,
  .cid-v7Vlf72pjm .grid-container-2,
  .cid-v7Vlf72pjm .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v7Vlf72pjm .mbr-section-title {
  color: #000000;
}
.cid-v7Vlf72pjm .mbr-text,
.cid-v7Vlf72pjm .mbr-section-btn {
  color: #000000;
}
.cid-v7Vlf72pjm .content-head {
  max-width: 800px;
}
.cid-v7Vlf72pjm .container,
.cid-v7Vlf72pjm .container-fluid {
  overflow: hidden;
}
.cid-v7Vlf72pjm .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v7Vlf72pjm .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7Vlf72pjm .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7Vlf72pjm .grid-item img {
    min-width: 35vw;
  }
}
.cid-v7Vlf72pjm .grid-container-1,
.cid-v7Vlf72pjm .grid-container-2,
.cid-v7Vlf72pjm .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v7Vlf72pjm .grid-container-1 {
  align-items: flex-end;
}
.cid-v7Vlf72pjm .grid-container-2 {
  align-items: flex-start;
}
.cid-v7Vlf7kgtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Vlf7kgtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vlf7kgtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Vlf7kgtg .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7Vlf7kgtg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7Vlf7kgtg .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v7Vlf7kgtg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7Vlf7kgtg .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7Vlf7kgtg .items-wrapper {
  align-items: center;
}
.cid-v7Vlf7kgtg .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7Vlf7kgtg .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v7Vlf7kgtg .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v7Vlf7kgtg .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-v7Vlf7kgtg .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v7Vlf7kgtg .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7Vlf7kgtg .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v7Vlf7kgtg .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v7Vlf7kgtg .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v7Vlf7kgtg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7Vlf7kgtg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v7Vlf7kgtg .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v7Vlf7kgtg .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v7Vlf7kgtg .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v7Vlf7kgtg .mbr-text,
.cid-v7Vlf7kgtg .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v7Vlf7kgtg .card-title {
  color: #ffffff;
}
.cid-v7Vlf7kgtg .card-text {
  color: #ffffff;
}
.cid-v7Vlf7G5nc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
@media (max-width: 991px) {
  .cid-v7Vlf7G5nc .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7Vlf7G5nc .container {
    padding: 0 12px;
  }
}
.cid-v7Vlf7G5nc .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7Vlf7G5nc .social-row .soc-item {
  margin: 8px;
}
.cid-v7Vlf7G5nc .social-row .soc-item a:hover .mbr-iconfont,
.cid-v7Vlf7G5nc .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7Vlf7G5nc .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #164fd3;
  transition: all 0.3s ease-in-out;
}
.cid-v7Vlf7G5nc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v7Vlf7G5nc .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v7Vlf7G5nc .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v7Vlf7G5nc .header-menu li p {
  margin: 0;
}
.cid-v7Vlf7G5nc .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Vlf7G5nc .mbr-section-title {
  color: #ffffff;
}
.cid-v7Vlf7G5nc header-menu-item {
  color: #ffffff;
}
.cid-v7VsvGKClt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v7VsvGKClt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7VsvGKClt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v7VsvGKClt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7VsvGKClt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v7VsvGKClt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7VsvGKClt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7VsvGKClt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v7VsvGKClt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v7VsvGKClt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v7VsvGKClt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v7VsvGKClt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v7VsvGKClt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v7VsvGKClt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v7VsvGKClt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v7VsvGKClt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v7VsvGKClt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v7VsvGKClt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7VsvGKClt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v7VsvGKClt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v7VsvGKClt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v7VsvGKClt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v7VsvGKClt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v7VsvGKClt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7VsvGKClt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v7VsvGKClt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7VsvGKClt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-v7VsvGKClt .nav-item:focus,
.cid-v7VsvGKClt .nav-link:focus {
  outline: none;
}
.cid-v7VsvGKClt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7VsvGKClt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7VsvGKClt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7VsvGKClt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7VsvGKClt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7VsvGKClt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7VsvGKClt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v7VsvGKClt .navbar.opened {
  transition: all 0.3s;
}
.cid-v7VsvGKClt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7VsvGKClt .navbar .navbar-logo img {
  width: auto;
}
.cid-v7VsvGKClt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v7VsvGKClt .navbar.collapsed {
  justify-content: center;
}
.cid-v7VsvGKClt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7VsvGKClt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7VsvGKClt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7VsvGKClt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7VsvGKClt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7VsvGKClt .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-v7VsvGKClt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7VsvGKClt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7VsvGKClt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7VsvGKClt .navbar {
    min-height: 72px;
  }
  .cid-v7VsvGKClt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v7VsvGKClt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7VsvGKClt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7VsvGKClt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7VsvGKClt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7VsvGKClt .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-v7VsvGKClt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7VsvGKClt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v7VsvGKClt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7VsvGKClt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7VsvGKClt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v7VsvGKClt .dropdown-item.active,
.cid-v7VsvGKClt .dropdown-item:active {
  background-color: transparent;
}
.cid-v7VsvGKClt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7VsvGKClt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7VsvGKClt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7VsvGKClt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7VsvGKClt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v7VsvGKClt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v7VsvGKClt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7VsvGKClt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v7VsvGKClt .navbar-buttons {
    text-align: left;
  }
}
.cid-v7VsvGKClt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7VsvGKClt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7VsvGKClt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7VsvGKClt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7VsvGKClt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7VsvGKClt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7VsvGKClt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7VsvGKClt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7VsvGKClt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7VsvGKClt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7VsvGKClt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7VsvGKClt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7VsvGKClt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7VsvGKClt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7VsvGKClt .navbar {
    height: 70px;
  }
  .cid-v7VsvGKClt .navbar.opened {
    height: auto;
  }
  .cid-v7VsvGKClt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v7VsvGKClt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v7VsvGKClt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v7VsvGKClt .navbar-brand {
    margin-right: auto;
  }
  .cid-v7VsvGKClt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v7VsvGKClt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v7VsvGKClt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v7VsvGKClt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7VsvGKClt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v7VsvGKClt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7VsvHpYOm {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #164fd3;
}
.cid-v7VsvHpYOm input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-v7VsvHpYOm input:hover {
  border: none !important;
}
.cid-v7VsvHpYOm .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-v7VsvHpYOm .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-v7VsvHpYOm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7VsvHpYOm .row {
  justify-content: center;
}
.cid-v7VsvHpYOm .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-v7VsvHpYOm .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-v7VsvHpYOm .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v7VsvHpYOm .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v7VsvHpYOm .justify-content-center {
  align-items: center;
}
.cid-v7VsvHpYOm .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-v7VsvHTyCJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v7VsvHTyCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvHTyCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VsvHTyCJ .card-wrapper {
  background: #d70081;
}
@media (max-width: 767px) {
  .cid-v7VsvHTyCJ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7VsvHTyCJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7VsvHTyCJ .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v7VsvHTyCJ .mbr-text,
.cid-v7VsvHTyCJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7VsvHTyCJ .card-title,
.cid-v7VsvHTyCJ .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v7VsvIwQiF {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
.cid-v7VsvIwQiF img,
.cid-v7VsvIwQiF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7VsvIwQiF .item:focus,
.cid-v7VsvIwQiF span:focus {
  outline: none;
}
.cid-v7VsvIwQiF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VsvIwQiF .item {
    margin-bottom: 1rem;
  }
}
.cid-v7VsvIwQiF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7VsvIwQiF .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7VsvIwQiF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7VsvIwQiF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7VsvIwQiF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7VsvIwQiF .item-title {
  text-align: left;
}
.cid-v7VsvIwQiF .item-subtitle {
  text-align: left;
}
.cid-v7VsvIwQiF .mbr-text,
.cid-v7VsvIwQiF .item .mbr-section-btn {
  text-align: left;
}
.cid-v7VsvIwQiF .content-head {
  max-width: 800px;
}
.cid-v7VsvIwQiF .mbr-section-subtitle,
.cid-v7VsvIwQiF .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7VsvITizB {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7VsvITizB img,
.cid-v7VsvITizB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7VsvITizB .item:focus,
.cid-v7VsvITizB span:focus {
  outline: none;
}
.cid-v7VsvITizB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VsvITizB .item {
    margin-bottom: 1rem;
  }
}
.cid-v7VsvITizB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7VsvITizB .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7VsvITizB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7VsvITizB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7VsvITizB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7VsvITizB .item-title {
  text-align: left;
}
.cid-v7VsvITizB .item-subtitle {
  text-align: left;
}
.cid-v7VsvITizB .mbr-text,
.cid-v7VsvITizB .item .mbr-section-btn {
  text-align: left;
}
.cid-v7VsvITizB .content-head {
  max-width: 800px;
}
.cid-v7VsvITizB .mbr-section-subtitle,
.cid-v7VsvITizB .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7VsvJkL7Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7VsvJkL7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvJkL7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VsvJkL7Z .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VsvJkL7Z .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7VsvJkL7Z .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7VsvJkL7Z .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v7VsvJkL7Z .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v7VsvJkL7Z .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v7VsvJkL7Z .image-wrapper {
  padding: 0 1rem;
}
.cid-v7VsvJkL7Z img,
.cid-v7VsvJkL7Z .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7VsvJkL7Z img,
  .cid-v7VsvJkL7Z .image-wrapper {
    max-height: 350px;
  }
}
.cid-v7VsvJkL7Z .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7VsvJkL7Z .mbr-text {
  color: #000000;
}
.cid-v7VsvJkL7Z .mbr-text,
.cid-v7VsvJkL7Z .mbr-section-btn {
  text-align: left;
}
.cid-v7VsvJkL7Z .price {
  color: #232323;
  text-align: left;
}
.cid-v7VsvJkL7Z .content-head {
  max-width: 800px;
}
.cid-v7VsvJkL7Z .mbr-section-maintitle {
  text-align: center;
}
.cid-v7VsvJkL7Z .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-v7VsvJIxfc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7VsvJIxfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvJIxfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VsvJIxfc .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VsvJIxfc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7VsvJIxfc .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7VsvJIxfc .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v7VsvJIxfc .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v7VsvJIxfc .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v7VsvJIxfc .image-wrapper {
  padding: 0 1rem;
}
.cid-v7VsvJIxfc img,
.cid-v7VsvJIxfc .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7VsvJIxfc img,
  .cid-v7VsvJIxfc .image-wrapper {
    max-height: 350px;
  }
}
.cid-v7VsvJIxfc .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7VsvJIxfc .mbr-text {
  color: #000000;
}
.cid-v7VsvJIxfc .mbr-text,
.cid-v7VsvJIxfc .mbr-section-btn {
  text-align: left;
}
.cid-v7VsvJIxfc .price {
  color: #232323;
  text-align: left;
}
.cid-v7VsvJIxfc .content-head {
  max-width: 800px;
}
.cid-v7VsvJIxfc .mbr-section-maintitle {
  text-align: center;
}
.cid-v7VsvJIxfc .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-v7VsvK7sFT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v7VsvK7sFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvK7sFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v7VsvK7sFT .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #164fd3;
}
.cid-v7VsvK7sFT .mbr-section-title {
  color: #000000;
}
.cid-v7VsvK7sFT .mbr-text,
.cid-v7VsvK7sFT .mbr-section-btn {
  color: #000000;
}
.cid-v7VsvKrAOK {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
.cid-v7VsvKrAOK img,
.cid-v7VsvKrAOK .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7VsvKrAOK .item:focus,
.cid-v7VsvKrAOK span:focus {
  outline: none;
}
.cid-v7VsvKrAOK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VsvKrAOK .item {
    margin-bottom: 1rem;
  }
}
.cid-v7VsvKrAOK .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7VsvKrAOK .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7VsvKrAOK .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7VsvKrAOK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7VsvKrAOK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7VsvKrAOK .item-title {
  text-align: left;
}
.cid-v7VsvKrAOK .item-subtitle {
  text-align: left;
}
.cid-v7VsvKrAOK .mbr-text,
.cid-v7VsvKrAOK .item .mbr-section-btn {
  text-align: left;
}
.cid-v7VsvKrAOK .content-head {
  max-width: 800px;
}
.cid-v7VsvKrAOK .mbr-section-subtitle,
.cid-v7VsvKrAOK .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7VsvKPKyJ {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #086784;
}
@media (min-width: 768px) {
  .cid-v7VsvKPKyJ {
    align-items: center;
  }
  .cid-v7VsvKPKyJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v7VsvKPKyJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v7VsvKPKyJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v7VsvKPKyJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7VsvKPKyJ .content-wrap {
    width: 100%;
  }
}
.cid-v7VsvKPKyJ .mbr-section-title {
  text-align: center;
}
.cid-v7VsvKPKyJ .mbr-text,
.cid-v7VsvKPKyJ .mbr-section-btn {
  text-align: center;
}
.cid-v7VsvL7Uva {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7VsvL7Uva .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvL7Uva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v7VsvL7Uva .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-v7VsvL7Uva .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7VsvL7Uva .mbr-text,
.cid-v7VsvL7Uva .mbr-section-btn {
  color: #000000;
}
.cid-v7VsvL7Uva .media-content,
.cid-v7VsvL7Uva .mbr-figure {
  align-self: center;
}
.cid-v7VsvL7Uva .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-v7VsvL7Uva .app-video-wrapper {
  background: transparent;
}
.cid-v7VsvLqDX7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7VsvLqDX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvLqDX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7VsvLqDX7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7VsvLqDX7 .row {
  flex-direction: row-reverse;
}
.cid-v7VsvLqDX7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v7VsvLqDX7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v7VsvLqDX7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7VsvLqDX7 .mbr-section-title {
  color: #000000;
}
.cid-v7VsvLqDX7 .mbr-text,
.cid-v7VsvLqDX7 .mbr-section-btn {
  color: #232323;
}
.cid-v7VsvLJlfy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7VsvLJlfy .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v7VsvLJlfy img,
.cid-v7VsvLJlfy .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7VsvLJlfy .item:focus,
.cid-v7VsvLJlfy span:focus {
  outline: none;
}
.cid-v7VsvLJlfy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VsvLJlfy .item {
    margin-bottom: 1rem;
  }
}
.cid-v7VsvLJlfy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7VsvLJlfy .mbr-section-title {
  color: #232323;
}
.cid-v7VsvLJlfy .mbr-text,
.cid-v7VsvLJlfy .mbr-section-btn {
  color: #232323;
}
.cid-v7VsvLJlfy .item-title {
  color: #232323;
}
.cid-v7VsvLJlfy .content-head {
  max-width: 800px;
}
.cid-v7VsvM7u4K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v7VsvM7u4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvM7u4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VsvM7u4K .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VsvM7u4K .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7VsvM7u4K .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-v7VsvM7u4K .card-text {
  color: #232323;
}
.cid-v7VsvMtQnT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7VsvMtQnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvMtQnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VsvMtQnT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VsvMtQnT .item-mb {
    margin-bottom: 0;
  }
}
.cid-v7VsvMtQnT .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7VsvMtQnT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v7VsvMtQnT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v7VsvMtQnT .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v7VsvMtQnT .mbr-section-title {
  color: #d70081;
}
.cid-v7VsvMtQnT .mbr-section-subtitle {
  color: #232323;
}
.cid-v7VsvMtQnT .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v7VsvMtQnT .card-box .item-footer {
  margin-top: auto;
}
.cid-v7VsvMtQnT .content-head {
  max-width: 800px;
}
.cid-v7VsvNoCCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7VsvNoCCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvNoCCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VsvNoCCO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v7VsvNoCCO .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7VsvNoCCO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7VsvNoCCO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7VsvNoCCO .container {
    padding: 0 24px;
  }
}
.cid-v7VsvNoCCO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-v7VsvNoCCO .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7VsvNoCCO .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7VsvNoCCO .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-v7VsvNoCCO .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-v7VsvNoCCO .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7VsvNoCCO .item .item-wrapper .card-box {
  position: relative;
  padding: 20px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-v7VsvNoCCO .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
.cid-v7VsvNoCCO .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-v7VsvNoCCO .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-v7VsvNoCCO .item .card-main {
  height: 100%;
  display: block;
  min-height: 630px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7VsvNoCCO .item .card-main {
    min-height: 400px;
    padding: 0;
  }
}
.cid-v7VsvNoCCO .item .card-main .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbfaf9;
  border-radius: 2rem;
  border: 1px solid #edeceb;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-v7VsvNoCCO .item .card-main .card-box {
    padding: 24px;
  }
}
.cid-v7VsvNoCCO .item .card-main .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v7VsvNoCCO .item .card-main .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v7VsvNoCCO .item-title {
  color: #18212d;
}
.cid-v7VsvNoCCO .item-text {
  color: #18212d;
}
.cid-v7VsvNoCCO .item-name {
  color: #ffffff;
}
.cid-v7VsvNoCCO .item-role {
  color: #ffffff;
}
.cid-v7VsvNJh2G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7VsvNJh2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvNJh2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VsvNJh2G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v7VsvNJh2G .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7VsvNJh2G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7VsvNJh2G .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7VsvNJh2G .container {
    padding: 0 24px;
  }
}
.cid-v7VsvNJh2G .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-v7VsvNJh2G .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7VsvNJh2G .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7VsvNJh2G .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7VsvNJh2G .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-v7VsvNJh2G .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7VsvNJh2G .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v7VsvNJh2G .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v7VsvNJh2G .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-v7VsvNJh2G .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-v7VsvNJh2G .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-v7VsvNJh2G .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-v7VsvNJh2G .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v7VsvNJh2G .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-v7VsvNJh2G .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7VsvNJh2G .item-title {
  color: #18212d;
}
.cid-v7VsvNJh2G .item-text {
  color: #18212d;
}
.cid-v7VsvNJh2G .item-date {
  color: #ffffff;
}
.cid-v7VsvO7Qp7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7VsvO7Qp7 .item:focus,
.cid-v7VsvO7Qp7 span:focus {
  outline: none;
}
.cid-v7VsvO7Qp7 .item {
  cursor: pointer;
}
.cid-v7VsvO7Qp7 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VsvO7Qp7 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v7VsvO7Qp7 .grid-container-1,
.cid-v7VsvO7Qp7 .grid-container-2,
.cid-v7VsvO7Qp7 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v7VsvO7Qp7 .grid-container-1,
  .cid-v7VsvO7Qp7 .grid-container-2,
  .cid-v7VsvO7Qp7 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v7VsvO7Qp7 .mbr-section-title {
  color: #000000;
}
.cid-v7VsvO7Qp7 .mbr-text,
.cid-v7VsvO7Qp7 .mbr-section-btn {
  color: #000000;
}
.cid-v7VsvO7Qp7 .content-head {
  max-width: 800px;
}
.cid-v7VsvO7Qp7 .container,
.cid-v7VsvO7Qp7 .container-fluid {
  overflow: hidden;
}
.cid-v7VsvO7Qp7 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v7VsvO7Qp7 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7VsvO7Qp7 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7VsvO7Qp7 .grid-item img {
    min-width: 35vw;
  }
}
.cid-v7VsvO7Qp7 .grid-container-1,
.cid-v7VsvO7Qp7 .grid-container-2,
.cid-v7VsvO7Qp7 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v7VsvO7Qp7 .grid-container-1 {
  align-items: flex-end;
}
.cid-v7VsvO7Qp7 .grid-container-2 {
  align-items: flex-start;
}
.cid-v7VsvOwtmg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7VsvOwtmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VsvOwtmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VsvOwtmg .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7VsvOwtmg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7VsvOwtmg .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v7VsvOwtmg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7VsvOwtmg .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7VsvOwtmg .items-wrapper {
  align-items: center;
}
.cid-v7VsvOwtmg .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7VsvOwtmg .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v7VsvOwtmg .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v7VsvOwtmg .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-v7VsvOwtmg .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v7VsvOwtmg .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7VsvOwtmg .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v7VsvOwtmg .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v7VsvOwtmg .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v7VsvOwtmg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7VsvOwtmg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v7VsvOwtmg .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v7VsvOwtmg .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v7VsvOwtmg .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v7VsvOwtmg .mbr-text,
.cid-v7VsvOwtmg .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v7VsvOwtmg .card-title {
  color: #ffffff;
}
.cid-v7VsvOwtmg .card-text {
  color: #ffffff;
}
.cid-v7VsvOS8dI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
@media (max-width: 991px) {
  .cid-v7VsvOS8dI .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7VsvOS8dI .container {
    padding: 0 12px;
  }
}
.cid-v7VsvOS8dI .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7VsvOS8dI .social-row .soc-item {
  margin: 8px;
}
.cid-v7VsvOS8dI .social-row .soc-item a:hover .mbr-iconfont,
.cid-v7VsvOS8dI .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7VsvOS8dI .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #164fd3;
  transition: all 0.3s ease-in-out;
}
.cid-v7VsvOS8dI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v7VsvOS8dI .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v7VsvOS8dI .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v7VsvOS8dI .header-menu li p {
  margin: 0;
}
.cid-v7VsvOS8dI .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7VsvOS8dI .mbr-section-title {
  color: #ffffff;
}
.cid-v7VsvOS8dI header-menu-item {
  color: #ffffff;
}
.cid-v7WlqkFyii {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v7WlqkFyii .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7WlqkFyii .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v7WlqkFyii .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7WlqkFyii .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v7WlqkFyii .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7WlqkFyii .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7WlqkFyii .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v7WlqkFyii .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v7WlqkFyii .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v7WlqkFyii .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v7WlqkFyii .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v7WlqkFyii .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v7WlqkFyii .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v7WlqkFyii .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v7WlqkFyii .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v7WlqkFyii .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v7WlqkFyii .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7WlqkFyii .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v7WlqkFyii .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v7WlqkFyii .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v7WlqkFyii .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v7WlqkFyii .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v7WlqkFyii .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7WlqkFyii .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v7WlqkFyii .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7WlqkFyii .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-v7WlqkFyii .nav-item:focus,
.cid-v7WlqkFyii .nav-link:focus {
  outline: none;
}
.cid-v7WlqkFyii .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7WlqkFyii .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7WlqkFyii .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7WlqkFyii .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7WlqkFyii .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7WlqkFyii .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7WlqkFyii .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v7WlqkFyii .navbar.opened {
  transition: all 0.3s;
}
.cid-v7WlqkFyii .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7WlqkFyii .navbar .navbar-logo img {
  width: auto;
}
.cid-v7WlqkFyii .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v7WlqkFyii .navbar.collapsed {
  justify-content: center;
}
.cid-v7WlqkFyii .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7WlqkFyii .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7WlqkFyii .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7WlqkFyii .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7WlqkFyii .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7WlqkFyii .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-v7WlqkFyii .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7WlqkFyii .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7WlqkFyii .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7WlqkFyii .navbar {
    min-height: 72px;
  }
  .cid-v7WlqkFyii .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v7WlqkFyii .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7WlqkFyii .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7WlqkFyii .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7WlqkFyii .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7WlqkFyii .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-v7WlqkFyii .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7WlqkFyii .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v7WlqkFyii .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7WlqkFyii .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7WlqkFyii .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v7WlqkFyii .dropdown-item.active,
.cid-v7WlqkFyii .dropdown-item:active {
  background-color: transparent;
}
.cid-v7WlqkFyii .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7WlqkFyii .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7WlqkFyii .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7WlqkFyii .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7WlqkFyii .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v7WlqkFyii .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v7WlqkFyii ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7WlqkFyii .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v7WlqkFyii .navbar-buttons {
    text-align: left;
  }
}
.cid-v7WlqkFyii button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7WlqkFyii button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7WlqkFyii button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7WlqkFyii button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7WlqkFyii button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7WlqkFyii button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7WlqkFyii nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7WlqkFyii nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7WlqkFyii nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7WlqkFyii nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7WlqkFyii .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7WlqkFyii a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7WlqkFyii .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7WlqkFyii .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7WlqkFyii .navbar {
    height: 70px;
  }
  .cid-v7WlqkFyii .navbar.opened {
    height: auto;
  }
  .cid-v7WlqkFyii .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v7WlqkFyii .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v7WlqkFyii .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v7WlqkFyii .navbar-brand {
    margin-right: auto;
  }
  .cid-v7WlqkFyii .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v7WlqkFyii .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v7WlqkFyii .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v7WlqkFyii .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7WlqkFyii .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v7WlqkFyii .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7Wlql5dDe {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #164fd3;
}
.cid-v7Wlql5dDe input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-v7Wlql5dDe input:hover {
  border: none !important;
}
.cid-v7Wlql5dDe .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-v7Wlql5dDe .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-v7Wlql5dDe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7Wlql5dDe .row {
  justify-content: center;
}
.cid-v7Wlql5dDe .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-v7Wlql5dDe .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-v7Wlql5dDe .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v7Wlql5dDe .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v7Wlql5dDe .justify-content-center {
  align-items: center;
}
.cid-v7Wlql5dDe .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-v7WlqlrCXx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v7WlqlrCXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WlqlrCXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WlqlrCXx .card-wrapper {
  background: #d70081;
}
@media (max-width: 767px) {
  .cid-v7WlqlrCXx .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7WlqlrCXx .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7WlqlrCXx .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v7WlqlrCXx .mbr-text,
.cid-v7WlqlrCXx .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7WlqlrCXx .card-title,
.cid-v7WlqlrCXx .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v7WlqlMA0t {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
.cid-v7WlqlMA0t img,
.cid-v7WlqlMA0t .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7WlqlMA0t .item:focus,
.cid-v7WlqlMA0t span:focus {
  outline: none;
}
.cid-v7WlqlMA0t .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WlqlMA0t .item {
    margin-bottom: 1rem;
  }
}
.cid-v7WlqlMA0t .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7WlqlMA0t .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7WlqlMA0t .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7WlqlMA0t .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7WlqlMA0t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7WlqlMA0t .item-title {
  text-align: left;
}
.cid-v7WlqlMA0t .item-subtitle {
  text-align: left;
}
.cid-v7WlqlMA0t .mbr-text,
.cid-v7WlqlMA0t .item .mbr-section-btn {
  text-align: left;
}
.cid-v7WlqlMA0t .content-head {
  max-width: 800px;
}
.cid-v7WlqlMA0t .mbr-section-subtitle,
.cid-v7WlqlMA0t .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7WlqmcJcD {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7WlqmcJcD img,
.cid-v7WlqmcJcD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7WlqmcJcD .item:focus,
.cid-v7WlqmcJcD span:focus {
  outline: none;
}
.cid-v7WlqmcJcD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WlqmcJcD .item {
    margin-bottom: 1rem;
  }
}
.cid-v7WlqmcJcD .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7WlqmcJcD .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7WlqmcJcD .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7WlqmcJcD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7WlqmcJcD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7WlqmcJcD .item-title {
  text-align: left;
}
.cid-v7WlqmcJcD .item-subtitle {
  text-align: left;
}
.cid-v7WlqmcJcD .mbr-text,
.cid-v7WlqmcJcD .item .mbr-section-btn {
  text-align: left;
}
.cid-v7WlqmcJcD .content-head {
  max-width: 800px;
}
.cid-v7WlqmcJcD .mbr-section-subtitle,
.cid-v7WlqmcJcD .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7WlqmCT87 {
  padding-top: 6rem;
  padding-bottom: 1.2rem;
  background-color: #edefeb;
}
.cid-v7WlqmCT87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WlqmCT87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WlqmCT87 .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WlqmCT87 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7WlqmCT87 .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7WlqmCT87 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v7WlqmCT87 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v7WlqmCT87 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v7WlqmCT87 .image-wrapper {
  padding: 0 1rem;
}
.cid-v7WlqmCT87 img,
.cid-v7WlqmCT87 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7WlqmCT87 img,
  .cid-v7WlqmCT87 .image-wrapper {
    max-height: 350px;
  }
}
.cid-v7WlqmCT87 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7WlqmCT87 .mbr-text {
  color: #000000;
}
.cid-v7WlqmCT87 .mbr-text,
.cid-v7WlqmCT87 .mbr-section-btn {
  text-align: left;
}
.cid-v7WlqmCT87 .price {
  color: #232323;
  text-align: left;
}
.cid-v7WlqmCT87 .content-head {
  max-width: 800px;
}
.cid-v7WlqmCT87 .mbr-section-maintitle {
  text-align: center;
}
.cid-v7WlqmCT87 .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-v7Wlqn62eJ {
  padding-top: 1.2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7Wlqn62eJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Wlqn62eJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Wlqn62eJ .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Wlqn62eJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7Wlqn62eJ .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7Wlqn62eJ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Wlqn62eJ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v7Wlqn62eJ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v7Wlqn62eJ .image-wrapper {
  padding: 0 1rem;
}
.cid-v7Wlqn62eJ img,
.cid-v7Wlqn62eJ .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7Wlqn62eJ img,
  .cid-v7Wlqn62eJ .image-wrapper {
    max-height: 350px;
  }
}
.cid-v7Wlqn62eJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7Wlqn62eJ .mbr-text {
  color: #000000;
}
.cid-v7Wlqn62eJ .mbr-text,
.cid-v7Wlqn62eJ .mbr-section-btn {
  text-align: left;
}
.cid-v7Wlqn62eJ .price {
  color: #232323;
  text-align: left;
}
.cid-v7Wlqn62eJ .content-head {
  max-width: 800px;
}
.cid-v7Wlqn62eJ .mbr-section-maintitle {
  text-align: center;
}
.cid-v7Wlqn62eJ .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-v7WlqnxfjF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v7WlqnxfjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WlqnxfjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v7WlqnxfjF .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #164fd3;
}
.cid-v7WlqnxfjF .mbr-section-title {
  color: #000000;
}
.cid-v7WlqnxfjF .mbr-text,
.cid-v7WlqnxfjF .mbr-section-btn {
  color: #000000;
}
.cid-v7WlqnVPQJ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #164fd3;
}
.cid-v7WlqnVPQJ img,
.cid-v7WlqnVPQJ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7WlqnVPQJ .item:focus,
.cid-v7WlqnVPQJ span:focus {
  outline: none;
}
.cid-v7WlqnVPQJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WlqnVPQJ .item {
    margin-bottom: 1rem;
  }
}
.cid-v7WlqnVPQJ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7WlqnVPQJ .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7WlqnVPQJ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7WlqnVPQJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7WlqnVPQJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7WlqnVPQJ .item-title {
  text-align: left;
}
.cid-v7WlqnVPQJ .item-subtitle {
  text-align: left;
}
.cid-v7WlqnVPQJ .mbr-text,
.cid-v7WlqnVPQJ .item .mbr-section-btn {
  text-align: left;
}
.cid-v7WlqnVPQJ .content-head {
  max-width: 800px;
}
.cid-v7WlqnVPQJ .mbr-section-subtitle,
.cid-v7WlqnVPQJ .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7WDI8MycJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #164fd3;
}
.cid-v7WDI8MycJ img,
.cid-v7WDI8MycJ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7WDI8MycJ .item:focus,
.cid-v7WDI8MycJ span:focus {
  outline: none;
}
.cid-v7WDI8MycJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WDI8MycJ .item {
    margin-bottom: 1rem;
  }
}
.cid-v7WDI8MycJ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7WDI8MycJ .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7WDI8MycJ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7WDI8MycJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7WDI8MycJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7WDI8MycJ .item-title {
  text-align: left;
}
.cid-v7WDI8MycJ .item-subtitle {
  text-align: left;
}
.cid-v7WDI8MycJ .mbr-text,
.cid-v7WDI8MycJ .item .mbr-section-btn {
  text-align: left;
}
.cid-v7WDI8MycJ .content-head {
  max-width: 800px;
}
.cid-v7WDI8MycJ .mbr-section-subtitle,
.cid-v7WDI8MycJ .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7Wlqoq24s {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #086784;
}
@media (min-width: 768px) {
  .cid-v7Wlqoq24s {
    align-items: center;
  }
  .cid-v7Wlqoq24s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v7Wlqoq24s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v7Wlqoq24s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v7Wlqoq24s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7Wlqoq24s .content-wrap {
    width: 100%;
  }
}
.cid-v7Wlqoq24s .mbr-section-title {
  text-align: center;
}
.cid-v7Wlqoq24s .mbr-text,
.cid-v7Wlqoq24s .mbr-section-btn {
  text-align: center;
}
.cid-v7WlqoQFuu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7WlqoQFuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WlqoQFuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v7WlqoQFuu .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-v7WlqoQFuu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7WlqoQFuu .mbr-text,
.cid-v7WlqoQFuu .mbr-section-btn {
  color: #000000;
}
.cid-v7WlqoQFuu .media-content,
.cid-v7WlqoQFuu .mbr-figure {
  align-self: center;
}
.cid-v7WlqoQFuu .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-v7WlqoQFuu .app-video-wrapper {
  background: transparent;
}
.cid-v7Wlqpj0A7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7Wlqpj0A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Wlqpj0A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7Wlqpj0A7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7Wlqpj0A7 .row {
  flex-direction: row-reverse;
}
.cid-v7Wlqpj0A7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v7Wlqpj0A7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v7Wlqpj0A7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7Wlqpj0A7 .mbr-section-title {
  color: #000000;
}
.cid-v7Wlqpj0A7 .mbr-text,
.cid-v7Wlqpj0A7 .mbr-section-btn {
  color: #232323;
}
.cid-v7WlqpIoBF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7WlqpIoBF .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v7WlqpIoBF img,
.cid-v7WlqpIoBF .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7WlqpIoBF .item:focus,
.cid-v7WlqpIoBF span:focus {
  outline: none;
}
.cid-v7WlqpIoBF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WlqpIoBF .item {
    margin-bottom: 1rem;
  }
}
.cid-v7WlqpIoBF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7WlqpIoBF .mbr-section-title {
  color: #232323;
}
.cid-v7WlqpIoBF .mbr-text,
.cid-v7WlqpIoBF .mbr-section-btn {
  color: #232323;
}
.cid-v7WlqpIoBF .item-title {
  color: #232323;
}
.cid-v7WlqpIoBF .content-head {
  max-width: 800px;
}
.cid-v7WlqqfUSy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v7WlqqfUSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WlqqfUSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WlqqfUSy .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WlqqfUSy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7WlqqfUSy .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-v7WlqqfUSy .card-text {
  color: #232323;
}
.cid-v7WlqqLObL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v7WlqqLObL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WlqqLObL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WlqqLObL .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WlqqLObL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7WlqqLObL .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-v7WlqqLObL .card-text {
  color: #232323;
}
.cid-v7Wlqrij2F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7Wlqrij2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Wlqrij2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Wlqrij2F .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Wlqrij2F .item-mb {
    margin-bottom: 0;
  }
}
.cid-v7Wlqrij2F .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7Wlqrij2F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Wlqrij2F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v7Wlqrij2F .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v7Wlqrij2F .mbr-section-title {
  color: #d70081;
}
.cid-v7Wlqrij2F .mbr-section-subtitle {
  color: #232323;
}
.cid-v7Wlqrij2F .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v7Wlqrij2F .card-box .item-footer {
  margin-top: auto;
}
.cid-v7Wlqrij2F .content-head {
  max-width: 800px;
}
.cid-v7Wlqs9Ka1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Wlqs9Ka1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Wlqs9Ka1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Wlqs9Ka1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v7Wlqs9Ka1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7Wlqs9Ka1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7Wlqs9Ka1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7Wlqs9Ka1 .container {
    padding: 0 24px;
  }
}
.cid-v7Wlqs9Ka1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-v7Wlqs9Ka1 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7Wlqs9Ka1 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7Wlqs9Ka1 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-v7Wlqs9Ka1 .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-v7Wlqs9Ka1 .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7Wlqs9Ka1 .item .item-wrapper .card-box {
  position: relative;
  padding: 20px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-v7Wlqs9Ka1 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
.cid-v7Wlqs9Ka1 .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-v7Wlqs9Ka1 .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-v7Wlqs9Ka1 .item .card-main {
  height: 100%;
  display: block;
  min-height: 630px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7Wlqs9Ka1 .item .card-main {
    min-height: 400px;
    padding: 0;
  }
}
.cid-v7Wlqs9Ka1 .item .card-main .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbfaf9;
  border-radius: 2rem;
  border: 1px solid #edeceb;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-v7Wlqs9Ka1 .item .card-main .card-box {
    padding: 24px;
  }
}
.cid-v7Wlqs9Ka1 .item .card-main .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v7Wlqs9Ka1 .item .card-main .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v7Wlqs9Ka1 .item-title {
  color: #18212d;
}
.cid-v7Wlqs9Ka1 .item-text {
  color: #18212d;
}
.cid-v7Wlqs9Ka1 .item-name {
  color: #ffffff;
}
.cid-v7Wlqs9Ka1 .item-role {
  color: #ffffff;
}
.cid-v7WlqsQ8tt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7WlqsQ8tt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WlqsQ8tt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WlqsQ8tt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v7WlqsQ8tt .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7WlqsQ8tt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7WlqsQ8tt .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7WlqsQ8tt .container {
    padding: 0 24px;
  }
}
.cid-v7WlqsQ8tt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-v7WlqsQ8tt .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7WlqsQ8tt .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7WlqsQ8tt .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7WlqsQ8tt .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-v7WlqsQ8tt .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7WlqsQ8tt .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v7WlqsQ8tt .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v7WlqsQ8tt .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-v7WlqsQ8tt .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-v7WlqsQ8tt .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-v7WlqsQ8tt .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-v7WlqsQ8tt .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v7WlqsQ8tt .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-v7WlqsQ8tt .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7WlqsQ8tt .item-title {
  color: #18212d;
}
.cid-v7WlqsQ8tt .item-text {
  color: #18212d;
}
.cid-v7WlqsQ8tt .item-date {
  color: #ffffff;
}
.cid-v7WlqtEsVD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7WlqtEsVD .item:focus,
.cid-v7WlqtEsVD span:focus {
  outline: none;
}
.cid-v7WlqtEsVD .item {
  cursor: pointer;
}
.cid-v7WlqtEsVD .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WlqtEsVD .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v7WlqtEsVD .grid-container-1,
.cid-v7WlqtEsVD .grid-container-2,
.cid-v7WlqtEsVD .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v7WlqtEsVD .grid-container-1,
  .cid-v7WlqtEsVD .grid-container-2,
  .cid-v7WlqtEsVD .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v7WlqtEsVD .mbr-section-title {
  color: #000000;
}
.cid-v7WlqtEsVD .mbr-text,
.cid-v7WlqtEsVD .mbr-section-btn {
  color: #000000;
}
.cid-v7WlqtEsVD .content-head {
  max-width: 800px;
}
.cid-v7WlqtEsVD .container,
.cid-v7WlqtEsVD .container-fluid {
  overflow: hidden;
}
.cid-v7WlqtEsVD .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v7WlqtEsVD .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7WlqtEsVD .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7WlqtEsVD .grid-item img {
    min-width: 35vw;
  }
}
.cid-v7WlqtEsVD .grid-container-1,
.cid-v7WlqtEsVD .grid-container-2,
.cid-v7WlqtEsVD .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v7WlqtEsVD .grid-container-1 {
  align-items: flex-end;
}
.cid-v7WlqtEsVD .grid-container-2 {
  align-items: flex-start;
}
.cid-v7WlquiKGv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7WlquiKGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WlquiKGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WlquiKGv .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7WlquiKGv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7WlquiKGv .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v7WlquiKGv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7WlquiKGv .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7WlquiKGv .items-wrapper {
  align-items: center;
}
.cid-v7WlquiKGv .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7WlquiKGv .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v7WlquiKGv .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v7WlquiKGv .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-v7WlquiKGv .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v7WlquiKGv .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7WlquiKGv .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v7WlquiKGv .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v7WlquiKGv .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v7WlquiKGv .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7WlquiKGv .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v7WlquiKGv .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v7WlquiKGv .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v7WlquiKGv .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v7WlquiKGv .mbr-text,
.cid-v7WlquiKGv .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v7WlquiKGv .card-title {
  color: #ffffff;
}
.cid-v7WlquiKGv .card-text {
  color: #ffffff;
}
.cid-v7WlquZjsc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
@media (max-width: 991px) {
  .cid-v7WlquZjsc .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7WlquZjsc .container {
    padding: 0 12px;
  }
}
.cid-v7WlquZjsc .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7WlquZjsc .social-row .soc-item {
  margin: 8px;
}
.cid-v7WlquZjsc .social-row .soc-item a:hover .mbr-iconfont,
.cid-v7WlquZjsc .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7WlquZjsc .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #164fd3;
  transition: all 0.3s ease-in-out;
}
.cid-v7WlquZjsc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v7WlquZjsc .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v7WlquZjsc .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v7WlquZjsc .header-menu li p {
  margin: 0;
}
.cid-v7WlquZjsc .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7WlquZjsc .mbr-section-title {
  color: #ffffff;
}
.cid-v7WlquZjsc header-menu-item {
  color: #ffffff;
}
.cid-v7yHEJsIDb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v7yHEJsIDb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7yHEJsIDb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v7yHEJsIDb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7yHEJsIDb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v7yHEJsIDb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7yHEJsIDb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7yHEJsIDb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v7yHEJsIDb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v7yHEJsIDb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v7yHEJsIDb .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v7yHEJsIDb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v7yHEJsIDb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v7yHEJsIDb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v7yHEJsIDb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v7yHEJsIDb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v7yHEJsIDb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v7yHEJsIDb .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7yHEJsIDb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v7yHEJsIDb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v7yHEJsIDb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v7yHEJsIDb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v7yHEJsIDb .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v7yHEJsIDb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7yHEJsIDb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v7yHEJsIDb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7yHEJsIDb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-v7yHEJsIDb .nav-item:focus,
.cid-v7yHEJsIDb .nav-link:focus {
  outline: none;
}
.cid-v7yHEJsIDb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7yHEJsIDb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7yHEJsIDb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7yHEJsIDb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7yHEJsIDb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7yHEJsIDb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7yHEJsIDb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v7yHEJsIDb .navbar.opened {
  transition: all 0.3s;
}
.cid-v7yHEJsIDb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7yHEJsIDb .navbar .navbar-logo img {
  width: auto;
}
.cid-v7yHEJsIDb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v7yHEJsIDb .navbar.collapsed {
  justify-content: center;
}
.cid-v7yHEJsIDb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7yHEJsIDb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7yHEJsIDb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7yHEJsIDb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7yHEJsIDb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7yHEJsIDb .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-v7yHEJsIDb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7yHEJsIDb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7yHEJsIDb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7yHEJsIDb .navbar {
    min-height: 72px;
  }
  .cid-v7yHEJsIDb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v7yHEJsIDb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7yHEJsIDb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7yHEJsIDb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7yHEJsIDb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7yHEJsIDb .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-v7yHEJsIDb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7yHEJsIDb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v7yHEJsIDb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7yHEJsIDb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7yHEJsIDb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v7yHEJsIDb .dropdown-item.active,
.cid-v7yHEJsIDb .dropdown-item:active {
  background-color: transparent;
}
.cid-v7yHEJsIDb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7yHEJsIDb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7yHEJsIDb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7yHEJsIDb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7yHEJsIDb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v7yHEJsIDb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v7yHEJsIDb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7yHEJsIDb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v7yHEJsIDb .navbar-buttons {
    text-align: left;
  }
}
.cid-v7yHEJsIDb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7yHEJsIDb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7yHEJsIDb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7yHEJsIDb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7yHEJsIDb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7yHEJsIDb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7yHEJsIDb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7yHEJsIDb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7yHEJsIDb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7yHEJsIDb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7yHEJsIDb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7yHEJsIDb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7yHEJsIDb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7yHEJsIDb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7yHEJsIDb .navbar {
    height: 70px;
  }
  .cid-v7yHEJsIDb .navbar.opened {
    height: auto;
  }
  .cid-v7yHEJsIDb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v7yHEJsIDb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v7yHEJsIDb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v7yHEJsIDb .navbar-brand {
    margin-right: auto;
  }
  .cid-v7yHEJsIDb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v7yHEJsIDb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v7yHEJsIDb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v7yHEJsIDb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7yHEJsIDb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v7yHEJsIDb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7yHEKlFdM {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #164fd3;
}
.cid-v7yHEKlFdM input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-v7yHEKlFdM input:hover {
  border: none !important;
}
.cid-v7yHEKlFdM .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-v7yHEKlFdM .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-v7yHEKlFdM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7yHEKlFdM .row {
  justify-content: center;
}
.cid-v7yHEKlFdM .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-v7yHEKlFdM .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-v7yHEKlFdM .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v7yHEKlFdM .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v7yHEKlFdM .justify-content-center {
  align-items: center;
}
.cid-v7yHEKlFdM .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-v7yHESlifn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7yHESlifn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7yHESlifn form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v7yHESlifn form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v7yHESlifn form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v7yHESZSDV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f7f7f7;
}
.cid-v7yHESZSDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7yHESZSDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v7yHESZSDV .row {
    text-align: center;
  }
  .cid-v7yHESZSDV .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v7yHESZSDV .google-map {
  height: 100%;
  position: relative;
}
.cid-v7yHESZSDV .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v7yHESZSDV .google-map iframe {
    min-height: 350px;
  }
}
.cid-v7yHESZSDV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v7yHESZSDV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v7yHESZSDV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v7yHESZSDV .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7yHESZSDV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v7yHESZSDV .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-v7yHESZSDV .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-v7yHESZSDV .cardTitle,
  .cid-v7yHESZSDV .item-wrap {
    text-align: center;
  }
}
.cid-v7yHESZSDV ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v7yHETYo3q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
@media (max-width: 991px) {
  .cid-v7yHETYo3q .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7yHETYo3q .container {
    padding: 0 12px;
  }
}
.cid-v7yHETYo3q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7yHETYo3q .social-row .soc-item {
  margin: 8px;
}
.cid-v7yHETYo3q .social-row .soc-item a:hover .mbr-iconfont,
.cid-v7yHETYo3q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7yHETYo3q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #164fd3;
  transition: all 0.3s ease-in-out;
}
.cid-v7yHETYo3q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v7yHETYo3q .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v7yHETYo3q .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v7yHETYo3q .header-menu li p {
  margin: 0;
}
.cid-v7yHETYo3q .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7yHETYo3q .mbr-section-title {
  color: #ffffff;
}
.cid-v7yHETYo3q header-menu-item {
  color: #ffffff;
}
.cid-v7WYEgO7Z3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v7WYEgO7Z3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7WYEgO7Z3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v7WYEgO7Z3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7WYEgO7Z3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v7WYEgO7Z3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7WYEgO7Z3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7WYEgO7Z3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v7WYEgO7Z3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v7WYEgO7Z3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v7WYEgO7Z3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v7WYEgO7Z3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v7WYEgO7Z3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v7WYEgO7Z3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v7WYEgO7Z3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v7WYEgO7Z3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v7WYEgO7Z3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v7WYEgO7Z3 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7WYEgO7Z3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v7WYEgO7Z3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v7WYEgO7Z3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v7WYEgO7Z3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v7WYEgO7Z3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v7WYEgO7Z3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7WYEgO7Z3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v7WYEgO7Z3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7WYEgO7Z3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-v7WYEgO7Z3 .nav-item:focus,
.cid-v7WYEgO7Z3 .nav-link:focus {
  outline: none;
}
.cid-v7WYEgO7Z3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7WYEgO7Z3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7WYEgO7Z3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7WYEgO7Z3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7WYEgO7Z3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7WYEgO7Z3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7WYEgO7Z3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v7WYEgO7Z3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v7WYEgO7Z3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7WYEgO7Z3 .navbar .navbar-logo img {
  width: auto;
}
.cid-v7WYEgO7Z3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v7WYEgO7Z3 .navbar.collapsed {
  justify-content: center;
}
.cid-v7WYEgO7Z3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7WYEgO7Z3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7WYEgO7Z3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v7WYEgO7Z3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7WYEgO7Z3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7WYEgO7Z3 .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-v7WYEgO7Z3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7WYEgO7Z3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7WYEgO7Z3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7WYEgO7Z3 .navbar {
    min-height: 72px;
  }
  .cid-v7WYEgO7Z3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v7WYEgO7Z3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7WYEgO7Z3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7WYEgO7Z3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7WYEgO7Z3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7WYEgO7Z3 .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-v7WYEgO7Z3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7WYEgO7Z3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v7WYEgO7Z3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7WYEgO7Z3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7WYEgO7Z3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v7WYEgO7Z3 .dropdown-item.active,
.cid-v7WYEgO7Z3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7WYEgO7Z3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7WYEgO7Z3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7WYEgO7Z3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7WYEgO7Z3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7WYEgO7Z3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v7WYEgO7Z3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v7WYEgO7Z3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7WYEgO7Z3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v7WYEgO7Z3 .navbar-buttons {
    text-align: left;
  }
}
.cid-v7WYEgO7Z3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7WYEgO7Z3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7WYEgO7Z3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7WYEgO7Z3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7WYEgO7Z3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7WYEgO7Z3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7WYEgO7Z3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7WYEgO7Z3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7WYEgO7Z3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7WYEgO7Z3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7WYEgO7Z3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7WYEgO7Z3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7WYEgO7Z3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7WYEgO7Z3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7WYEgO7Z3 .navbar {
    height: 70px;
  }
  .cid-v7WYEgO7Z3 .navbar.opened {
    height: auto;
  }
  .cid-v7WYEgO7Z3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v7WYEgO7Z3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v7WYEgO7Z3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v7WYEgO7Z3 .navbar-brand {
    margin-right: auto;
  }
  .cid-v7WYEgO7Z3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v7WYEgO7Z3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v7WYEgO7Z3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v7WYEgO7Z3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7WYEgO7Z3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v7WYEgO7Z3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7WYEhCgJD {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #164fd3;
}
.cid-v7WYEhCgJD input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-v7WYEhCgJD input:hover {
  border: none !important;
}
.cid-v7WYEhCgJD .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-v7WYEhCgJD .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-v7WYEhCgJD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7WYEhCgJD .row {
  justify-content: center;
}
.cid-v7WYEhCgJD .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-v7WYEhCgJD .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-v7WYEhCgJD .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v7WYEhCgJD .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v7WYEhCgJD .justify-content-center {
  align-items: center;
}
.cid-v7WYEhCgJD .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-v7WYEi847D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v7WYEi847D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WYEi847D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WYEi847D .card-wrapper {
  background: #d70081;
}
@media (max-width: 767px) {
  .cid-v7WYEi847D .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7WYEi847D .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7WYEi847D .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v7WYEi847D .mbr-text,
.cid-v7WYEi847D .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7WYEi847D .card-title,
.cid-v7WYEi847D .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v7WYEtYcex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7WYEtYcex .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WYEtYcex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WYEtYcex .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7WYEtYcex .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7WYEtYcex .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v7WYEtYcex .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7WYEtYcex .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7WYEtYcex .items-wrapper {
  align-items: center;
}
.cid-v7WYEtYcex .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7WYEtYcex .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v7WYEtYcex .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v7WYEtYcex .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-v7WYEtYcex .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v7WYEtYcex .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7WYEtYcex .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v7WYEtYcex .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v7WYEtYcex .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v7WYEtYcex .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7WYEtYcex .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v7WYEtYcex .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v7WYEtYcex .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v7WYEtYcex .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v7WYEtYcex .mbr-text,
.cid-v7WYEtYcex .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v7WYEtYcex .card-title {
  color: #ffffff;
}
.cid-v7WYEtYcex .card-text {
  color: #ffffff;
}
.cid-v7WYEiGZIJ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
.cid-v7WYEiGZIJ img,
.cid-v7WYEiGZIJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7WYEiGZIJ .item:focus,
.cid-v7WYEiGZIJ span:focus {
  outline: none;
}
.cid-v7WYEiGZIJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WYEiGZIJ .item {
    margin-bottom: 1rem;
  }
}
.cid-v7WYEiGZIJ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7WYEiGZIJ .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7WYEiGZIJ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7WYEiGZIJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7WYEiGZIJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7WYEiGZIJ .item-title {
  text-align: left;
}
.cid-v7WYEiGZIJ .item-subtitle {
  text-align: left;
}
.cid-v7WYEiGZIJ .mbr-text,
.cid-v7WYEiGZIJ .item .mbr-section-btn {
  text-align: left;
}
.cid-v7WYEiGZIJ .content-head {
  max-width: 800px;
}
.cid-v7WYEiGZIJ .mbr-section-subtitle,
.cid-v7WYEiGZIJ .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7WYEjqJNB {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7WYEjqJNB img,
.cid-v7WYEjqJNB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7WYEjqJNB .item:focus,
.cid-v7WYEjqJNB span:focus {
  outline: none;
}
.cid-v7WYEjqJNB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WYEjqJNB .item {
    margin-bottom: 1rem;
  }
}
.cid-v7WYEjqJNB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7WYEjqJNB .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7WYEjqJNB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7WYEjqJNB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7WYEjqJNB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7WYEjqJNB .item-title {
  text-align: left;
}
.cid-v7WYEjqJNB .item-subtitle {
  text-align: left;
}
.cid-v7WYEjqJNB .mbr-text,
.cid-v7WYEjqJNB .item .mbr-section-btn {
  text-align: left;
}
.cid-v7WYEjqJNB .content-head {
  max-width: 800px;
}
.cid-v7WYEjqJNB .mbr-section-subtitle,
.cid-v7WYEjqJNB .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7WYEkeUQZ {
  padding-top: 6rem;
  padding-bottom: 1.2rem;
  background-color: #edefeb;
}
.cid-v7WYEkeUQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WYEkeUQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WYEkeUQZ .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WYEkeUQZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7WYEkeUQZ .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7WYEkeUQZ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v7WYEkeUQZ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v7WYEkeUQZ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v7WYEkeUQZ .image-wrapper {
  padding: 0 1rem;
}
.cid-v7WYEkeUQZ img,
.cid-v7WYEkeUQZ .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7WYEkeUQZ img,
  .cid-v7WYEkeUQZ .image-wrapper {
    max-height: 350px;
  }
}
.cid-v7WYEkeUQZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7WYEkeUQZ .mbr-text {
  color: #000000;
}
.cid-v7WYEkeUQZ .mbr-text,
.cid-v7WYEkeUQZ .mbr-section-btn {
  text-align: left;
}
.cid-v7WYEkeUQZ .price {
  color: #232323;
  text-align: left;
}
.cid-v7WYEkeUQZ .content-head {
  max-width: 800px;
}
.cid-v7WYEkeUQZ .mbr-section-maintitle {
  text-align: center;
}
.cid-v7WYEkeUQZ .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-v7WYEkV32G {
  padding-top: 1.2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7WYEkV32G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WYEkV32G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WYEkV32G .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WYEkV32G .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7WYEkV32G .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7WYEkV32G .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v7WYEkV32G .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v7WYEkV32G .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v7WYEkV32G .image-wrapper {
  padding: 0 1rem;
}
.cid-v7WYEkV32G img,
.cid-v7WYEkV32G .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7WYEkV32G img,
  .cid-v7WYEkV32G .image-wrapper {
    max-height: 350px;
  }
}
.cid-v7WYEkV32G .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7WYEkV32G .mbr-text {
  color: #000000;
}
.cid-v7WYEkV32G .mbr-text,
.cid-v7WYEkV32G .mbr-section-btn {
  text-align: left;
}
.cid-v7WYEkV32G .price {
  color: #232323;
  text-align: left;
}
.cid-v7WYEkV32G .content-head {
  max-width: 800px;
}
.cid-v7WYEkV32G .mbr-section-maintitle {
  text-align: center;
}
.cid-v7WYEkV32G .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-v7WYElTTUy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v7WYElTTUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WYElTTUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-v7WYElTTUy .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #164fd3;
}
.cid-v7WYElTTUy .mbr-section-title {
  color: #000000;
}
.cid-v7WYElTTUy .mbr-text,
.cid-v7WYElTTUy .mbr-section-btn {
  color: #000000;
}
.cid-v7WYEmmqVH {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #164fd3;
}
.cid-v7WYEmmqVH img,
.cid-v7WYEmmqVH .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7WYEmmqVH .item:focus,
.cid-v7WYEmmqVH span:focus {
  outline: none;
}
.cid-v7WYEmmqVH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WYEmmqVH .item {
    margin-bottom: 1rem;
  }
}
.cid-v7WYEmmqVH .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7WYEmmqVH .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7WYEmmqVH .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7WYEmmqVH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7WYEmmqVH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7WYEmmqVH .item-title {
  text-align: left;
}
.cid-v7WYEmmqVH .item-subtitle {
  text-align: left;
}
.cid-v7WYEmmqVH .mbr-text,
.cid-v7WYEmmqVH .item .mbr-section-btn {
  text-align: left;
}
.cid-v7WYEmmqVH .content-head {
  max-width: 800px;
}
.cid-v7WYEmmqVH .mbr-section-subtitle,
.cid-v7WYEmmqVH .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7WYEmWihD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #164fd3;
}
.cid-v7WYEmWihD img,
.cid-v7WYEmWihD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7WYEmWihD .item:focus,
.cid-v7WYEmWihD span:focus {
  outline: none;
}
.cid-v7WYEmWihD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WYEmWihD .item {
    margin-bottom: 1rem;
  }
}
.cid-v7WYEmWihD .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7WYEmWihD .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7WYEmWihD .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7WYEmWihD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7WYEmWihD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7WYEmWihD .item-title {
  text-align: left;
}
.cid-v7WYEmWihD .item-subtitle {
  text-align: left;
}
.cid-v7WYEmWihD .mbr-text,
.cid-v7WYEmWihD .item .mbr-section-btn {
  text-align: left;
}
.cid-v7WYEmWihD .content-head {
  max-width: 800px;
}
.cid-v7WYEmWihD .mbr-section-subtitle,
.cid-v7WYEmWihD .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7WYEnxjI4 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #086784;
}
@media (min-width: 768px) {
  .cid-v7WYEnxjI4 {
    align-items: center;
  }
  .cid-v7WYEnxjI4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v7WYEnxjI4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v7WYEnxjI4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v7WYEnxjI4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7WYEnxjI4 .content-wrap {
    width: 100%;
  }
}
.cid-v7WYEnxjI4 .mbr-section-title {
  text-align: center;
}
.cid-v7WYEnxjI4 .mbr-text,
.cid-v7WYEnxjI4 .mbr-section-btn {
  text-align: center;
}
.cid-v7WYEp8vs2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7WYEp8vs2 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v7WYEp8vs2 img,
.cid-v7WYEp8vs2 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7WYEp8vs2 .item:focus,
.cid-v7WYEp8vs2 span:focus {
  outline: none;
}
.cid-v7WYEp8vs2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WYEp8vs2 .item {
    margin-bottom: 1rem;
  }
}
.cid-v7WYEp8vs2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7WYEp8vs2 .mbr-section-title {
  color: #232323;
}
.cid-v7WYEp8vs2 .mbr-text,
.cid-v7WYEp8vs2 .mbr-section-btn {
  color: #232323;
}
.cid-v7WYEp8vs2 .item-title {
  color: #232323;
}
.cid-v7WYEp8vs2 .content-head {
  max-width: 800px;
}
.cid-v7WYErb57u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7WYErb57u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7WYErb57u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7WYErb57u .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7WYErb57u .item-mb {
    margin-bottom: 0;
  }
}
.cid-v7WYErb57u .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7WYErb57u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v7WYErb57u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v7WYErb57u .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v7WYErb57u .mbr-section-title {
  color: #d70081;
}
.cid-v7WYErb57u .mbr-section-subtitle {
  color: #232323;
}
.cid-v7WYErb57u .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v7WYErb57u .card-box .item-footer {
  margin-top: auto;
}
.cid-v7WYErb57u .content-head {
  max-width: 800px;
}
.cid-v7WYEuOAjk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
@media (max-width: 991px) {
  .cid-v7WYEuOAjk .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7WYEuOAjk .container {
    padding: 0 12px;
  }
}
.cid-v7WYEuOAjk .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7WYEuOAjk .social-row .soc-item {
  margin: 8px;
}
.cid-v7WYEuOAjk .social-row .soc-item a:hover .mbr-iconfont,
.cid-v7WYEuOAjk .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v7WYEuOAjk .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #164fd3;
  transition: all 0.3s ease-in-out;
}
.cid-v7WYEuOAjk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v7WYEuOAjk .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v7WYEuOAjk .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v7WYEuOAjk .header-menu li p {
  margin: 0;
}
.cid-v7WYEuOAjk .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7WYEuOAjk .mbr-section-title {
  color: #ffffff;
}
.cid-v7WYEuOAjk header-menu-item {
  color: #ffffff;
}
.cid-tJS6tZXiPa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJS6tZXiPa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJS6tZXiPa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJS6tZXiPa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJS6tZXiPa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJS6tZXiPa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJS6tZXiPa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
  outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJS6tZXiPa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJS6tZXiPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
  justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJS6tZXiPa .navbar {
    min-height: 72px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJS6tZXiPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJS6tZXiPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJS6tZXiPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .navbar-buttons {
    text-align: left;
  }
}
.cid-tJS6tZXiPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJS6tZXiPa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJS6tZXiPa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJS6tZXiPa .navbar {
    height: 70px;
  }
  .cid-tJS6tZXiPa .navbar.opened {
    height: auto;
  }
  .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJS6tZXiPa .navbar-brand {
    margin-right: auto;
  }
  .cid-tJS6tZXiPa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJS6tZXiPa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7yjcZPabL {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #164fd3;
}
.cid-v7yjcZPabL input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-v7yjcZPabL input:hover {
  border: none !important;
}
.cid-v7yjcZPabL .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-v7yjcZPabL .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-v7yjcZPabL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7yjcZPabL .row {
  justify-content: center;
}
.cid-v7yjcZPabL .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-v7yjcZPabL .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-v7yjcZPabL .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v7yjcZPabL .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v7yjcZPabL .justify-content-center {
  align-items: center;
}
.cid-v7yjcZPabL .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-v7ytaPRrQ4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v7ytaPRrQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ytaPRrQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ytaPRrQ4 .card-wrapper {
  background: #d70081;
}
@media (max-width: 767px) {
  .cid-v7ytaPRrQ4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7ytaPRrQ4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v7ytaPRrQ4 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v7ytaPRrQ4 .mbr-text,
.cid-v7ytaPRrQ4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v7ytaPRrQ4 .card-title,
.cid-v7ytaPRrQ4 .card-box {
  text-align: center;
  color: #edefeb;
}
.cid-v7yzp17KWF {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
.cid-v7yzp17KWF img,
.cid-v7yzp17KWF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7yzp17KWF .item:focus,
.cid-v7yzp17KWF span:focus {
  outline: none;
}
.cid-v7yzp17KWF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7yzp17KWF .item {
    margin-bottom: 1rem;
  }
}
.cid-v7yzp17KWF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7yzp17KWF .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7yzp17KWF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7yzp17KWF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7yzp17KWF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7yzp17KWF .item-title {
  text-align: left;
}
.cid-v7yzp17KWF .item-subtitle {
  text-align: left;
}
.cid-v7yzp17KWF .mbr-text,
.cid-v7yzp17KWF .item .mbr-section-btn {
  text-align: left;
}
.cid-v7yzp17KWF .content-head {
  max-width: 800px;
}
.cid-v7yzp17KWF .mbr-section-subtitle,
.cid-v7yzp17KWF .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7yGm3XwIK {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7yGm3XwIK img,
.cid-v7yGm3XwIK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v7yGm3XwIK .item:focus,
.cid-v7yGm3XwIK span:focus {
  outline: none;
}
.cid-v7yGm3XwIK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7yGm3XwIK .item {
    margin-bottom: 1rem;
  }
}
.cid-v7yGm3XwIK .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7yGm3XwIK .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v7yGm3XwIK .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7yGm3XwIK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v7yGm3XwIK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7yGm3XwIK .item-title {
  text-align: left;
}
.cid-v7yGm3XwIK .item-subtitle {
  text-align: left;
}
.cid-v7yGm3XwIK .mbr-text,
.cid-v7yGm3XwIK .item .mbr-section-btn {
  text-align: left;
}
.cid-v7yGm3XwIK .content-head {
  max-width: 800px;
}
.cid-v7yGm3XwIK .mbr-section-subtitle,
.cid-v7yGm3XwIK .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7Vh26tyyp {
  padding-top: 6rem;
  padding-bottom: 1.2rem;
  background-color: #edefeb;
}
.cid-v7Vh26tyyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Vh26tyyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Vh26tyyp .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vh26tyyp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7Vh26tyyp .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7Vh26tyyp .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Vh26tyyp .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v7Vh26tyyp .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v7Vh26tyyp .image-wrapper {
  padding: 0 1rem;
}
.cid-v7Vh26tyyp img,
.cid-v7Vh26tyyp .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7Vh26tyyp img,
  .cid-v7Vh26tyyp .image-wrapper {
    max-height: 350px;
  }
}
.cid-v7Vh26tyyp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7Vh26tyyp .mbr-text {
  color: #000000;
}
.cid-v7Vh26tyyp .mbr-text,
.cid-v7Vh26tyyp .mbr-section-btn {
  text-align: left;
}
.cid-v7Vh26tyyp .price {
  color: #232323;
  text-align: left;
}
.cid-v7Vh26tyyp .content-head {
  max-width: 800px;
}
.cid-v7Vh26tyyp .mbr-section-maintitle {
  text-align: center;
}
.cid-v7Vh26tyyp .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-v7VoosWqL6 {
  padding-top: 1.2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7VoosWqL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VoosWqL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VoosWqL6 .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VoosWqL6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7VoosWqL6 .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v7VoosWqL6 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v7VoosWqL6 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v7VoosWqL6 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v7VoosWqL6 .image-wrapper {
  padding: 0 1rem;
}
.cid-v7VoosWqL6 img,
.cid-v7VoosWqL6 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7VoosWqL6 img,
  .cid-v7VoosWqL6 .image-wrapper {
    max-height: 350px;
  }
}
.cid-v7VoosWqL6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v7VoosWqL6 .mbr-text {
  color: #000000;
}
.cid-v7VoosWqL6 .mbr-text,
.cid-v7VoosWqL6 .mbr-section-btn {
  text-align: left;
}
.cid-v7VoosWqL6 .price {
  color: #232323;
  text-align: left;
}
.cid-v7VoosWqL6 .content-head {
  max-width: 800px;
}
.cid-v7VoosWqL6 .mbr-section-maintitle {
  text-align: center;
}
.cid-v7VoosWqL6 .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-tJS6uM4N87 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tJS6uM4N87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJS6uM4N87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-tJS6uM4N87 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #164fd3;
}
.cid-tJS6uM4N87 .mbr-section-title {
  color: #000000;
}
.cid-tJS6uM4N87 .mbr-text,
.cid-tJS6uM4N87 .mbr-section-btn {
  color: #000000;
}
.cid-tMlEXTHLbS {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
.cid-tMlEXTHLbS img,
.cid-tMlEXTHLbS .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tMlEXTHLbS .item:focus,
.cid-tMlEXTHLbS span:focus {
  outline: none;
}
.cid-tMlEXTHLbS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item {
    margin-bottom: 1rem;
  }
}
.cid-tMlEXTHLbS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tMlEXTHLbS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMlEXTHLbS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tMlEXTHLbS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tMlEXTHLbS .item-title {
  text-align: left;
}
.cid-tMlEXTHLbS .item-subtitle {
  text-align: left;
}
.cid-tMlEXTHLbS .mbr-text,
.cid-tMlEXTHLbS .item .mbr-section-btn {
  text-align: left;
}
.cid-tMlEXTHLbS .content-head {
  max-width: 800px;
}
.cid-tMlEXTHLbS .mbr-section-subtitle,
.cid-tMlEXTHLbS .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tLAX5BnXkJ {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #086784;
}
@media (min-width: 768px) {
  .cid-tLAX5BnXkJ {
    align-items: center;
  }
  .cid-tLAX5BnXkJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tLAX5BnXkJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tLAX5BnXkJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tLAX5BnXkJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tLAX5BnXkJ .content-wrap {
    width: 100%;
  }
}
.cid-tLAX5BnXkJ .mbr-section-title {
  text-align: center;
}
.cid-tLAX5BnXkJ .mbr-text,
.cid-tLAX5BnXkJ .mbr-section-btn {
  text-align: center;
}
.cid-tLeaLmEeFr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tLeaLmEeFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLeaLmEeFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-tLeaLmEeFr .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-tLeaLmEeFr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tLeaLmEeFr .mbr-text,
.cid-tLeaLmEeFr .mbr-section-btn {
  color: #000000;
}
.cid-tLeaLmEeFr .media-content,
.cid-tLeaLmEeFr .mbr-figure {
  align-self: center;
}
.cid-tLeaLmEeFr .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-tLeaLmEeFr .app-video-wrapper {
  background: transparent;
}
.cid-tJS9vXDdRK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJS9vXDdRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJS9vXDdRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJS9vXDdRK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJS9vXDdRK .row {
  flex-direction: row-reverse;
}
.cid-tJS9vXDdRK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJS9vXDdRK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJS9vXDdRK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJS9vXDdRK .mbr-section-title {
  color: #000000;
}
.cid-tJS9vXDdRK .mbr-text,
.cid-tJS9vXDdRK .mbr-section-btn {
  color: #232323;
}
.cid-v7g59IuHW1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7g59IuHW1 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v7g59IuHW1 img,
.cid-v7g59IuHW1 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v7g59IuHW1 .item:focus,
.cid-v7g59IuHW1 span:focus {
  outline: none;
}
.cid-v7g59IuHW1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7g59IuHW1 .item {
    margin-bottom: 1rem;
  }
}
.cid-v7g59IuHW1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v7g59IuHW1 .mbr-section-title {
  color: #232323;
}
.cid-v7g59IuHW1 .mbr-text,
.cid-v7g59IuHW1 .mbr-section-btn {
  color: #232323;
}
.cid-v7g59IuHW1 .item-title {
  color: #232323;
}
.cid-v7g59IuHW1 .content-head {
  max-width: 800px;
}
.cid-tLek7gQhG7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tLek7gQhG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLek7gQhG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLek7gQhG7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tLek7gQhG7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLek7gQhG7 .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-tLek7gQhG7 .card-text {
  color: #232323;
}
.cid-v7VuolqADA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v7VuolqADA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VuolqADA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VuolqADA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7VuolqADA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7VuolqADA .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-v7VuolqADA .card-text {
  color: #232323;
}
.cid-v7yDap5IBI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v7yDap5IBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7yDap5IBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7yDap5IBI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7yDap5IBI .item-mb {
    margin-bottom: 0;
  }
}
.cid-v7yDap5IBI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7yDap5IBI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v7yDap5IBI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v7yDap5IBI .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v7yDap5IBI .mbr-section-title {
  color: #d70081;
}
.cid-v7yDap5IBI .mbr-section-subtitle {
  color: #232323;
}
.cid-v7yDap5IBI .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v7yDap5IBI .card-box .item-footer {
  margin-top: auto;
}
.cid-v7yDap5IBI .content-head {
  max-width: 800px;
}
.cid-v7VdQzFFDZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7VdQzFFDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VdQzFFDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VdQzFFDZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v7VdQzFFDZ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7VdQzFFDZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7VdQzFFDZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7VdQzFFDZ .container {
    padding: 0 24px;
  }
}
.cid-v7VdQzFFDZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-v7VdQzFFDZ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7VdQzFFDZ .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7VdQzFFDZ .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-v7VdQzFFDZ .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-v7VdQzFFDZ .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7VdQzFFDZ .item .item-wrapper .card-box {
  position: relative;
  padding: 20px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-v7VdQzFFDZ .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
.cid-v7VdQzFFDZ .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-v7VdQzFFDZ .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-v7VdQzFFDZ .item .card-main {
  height: 100%;
  display: block;
  min-height: 630px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7VdQzFFDZ .item .card-main {
    min-height: 400px;
    padding: 0;
  }
}
.cid-v7VdQzFFDZ .item .card-main .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbfaf9;
  border-radius: 2rem;
  border: 1px solid #edeceb;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-v7VdQzFFDZ .item .card-main .card-box {
    padding: 24px;
  }
}
.cid-v7VdQzFFDZ .item .card-main .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v7VdQzFFDZ .item .card-main .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v7VdQzFFDZ .item-title {
  color: #18212d;
}
.cid-v7VdQzFFDZ .item-text {
  color: #18212d;
}
.cid-v7VdQzFFDZ .item-name {
  color: #ffffff;
}
.cid-v7VdQzFFDZ .item-role {
  color: #ffffff;
}
.cid-v7VdSM8LBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7VdSM8LBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VdSM8LBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VdSM8LBk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v7VdSM8LBk .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7VdSM8LBk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7VdSM8LBk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v7VdSM8LBk .container {
    padding: 0 24px;
  }
}
.cid-v7VdSM8LBk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-v7VdSM8LBk .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v7VdSM8LBk .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7VdSM8LBk .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7VdSM8LBk .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-v7VdSM8LBk .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7VdSM8LBk .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v7VdSM8LBk .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v7VdSM8LBk .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-v7VdSM8LBk .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-v7VdSM8LBk .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-v7VdSM8LBk .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-v7VdSM8LBk .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v7VdSM8LBk .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-v7VdSM8LBk .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7VdSM8LBk .item-title {
  color: #18212d;
}
.cid-v7VdSM8LBk .item-text {
  color: #18212d;
}
.cid-v7VdSM8LBk .item-date {
  color: #ffffff;
}
.cid-v7Vf8VSWrc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7Vf8VSWrc .item:focus,
.cid-v7Vf8VSWrc span:focus {
  outline: none;
}
.cid-v7Vf8VSWrc .item {
  cursor: pointer;
}
.cid-v7Vf8VSWrc .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vf8VSWrc .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v7Vf8VSWrc .grid-container-1,
.cid-v7Vf8VSWrc .grid-container-2,
.cid-v7Vf8VSWrc .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v7Vf8VSWrc .grid-container-1,
  .cid-v7Vf8VSWrc .grid-container-2,
  .cid-v7Vf8VSWrc .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v7Vf8VSWrc .mbr-section-title {
  color: #000000;
}
.cid-v7Vf8VSWrc .mbr-text,
.cid-v7Vf8VSWrc .mbr-section-btn {
  color: #000000;
}
.cid-v7Vf8VSWrc .content-head {
  max-width: 800px;
}
.cid-v7Vf8VSWrc .container,
.cid-v7Vf8VSWrc .container-fluid {
  overflow: hidden;
}
.cid-v7Vf8VSWrc .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v7Vf8VSWrc .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7Vf8VSWrc .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v7Vf8VSWrc .grid-item img {
    min-width: 35vw;
  }
}
.cid-v7Vf8VSWrc .grid-container-1,
.cid-v7Vf8VSWrc .grid-container-2,
.cid-v7Vf8VSWrc .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v7Vf8VSWrc .grid-container-1 {
  align-items: flex-end;
}
.cid-v7Vf8VSWrc .grid-container-2 {
  align-items: flex-start;
}
.cid-v7Ve5BzgoH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Ve5BzgoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Ve5BzgoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Ve5BzgoH .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7Ve5BzgoH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7Ve5BzgoH .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v7Ve5BzgoH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7Ve5BzgoH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7Ve5BzgoH .items-wrapper {
  align-items: center;
}
.cid-v7Ve5BzgoH .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7Ve5BzgoH .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v7Ve5BzgoH .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v7Ve5BzgoH .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-v7Ve5BzgoH .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v7Ve5BzgoH .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7Ve5BzgoH .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v7Ve5BzgoH .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v7Ve5BzgoH .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v7Ve5BzgoH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7Ve5BzgoH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v7Ve5BzgoH .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v7Ve5BzgoH .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v7Ve5BzgoH .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v7Ve5BzgoH .mbr-text,
.cid-v7Ve5BzgoH .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v7Ve5BzgoH .card-title {
  color: #ffffff;
}
.cid-v7Ve5BzgoH .card-text {
  color: #ffffff;
}
.cid-tJS9NNcTLZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #164fd3;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-tJS9NNcTLZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #164fd3;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-tJS9NNcTLZ header-menu-item {
  color: #ffffff;
}
