.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #37b7ca;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fad02c !important;
}
.bg-success {
  background-color: #26cd80 !important;
}
.bg-info {
  background-color: #37b7ca !important;
}
.bg-warning {
  background-color: #f3b600 !important;
}
.bg-danger {
  background-color: #cf2434 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fad02c !important;
  border-color: #fad02c !important;
  color: #261f01 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fbdb5e !important;
  border-color: #fbdb5e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #261f01 !important;
  background-color: #fbdb5e !important;
  border-color: #fbdb5e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #37b7ca !important;
  border-color: #37b7ca !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5fc6d5 !important;
  border-color: #5fc6d5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5fc6d5 !important;
  border-color: #5fc6d5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #26cd80 !important;
  border-color: #26cd80 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #49dd99 !important;
  border-color: #49dd99 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #49dd99 !important;
  border-color: #49dd99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f3b600 !important;
  border-color: #f3b600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc927 !important;
  border-color: #ffc927 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc927 !important;
  border-color: #ffc927 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cf2434 !important;
  border-color: #cf2434 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #df4755 !important;
  border-color: #df4755 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #df4755 !important;
  border-color: #df4755 !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: #fad02c;
  color: #fad02c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cba205 !important;
  background-color: transparent !important;
  border-color: #cba205 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #261f01 !important;
  background-color: #fad02c !important;
  border-color: #fad02c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #37b7ca;
  color: #37b7ca;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #247a87 !important;
  background-color: transparent !important;
  border-color: #247a87 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #37b7ca !important;
  border-color: #37b7ca !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #26cd80;
  color: #26cd80;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #188452 !important;
  background-color: transparent !important;
  border-color: #188452 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #26cd80 !important;
  border-color: #26cd80 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f3b600;
  color: #f3b600;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9c7500 !important;
  background-color: transparent !important;
  border-color: #9c7500 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3b600 !important;
  border-color: #f3b600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #cf2434;
  color: #cf2434;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #851721 !important;
  background-color: transparent !important;
  border-color: #851721 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cf2434 !important;
  border-color: #cf2434 !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: #fad02c !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #26cd80 !important;
}
.text-info {
  color: #37b7ca !important;
}
.text-warning {
  color: #f3b600 !important;
}
.text-danger {
  color: #cf2434 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bc9604 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #16774a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #206f7b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8d6a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #78151e !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fad02c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #37b7ca;
}
.alert-warning {
  background-color: #f3b600;
}
.alert-danger {
  background-color: #cf2434;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fad02c;
  border-color: #fad02c;
  color: #3f3201;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fad02c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffcf3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #caf5e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d8f1f5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffefc0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6c9cd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #fad02c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #fad02c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fad02c;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fad02c;
}
.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: #fad02c;
  border-bottom-color: #fad02c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fad02c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23fad02c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-veJda27Cnc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veJda27Cnc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veJda27Cnc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veJda27Cnc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veJda27Cnc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veJda27Cnc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veJda27Cnc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veJda27Cnc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veJda27Cnc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar-logo {
    padding-left: 0;
  }
}
.cid-veJda27Cnc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veJda27Cnc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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);
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veJda27Cnc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veJda27Cnc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-veJda27Cnc .nav-item:focus,
.cid-veJda27Cnc .nav-link:focus {
  outline: none;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veJda27Cnc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.opened {
  transition: all 0.3s;
}
.cid-veJda27Cnc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veJda27Cnc .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veJda27Cnc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veJda27Cnc .navbar.collapsed {
  justify-content: center;
}
.cid-veJda27Cnc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veJda27Cnc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veJda27Cnc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar {
    min-height: 72px;
  }
  .cid-veJda27Cnc .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veJda27Cnc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veJda27Cnc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veJda27Cnc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veJda27Cnc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veJda27Cnc .dropdown-item.active,
.cid-veJda27Cnc .dropdown-item:active {
  background-color: transparent;
}
.cid-veJda27Cnc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veJda27Cnc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veJda27Cnc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .navbar-buttons {
    text-align: left;
  }
}
.cid-veJda27Cnc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veJda27Cnc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veJda27Cnc .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-veJda27Cnc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veJda27Cnc .navbar {
    height: 70px;
  }
  .cid-veJda27Cnc .navbar.opened {
    height: auto;
  }
  .cid-veJda27Cnc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veJda27Cnc .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veJda27Cnc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veJda27Cnc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar-brand {
    margin-right: auto;
  }
  .cid-veJda27Cnc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-veJda27Cnc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veJda27Cnc .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veJda27Cnc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veBqmuC1nZ {
  display: flex;
  background-image: url("../../../assets/images/reception-web1-1920x1279.webp");
}
.cid-veBqmuC1nZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-veBqmuC1nZ {
    align-items: flex-end;
  }
  .cid-veBqmuC1nZ .row {
    justify-content: flex-start;
  }
  .cid-veBqmuC1nZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veBqmuC1nZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuC1nZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veBqmuC1nZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veBqmuC1nZ .content-wrap {
    width: 100%;
  }
}
.cid-veBqmuC1nZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBqmuC1nZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBqmuC1nZ .mbr-section-title,
.cid-veBqmuC1nZ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-veBqmuC1nZ .mbr-text,
.cid-veBqmuC1nZ .mbr-section-btn {
  text-align: left;
  color: #163300;
}
.cid-veBqmuC1nZ .mbr-section-title {
  color: #1b6570;
}
.cid-veBqmuC1nZ .mbr-section-btn .btn {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
.cid-veBqmuC1nZ .mbr-section-btn .btn:hover {
  background: #ffffff;
  color: #000000;
}
.cid-veBqmuC1nZ .position-absolute.top-0.end-0 {
  z-index: 1030;
  top: 0;
  right: 20px;
}
@media (max-width: 767px) {
  .cid-veBqmuC1nZ .position-absolute.top-0.end-0 {
    display: none;
  }
}
.cid-veBqmuC1nZ .mbr-section-btn:last-child {
  margin-top: 2rem;
  text-align: center;
}
.cid-veBqmuC1nZ .position-absolute.top-0.start-50.translate-middle-x {
  z-index: 1030;
  top: -40px;
}
@media (max-width: 767px) {
  .cid-veBqmuC1nZ .position-absolute.top-0.start-50.translate-middle-x {
    display: none;
  }
}
.cid-veBqmuCNwC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a4d0d0;
}
.cid-veBqmuCNwC .item:focus,
.cid-veBqmuCNwC span:focus {
  outline: none;
}
.cid-veBqmuCNwC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veBqmuCNwC .content-head {
  max-width: 800px;
}
.cid-veBqmuCNwC .item {
  color: #163300;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-veBqmuCNwC .item {
    min-height: 45px;
  }
}
.cid-veBqmuCer1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-2350-2000x1500.webp");
}
.cid-veBqmuCer1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBqmuCer1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBqmuCer1 .card-wrapper {
  background: #c6c9bc;
}
@media (max-width: 767px) {
  .cid-veBqmuCer1 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veBqmuCer1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veBqmuCer1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veBqmuCer1 .mbr-text,
.cid-veBqmuCer1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veBqmuCer1 .card-title,
.cid-veBqmuCer1 .card-box {
  text-align: center;
  color: #1b6570;
}
.cid-veBqmuDyk8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veBqmuDyk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBqmuDyk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBqmuDyk8 .title .num {
  width: 100%;
  display: block;
}
.cid-veBqmuDyk8 .title .card-title {
  z-index: 1;
}
.cid-veBqmuDyk8 .num {
  color: #FAD02C;
  text-align: center;
}
.cid-veBqmuDyk8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veBqmuDyk8 * {
    text-align: center !important;
  }
  .cid-veBqmuDyk8 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-veBqmuDyk8 .content-head {
  max-width: 800px;
}
.cid-veBqmuDyk8 .card-text {
  text-align: center;
}
.cid-veBqmuDyk8 .card-title,
.cid-veBqmuDyk8 .card-img {
  text-align: center;
}
.cid-veBqmuEmvP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veBqmuEmvP .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-veBqmuEmvP img,
.cid-veBqmuEmvP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veBqmuEmvP .item:focus,
.cid-veBqmuEmvP span:focus {
  outline: none;
}
.cid-veBqmuEmvP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veBqmuEmvP .item {
    margin-bottom: 1rem;
  }
}
.cid-veBqmuEmvP .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veBqmuEmvP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veBqmuEmvP .mbr-section-title {
  color: #000000;
}
.cid-veBqmuEmvP .mbr-text,
.cid-veBqmuEmvP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-veBqmuEmvP .item-title {
  color: #000000;
  text-align: center;
}
.cid-veBqmuEmvP .content-head {
  max-width: 800px;
}
@media (min-width: 1200px) {
  .cid-veBqmuEmvP .col-lg-2\.4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-veJ2n56vU4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2e481a;
}
.cid-veJ2n56vU4 .justify-content-center {
  align-items: center;
}
.cid-veJ2n56vU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJ2n56vU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJ2n56vU4 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-veJ2n56vU4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veJ2n56vU4 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-veJ2n56vU4 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-veJ2n56vU4 .row {
  align-items: center;
}
.cid-veJ2n56vU4 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veJ2n56vU4 .card-text {
    text-align: center;
  }
}
.cid-veJ6DG16ok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-veJ6DG16ok .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veJ6DG16ok .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-veJ6DG16ok .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-veJ6DG16ok .google-map iframe {
    min-height: 350px;
  }
}
.cid-veJ6DG16ok .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-veJ6DG16ok .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veJ6DG16ok .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veJ6DG16ok .content-head {
  max-width: 800px;
}
.cid-veJ6DG16ok .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-veJ6DG16ok .mbr-section-subtitle {
  text-align: justify;
}
.cid-veBqmuETtC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veBqmuETtC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veBqmuETtC form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veBqmuETtC form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veBqmuETtC form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veBqmuETtC .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veBCfbdJn4 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBCfbdJn4 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-veBCfbdJn4 img,
.cid-veBCfbdJn4 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veBCfbdJn4 .item:focus,
.cid-veBCfbdJn4 span:focus {
  outline: none;
}
.cid-veBCfbdJn4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veBCfbdJn4 .item {
    margin-bottom: 1rem;
  }
}
.cid-veBCfbdJn4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veBCfbdJn4 .mbr-section-title {
  color: #000000;
}
.cid-veBCfbdJn4 .mbr-text,
.cid-veBCfbdJn4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-veBCfbdJn4 .item-title {
  color: #000000;
  text-align: center;
}
.cid-veBCfbdJn4 .content-head {
  max-width: 800px;
}
.cid-veBCfbf3nO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veBCfbf3nO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veBCfbf3nO .item {
    margin-bottom: 1rem;
  }
}
.cid-veBCfbf3nO .item-wrapper {
  height: 100%;
}
.cid-veBCfbf3nO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-veBCfbf3nO .content-head {
  max-width: 800px;
}
.cid-veBCfbfL8o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veBCfbfL8o .mbr-text {
  color: #000000;
}
.cid-veBCfbfL8o .mbr-section-subtitle {
  color: #000000;
}
.cid-veBCfbfL8o .mbr-section-title {
  color: #000000;
}
.cid-veBCfbfjVt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veBCfbfjVt .mbr-text {
  color: #000000;
}
.cid-veBCfbfjVt .mbr-section-subtitle {
  color: #000000;
}
.cid-veBCfbfjVt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veBCfbfjVt .mbr-text,
.cid-veBCfbfjVt .item .mbr-section-btn {
  text-align: left;
}
.cid-veBCfbfjVt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veBCfbfjVt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBCfbfjVt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veBCfbfpG6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veBCfbfpG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBCfbfpG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBCfbfpG6 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veBCfbfpG6 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veBCfbfpG6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veBCfbfpG6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veBCfbfpG6 .mbr-text,
.cid-veBCfbfpG6 .mbr-section-btn {
  text-align: center;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veMEM8Yqlt {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f8f9fa;
}
.cid-veMEM8Yqlt .mbr-text {
  text-align: center;
}
.cid-veMEM8Yqlt P {
  color: #1b6570;
}
.cid-veBJVNowmd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3f2fd;
}
.cid-veBJVNowmd .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-veBJVNowmd img,
.cid-veBJVNowmd .item-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.cid-veBJVNowmd .blank-image {
  width: 100%;
  aspect-ratio: 1;
  background-color: #f8f9fa;
  border: 1px dashed #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 14px;
}
.cid-veBJVNowmd .item:focus,
.cid-veBJVNowmd span:focus {
  outline: none;
}
.cid-veBJVNowmd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veBJVNowmd .item {
    margin-bottom: 1rem;
  }
}
.cid-veBJVNowmd .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veBJVNowmd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veBJVNowmd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veBJVNowmd .mbr-text,
.cid-veBJVNowmd .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-veBJVNowmd .item-title {
  color: #000000;
  text-align: center;
}
.cid-veBJVNowmd .content-head {
  max-width: 800px;
}
@media (min-width: 1200px) {
  .cid-veBJVNowmd .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cid-veBJVNowmd .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cid-veBJVNowmd .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-veBJVNowmd .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cid-veBJVNowmd .col-lg-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-veBJVNowmd .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veBJVNowmd .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-veBJVNowmd .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veBJVNowmd .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-veBJVNqo0o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veBJVNqo0o .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veBJVNqo0o form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veBJVNqo0o form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veBJVNqo0o form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veBJVNqo0o .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veBZ0k8Ioa {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("https://images.unsplash.com/photo-1552777969-557c49688622?ixid=M3w0Mzc5fDB8MXxzZWFyY2h8MXx8VG9yb250byUyMHNreWxpbmUlMjBvbiUyMGxha2VzaG9yZSUyMG5vJTIwcGVvcGxlfGVufDB8MHx8fDE3NzQxOTUzMTF8MA&ixlib=rb-4.1.0&auto=format&fit=crop&w=1200&q=50");
}
.cid-veBZ0k8Ioa .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-veBZ0k8Ioa {
    align-items: center;
  }
  .cid-veBZ0k8Ioa .row {
    justify-content: center;
  }
  .cid-veBZ0k8Ioa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veBZ0k8Ioa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veBZ0k8Ioa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-veBZ0k8Ioa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veBZ0k8Ioa .content-wrap {
    width: 100%;
  }
}
.cid-veBZ0k8Ioa .mbr-section-title,
.cid-veBZ0k8Ioa .mbr-section-subtitle {
  text-align: center;
}
.cid-veBZ0k8Ioa .mbr-text,
.cid-veBZ0k8Ioa .mbr-section-btn {
  text-align: center;
}
.cid-veBZ0k8Ioa .mbr-section-title {
  color: #ffffff;
}
.cid-veBZ0kfaxL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-veBZ0kfaxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBZ0kfaxL .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-veBZ0kfaxL .text-wrapper {
    margin-bottom: 2rem;
  }
  .cid-veBZ0kfaxL .col-md-6 {
    margin-bottom: 1rem;
  }
}
.cid-veBZ0kfaxL .row {
  flex-direction: row-reverse;
}
.cid-veBZ0kfaxL .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-veBZ0kfaxL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veBZ0kfaxL .mbr-section-title {
  color: #000000;
}
.cid-veBZ0kfaxL .mbr-text,
.cid-veBZ0kfaxL .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-veBZ0kfaxL .row mb-3 > .col-md-6 {
    margin-bottom: 1rem;
  }
}
.cid-veBZ0kfaxL .image-wrapper iframe {
  aspect-ratio: 1.33333333;
  border-radius: 0.375rem;
  width: 100%;
  height: 300px;
}
.cid-veBZ0kfaxL .mbr-text,
.cid-veBZ0kfaxL .mbr-section-btn P {
  text-align: justify;
}
.cid-veBZ0kfaxL P {
  text-align: left;
}
.cid-veBZ0kfHcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veBZ0kfHcc .mbr-text {
  color: #000000;
}
.cid-veBZ0kfHcc .mbr-section-subtitle {
  color: #000000;
}
.cid-veBZ0kfHcc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veBZ0kfHcc .mbr-text,
.cid-veBZ0kfHcc .item .mbr-section-btn {
  text-align: left;
}
.cid-veBZ0kfHcc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veBZ0kfHcc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBZ0kfHcc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veBZ0kgdTi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a3cef1;
}
.cid-veBZ0kgdTi .justify-content-center {
  align-items: center;
}
.cid-veBZ0kgdTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBZ0kgdTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBZ0kgdTi .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-veBZ0kgdTi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veBZ0kgdTi .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-veBZ0kgdTi .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-veBZ0kgdTi .row {
  align-items: center;
}
.cid-veBZ0kgdTi .card-text {
  margin-bottom: 0px;
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-veBZ0kgdTi .card-text {
    text-align: center;
  }
}
.cid-veBZ0khH7Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veBZ0khH7Z .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veBZ0khH7Z form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veBZ0khH7Z form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veBZ0khH7Z form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veBZ0khH7Z .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veCMtg9EVS {
  background-color: #ffffff;
}
.cid-veCMtg9EVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veCMtg9EVS .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-veCMtg9EVS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veCMtg9EVS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veCMtg9EVS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veCMtg9EVS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veCMtg9EVS .mbr-section-title {
  color: #000000;
}
.cid-veCMtg9EVS .mbr-text,
.cid-veCMtg9EVS .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-veCMtg9vmE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veCMtg9vmE .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-veCMtg9vmE img,
.cid-veCMtg9vmE .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veCMtg9vmE .item:focus,
.cid-veCMtg9vmE span:focus {
  outline: none;
}
.cid-veCMtg9vmE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veCMtg9vmE .item {
    margin-bottom: 1rem;
  }
}
.cid-veCMtg9vmE .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veCMtg9vmE .mbr-section-title {
  color: #000000;
}
.cid-veCMtg9vmE .mbr-text,
.cid-veCMtg9vmE .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-veCMtg9vmE .item-title {
  color: #000000;
  text-align: center;
}
.cid-veCMtg9vmE .content-head {
  max-width: 800px;
}
.cid-veCMtganRA {
  display: flex;
  padding-top: 2em;
  padding-bottom: 0em;
  background-color: #09d1ee;
}
.cid-veCMtganRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veCMtganRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veCMtganRA {
    align-items: center;
  }
  .cid-veCMtganRA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veCMtganRA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veCMtganRA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-veCMtganRA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veCMtganRA .content-wrap {
    width: 100%;
    max-width: 800px;
  }
}
.cid-veCMtganRA .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-veCMtganRA .mbr-text,
.cid-veCMtganRA .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-veCMtgbAva {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1504384308090-c894fdcc538d.webp");
}
.cid-veCMtgbAva .mbr-fallback-image.disabled {
  display: none;
}
.cid-veCMtgbAva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veCMtgbAva .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veCMtgbAva .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veCMtgbAva .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veCMtgbAva .card-wrapper {
    padding: 4rem;
  }
}
.cid-veCMtgbAva .mbr-text,
.cid-veCMtgbAva .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veCMtgbAva .card-title,
.cid-veCMtgbAva .card-box {
  text-align: left;
  color: #000000;
}
.cid-veCMtgcnXQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veCMtgcnXQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veCMtgcnXQ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veCMtgcnXQ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veCMtgcnXQ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veCMtgcnXQ .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veDipz6jgz {
  display: flex;
  padding-top: 22rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-veDipz6jgz {
    align-items: flex-end;
  }
  .cid-veDipz6jgz .row {
    justify-content: center;
  }
  .cid-veDipz6jgz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veDipz6jgz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veDipz6jgz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veDipz6jgz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veDipz6jgz .content-wrap {
    width: 100%;
  }
}
.cid-veDipz6jgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDipz6jgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veDipz6jgz .mbr-section-title,
.cid-veDipz6jgz .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veDipz6jgz .mbr-text,
.cid-veDipz6jgz .mbr-section-btn {
  text-align: center;
}
.cid-veDipz6jgz .mbr-section-title {
  color: #FEDE00;
}
.cid-veDipz6jgz .mbr-section-subtitle {
  color: #FEDE00;
}
.cid-veDipz6PW4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veDipz6PW4 .mbr-section-title {
  text-align: center;
  color: #09d1ee;
}
.cid-veDipz6PW4 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veDipz647Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veDipz647Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDipz647Q .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-veDipz647Q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veDipz647Q .row {
  flex-direction: row-reverse;
}
.cid-veDipz647Q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veDipz647Q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veDipz647Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veDipz647Q .mbr-section-title {
  color: #000000;
}
.cid-veDipz647Q .mbr-text,
.cid-veDipz647Q .mbr-section-btn {
  color: #000000;
}
.cid-veDipz6Nyb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veDipz6Nyb .item:focus,
.cid-veDipz6Nyb span:focus {
  outline: none;
}
.cid-veDipz6Nyb .item {
  cursor: pointer;
}
.cid-veDipz6Nyb .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-veDipz6Nyb .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-veDipz6Nyb .grid-container-1,
.cid-veDipz6Nyb .grid-container-2,
.cid-veDipz6Nyb .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-veDipz6Nyb .grid-container-1,
  .cid-veDipz6Nyb .grid-container-2,
  .cid-veDipz6Nyb .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-veDipz6Nyb .mbr-section-title {
  color: #000000;
}
.cid-veDipz6Nyb .mbr-text,
.cid-veDipz6Nyb .mbr-section-btn {
  color: #000000;
}
.cid-veDipz6Nyb .content-head {
  max-width: 800px;
}
.cid-veDipz6Nyb .container,
.cid-veDipz6Nyb .container-fluid {
  overflow: hidden;
}
.cid-veDipz6Nyb .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-veDipz6Nyb .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veDipz6Nyb .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-veDipz6Nyb .grid-item img {
    min-width: 35vw;
  }
}
.cid-veDipz6Nyb .grid-container-1,
.cid-veDipz6Nyb .grid-container-2,
.cid-veDipz6Nyb .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-veDipz6Nyb .grid-container-1 {
  align-items: flex-end;
}
.cid-veDipz6Nyb .grid-container-2 {
  align-items: flex-start;
}
.cid-veDipz6teK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veDipz6teK .mbr-text {
  color: #000000;
}
.cid-veDipz6teK .mbr-section-subtitle {
  color: #000000;
}
.cid-veDipz6teK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veDipz6teK .mbr-text,
.cid-veDipz6teK .item .mbr-section-btn {
  text-align: left;
}
.cid-veDipz6teK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veDipz6teK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veDipz6teK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veDipz7ZRK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fede00;
}
.cid-veDipz7ZRK input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-veDipz7ZRK input:hover {
  border: none !important;
}
.cid-veDipz7ZRK .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veDipz7ZRK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veDipz7ZRK .row {
  justify-content: center;
}
.cid-veDipz7ZRK .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-veDipz7ZRK .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-veDipz7ZRK .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-veDipz7ZRK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-veDipz7ZRK .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-veDipz7ZRK .justify-content-center {
  align-items: center;
}
.cid-veDipz7ZRK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veDkNCzQqY {
  display: flex;
  background-image: url("../../../assets/images/photo-1574269909489-99666f1fefdc.webp");
}
.cid-veDkNCzQqY .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-veDkNCzQqY {
    align-items: flex-end;
  }
  .cid-veDkNCzQqY .row {
    justify-content: center;
  }
  .cid-veDkNCzQqY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veDkNCzQqY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veDkNCzQqY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veDkNCzQqY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veDkNCzQqY .content-wrap {
    width: 100%;
  }
}
.cid-veDkNCzQqY .mbr-section-title,
.cid-veDkNCzQqY .mbr-section-subtitle {
  text-align: center;
}
.cid-veDkNCzQqY .mbr-text,
.cid-veDkNCzQqY .mbr-section-btn {
  text-align: center;
}
.cid-veDkNCzfHm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veDkNCzfHm .mbr-text {
  color: #000000;
}
.cid-veDkNCzfHm .mbr-section-subtitle {
  color: #000000;
}
.cid-veDkNCzfHm .mbr-section-title {
  color: #000000;
}
.cid-veDkNCznE8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-veDkNCznE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDkNCznE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veDkNCznE8 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veDkNCznE8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veDkNCznE8 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-veDkNCznE8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veDkNCznE8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veDkNCznE8 .mbr-section-title {
  color: #000000;
}
.cid-veDkNCznE8 .mbr-text,
.cid-veDkNCznE8 .mbr-section-btn {
  color: #000000;
}
.cid-veDkNCznE8 img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-veDkNCznE8 img {
    height: 15rem;
  }
}
.cid-veDkNCAehw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDkNCAehw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veDkNCAxHe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veDkNCAxHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDkNCAxHe .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-veDkNCAxHe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veDkNCAxHe .row {
  flex-direction: row-reverse;
}
.cid-veDkNCAxHe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veDkNCAxHe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veDkNCAxHe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veDkNCAxHe .mbr-section-title {
  color: #000000;
}
.cid-veDkNCAxHe .mbr-text,
.cid-veDkNCAxHe .mbr-section-btn {
  color: #000000;
}
.cid-veDkNCAXNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veDkNCAXNQ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veDkNCAXNQ .panel-group {
  border: none;
}
.cid-veDkNCAXNQ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veDkNCAXNQ .card-header {
    padding: 0rem;
  }
}
.cid-veDkNCAXNQ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veDkNCAXNQ .img-col {
  padding: 0;
}
.cid-veDkNCAXNQ .img-item {
  height: 100%;
}
.cid-veDkNCAXNQ img {
  height: 100%;
  object-fit: cover;
}
.cid-veDkNCAXNQ .collapsed span {
  transform: rotate(0deg);
}
.cid-veDkNCAXNQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veDkNCAXNQ p {
  margin-bottom: 0.3rem;
}
.cid-veDkNCAXNQ .panel-title-edit {
  color: #000000;
}
.cid-veDkNCAXNQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veDkNCAXNQ .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veDkNCAXNQ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veDkNCAXNQ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veDkNCAXNQ .panel-text {
  color: #000000;
}
.cid-veDkNCAXNQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veDkNCAXNQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veDkNCAXNQ .panel-title-edit,
.cid-veDkNCAXNQ .mbr-iconfont {
  color: #000000;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veDlJKLrhK {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-veDlJKLrhK {
    align-items: flex-end;
  }
  .cid-veDlJKLrhK .row {
    justify-content: flex-start;
  }
  .cid-veDlJKLrhK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veDlJKLrhK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veDlJKLrhK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veDlJKLrhK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veDlJKLrhK .content-wrap {
    width: 100%;
  }
}
.cid-veDlJKLrhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDlJKLrhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veDlJKLrhK .mbr-section-title,
.cid-veDlJKLrhK .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veDlJKLrhK .mbr-text,
.cid-veDlJKLrhK .mbr-section-btn {
  text-align: center;
}
.cid-veDlJKLrhK .mbr-section-title {
  color: #B8DBD9;
}
.cid-veDlJKLrhK .mbr-section-subtitle {
  color: #B8DBD9;
}
.cid-veDlJKLToY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veDlJKLToY .mbr-text {
  color: #000000;
}
.cid-veDlJKLToY .mbr-section-subtitle {
  color: #000000;
}
.cid-veDlJKLToY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veDlJKM6VA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veDlJKM6VA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDlJKM6VA .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-veDlJKM6VA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veDlJKM6VA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veDlJKM6VA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veDlJKM6VA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veDlJKM6VA .card-title,
.cid-veDlJKM6VA .iconfont-wrapper {
  color: #000000;
}
.cid-veDlJKM6VA .card-text {
  color: #000000;
  text-align: center;
}
.cid-veDlJKM6VA .content-head {
  max-width: 800px;
}
.cid-veDlJKM6VA .mbr-section-title {
  color: #000000;
}
.cid-veDlJKM6VA .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-veDlJKM6VA .card-title,
.cid-veDlJKM6VA .img-wrapper {
  text-align: center;
}
.cid-veDlJKMh2F {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veDlJKMh2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDlJKMh2F .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-veDlJKMh2F .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veDlJKMh2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veDlJKMh2F .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-veDlJKMh2F .card-title,
.cid-veDlJKMh2F .iconfont-wrapper,
.cid-veDlJKMh2F .card-text {
  color: #000000;
  text-align: center;
}
.cid-veDlJKMh2F .content-head {
  max-width: 800px;
}
.cid-veDlJKMh2F .mbr-section-title {
  color: #000000;
}
.cid-veDlJKMh2F .mbr-section-btn {
  text-align: center;
}
.cid-veDlJKMVCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veDlJKMVCu .mbr-text {
  color: #000000;
}
.cid-veDlJKMVCu .mbr-section-subtitle {
  color: #000000;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veDmDraY2K {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-veDmDraY2K {
    align-items: flex-end;
  }
  .cid-veDmDraY2K .row {
    justify-content: flex-start;
  }
  .cid-veDmDraY2K .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veDmDraY2K .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veDmDraY2K {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veDmDraY2K .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veDmDraY2K .content-wrap {
    width: 100%;
  }
}
.cid-veDmDraY2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDmDraY2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veDmDraY2K .mbr-section-title,
.cid-veDmDraY2K .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-veDmDraY2K .mbr-text,
.cid-veDmDraY2K .mbr-section-btn {
  text-align: left;
}
.cid-veDmDraAUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veDmDraAUB .mbr-section-title {
  text-align: center;
  color: #FD5523;
}
.cid-veDmDraAUB .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veDmDradcD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veDmDradcD .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-veDmDradcD img,
.cid-veDmDradcD .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veDmDradcD .item:focus,
.cid-veDmDradcD span:focus {
  outline: none;
}
.cid-veDmDradcD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veDmDradcD .item {
    margin-bottom: 1rem;
  }
}
.cid-veDmDradcD .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veDmDradcD .mbr-section-title {
  color: #232323;
}
.cid-veDmDradcD .mbr-text,
.cid-veDmDradcD .mbr-section-btn {
  color: #232323;
}
.cid-veDmDradcD .item-title {
  color: #232323;
}
.cid-veDmDradcD .content-head {
  max-width: 800px;
}
.cid-veDmDrbzZy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veDmDrbzZy .mbr-text {
  color: #000000;
}
.cid-veDmDrbzZy .mbr-section-subtitle {
  color: #000000;
}
.cid-veDmDrbzZy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veDmDrbzZy .mbr-text,
.cid-veDmDrbzZy .item .mbr-section-btn {
  text-align: left;
}
.cid-veDmDrbzZy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veDmDrbzZy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veDmDrbzZy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veDmDrb3xj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veDmDrb3xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDmDrb3xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veDmDrb3xj .container-fluid {
    padding: 0;
  }
}
.cid-veDmDrb3xj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veDmDrb3xj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veDmDrb3xj .embla__slide a {
  display: block;
  width: 100%;
}
.cid-veDmDrb3xj .embla__button--next,
.cid-veDmDrb3xj .embla__button--prev {
  display: flex;
}
.cid-veDmDrb3xj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veDmDrb3xj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veDmDrb3xj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veDmDrb3xj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veDmDrb3xj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veDmDrb3xj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veDmDrb3xj .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veDmDrb3xj .embla {
  position: relative;
  width: 100%;
}
.cid-veDmDrb3xj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veDmDrb3xj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veDmDrb3xj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veDmDrb3xj .embla__slide a {
  cursor: grab;
}
.cid-veDmDrb3xj .embla__slide a:active {
  cursor: grabbing;
}
.cid-veDmDrb3xj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veDmDrb3xj .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veDmDrb3xj .mbr-section-title {
  color: #232323;
}
.cid-veDmDrb3xj .mbr-section-subtitle {
  color: #232323;
}
.cid-veDmDrb3xj .mbr-box {
  color: #ffffff;
}
.cid-veDmDrb3xj .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veDmDrb3xj img,
.cid-veDmDrb3xj .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veDmDrb3xj .item-wrapper {
  position: relative;
}
.cid-veDmDrb3xj .content-head {
  max-width: 800px;
}
.cid-veDmDrbomw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veDmDrbomw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veDmDrbomw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veDmDrbomw .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-veDmDrbomw .card-title,
.cid-veDmDrbomw .iconfont-wrapper {
  color: #232323;
}
.cid-veDmDrbomw .card-text {
  color: #232323;
}
.cid-veDmDrbomw .mbr-section-title {
  color: #232323;
}
.cid-veDmDrbomw .mbr-section-subtitle {
  color: #232323;
}
.cid-veDmDrbomw .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veEmoIqEB0 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-veEmoIqEB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEmoIqEB0 .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-veEmoIqEB0 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veEmoIqEB0 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veEmoIqEB0 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-veEmoIqEB0 .card-wrapper {
  background: #ffffff;
}
.cid-veEmoIqEB0 .mbr-text,
.cid-veEmoIqEB0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veEmoIqEB0 .card-title,
.cid-veEmoIqEB0 .card-box {
  text-align: left;
  color: #000000;
}
.cid-veEmoIqOCp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veEmoIqOCp .item:focus,
.cid-veEmoIqOCp span:focus {
  outline: none;
}
.cid-veEmoIqOCp .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-veEmoIqOCp .content-head {
  max-width: 800px;
}
.cid-veEmoIqOCp .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-veEmoIqOCp .item {
    min-height: 45px;
  }
}
.cid-veEmoIqLqL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veEmoIqLqL .mbr-section-title {
  text-align: center;
  color: #E63946;
}
.cid-veEmoIqLqL .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veEmoIqD7l {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veEmoIqD7l .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-veEmoIqD7l img,
.cid-veEmoIqD7l .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veEmoIqD7l .item:focus,
.cid-veEmoIqD7l span:focus {
  outline: none;
}
.cid-veEmoIqD7l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEmoIqD7l .item {
    margin-bottom: 1rem;
  }
}
.cid-veEmoIqD7l .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veEmoIqD7l .item-content {
  display: flex;
  flex-direction: column;
}
.cid-veEmoIqD7l .item-content .item-footer {
  margin-top: auto;
}
.cid-veEmoIqD7l .mbr-section-title {
  color: #000000;
}
.cid-veEmoIqD7l .mbr-text,
.cid-veEmoIqD7l .mbr-section-btn {
  color: #000000;
}
.cid-veEmoIqD7l .item-title {
  color: #000000;
}
.cid-veEmoIqD7l .content-head {
  max-width: 800px;
}
.cid-veEmoIrhJO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veEmoIrhJO .mbr-text {
  color: #000000;
}
.cid-veEmoIrhJO .mbr-section-subtitle {
  color: #000000;
}
.cid-veEmoIrhJO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEmoIrhJO .mbr-text,
.cid-veEmoIrhJO .item .mbr-section-btn {
  text-align: left;
}
.cid-veEmoIrhJO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEmoIrhJO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEmoIrhJO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veEnEaaxqk {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-veEnEaaxqk {
    align-items: flex-end;
  }
  .cid-veEnEaaxqk .row {
    justify-content: flex-start;
  }
  .cid-veEnEaaxqk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEnEaaxqk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEnEaaxqk {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEnEaaxqk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEnEaaxqk .content-wrap {
    width: 100%;
  }
}
.cid-veEnEaaxqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEnEaaxqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veEnEaaxqk .mbr-section-title,
.cid-veEnEaaxqk .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-veEnEaaxqk .mbr-text,
.cid-veEnEaaxqk .mbr-section-btn {
  text-align: left;
}
.cid-veEnEaaDom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veEnEaaDom .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEnEaaDom .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-veEnEaaDom .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veEnEaaDom .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veEnEaaDom .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-veEnEaaDom .card-wrapper {
  background: #ffffff;
}
.cid-veEnEaaDom .mbr-text,
.cid-veEnEaaDom .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veEnEaaDom .card-title,
.cid-veEnEaaDom .card-box {
  text-align: left;
  color: #000000;
}
.cid-veEnEaaSX5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veEnEaaSX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEnEaaSX5 .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-veEnEaaSX5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veEnEaaSX5 .row {
  flex-direction: row-reverse;
}
.cid-veEnEaaSX5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veEnEaaSX5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veEnEaaSX5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veEnEaaSX5 .mbr-section-title {
  color: #000000;
}
.cid-veEnEaaSX5 .mbr-text,
.cid-veEnEaaSX5 .mbr-section-btn {
  color: #000000;
}
.cid-veEnEaaurP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veEnEaaurP .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veEnEaaurP .panel-group {
  border: none;
}
.cid-veEnEaaurP .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veEnEaaurP .card-header {
    padding: 0rem;
  }
}
.cid-veEnEaaurP .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veEnEaaurP .img-col {
  padding: 0;
}
.cid-veEnEaaurP .img-item {
  height: 100%;
}
.cid-veEnEaaurP img {
  height: 100%;
  object-fit: cover;
}
.cid-veEnEaaurP .collapsed span {
  transform: rotate(0deg);
}
.cid-veEnEaaurP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEnEaaurP p {
  margin-bottom: 0.3rem;
}
.cid-veEnEaaurP .panel-title-edit {
  color: #000000;
}
.cid-veEnEaaurP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veEnEaaurP .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veEnEaaurP .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEnEaaurP .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veEnEaaurP .panel-text {
  color: #000000;
}
.cid-veEnEaaurP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veEnEaaurP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veEnEaaurP .panel-title-edit,
.cid-veEnEaaurP .mbr-iconfont {
  color: #000000;
}
.cid-veEnEaasvw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veEnEaasvw .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-veEnEaasvw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEnEaasvw .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEnEaasvw .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEnEaasvw .card-title,
.cid-veEnEaasvw .iconfont-wrapper {
  color: #000000;
}
.cid-veEnEaasvw .card-text {
  color: #000000;
  text-align: left;
}
.cid-veEnEaasvw .content-head {
  max-width: 800px;
}
.cid-veEnEaasvw .mbr-section-title {
  color: #000000;
}
.cid-veEnEaasvw .card-title,
.cid-veEnEaasvw .img-wrapper {
  text-align: center;
}
.cid-veEnEaasvw .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-veEnEaavZH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-1626736985932-c0df2ae07a2e.webp");
}
.cid-veEnEaavZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEnEaavZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEnEaavZH .card-wrapper {
  background: #7fb069;
}
@media (max-width: 767px) {
  .cid-veEnEaavZH .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veEnEaavZH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veEnEaavZH .card-wrapper {
    padding: 4rem;
  }
}
.cid-veEnEaavZH .mbr-text,
.cid-veEnEaavZH .mbr-section-btn {
  text-align: center;
}
.cid-veEnEaavZH .card-title {
  text-align: center;
  color: #000000;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veEsAK64ZC {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-veEsAK64ZC {
    align-items: flex-end;
  }
  .cid-veEsAK64ZC .row {
    justify-content: flex-start;
  }
  .cid-veEsAK64ZC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEsAK64ZC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEsAK64ZC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEsAK64ZC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEsAK64ZC .content-wrap {
    width: 100%;
  }
}
.cid-veEsAK64ZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEsAK64ZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veEsAK64ZC .mbr-section-title,
.cid-veEsAK64ZC .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veEsAK64ZC .mbr-text,
.cid-veEsAK64ZC .mbr-section-btn {
  text-align: center;
}
.cid-veEsAK64ZC .mbr-section-title {
  color: #FFD100;
}
.cid-veEsAK64ZC .mbr-section-subtitle {
  color: #FFD100;
}
.cid-veEsAK6z6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veEsAK6z6J .mbr-section-title {
  text-align: center;
  color: #1b6570;
}
.cid-veEsAK6z6J .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veEsAK6LnI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEsAK6LnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEsAK6LnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEsAK6LnI .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veEsAK6LnI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veEsAK6LnI .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veEsAK6LnI .card-wrapper {
    padding: 4rem;
  }
}
.cid-veEsAK6LnI .mbr-text,
.cid-veEsAK6LnI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veEsAK6LnI .card-title,
.cid-veEsAK6LnI .card-box {
  text-align: left;
  color: #000000;
}
.cid-veEsAK7fMr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veEsAK7fMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEsAK7fMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veEsAK7fMr .container-fluid {
    padding: 0;
  }
}
.cid-veEsAK7fMr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veEsAK7fMr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veEsAK7fMr .embla__slide a {
  display: block;
  width: 100%;
}
.cid-veEsAK7fMr .embla__button--next,
.cid-veEsAK7fMr .embla__button--prev {
  display: flex;
}
.cid-veEsAK7fMr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veEsAK7fMr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veEsAK7fMr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veEsAK7fMr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veEsAK7fMr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veEsAK7fMr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veEsAK7fMr .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veEsAK7fMr .embla {
  position: relative;
  width: 100%;
}
.cid-veEsAK7fMr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veEsAK7fMr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veEsAK7fMr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veEsAK7fMr .embla__slide a {
  cursor: grab;
}
.cid-veEsAK7fMr .embla__slide a:active {
  cursor: grabbing;
}
.cid-veEsAK7fMr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veEsAK7fMr .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veEsAK7fMr .mbr-section-title {
  color: #232323;
}
.cid-veEsAK7fMr .mbr-section-subtitle {
  color: #232323;
}
.cid-veEsAK7fMr .mbr-box {
  color: #ffffff;
}
.cid-veEsAK7fMr .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veEsAK7fMr img,
.cid-veEsAK7fMr .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veEsAK7fMr .item-wrapper {
  position: relative;
}
.cid-veEsAK7fMr .content-head {
  max-width: 800px;
}
.cid-veEsAK7mLn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEsAK7mLn .mbr-text {
  color: #000000;
}
.cid-veEsAK7mLn .mbr-section-subtitle {
  color: #000000;
}
.cid-veEsAK7mLn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEsAK7mLn .mbr-text,
.cid-veEsAK7mLn .item .mbr-section-btn {
  text-align: left;
}
.cid-veEsAK7mLn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEsAK7mLn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEsAK7mLn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEsAK8fd0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEsAK8fd0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veEsAK8fd0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veEsAK8fd0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veEsAK8fd0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veEsAK8fd0 .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veEtLyfdiM {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .cid-veEtLyfdiM {
    align-items: flex-end;
  }
  .cid-veEtLyfdiM .row {
    justify-content: flex-start;
  }
  .cid-veEtLyfdiM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEtLyfdiM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEtLyfdiM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEtLyfdiM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEtLyfdiM .content-wrap {
    width: 100%;
  }
}
.cid-veEtLyfdiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtLyfdiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veEtLyfdiM .mbr-section-title,
.cid-veEtLyfdiM .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veEtLyfdiM .mbr-text,
.cid-veEtLyfdiM .mbr-section-btn {
  text-align: center;
}
.cid-veEtLyfdiM .mbr-section-title {
  color: #E26D5C;
}
.cid-veEtLyfdiM .mbr-section-subtitle {
  color: #E26D5C;
}
.cid-veEtLyfiwx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veEtLyfiwx .mbr-text {
  color: #000000;
}
.cid-veEtLyfiwx .mbr-section-subtitle {
  color: #000000;
}
.cid-veEtLyfiwx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEtLyg9Gp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veEtLyg9Gp .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-veEtLyg9Gp img,
.cid-veEtLyg9Gp .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veEtLyg9Gp .item:focus,
.cid-veEtLyg9Gp span:focus {
  outline: none;
}
.cid-veEtLyg9Gp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEtLyg9Gp .item {
    margin-bottom: 1rem;
  }
}
.cid-veEtLyg9Gp .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veEtLyg9Gp .item-content {
  display: flex;
  flex-direction: column;
}
.cid-veEtLyg9Gp .item-content .item-footer {
  margin-top: auto;
}
.cid-veEtLyg9Gp .mbr-section-title {
  color: #000000;
}
.cid-veEtLyg9Gp .mbr-text,
.cid-veEtLyg9Gp .mbr-section-btn {
  color: #000000;
}
.cid-veEtLyg9Gp .item-title {
  color: #000000;
}
.cid-veEtLyg9Gp .content-head {
  max-width: 800px;
}
.cid-veEtLygwGb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veEtLygwGb .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-veEtLygwGb img,
.cid-veEtLygwGb .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veEtLygwGb .item:focus,
.cid-veEtLygwGb span:focus {
  outline: none;
}
.cid-veEtLygwGb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEtLygwGb .item {
    margin-bottom: 1rem;
  }
}
.cid-veEtLygwGb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veEtLygwGb .mbr-section-title {
  color: #000000;
}
.cid-veEtLygwGb .mbr-text,
.cid-veEtLygwGb .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-veEtLygwGb .item-title {
  color: #000000;
  text-align: center;
}
.cid-veEtLygwGb .content-head {
  max-width: 800px;
}
.cid-veEtLygcVs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veEtLygcVs .mbr-text {
  color: #000000;
}
.cid-veEtLygcVs .mbr-section-subtitle {
  color: #000000;
}
.cid-veEtLygcVs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEtLyhtnM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veEtLyhtnM .mbr-text {
  color: #000000;
}
.cid-veEtLyhtnM .mbr-section-subtitle {
  color: #000000;
}
.cid-veEtLyhtnM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEtLyhtnM .mbr-text,
.cid-veEtLyhtnM .item .mbr-section-btn {
  text-align: left;
}
.cid-veEtLyhtnM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEtLyhtnM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEtLyhtnM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEtLyhySJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1598256989800-fe5f95da9787.webp");
}
.cid-veEtLyhySJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEtLyhySJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEtLyhySJ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veEtLyhySJ .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veEtLyhySJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veEtLyhySJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-veEtLyhySJ .mbr-text,
.cid-veEtLyhySJ .mbr-section-btn {
  text-align: center;
}
.cid-veEtLyhKla {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veEtLyhKla .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veEtLyhKla form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veEtLyhKla form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veEtLyhKla form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veEtLyhKla .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veEzv5Yspa {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-veEzv5Yspa {
    align-items: flex-end;
  }
  .cid-veEzv5Yspa .row {
    justify-content: flex-start;
  }
  .cid-veEzv5Yspa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEzv5Yspa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEzv5Yspa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEzv5Yspa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEzv5Yspa .content-wrap {
    width: 100%;
  }
}
.cid-veEzv5Yspa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEzv5Yspa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veEzv5Yspa .mbr-section-title,
.cid-veEzv5Yspa .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-veEzv5Yspa .mbr-text,
.cid-veEzv5Yspa .mbr-section-btn {
  text-align: left;
}
.cid-veEzv5Yp3C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1553691158-91a7f9183156.webp");
}
.cid-veEzv5Yp3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEzv5Yp3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEzv5Yp3C .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veEzv5Yp3C .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veEzv5Yp3C .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veEzv5Yp3C .card-wrapper {
    padding: 4rem;
  }
}
.cid-veEzv5Yp3C .mbr-text,
.cid-veEzv5Yp3C .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veEzv5Yp3C .card-title,
.cid-veEzv5Yp3C .card-box {
  text-align: left;
  color: #000000;
}
.cid-veEzv5Z46h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEzv5Z46h .mbr-text {
  color: #000000;
}
.cid-veEzv5Z46h .mbr-section-subtitle {
  color: #000000;
}
.cid-veEzv5Z46h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEzv5Z46h .mbr-text,
.cid-veEzv5Z46h .item .mbr-section-btn {
  text-align: left;
}
.cid-veEzv5Z46h .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEzv5Z46h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEzv5Z46h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEzv5ZxUD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEzv5ZxUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEzv5ZxUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEzv5ZxUD .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veEzv5ZxUD .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veEzv5ZxUD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veEzv5ZxUD .card-wrapper {
    padding: 4rem;
  }
}
.cid-veEzv5ZxUD .mbr-text,
.cid-veEzv5ZxUD .mbr-section-btn {
  text-align: center;
}
.cid-veEzv5Zlo8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEzv5Zlo8 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-veEzv5Zlo8 img,
.cid-veEzv5Zlo8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veEzv5Zlo8 .item:focus,
.cid-veEzv5Zlo8 span:focus {
  outline: none;
}
.cid-veEzv5Zlo8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEzv5Zlo8 .item {
    margin-bottom: 1rem;
  }
}
.cid-veEzv5Zlo8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veEzv5Zlo8 .mbr-section-title {
  color: #232323;
}
.cid-veEzv5Zlo8 .mbr-text,
.cid-veEzv5Zlo8 .mbr-section-btn {
  color: #232323;
}
.cid-veEzv5Zlo8 .item-title {
  color: #232323;
}
.cid-veEzv5Zlo8 .content-head {
  max-width: 800px;
}
.cid-veEzv5ZBjd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEzv5ZBjd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veEzv5ZBjd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veEzv5ZBjd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veEzv5ZBjd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veEzv5ZBjd .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veECXCvQfO {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-veECXCvQfO {
    align-items: flex-end;
  }
  .cid-veECXCvQfO .row {
    justify-content: flex-start;
  }
  .cid-veECXCvQfO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veECXCvQfO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veECXCvQfO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veECXCvQfO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veECXCvQfO .content-wrap {
    width: 100%;
  }
}
.cid-veECXCvQfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veECXCvQfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veECXCvQfO .mbr-section-title,
.cid-veECXCvQfO .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veECXCvQfO .mbr-text,
.cid-veECXCvQfO .mbr-section-btn {
  text-align: center;
}
.cid-veECXCvQfO .mbr-section-title {
  color: #F4D35E;
}
.cid-veECXCvQfO .mbr-section-subtitle {
  color: #F4D35E;
}
.cid-veECXCvCeT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veECXCvCeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veECXCvCeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veECXCvCeT .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-veECXCvCeT .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veECXCvCeT .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-veECXCvCeT .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-veECXCvCeT .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-veECXCvCeT .row {
  flex-direction: row-reverse;
}
.cid-veECXCvCeT .image-wrapper {
  padding: 0 1rem;
}
.cid-veECXCvCeT img,
.cid-veECXCvCeT .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-veECXCvCeT img,
  .cid-veECXCvCeT .image-wrapper {
    max-height: 350px;
  }
}
.cid-veECXCvCeT .mbr-section-title {
  color: #000000;
}
.cid-veECXCvCeT .mbr-text {
  color: #000000;
}
.cid-veECXCv6vn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veECXCv6vn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veECXCv6vn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veECXCv6vn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veECXCv6vn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veECXCv6vn .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veECXCv6vn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veECXCv6vn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veECXCv6vn .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veECXCv6vn .mbr-section-title {
  color: #000000;
}
.cid-veECXCv6vn .mbr-section-subtitle {
  color: #000000;
}
.cid-veECXCv6vn .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veECXCv6vn .card-box .item-footer {
  margin-top: auto;
}
.cid-veECXCv6vn .content-head {
  max-width: 800px;
}
.cid-veECXCv6vn .card-title,
.cid-veECXCv6vn .iconfont-wrapper {
  text-align: center;
}
.cid-veECXCv6vn .card-text,
.cid-veECXCv6vn .item .mbr-section-btn {
  text-align: center;
}
.cid-veECXCwFZn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veECXCwFZn .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-veECXCwFZn img,
.cid-veECXCwFZn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veECXCwFZn .item:focus,
.cid-veECXCwFZn span:focus {
  outline: none;
}
.cid-veECXCwFZn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veECXCwFZn .item {
    margin-bottom: 1rem;
  }
}
.cid-veECXCwFZn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veECXCwFZn .mbr-section-title {
  color: #000000;
}
.cid-veECXCwFZn .mbr-text,
.cid-veECXCwFZn .mbr-section-btn {
  color: #000000;
}
.cid-veECXCwFZn .item-title {
  color: #000000;
}
.cid-veECXCwFZn .content-head {
  max-width: 800px;
}
.cid-veECXCR684 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veECXCR684 .mbr-text {
  color: #000000;
}
.cid-veECXCR684 .mbr-section-subtitle {
  color: #000000;
}
.cid-veECXCR684 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veECXCR684 .mbr-text,
.cid-veECXCR684 .item .mbr-section-btn {
  text-align: left;
}
.cid-veECXCR684 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veECXCR684 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veECXCR684 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veEDSBGoLK {
  display: flex;
  background-image: url("https://images.unsplash.com/photo-1677026010083-78ec7f1b84ed?ixid=M3w0Mzc5fDB8MXxzZWFyY2h8MXx8ZGVudGFsJTIwc21pbGV8ZW58MHwwfHx8MTc3NDI2MjA5M3ww&ixlib=rb-4.1.0&auto=format&fit=crop&w=1200&q=50");
}
.cid-veEDSBGoLK .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-veEDSBGoLK {
    align-items: flex-end;
  }
  .cid-veEDSBGoLK .row {
    justify-content: flex-start;
  }
  .cid-veEDSBGoLK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veEDSBGoLK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veEDSBGoLK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veEDSBGoLK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veEDSBGoLK .content-wrap {
    width: 100%;
  }
}
.cid-veEDSBGoLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEDSBGoLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEDSBGoLK .mbr-section-title,
.cid-veEDSBGoLK .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-veEDSBGoLK .mbr-text,
.cid-veEDSBGoLK .mbr-section-btn {
  text-align: left;
}
.cid-veEDSBHxgV {
  background-color: transparent;
}
.cid-veEDSBHxgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEDSBHxgV .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-veEDSBHxgV .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veEDSBHxgV .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veEDSBHxgV .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-veEDSBHxgV .card-wrapper {
  background: #ffffff;
}
.cid-veEDSBHxgV .mbr-text,
.cid-veEDSBHxgV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veEDSBHxgV .card-title,
.cid-veEDSBHxgV .card-box {
  text-align: left;
  color: #000000;
}
.cid-veEDSBHdzP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEDSBHdzP .mbr-text {
  color: #000000;
}
.cid-veEDSBHdzP .mbr-section-subtitle {
  color: #000000;
}
.cid-veEDSBHdzP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veEDSBHdzP .mbr-text,
.cid-veEDSBHdzP .item .mbr-section-btn {
  text-align: left;
}
.cid-veEDSBHdzP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEDSBHdzP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veEDSBHdzP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veEDSBH31U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEDSBH31U .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEDSBH31U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEDSBH31U .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veEDSBH31U .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veEDSBH31U .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veEDSBH31U .card-wrapper {
    padding: 4rem;
  }
}
.cid-veEDSBH31U .mbr-text,
.cid-veEDSBH31U .mbr-section-btn {
  text-align: center;
}
.cid-veEDSBHKa9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEDSBHKa9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veEDSBHKa9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veEDSBHKa9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veEDSBHKa9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veEDSBHKa9 .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGdKh9YQT {
  display: flex;
}
@media (min-width: 768px) {
  .cid-veGdKh9YQT {
    align-items: flex-end;
  }
  .cid-veGdKh9YQT .row {
    justify-content: flex-start;
  }
  .cid-veGdKh9YQT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veGdKh9YQT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veGdKh9YQT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veGdKh9YQT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veGdKh9YQT .content-wrap {
    width: 100%;
  }
}
.cid-veGdKh9YQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGdKh9YQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veGdKh9YQT .mbr-section-title,
.cid-veGdKh9YQT .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veGdKh9YQT .mbr-text,
.cid-veGdKh9YQT .mbr-section-btn {
  text-align: center;
}
.cid-veGdKh9YQT .mbr-section-title {
  color: #F6AA1C;
}
.cid-veGdKh9YQT .mbr-section-subtitle {
  color: #F6AA1C;
}
.cid-veGdKh9vjr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGdKh9vjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGdKh9vjr .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-veGdKh9vjr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veGdKh9vjr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veGdKh9vjr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veGdKh9vjr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veGdKh9vjr .mbr-section-title {
  color: #000000;
}
.cid-veGdKh9vjr .mbr-text,
.cid-veGdKh9vjr .mbr-section-btn {
  color: #000000;
}
.cid-veGdKh9a0x {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veGdKh9a0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGdKh9a0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGdKh9a0x .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veGdKh9a0x .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veGdKh9a0x .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGdKh9a0x .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veGdKh9a0x .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veGdKh9a0x .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veGdKh9a0x .mbr-section-title {
  color: #000000;
}
.cid-veGdKh9a0x .mbr-section-subtitle {
  color: #000000;
}
.cid-veGdKh9a0x .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veGdKh9a0x .card-box .item-footer {
  margin-top: auto;
}
.cid-veGdKh9a0x .content-head {
  max-width: 800px;
}
.cid-veGdKh9a0x .card-title,
.cid-veGdKh9a0x .iconfont-wrapper {
  text-align: center;
}
.cid-veGdKh9a0x .card-text,
.cid-veGdKh9a0x .item .mbr-section-btn {
  text-align: center;
}
.cid-veGdKhaGTw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-veGdKhaGTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGdKhaGTw .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-veGdKhaGTw .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veGdKhaGTw .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veGdKhaGTw .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-veGdKhaGTw .card-wrapper {
  background: #ffffff;
}
.cid-veGdKhaGTw .mbr-text,
.cid-veGdKhaGTw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veGdKhaGTw .card-title,
.cid-veGdKhaGTw .card-box {
  text-align: left;
  color: #000000;
}
.cid-veGdKhawMM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veGdKhawMM .mbr-section-title {
  text-align: center;
  color: #F6AA1C;
}
.cid-veGdKhawMM .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veGdKhbdG4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veGdKhbdG4 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-veGdKhbdG4 img,
.cid-veGdKhbdG4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veGdKhbdG4 .item:focus,
.cid-veGdKhbdG4 span:focus {
  outline: none;
}
.cid-veGdKhbdG4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veGdKhbdG4 .item {
    margin-bottom: 1rem;
  }
}
.cid-veGdKhbdG4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veGdKhbdG4 .mbr-section-title {
  color: #000000;
}
.cid-veGdKhbdG4 .mbr-text,
.cid-veGdKhbdG4 .mbr-section-btn {
  color: #000000;
}
.cid-veGdKhbdG4 .item-title {
  color: #000000;
}
.cid-veGdKhbdG4 .content-head {
  max-width: 800px;
}
.cid-veGdKhci6q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGdKhci6q .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veGdKhci6q .panel-group {
  border: none;
}
.cid-veGdKhci6q .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veGdKhci6q .card-header {
    padding: 0rem;
  }
}
.cid-veGdKhci6q .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veGdKhci6q .img-col {
  padding: 0;
}
.cid-veGdKhci6q .img-item {
  height: 100%;
}
.cid-veGdKhci6q img {
  height: 100%;
  object-fit: cover;
}
.cid-veGdKhci6q .collapsed span {
  transform: rotate(0deg);
}
.cid-veGdKhci6q .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veGdKhci6q p {
  margin-bottom: 0.3rem;
}
.cid-veGdKhci6q .panel-title-edit {
  color: #000000;
}
.cid-veGdKhci6q .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veGdKhci6q .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veGdKhci6q .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGdKhci6q .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veGdKhci6q .panel-text {
  color: #000000;
}
.cid-veGdKhci6q .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veGdKhci6q .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGdKhci6q .panel-title-edit,
.cid-veGdKhci6q .mbr-iconfont {
  color: #000000;
}
.cid-veGdKhcuEB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veGdKhcuEB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veGdKhcuEB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veGdKhcuEB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veGdKhcuEB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veGdKhcuEB .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGgGjjoQW {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-veGgGjjoQW {
    align-items: flex-end;
  }
  .cid-veGgGjjoQW .row {
    justify-content: flex-start;
  }
  .cid-veGgGjjoQW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veGgGjjoQW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veGgGjjoQW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veGgGjjoQW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veGgGjjoQW .content-wrap {
    width: 100%;
  }
}
.cid-veGgGjjoQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGgGjjoQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veGgGjjoQW .mbr-section-title,
.cid-veGgGjjoQW .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veGgGjjoQW .mbr-text,
.cid-veGgGjjoQW .mbr-section-btn {
  text-align: center;
}
.cid-veGgGjjoQW .mbr-section-title {
  color: #FFA62B;
}
.cid-veGgGjjoQW .mbr-section-subtitle {
  color: #FFA62B;
}
.cid-veGgGjkLgR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veGgGjkLgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGgGjkLgR .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-veGgGjkLgR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veGgGjkLgR .row {
  flex-direction: row-reverse;
}
.cid-veGgGjkLgR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veGgGjkLgR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veGgGjkLgR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veGgGjkLgR .mbr-section-title {
  color: #000000;
}
.cid-veGgGjkLgR .mbr-text,
.cid-veGgGjkLgR .mbr-section-btn {
  color: #000000;
}
.cid-veGgGjkzGH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veGgGjkzGH .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-veGgGjkzGH img,
.cid-veGgGjkzGH .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veGgGjkzGH .item:focus,
.cid-veGgGjkzGH span:focus {
  outline: none;
}
.cid-veGgGjkzGH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veGgGjkzGH .item {
    margin-bottom: 1rem;
  }
}
.cid-veGgGjkzGH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veGgGjkzGH .mbr-section-title {
  color: #000000;
}
.cid-veGgGjkzGH .mbr-text,
.cid-veGgGjkzGH .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-veGgGjkzGH .item-title {
  color: #000000;
  text-align: center;
}
.cid-veGgGjkzGH .content-head {
  max-width: 800px;
}
.cid-veGgGjlrkC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veGgGjlrkC .mbr-text {
  color: #000000;
}
.cid-veGgGjlrkC .mbr-section-subtitle {
  color: #000000;
}
.cid-veGgGjlrkC .mbr-section-title {
  color: #000000;
}
.cid-veGgGjlc3U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGgGjlc3U .mbr-text {
  color: #000000;
}
.cid-veGgGjlc3U .mbr-section-subtitle {
  color: #000000;
}
.cid-veGgGjlc3U .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGgGjlc3U .mbr-text,
.cid-veGgGjlc3U .item .mbr-section-btn {
  text-align: left;
}
.cid-veGgGjlc3U .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGgGjlc3U .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veGgGjlc3U .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGlGu0859 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-1684607633217-462056580c3c.webp");
}
.cid-veGlGu0859 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGlGu0859 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGlGu0859 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veGlGu0859 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veGlGu0859 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veGlGu0859 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veGlGu0859 .mbr-text,
.cid-veGlGu0859 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veGlGu0859 .card-title,
.cid-veGlGu0859 .card-box {
  text-align: left;
  color: #000000;
}
.cid-veGlGu0oL2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGlGu0oL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGlGu0oL2 .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-veGlGu0oL2 .image-wrapper {
    flex-direction: column;
  }
  .cid-veGlGu0oL2 .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-veGlGu0oL2 .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-veGlGu0oL2 img,
.cid-veGlGu0oL2 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veGlGu0oL2 .card-wrapper {
  background: #ffffff;
}
.cid-veGlGu0oL2 .mbr-text,
.cid-veGlGu0oL2 .mbr-section-btn {
  color: #000000;
}
.cid-veGlGu0oL2 .card-title,
.cid-veGlGu0oL2 .card-box {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-veGlGu0oL2 .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veGlGu0oL2 .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veGlGu0oL2 .card-content-text {
    padding: 4rem;
  }
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGp3KDqxe {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veGp3KDqxe .mbr-text {
  color: #000000;
}
.cid-veGp3KDqxe .mbr-section-subtitle {
  color: #000000;
}
.cid-veGp3KDqxe .mbr-section-title {
  color: #000000;
}
.cid-veGp3KD9zS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGp3KD9zS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGp3KD9zS .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-veGp3KD9zS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veGp3KD9zS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veGp3KD9zS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veGp3KD9zS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veGp3KD9zS .mbr-section-title {
  color: #000000;
}
.cid-veGp3KD9zS .mbr-text,
.cid-veGp3KD9zS .mbr-section-btn {
  color: #000000;
}
.cid-veGp3KDAxf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veGp3KDAxf .mbr-text {
  color: #000000;
}
.cid-veGp3KDAxf .mbr-section-subtitle {
  color: #000000;
}
.cid-veGp3KDAxf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGp3KDAxf .mbr-text,
.cid-veGp3KDAxf .item .mbr-section-btn {
  text-align: left;
}
.cid-veGp3KDAxf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGp3KDAxf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veGp3KDAxf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veGp3KEvqG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veGp3KEvqG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veGp3KEvqG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veGp3KEvqG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veGp3KEvqG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veGp3KEvqG .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGskfQV65 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #64cddd;
}
.cid-veGskfQV65 .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-veGskfQV65 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veGskfQltk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-veGskfQltk .mbr-section-title {
  text-align: center;
  color: #163300;
}
.cid-veGskfQltk .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veGskfQltk .image-wrapper {
  text-align: center;
}
.cid-veGskfQSw1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veGskfQSw1 .mbr-text {
  color: #000000;
}
.cid-veGskfQSw1 .mbr-section-subtitle {
  color: #000000;
}
.cid-veGskfQSw1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGskfQSw1 .mbr-text,
.cid-veGskfQSw1 .item .mbr-section-btn {
  text-align: left;
}
.cid-veGskfQSw1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGskfQSw1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veGskfQSw1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veGskfRU97 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veGskfRU97 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-veGskfRU97 img,
.cid-veGskfRU97 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veGskfRU97 .item:focus,
.cid-veGskfRU97 span:focus {
  outline: none;
}
.cid-veGskfRU97 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veGskfRU97 .item {
    margin-bottom: 1rem;
  }
}
.cid-veGskfRU97 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veGskfRU97 .mbr-section-title {
  color: #232323;
}
.cid-veGskfRU97 .mbr-text,
.cid-veGskfRU97 .mbr-section-btn {
  color: #232323;
}
.cid-veGskfRU97 .item-title {
  color: #232323;
}
.cid-veGskfRU97 .content-head {
  max-width: 800px;
}
.cid-veGskfR0Q7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1758205307876-334bb810a63a.webp");
}
.cid-veGskfR0Q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGskfR0Q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGskfR0Q7 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veGskfR0Q7 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veGskfR0Q7 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veGskfR0Q7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veGskfR0Q7 .mbr-text,
.cid-veGskfR0Q7 .mbr-section-btn {
  text-align: center;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veEy4fG3Cz {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veEy4fG3Cz .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-veEy4fG3Cz img,
.cid-veEy4fG3Cz .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veEy4fG3Cz .item:focus,
.cid-veEy4fG3Cz span:focus {
  outline: none;
}
.cid-veEy4fG3Cz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEy4fG3Cz .item {
    margin-bottom: 1rem;
  }
}
.cid-veEy4fG3Cz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veEy4fG3Cz .mbr-section-title {
  color: #1b6570;
}
.cid-veEy4fG3Cz .mbr-text,
.cid-veEy4fG3Cz .mbr-section-btn {
  color: #232323;
}
.cid-veEy4fG3Cz .item-title {
  color: #232323;
}
.cid-veEy4fG3Cz .content-head {
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-veEy4fG3Cz .item.features-image {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-veEy4fGlIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veEy4fGlIm .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veEy4fGlIm .panel-group {
  border: none;
}
.cid-veEy4fGlIm .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veEy4fGlIm .card-header {
    padding: 0rem;
  }
}
.cid-veEy4fGlIm .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veEy4fGlIm .img-col {
  padding: 0;
}
.cid-veEy4fGlIm .img-item {
  height: 100%;
}
.cid-veEy4fGlIm img {
  height: 100%;
  object-fit: cover;
}
.cid-veEy4fGlIm .collapsed span {
  transform: rotate(0deg);
}
.cid-veEy4fGlIm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veEy4fGlIm p {
  margin-bottom: 0.3rem;
}
.cid-veEy4fGlIm .panel-title-edit {
  color: #000000;
}
.cid-veEy4fGlIm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veEy4fGlIm .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veEy4fGlIm .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veEy4fGlIm .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veEy4fGlIm .panel-text {
  color: #000000;
}
.cid-veEy4fGlIm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veEy4fGlIm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veEy4fGlIm .panel-title-edit,
.cid-veEy4fGlIm .mbr-iconfont {
  color: #000000;
}
.cid-veEy4fHA5U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veEy4fHA5U .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veEy4fHA5U form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veEy4fHA5U form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veEy4fHA5U form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veEy4fHA5U .content-head {
  max-width: 800px;
}
.cid-veEy4fH3oF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veEy4fH3oF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veEy4fH3oF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veEy4fH3oF .mbr-text {
  color: #000000;
}
.cid-veEy4fH3oF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-veEy4fH3oF .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veEy4fH3oF .main-button {
    margin-bottom: 2rem;
  }
}
.cid-veEy4fH3oF .mbr-section-subtitle,
.cid-veEy4fH3oF .main-button {
  color: #000000;
}
.cid-veEy4fH3oF .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-veEy4fH3oF .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-veEy4fH3oF .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-veEy4fH3oF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veEy4fH3oF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veMvJpjaKz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-veMw5JTGf3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-veMw5JTGf3 .justify-content-center {
  align-items: center;
}
.cid-veMw5JTGf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veMw5JTGf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veMw5JTGf3 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-veMw5JTGf3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veMw5JTGf3 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-veMw5JTGf3 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-veMw5JTGf3 .row {
  align-items: center;
}
.cid-veMw5JTGf3 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-veMw5JTGf3 .card-text {
    text-align: center;
  }
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGmGoQuJX {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("https://images.unsplash.com/photo-1609840113564-ab4aba4956c4?ixid=M3w0Mzc5fDB8MXxzZWFyY2h8MXx8b3JhbCUyMGh5Z2llbmV8ZW58MHwwfHx8MTc3NDI2MjkyMHww&ixlib=rb-4.1.0&auto=format&fit=crop&w=1200&q=50");
}
.cid-veGmGoQuJX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-veGmGoQuJX {
    align-items: flex-end;
  }
  .cid-veGmGoQuJX .row {
    justify-content: flex-start;
  }
  .cid-veGmGoQuJX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veGmGoQuJX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veGmGoQuJX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veGmGoQuJX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veGmGoQuJX .content-wrap {
    width: 100%;
  }
}
.cid-veGmGoQuJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGmGoQuJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGmGoQuJX .mbr-section-title,
.cid-veGmGoQuJX .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veGmGoQuJX .mbr-text,
.cid-veGmGoQuJX .mbr-section-btn {
  text-align: center;
}
.cid-veGmGoQuJX .mbr-section-title {
  color: #0496FF;
}
.cid-veGmGoQuJX .mbr-section-subtitle {
  color: #0496FF;
}
.cid-veGmGoQmIN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veGmGoQmIN .mbr-section-title {
  text-align: center;
  color: #0496FF;
}
.cid-veGmGoQmIN .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veGmGoQosD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGmGoQosD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGmGoQosD .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-veGmGoQosD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veGmGoQosD .row {
  flex-direction: row-reverse;
}
.cid-veGmGoQosD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veGmGoQosD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veGmGoQosD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veGmGoQosD .mbr-section-title {
  color: #000000;
}
.cid-veGmGoQosD .mbr-text,
.cid-veGmGoQosD .mbr-section-btn {
  color: #000000;
}
.cid-veGmGoQRoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGmGoQRoD .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veGmGoQRoD .panel-group {
  border: none;
}
.cid-veGmGoQRoD .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veGmGoQRoD .card-header {
    padding: 0rem;
  }
}
.cid-veGmGoQRoD .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veGmGoQRoD .img-col {
  padding: 0;
}
.cid-veGmGoQRoD .img-item {
  height: 100%;
}
.cid-veGmGoQRoD img {
  height: 100%;
  object-fit: cover;
}
.cid-veGmGoQRoD .collapsed span {
  transform: rotate(0deg);
}
.cid-veGmGoQRoD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veGmGoQRoD p {
  margin-bottom: 0.3rem;
}
.cid-veGmGoQRoD .panel-title-edit {
  color: #000000;
}
.cid-veGmGoQRoD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veGmGoQRoD .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veGmGoQRoD .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGmGoQRoD .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veGmGoQRoD .panel-text {
  color: #000000;
}
.cid-veGmGoQRoD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veGmGoQRoD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGmGoQRoD .panel-title-edit,
.cid-veGmGoQRoD .mbr-iconfont {
  color: #000000;
}
.cid-veGmGoQgj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1693692273603-3b9e13789298.webp");
}
.cid-veGmGoQgj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGmGoQgj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGmGoQgj8 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veGmGoQgj8 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veGmGoQgj8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veGmGoQgj8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-veGmGoQgj8 .mbr-text,
.cid-veGmGoQgj8 .mbr-section-btn {
  text-align: center;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGEjWmbiQ {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 7rem;
}
@media (min-width: 768px) {
  .cid-veGEjWmbiQ {
    align-items: flex-end;
  }
  .cid-veGEjWmbiQ .row {
    justify-content: flex-start;
  }
  .cid-veGEjWmbiQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veGEjWmbiQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veGEjWmbiQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veGEjWmbiQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veGEjWmbiQ .content-wrap {
    width: 100%;
  }
}
.cid-veGEjWmbiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGEjWmbiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veGEjWmbiQ .mbr-section-title,
.cid-veGEjWmbiQ .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veGEjWmbiQ .mbr-text,
.cid-veGEjWmbiQ .mbr-section-btn {
  text-align: center;
}
.cid-veGEjWmbiQ .mbr-section-title {
  color: #7FB069;
}
.cid-veGEjWmbiQ .mbr-section-subtitle {
  color: #7FB069;
}
.cid-veGEjWnbpt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGEjWnbpt .mbr-section-title {
  text-align: center;
  color: #7FB069;
}
.cid-veGEjWnbpt .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veGEjWpsTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGEjWpsTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGEjWpsTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGEjWpsTD .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veGEjWpsTD .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veGEjWpsTD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veGEjWpsTD .card-wrapper {
    padding: 4rem;
  }
}
.cid-veGEjWpsTD .mbr-text,
.cid-veGEjWpsTD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veGEjWpsTD .card-title,
.cid-veGEjWpsTD .card-box {
  text-align: left;
  color: #000000;
}
.cid-veGEjWtvjK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veGEjWtvjK .mbr-text {
  color: #000000;
}
.cid-veGEjWtvjK .mbr-section-subtitle {
  color: #000000;
}
.cid-veGEjWtvjK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGEjWtvjK .mbr-text,
.cid-veGEjWtvjK .item .mbr-section-btn {
  text-align: left;
}
.cid-veGEjWtvjK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGEjWtvjK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veGEjWtvjK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veGEjWtJ4x {
  display: flex;
  padding-top: 3em;
  padding-bottom: 2em;
  background-color: #7fb069;
}
.cid-veGEjWtJ4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGEjWtJ4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veGEjWtJ4x {
    align-items: center;
  }
  .cid-veGEjWtJ4x .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veGEjWtJ4x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veGEjWtJ4x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-veGEjWtJ4x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veGEjWtJ4x .content-wrap {
    width: 100%;
    max-width: 800px;
  }
}
.cid-veGEjWtJ4x .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veGEjWtJ4x .mbr-text,
.cid-veGEjWtJ4x .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGFjcTDZP {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-1614331924355-27f1c792b783.webp");
}
.cid-veGFjcTDZP .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-veGFjcTDZP {
    align-items: flex-end;
  }
  .cid-veGFjcTDZP .row {
    justify-content: center;
  }
  .cid-veGFjcTDZP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veGFjcTDZP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veGFjcTDZP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veGFjcTDZP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veGFjcTDZP .content-wrap {
    width: 100%;
  }
}
.cid-veGFjcTDZP .mbr-section-title,
.cid-veGFjcTDZP .mbr-section-subtitle {
  text-align: center;
}
.cid-veGFjcTDZP .mbr-text,
.cid-veGFjcTDZP .mbr-section-btn {
  text-align: center;
}
.cid-veGFjddhh9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGFjddhh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGFjddhh9 .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-veGFjddhh9 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veGFjddhh9 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veGFjddhh9 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-veGFjddhh9 .card-wrapper {
  background: #ffffff;
}
.cid-veGFjddhh9 .mbr-text,
.cid-veGFjddhh9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veGFjddhh9 .card-title,
.cid-veGFjddhh9 .card-box {
  text-align: left;
  color: #000000;
}
.cid-veGFjddS0W {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veGFjddS0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGFjddS0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGFjddS0W .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veGFjddS0W .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veGFjddS0W .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGFjddS0W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veGFjddS0W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veGFjddS0W .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veGFjddS0W .mbr-section-title {
  color: #000000;
}
.cid-veGFjddS0W .mbr-section-subtitle {
  color: #000000;
}
.cid-veGFjddS0W .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veGFjddS0W .card-box .item-footer {
  margin-top: auto;
}
.cid-veGFjddS0W .content-head {
  max-width: 800px;
}
.cid-veGFjddS0W .card-title,
.cid-veGFjddS0W .iconfont-wrapper {
  text-align: center;
}
.cid-veGFjddS0W .card-text,
.cid-veGFjddS0W .item .mbr-section-btn {
  text-align: center;
}
.cid-veGFjdULiq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGFjdULiq .mbr-text {
  color: #000000;
}
.cid-veGFjdULiq .mbr-section-subtitle {
  color: #000000;
}
.cid-veGFjdULiq .mbr-section-title {
  color: #000000;
}
.cid-veGFjeZ2i4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGFjeZ2i4 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veGFjeZ2i4 .panel-group {
  border: none;
}
.cid-veGFjeZ2i4 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veGFjeZ2i4 .card-header {
    padding: 0rem;
  }
}
.cid-veGFjeZ2i4 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veGFjeZ2i4 .img-col {
  padding: 0;
}
.cid-veGFjeZ2i4 .img-item {
  height: 100%;
}
.cid-veGFjeZ2i4 img {
  height: 100%;
  object-fit: cover;
}
.cid-veGFjeZ2i4 .collapsed span {
  transform: rotate(0deg);
}
.cid-veGFjeZ2i4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veGFjeZ2i4 p {
  margin-bottom: 0.3rem;
}
.cid-veGFjeZ2i4 .panel-title-edit {
  color: #000000;
}
.cid-veGFjeZ2i4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veGFjeZ2i4 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veGFjeZ2i4 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGFjeZ2i4 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veGFjeZ2i4 .panel-text {
  color: #000000;
}
.cid-veGFjeZ2i4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veGFjeZ2i4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGFjeZ2i4 .panel-title-edit,
.cid-veGFjeZ2i4 .mbr-iconfont {
  color: #000000;
}
.cid-veGFjfFYRu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veGFjfFYRu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veGFjfFYRu form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veGFjfFYRu form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veGFjfFYRu form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veGFjfFYRu .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGFXicMa6 {
  display: flex;
  background-image: url("../../../assets/images/photo-1576177274346-6987ce5eb43a.webp");
}
.cid-veGFXicMa6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-veGFXicMa6 {
    align-items: flex-end;
  }
  .cid-veGFXicMa6 .row {
    justify-content: center;
  }
  .cid-veGFXicMa6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veGFXicMa6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veGFXicMa6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veGFXicMa6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veGFXicMa6 .content-wrap {
    width: 100%;
  }
}
.cid-veGFXicMa6 .mbr-section-title,
.cid-veGFXicMa6 .mbr-section-subtitle {
  text-align: center;
}
.cid-veGFXicMa6 .mbr-text,
.cid-veGFXicMa6 .mbr-section-btn {
  text-align: center;
}
.cid-veGFXicCHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGFXicCHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGFXicCHv .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-veGFXicCHv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veGFXicCHv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veGFXicCHv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veGFXicCHv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veGFXicCHv .mbr-section-title {
  color: #000000;
}
.cid-veGFXicCHv .mbr-text,
.cid-veGFXicCHv .mbr-section-btn {
  color: #000000;
}
.cid-veGFXifs7f {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veGFXifs7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGFXifs7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGFXifs7f .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-veGFXifs7f .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veGFXifs7f .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veGFXifs7f .card-wrapper {
    padding: 4rem;
  }
}
.cid-veGFXifs7f .mbr-text,
.cid-veGFXifs7f .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veGFXifs7f .card-title,
.cid-veGFXifs7f .card-box {
  text-align: left;
  color: #000000;
}
.cid-veGFXifOaS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veGFXifOaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGFXifOaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGFXifOaS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veGFXifOaS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veGFXifOaS .mbr-section-title {
  text-align: center;
}
.cid-veGFXifOaS .mbr-section-subtitle {
  text-align: center;
}
.cid-veGFXifOaS .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-veGFXifOaS .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-veGFXifOaS .content-head {
  max-width: 800px;
}
.cid-veGFXifOaS .img-box {
  display: flex;
  justify-content: center;
}
.cid-veGFXifOaS .card-title {
  text-align: center;
}
.cid-veGFXifOaS .card-text {
  text-align: center;
}
.cid-veGFXifOaS .link {
  text-align: center;
}
.cid-veGFXijN5C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGFXijN5C .mbr-text {
  color: #000000;
}
.cid-veGFXijN5C .mbr-section-subtitle {
  color: #000000;
}
.cid-veGFXijN5C .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGFXijN5C .mbr-text,
.cid-veGFXijN5C .item .mbr-section-btn {
  text-align: left;
}
.cid-veGFXijN5C .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGFXijN5C .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veGFXijN5C .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veGFXiuz2Y {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #a2d2ff;
}
.cid-veGFXiuz2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGFXiuz2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGFXiuz2Y .content-head {
  max-width: 800px;
}
.cid-veGFXiuz2Y .mbr-section-title {
  color: #000000;
}
.cid-veGFXiuz2Y .mbr-text,
.cid-veGFXiuz2Y .mbr-section-btn {
  color: #000000;
}
.cid-veGFXiuz2Y img,
.cid-veGFXiuz2Y .item-img {
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 200px;
  object-fit: cover;
}
.cid-veGFXix7qP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veGFXix7qP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veGFXix7qP form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veGFXix7qP form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veGFXix7qP form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veGFXix7qP .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGGAlM0bm {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-1628358482616-18678ce5200c.webp");
}
.cid-veGGAlM0bm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-veGGAlM0bm {
    align-items: flex-end;
  }
  .cid-veGGAlM0bm .row {
    justify-content: center;
  }
  .cid-veGGAlM0bm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veGGAlM0bm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veGGAlM0bm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veGGAlM0bm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veGGAlM0bm .content-wrap {
    width: 100%;
  }
}
.cid-veGGAlM0bm .mbr-section-title,
.cid-veGGAlM0bm .mbr-section-subtitle {
  text-align: center;
}
.cid-veGGAlM0bm .mbr-text,
.cid-veGGAlM0bm .mbr-section-btn {
  text-align: center;
}
.cid-veGGAlMNmV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veGGAlMNmV .mbr-text {
  color: #000000;
}
.cid-veGGAlMNmV .mbr-section-subtitle {
  color: #000000;
}
.cid-veGGAlMNmV .mbr-section-title {
  color: #000000;
}
.cid-veGGAlNVIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGGAlNVIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGGAlNVIm .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-veGGAlNVIm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veGGAlNVIm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veGGAlNVIm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veGGAlNVIm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veGGAlNVIm .mbr-section-title {
  color: #000000;
}
.cid-veGGAlNVIm .mbr-text,
.cid-veGGAlNVIm .mbr-section-btn {
  color: #000000;
}
.cid-veGGAlNxC6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-veGGAlNxC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGGAlNxC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGGAlNxC6 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veGGAlNxC6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veGGAlNxC6 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-veGGAlNxC6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veGGAlNxC6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veGGAlNxC6 .mbr-section-title {
  color: #000000;
}
.cid-veGGAlNxC6 .mbr-text,
.cid-veGGAlNxC6 .mbr-section-btn {
  color: #000000;
}
.cid-veGGAlNxC6 img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-veGGAlNxC6 img {
    height: 15rem;
  }
}
.cid-veGGAlUoR0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGGAlUoR0 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veGGAlUoR0 .panel-group {
  border: none;
}
.cid-veGGAlUoR0 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veGGAlUoR0 .card-header {
    padding: 0rem;
  }
}
.cid-veGGAlUoR0 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veGGAlUoR0 .img-col {
  padding: 0;
}
.cid-veGGAlUoR0 .img-item {
  height: 100%;
}
.cid-veGGAlUoR0 img {
  height: 100%;
  object-fit: cover;
}
.cid-veGGAlUoR0 .collapsed span {
  transform: rotate(0deg);
}
.cid-veGGAlUoR0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veGGAlUoR0 p {
  margin-bottom: 0.3rem;
}
.cid-veGGAlUoR0 .panel-title-edit {
  color: #000000;
}
.cid-veGGAlUoR0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veGGAlUoR0 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veGGAlUoR0 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGGAlUoR0 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veGGAlUoR0 .panel-text {
  color: #000000;
}
.cid-veGGAlUoR0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veGGAlUoR0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGGAlUoR0 .panel-title-edit,
.cid-veGGAlUoR0 .mbr-iconfont {
  color: #000000;
}
.cid-veGGAlUHt1 {
  padding-top: 22rem;
  padding-bottom: 4rem;
}
.cid-veGGAlUHt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGGAlUHt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veGGAlVVcy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veGGAlVVcy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veGGAlVVcy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veGGAlVVcy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veGGAlVVcy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veGGAlVVcy .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGJwjLuLx {
  display: flex;
}
@media (min-width: 768px) {
  .cid-veGJwjLuLx {
    align-items: flex-end;
  }
  .cid-veGJwjLuLx .row {
    justify-content: flex-start;
  }
  .cid-veGJwjLuLx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veGJwjLuLx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veGJwjLuLx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veGJwjLuLx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veGJwjLuLx .content-wrap {
    width: 100%;
  }
}
.cid-veGJwjLuLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGJwjLuLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veGJwjLuLx .mbr-section-title,
.cid-veGJwjLuLx .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-veGJwjLuLx .mbr-text,
.cid-veGJwjLuLx .mbr-section-btn {
  text-align: left;
}
.cid-veGJwjM2NE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veGJwjM2NE .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-veGJwjM2NE img,
.cid-veGJwjM2NE .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veGJwjM2NE .item:focus,
.cid-veGJwjM2NE span:focus {
  outline: none;
}
.cid-veGJwjM2NE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veGJwjM2NE .item {
    margin-bottom: 1rem;
  }
}
.cid-veGJwjM2NE .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veGJwjM2NE .mbr-section-title {
  color: #232323;
}
.cid-veGJwjM2NE .mbr-text,
.cid-veGJwjM2NE .mbr-section-btn {
  color: #232323;
}
.cid-veGJwjM2NE .item-title {
  color: #232323;
}
.cid-veGJwjM2NE .content-head {
  max-width: 800px;
}
.cid-veGJwjMLHa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veGJwjMLHa .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-veGJwjMLHa img,
.cid-veGJwjMLHa .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veGJwjMLHa .item:focus,
.cid-veGJwjMLHa span:focus {
  outline: none;
}
.cid-veGJwjMLHa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veGJwjMLHa .item {
    margin-bottom: 1rem;
  }
}
.cid-veGJwjMLHa .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veGJwjMLHa .mbr-section-title {
  color: #232323;
}
.cid-veGJwjMLHa .mbr-text,
.cid-veGJwjMLHa .mbr-section-btn {
  color: #232323;
}
.cid-veGJwjMLHa .item-title {
  color: #232323;
}
.cid-veGJwjMLHa .content-head {
  max-width: 800px;
}
.cid-veGJwjMXMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGJwjMXMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veGJwjNWJw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGJwjNWJw .mbr-section-title {
  text-align: center;
  color: #3C6E71;
}
.cid-veGJwjNWJw .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veGJwjOPO1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veGJwjOPO1 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-veGJwjOPO1 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-veGJwjOPO1 .card-title,
.cid-veGJwjOPO1 .iconfont-wrapper {
  color: #000000;
}
.cid-veGJwjOPO1 .card-text {
  color: #000000;
  text-align: center;
}
.cid-veGJwjOPO1 .content-head {
  max-width: 800px;
}
.cid-veGJwjOPO1 .mbr-section-title {
  color: #000000;
}
.cid-veGJwjOPO1 .card-title,
.cid-veGJwjOPO1 .img-wrapper {
  text-align: center;
}
.cid-veGJwjOPO1 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-veGJwjOWwE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-veGJwjOWwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGJwjOWwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGJwjOWwE .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veGJwjOWwE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veGJwjOWwE .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-veGJwjOWwE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veGJwjOWwE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veGJwjOWwE .mbr-section-title {
  color: #000000;
}
.cid-veGJwjOWwE .mbr-text,
.cid-veGJwjOWwE .mbr-section-btn {
  color: #000000;
}
.cid-veGJwjOWwE img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-veGJwjOWwE img {
    height: 15rem;
  }
}
.cid-veGJwjPZ3o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGJwjPZ3o .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veGJwjPZ3o .panel-group {
  border: none;
}
.cid-veGJwjPZ3o .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veGJwjPZ3o .card-header {
    padding: 0rem;
  }
}
.cid-veGJwjPZ3o .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veGJwjPZ3o .img-col {
  padding: 0;
}
.cid-veGJwjPZ3o .img-item {
  height: 100%;
}
.cid-veGJwjPZ3o img {
  height: 100%;
  object-fit: cover;
}
.cid-veGJwjPZ3o .collapsed span {
  transform: rotate(0deg);
}
.cid-veGJwjPZ3o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veGJwjPZ3o p {
  margin-bottom: 0.3rem;
}
.cid-veGJwjPZ3o .panel-title-edit {
  color: #000000;
}
.cid-veGJwjPZ3o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veGJwjPZ3o .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veGJwjPZ3o .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGJwjPZ3o .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veGJwjPZ3o .panel-text {
  color: #000000;
}
.cid-veGJwjPZ3o .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veGJwjPZ3o .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGJwjPZ3o .panel-title-edit,
.cid-veGJwjPZ3o .mbr-iconfont {
  color: #000000;
}
.cid-veGJwjPFkh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGJwjPFkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGJwjPFkh .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-veGJwjPFkh .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veGJwjPFkh .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veGJwjPFkh .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-veGJwjPFkh .card-wrapper {
  background: #ffffff;
}
.cid-veGJwjPFkh .mbr-text,
.cid-veGJwjPFkh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veGJwjPFkh .card-title,
.cid-veGJwjPFkh .card-box {
  text-align: left;
  color: #000000;
}
.cid-veGJwjTKFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3c6e71;
}
.cid-veGJwjTKFr input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-veGJwjTKFr input:hover {
  border: none !important;
}
.cid-veGJwjTKFr .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veGJwjTKFr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veGJwjTKFr .row {
  justify-content: center;
}
.cid-veGJwjTKFr .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-veGJwjTKFr .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-veGJwjTKFr .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-veGJwjTKFr .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-veGJwjTKFr .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-veGJwjTKFr .justify-content-center {
  align-items: center;
}
.cid-veGJwjTKFr .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-veGJwjTh17 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veGJwjTh17 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veGJwjTh17 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veGJwjTh17 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veGJwjTh17 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veGJwjTh17 .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veGLXZCvmh {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-veGLXZCvmh {
    align-items: flex-end;
  }
  .cid-veGLXZCvmh .row {
    justify-content: flex-start;
  }
  .cid-veGLXZCvmh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veGLXZCvmh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veGLXZCvmh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veGLXZCvmh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veGLXZCvmh .content-wrap {
    width: 100%;
  }
}
.cid-veGLXZCvmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGLXZCvmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veGLXZCvmh .mbr-section-title,
.cid-veGLXZCvmh .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-veGLXZCvmh .mbr-text,
.cid-veGLXZCvmh .mbr-section-btn {
  text-align: left;
}
.cid-veGLXZCyQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGLXZCyQ6 .mbr-text {
  color: #000000;
}
.cid-veGLXZCyQ6 .mbr-section-subtitle {
  color: #000000;
}
.cid-veGLXZCyQ6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGLXZEer7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veGLXZEer7 .mbr-text {
  color: #000000;
}
.cid-veGLXZEer7 .mbr-section-subtitle {
  color: #000000;
}
.cid-veGLXZEzmn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veGLXZEzmn .mbr-text {
  color: #000000;
}
.cid-veGLXZEzmn .mbr-section-subtitle {
  color: #000000;
}
.cid-veGLXZEzmn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGLXZEzmn .mbr-text,
.cid-veGLXZEzmn .item .mbr-section-btn {
  text-align: left;
}
.cid-veGLXZEzmn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veGLXZEzmn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veGLXZEzmn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veGLXZQLAU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-1570283698449-7ab2095b6f28.webp");
}
.cid-veGLXZQLAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGLXZQLAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGLXZQLAU .card-wrapper {
  background: #ffc600;
}
@media (max-width: 767px) {
  .cid-veGLXZQLAU .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veGLXZQLAU .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veGLXZQLAU .card-wrapper {
    padding: 4rem;
  }
}
.cid-veGLXZQLAU .mbr-text,
.cid-veGLXZQLAU .mbr-section-btn {
  text-align: center;
}
.cid-veGLXZQLAU .card-title {
  text-align: center;
  color: #000000;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veBqmuCek8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veBqmuCek8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veBqmuCek8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veBqmuCek8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veBqmuCek8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veBqmuCek8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veBqmuCek8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veBqmuCek8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-veBqmuCek8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veBqmuCek8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veBqmuCek8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veBqmuCek8 .nav-item:focus,
.cid-veBqmuCek8 .nav-link:focus {
  outline: none;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veBqmuCek8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veBqmuCek8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veBqmuCek8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.opened {
  transition: all 0.3s;
}
.cid-veBqmuCek8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veBqmuCek8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veBqmuCek8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veBqmuCek8 .navbar.collapsed {
  justify-content: center;
}
.cid-veBqmuCek8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veBqmuCek8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veBqmuCek8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veBqmuCek8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veBqmuCek8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veBqmuCek8 .navbar {
    min-height: 72px;
  }
  .cid-veBqmuCek8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veBqmuCek8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veBqmuCek8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veBqmuCek8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veBqmuCek8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veBqmuCek8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veBqmuCek8 .dropdown-item.active,
.cid-veBqmuCek8 .dropdown-item:active {
  background-color: transparent;
}
.cid-veBqmuCek8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veBqmuCek8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veBqmuCek8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veBqmuCek8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veBqmuCek8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veBqmuCek8 .navbar-buttons {
    text-align: left;
  }
}
.cid-veBqmuCek8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veBqmuCek8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veBqmuCek8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veBqmuCek8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veBqmuCek8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veBqmuCek8 .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-veBqmuCek8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veBqmuCek8 .navbar {
    height: 70px;
  }
  .cid-veBqmuCek8 .navbar.opened {
    height: auto;
  }
  .cid-veBqmuCek8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veBqmuCek8 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veBqmuCek8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veBqmuCek8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veBqmuCek8 .navbar-brand {
    margin-right: auto;
  }
  .cid-veBqmuCek8 .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veBqmuCek8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veBqmuCek8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veBqmuCek8 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veBqmuCek8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veBqmuCek8 .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-veBqmuCek8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veBqmuCek8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veH2OfEjG1 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-veH2OfEjG1 .mbr-section-title {
  text-align: center;
  color: #7FB069;
}
.cid-veH2OfEjG1 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veH2OfH5M0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-veH2OfH5M0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veH2OfH5M0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veH2OfH5M0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veH2OfH5M0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veH2OfH5M0 .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veIkBRWdwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-veIkBRWdwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIkBRWdwK .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-veIkBRWdwK .text-wrapper {
    margin-bottom: 2rem;
  }
  .cid-veIkBRWdwK .col-md-6 {
    margin-bottom: 1rem;
  }
}
.cid-veIkBRWdwK .row {
  flex-direction: row-reverse;
}
.cid-veIkBRWdwK .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-veIkBRWdwK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veIkBRWdwK .mbr-section-title {
  color: #000000;
}
.cid-veIkBRWdwK .mbr-text,
.cid-veIkBRWdwK .mbr-section-btn {
  color: #2e481a;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-veIkBRWdwK .row mb-3 > .col-md-6 {
    margin-bottom: 1rem;
  }
}
.cid-veIkBRWdwK .image-wrapper iframe {
  aspect-ratio: 1.33333333;
  border-radius: 0.375rem;
  width: 100%;
  height: 300px;
}
.cid-veIkBRWdwK .mbr-text,
.cid-veIkBRWdwK .mbr-section-btn P {
  text-align: justify;
}
.cid-veIkBRWdwK P {
  text-align: left;
}
.cid-veJgjTNs3V {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veJgjTNs3V .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-veJgjTNs3V .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veJgjTNs3V .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-veJgjTNs3V .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veJgjTNs3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veJgjTNs3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veJgjTNs3V .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veJgjTNs3V .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veJgjTNs3V .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veJgjTNs3V .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veJgjTNs3V .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veJgjTNs3V .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veJgjTNs3V .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veJgjTNs3V .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veJgjTNs3V .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veJgjTNs3V .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veJgjTNs3V .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veJgjTNs3V .navbar-logo {
    padding-left: 0;
  }
}
.cid-veJgjTNs3V .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJgjTNs3V .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veJgjTNs3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veJgjTNs3V .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veJgjTNs3V .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veJgjTNs3V .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veJgjTNs3V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veJgjTNs3V .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veJgjTNs3V .nav-item:focus,
.cid-veJgjTNs3V .nav-link:focus {
  outline: none;
}
.cid-veJgjTNs3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veJgjTNs3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veJgjTNs3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veJgjTNs3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veJgjTNs3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veJgjTNs3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veJgjTNs3V .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-veJgjTNs3V .navbar.opened {
  transition: all 0.3s;
}
.cid-veJgjTNs3V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veJgjTNs3V .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veJgjTNs3V .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veJgjTNs3V .navbar.collapsed {
  justify-content: center;
}
.cid-veJgjTNs3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veJgjTNs3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veJgjTNs3V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veJgjTNs3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veJgjTNs3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veJgjTNs3V .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-veJgjTNs3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veJgjTNs3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veJgjTNs3V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJgjTNs3V .navbar {
    min-height: 72px;
  }
  .cid-veJgjTNs3V .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veJgjTNs3V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veJgjTNs3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veJgjTNs3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veJgjTNs3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veJgjTNs3V .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-veJgjTNs3V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veJgjTNs3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veJgjTNs3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veJgjTNs3V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veJgjTNs3V .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veJgjTNs3V .dropdown-item.active,
.cid-veJgjTNs3V .dropdown-item:active {
  background-color: transparent;
}
.cid-veJgjTNs3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veJgjTNs3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veJgjTNs3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veJgjTNs3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veJgjTNs3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veJgjTNs3V .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veJgjTNs3V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veJgjTNs3V .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veJgjTNs3V .navbar-buttons {
    text-align: left;
  }
}
.cid-veJgjTNs3V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veJgjTNs3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veJgjTNs3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veJgjTNs3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJgjTNs3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJgjTNs3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veJgjTNs3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJgjTNs3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veJgjTNs3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veJgjTNs3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJgjTNs3V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veJgjTNs3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veJgjTNs3V .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-veJgjTNs3V .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veJgjTNs3V .navbar {
    height: 70px;
  }
  .cid-veJgjTNs3V .navbar.opened {
    height: auto;
  }
  .cid-veJgjTNs3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veJgjTNs3V .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veJgjTNs3V .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veJgjTNs3V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veJgjTNs3V .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veJgjTNs3V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veJgjTNs3V .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veJgjTNs3V .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veJgjTNs3V .navbar-brand {
    margin-right: auto;
  }
  .cid-veJgjTNs3V .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veJgjTNs3V .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veJgjTNs3V .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veJgjTNs3V .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-veJgjTNs3V .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veJgjTNs3V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veJgjTNs3V .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veJgjTNs3V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veJgjTNs3V .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-veJgjTNs3V .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veJgjTNs3V .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veJbZfl0Px {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-veJbZfl0Px .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-veJbZfl0Px .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-veJbZfl0Px .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-veJbZfl0Px .google-map iframe {
    min-height: 350px;
  }
}
.cid-veJbZfl0Px .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-veJbZfl0Px .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veJbZfl0Px .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veJbZfl0Px .content-head {
  max-width: 800px;
}
.cid-veJbZfl0Px .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-veJbZfl0Px .mbr-section-subtitle {
  text-align: justify;
}
.cid-veMtvhnP7j {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-veMtvhnP7j .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veMtvhnP7j form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veMtvhnP7j form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veMtvhnP7j form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veMtvhnP7j .content-head {
  max-width: 800px;
}
.cid-veJda27Cnc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veJda27Cnc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veJda27Cnc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veJda27Cnc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veJda27Cnc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veJda27Cnc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veJda27Cnc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veJda27Cnc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veJda27Cnc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar-logo {
    padding-left: 0;
  }
}
.cid-veJda27Cnc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veJda27Cnc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veJda27Cnc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veJda27Cnc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veJda27Cnc .nav-item:focus,
.cid-veJda27Cnc .nav-link:focus {
  outline: none;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veJda27Cnc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.opened {
  transition: all 0.3s;
}
.cid-veJda27Cnc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veJda27Cnc .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veJda27Cnc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veJda27Cnc .navbar.collapsed {
  justify-content: center;
}
.cid-veJda27Cnc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veJda27Cnc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veJda27Cnc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar {
    min-height: 72px;
  }
  .cid-veJda27Cnc .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veJda27Cnc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veJda27Cnc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veJda27Cnc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veJda27Cnc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veJda27Cnc .dropdown-item.active,
.cid-veJda27Cnc .dropdown-item:active {
  background-color: transparent;
}
.cid-veJda27Cnc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veJda27Cnc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veJda27Cnc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .navbar-buttons {
    text-align: left;
  }
}
.cid-veJda27Cnc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veJda27Cnc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veJda27Cnc .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-veJda27Cnc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veJda27Cnc .navbar {
    height: 70px;
  }
  .cid-veJda27Cnc .navbar.opened {
    height: auto;
  }
  .cid-veJda27Cnc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veJda27Cnc .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veJda27Cnc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veJda27Cnc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar-brand {
    margin-right: auto;
  }
  .cid-veJda27Cnc .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veJda27Cnc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veJda27Cnc .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veJda27Cnc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veJt6w9a0q {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-veJt6w9a0q {
    align-items: flex-end;
  }
  .cid-veJt6w9a0q .row {
    justify-content: flex-start;
  }
  .cid-veJt6w9a0q .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veJt6w9a0q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veJt6w9a0q {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veJt6w9a0q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veJt6w9a0q .content-wrap {
    width: 100%;
  }
}
.cid-veJt6w9a0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJt6w9a0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veJt6w9a0q .mbr-section-title,
.cid-veJt6w9a0q .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-veJt6w9a0q .mbr-text,
.cid-veJt6w9a0q .mbr-section-btn {
  text-align: left;
}
.cid-veJt6waE0t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veJt6waE0t .mbr-text {
  color: #000000;
}
.cid-veJt6waE0t .mbr-section-subtitle {
  color: #000000;
}
.cid-veJt6waE0t .mbr-section-title {
  color: #000000;
}
.cid-veJt6wasQi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veJt6wasQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJt6wasQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJt6wasQi .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veJt6wasQi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veJt6wasQi .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-veJt6wasQi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veJt6wasQi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veJt6wasQi .mbr-section-title {
  color: #000000;
}
.cid-veJt6wasQi .mbr-text,
.cid-veJt6wasQi .mbr-section-btn {
  color: #000000;
}
.cid-veJt6wasQi img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-veJt6wasQi img {
    height: 15rem;
  }
}
.cid-veJt6wb57o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veJt6wb57o .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJt6wb57o .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-veJt6wb57o .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veJt6wb57o .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veJt6wb57o .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-veJt6wb57o .card-wrapper {
  background: #ffffff;
}
.cid-veJt6wb57o .mbr-text,
.cid-veJt6wb57o .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veJt6wb57o .card-title,
.cid-veJt6wb57o .card-box {
  text-align: left;
  color: #000000;
}
.cid-veJt6wcBVZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-veJt6wcBVZ {
    padding-bottom: 2rem;
  }
}
.cid-veJt6wcBVZ img,
.cid-veJt6wcBVZ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-veJt6wcBVZ img,
  .cid-veJt6wcBVZ .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-veJt6wcBVZ .mbr-text {
  color: #000000;
}
.cid-veJt6wcBVZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-veJt6wcBVZ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veJt6wcBVZ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-veJt6wcBVZ .mbr-text UL {
  text-align: left;
}
.cid-veJt6wcBVZ .mbr-section-subtitle,
.cid-veJt6wcBVZ .main-button {
  color: #000000;
}
.cid-veJt6wcBVZ .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-veJt6wcBVZ .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-veJt6wcBVZ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veJt6wcBVZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veJt6wcBVZ .item-title {
  text-align: center;
}
.cid-veJt6wcBVZ .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-veJt6wcBVZ .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-veJt6wdzix {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veJt6wdzix .mbr-text {
  color: #000000;
}
.cid-veJt6wdzix .mbr-section-subtitle {
  color: #000000;
}
.cid-veJt6wdzix .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veJt6wdzix .mbr-text,
.cid-veJt6wdzix .item .mbr-section-btn {
  text-align: left;
}
.cid-veJt6wdzix .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veJt6wdzix .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veJt6wdzix .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veJt6wefUA {
  display: flex;
  padding-top: 6em;
  padding-bottom: 5em;
  background-color: #3185fc;
}
.cid-veJt6wefUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJt6wefUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veJt6wefUA {
    align-items: center;
  }
  .cid-veJt6wefUA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veJt6wefUA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veJt6wefUA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-veJt6wefUA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veJt6wefUA .content-wrap {
    width: 100%;
    max-width: 800px;
  }
}
.cid-veJt6wefUA .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-veJt6wefUA .mbr-text,
.cid-veJt6wefUA .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-veJt6wfLO7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veJt6wfLO7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veJt6wfLO7 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veJt6wfLO7 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veJt6wfLO7 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veJt6wfLO7 .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veJda27Cnc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veJda27Cnc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veJda27Cnc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veJda27Cnc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veJda27Cnc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veJda27Cnc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veJda27Cnc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veJda27Cnc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veJda27Cnc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar-logo {
    padding-left: 0;
  }
}
.cid-veJda27Cnc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veJda27Cnc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veJda27Cnc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veJda27Cnc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veJda27Cnc .nav-item:focus,
.cid-veJda27Cnc .nav-link:focus {
  outline: none;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veJda27Cnc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.opened {
  transition: all 0.3s;
}
.cid-veJda27Cnc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veJda27Cnc .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veJda27Cnc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veJda27Cnc .navbar.collapsed {
  justify-content: center;
}
.cid-veJda27Cnc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veJda27Cnc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veJda27Cnc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar {
    min-height: 72px;
  }
  .cid-veJda27Cnc .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veJda27Cnc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veJda27Cnc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veJda27Cnc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veJda27Cnc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veJda27Cnc .dropdown-item.active,
.cid-veJda27Cnc .dropdown-item:active {
  background-color: transparent;
}
.cid-veJda27Cnc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veJda27Cnc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veJda27Cnc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .navbar-buttons {
    text-align: left;
  }
}
.cid-veJda27Cnc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veJda27Cnc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veJda27Cnc .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-veJda27Cnc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veJda27Cnc .navbar {
    height: 70px;
  }
  .cid-veJda27Cnc .navbar.opened {
    height: auto;
  }
  .cid-veJda27Cnc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veJda27Cnc .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veJda27Cnc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veJda27Cnc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar-brand {
    margin-right: auto;
  }
  .cid-veJda27Cnc .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veJda27Cnc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veJda27Cnc .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veJda27Cnc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veJDF6P97B {
  display: flex;
  padding-top: 16rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-veJDF6P97B {
    align-items: flex-end;
  }
  .cid-veJDF6P97B .row {
    justify-content: flex-start;
  }
  .cid-veJDF6P97B .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veJDF6P97B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veJDF6P97B {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veJDF6P97B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veJDF6P97B .content-wrap {
    width: 100%;
  }
}
.cid-veJDF6P97B .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJDF6P97B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veJDF6P97B .mbr-section-title,
.cid-veJDF6P97B .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veJDF6P97B .mbr-text,
.cid-veJDF6P97B .mbr-section-btn {
  text-align: center;
}
.cid-veJDF6P97B .mbr-section-title {
  color: #1976D2;
}
.cid-veJDF6P97B .mbr-section-subtitle {
  color: #1976D2;
}
.cid-veJDF6Qphh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veJDF6Qphh .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJDF6Qphh .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-veJDF6Qphh .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-veJDF6Qphh .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veJDF6Qphh .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-veJDF6Qphh .card-wrapper {
  background: #ffffff;
}
.cid-veJDF6Qphh .mbr-text,
.cid-veJDF6Qphh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-veJDF6Qphh .card-title,
.cid-veJDF6Qphh .card-box {
  text-align: left;
  color: #000000;
}
.cid-veJDF6Qg6x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veJDF6Qg6x .mbr-section-title {
  text-align: center;
  color: #1976D2;
}
.cid-veJDF6Qg6x .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veJDF6Q74n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veJDF6Q74n .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJDF6Q74n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJDF6Q74n .row-reverse {
  flex-direction: row-reverse;
}
.cid-veJDF6Q74n .row {
  flex-direction: row-reverse;
}
.cid-veJDF6Q74n .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-veJDF6Q74n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veJDF6Q74n .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-veJDF6Q74n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veJDF6Q74n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veJDF6Q74n .mbr-section-title {
  color: #000000;
}
.cid-veJDF6Q74n .mbr-text,
.cid-veJDF6Q74n .mbr-section-btn {
  color: #000000;
}
.cid-veJDF6Q74n img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-veJDF6Q74n img {
    height: 15rem;
  }
}
.cid-veJDF70wNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veJDF70wNk .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veJDF70wNk .panel-group {
  border: none;
}
.cid-veJDF70wNk .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veJDF70wNk .card-header {
    padding: 0rem;
  }
}
.cid-veJDF70wNk .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veJDF70wNk .img-col {
  padding: 0;
}
.cid-veJDF70wNk .img-item {
  height: 100%;
}
.cid-veJDF70wNk img {
  height: 100%;
  object-fit: cover;
}
.cid-veJDF70wNk .collapsed span {
  transform: rotate(0deg);
}
.cid-veJDF70wNk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veJDF70wNk p {
  margin-bottom: 0.3rem;
}
.cid-veJDF70wNk .panel-title-edit {
  color: #000000;
}
.cid-veJDF70wNk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veJDF70wNk .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veJDF70wNk .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veJDF70wNk .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veJDF70wNk .panel-text {
  color: #000000;
}
.cid-veJDF70wNk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veJDF70wNk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veJDF70wNk .panel-title-edit,
.cid-veJDF70wNk .mbr-iconfont {
  color: #000000;
}
.cid-veJDF71wEl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veJDF71wEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJDF71wEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJDF71wEl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veJDF71wEl .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veJDF71wEl .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veJDF71wEl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-veJDF71wEl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veJDF71wEl .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-veJDF71wEl .mbr-section-title {
  color: #000000;
}
.cid-veJDF71wEl .mbr-section-subtitle {
  color: #000000;
}
.cid-veJDF71wEl .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veJDF71wEl .card-box .item-footer {
  margin-top: auto;
}
.cid-veJDF71wEl .content-head {
  max-width: 800px;
}
.cid-veJDF71wEl .card-title,
.cid-veJDF71wEl .iconfont-wrapper {
  text-align: center;
}
.cid-veJDF71wEl .card-text,
.cid-veJDF71wEl .item .mbr-section-btn {
  text-align: center;
}
.cid-veJDF720UL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-veJDF720UL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veJDF720UL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veJDF720UL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veJDF720UL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veJDF720UL .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veJda27Cnc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veJda27Cnc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veJda27Cnc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veJda27Cnc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veJda27Cnc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veJda27Cnc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veJda27Cnc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veJda27Cnc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veJda27Cnc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar-logo {
    padding-left: 0;
  }
}
.cid-veJda27Cnc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veJda27Cnc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veJda27Cnc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veJda27Cnc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veJda27Cnc .nav-item:focus,
.cid-veJda27Cnc .nav-link:focus {
  outline: none;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veJda27Cnc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.opened {
  transition: all 0.3s;
}
.cid-veJda27Cnc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veJda27Cnc .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veJda27Cnc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veJda27Cnc .navbar.collapsed {
  justify-content: center;
}
.cid-veJda27Cnc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veJda27Cnc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veJda27Cnc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar {
    min-height: 72px;
  }
  .cid-veJda27Cnc .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veJda27Cnc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veJda27Cnc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veJda27Cnc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veJda27Cnc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veJda27Cnc .dropdown-item.active,
.cid-veJda27Cnc .dropdown-item:active {
  background-color: transparent;
}
.cid-veJda27Cnc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veJda27Cnc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veJda27Cnc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .navbar-buttons {
    text-align: left;
  }
}
.cid-veJda27Cnc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veJda27Cnc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veJda27Cnc .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-veJda27Cnc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veJda27Cnc .navbar {
    height: 70px;
  }
  .cid-veJda27Cnc .navbar.opened {
    height: auto;
  }
  .cid-veJda27Cnc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veJda27Cnc .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veJda27Cnc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veJda27Cnc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar-brand {
    margin-right: auto;
  }
  .cid-veJda27Cnc .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veJda27Cnc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veJda27Cnc .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veJda27Cnc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veJFieZfWN {
  display: flex;
}
@media (min-width: 768px) {
  .cid-veJFieZfWN {
    align-items: flex-end;
  }
  .cid-veJFieZfWN .row {
    justify-content: flex-start;
  }
  .cid-veJFieZfWN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veJFieZfWN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veJFieZfWN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veJFieZfWN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veJFieZfWN .content-wrap {
    width: 100%;
  }
}
.cid-veJFieZfWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJFieZfWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veJFieZfWN .mbr-section-title,
.cid-veJFieZfWN .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veJFieZfWN .mbr-text,
.cid-veJFieZfWN .mbr-section-btn {
  text-align: center;
}
.cid-veJFieZfWN .mbr-section-title {
  color: #E8CBB1;
}
.cid-veJFieZfWN .mbr-section-subtitle {
  color: #E8CBB1;
}
.cid-veJFieZPrV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veJFieZPrV .mbr-section-title {
  text-align: center;
  color: #64cddd;
}
.cid-veJFieZPrV .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veJFieZj4D {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veJFieZj4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJFieZj4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJFieZj4D .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veJFieZj4D .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-veJFieZj4D .mbr-section-title {
  text-align: center;
}
.cid-veJFieZj4D .mbr-section-subtitle {
  text-align: center;
}
.cid-veJFieZj4D .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-veJFieZj4D .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-veJFieZj4D .content-head {
  max-width: 800px;
}
.cid-veJFieZj4D .img-box {
  display: flex;
  justify-content: center;
}
.cid-veJFieZj4D .card-title {
  text-align: center;
}
.cid-veJFieZj4D .card-text {
  text-align: center;
}
.cid-veJFieZj4D .link {
  text-align: center;
}
.cid-veJFif0Z6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veJFif0Z6X .mbr-section-title {
  text-align: center;
  color: #E8CBB1;
}
.cid-veJFif0Z6X .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veJFif0ARC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veJFif0ARC .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJFif0ARC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-veJFif0ARC .container-fluid {
    padding: 0;
  }
}
.cid-veJFif0ARC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-veJFif0ARC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veJFif0ARC .embla__slide a {
  display: block;
  width: 100%;
}
.cid-veJFif0ARC .embla__button--next,
.cid-veJFif0ARC .embla__button--prev {
  display: flex;
}
.cid-veJFif0ARC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-veJFif0ARC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-veJFif0ARC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veJFif0ARC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-veJFif0ARC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-veJFif0ARC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-veJFif0ARC .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-veJFif0ARC .embla {
  position: relative;
  width: 100%;
}
.cid-veJFif0ARC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-veJFif0ARC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veJFif0ARC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veJFif0ARC .embla__slide a {
  cursor: grab;
}
.cid-veJFif0ARC .embla__slide a:active {
  cursor: grabbing;
}
.cid-veJFif0ARC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veJFif0ARC .item-menu-overlay {
  border-radius: 2rem;
}
.cid-veJFif0ARC .mbr-section-title {
  color: #232323;
}
.cid-veJFif0ARC .mbr-section-subtitle {
  color: #232323;
}
.cid-veJFif0ARC .mbr-box {
  color: #ffffff;
}
.cid-veJFif0ARC .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-veJFif0ARC img,
.cid-veJFif0ARC .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veJFif0ARC .item-wrapper {
  position: relative;
}
.cid-veJFif0ARC .content-head {
  max-width: 800px;
}
.cid-veJFif2pZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veJFif2pZZ .mbr-text {
  color: #000000;
}
.cid-veJFif2pZZ .mbr-section-subtitle {
  color: #000000;
}
.cid-veJFif2pZZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veJFif2pZZ .mbr-text,
.cid-veJFif2pZZ .item .mbr-section-btn {
  text-align: left;
}
.cid-veJFif2pZZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veJFif2pZZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veJFif2pZZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-veJFif21B6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veJFif21B6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJFif21B6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJFif21B6 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-veJFif21B6 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-veJFif21B6 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-veJFif21B6 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-veJFif21B6 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-veJFif21B6 .bg-instagram:hover {
  background: #bd005c;
}
.cid-veJFif21B6 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-veJFif21B6 .bg-tiktok:hover {
  background: #000000;
}
.cid-veJFif21B6 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-veJFif21B6 [class^="socicon-"]:before,
.cid-veJFif21B6 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-veJFif394f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veJFif394f .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veJFif394f form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veJFif394f form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veJFif394f form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veJFif394f .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veJda27Cnc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veJda27Cnc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veJda27Cnc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veJda27Cnc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veJda27Cnc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veJda27Cnc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veJda27Cnc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veJda27Cnc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veJda27Cnc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar-logo {
    padding-left: 0;
  }
}
.cid-veJda27Cnc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veJda27Cnc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veJda27Cnc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veJda27Cnc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veJda27Cnc .nav-item:focus,
.cid-veJda27Cnc .nav-link:focus {
  outline: none;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veJda27Cnc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.opened {
  transition: all 0.3s;
}
.cid-veJda27Cnc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veJda27Cnc .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veJda27Cnc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veJda27Cnc .navbar.collapsed {
  justify-content: center;
}
.cid-veJda27Cnc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veJda27Cnc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veJda27Cnc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar {
    min-height: 72px;
  }
  .cid-veJda27Cnc .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veJda27Cnc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veJda27Cnc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veJda27Cnc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veJda27Cnc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veJda27Cnc .dropdown-item.active,
.cid-veJda27Cnc .dropdown-item:active {
  background-color: transparent;
}
.cid-veJda27Cnc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veJda27Cnc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veJda27Cnc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .navbar-buttons {
    text-align: left;
  }
}
.cid-veJda27Cnc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veJda27Cnc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veJda27Cnc .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-veJda27Cnc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veJda27Cnc .navbar {
    height: 70px;
  }
  .cid-veJda27Cnc .navbar.opened {
    height: auto;
  }
  .cid-veJda27Cnc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veJda27Cnc .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veJda27Cnc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veJda27Cnc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar-brand {
    margin-right: auto;
  }
  .cid-veJda27Cnc .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veJda27Cnc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veJda27Cnc .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veJda27Cnc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veJKaG4tco {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 2rem;
  background-image: url("https://images.unsplash.com/photo-1758205308181-d52b41e00cef?ixid=M3w0Mzc5fDB8MXxzZWFyY2h8MXx8cmVwbGFjaW5nJTIwZGVudHVyZXMlMjBkZW50YWwlMjBwcm9jZWR1cmV8ZW58MHwwfHx8MTc3NDMwOTM2MXww&ixlib=rb-4.1.0&auto=format&fit=crop&w=1200&q=50");
}
.cid-veJKaG4tco .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-veJKaG4tco {
    align-items: flex-end;
  }
  .cid-veJKaG4tco .row {
    justify-content: flex-start;
  }
  .cid-veJKaG4tco .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veJKaG4tco .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veJKaG4tco {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veJKaG4tco .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veJKaG4tco .content-wrap {
    width: 100%;
  }
}
.cid-veJKaG4tco .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJKaG4tco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJKaG4tco .mbr-section-title,
.cid-veJKaG4tco .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-veJKaG4tco .mbr-text,
.cid-veJKaG4tco .mbr-section-btn {
  text-align: center;
}
.cid-veJKaG4tco .mbr-section-title {
  color: #1282A2;
}
.cid-veJKaG4tco .mbr-section-subtitle {
  color: #1282A2;
}
.cid-veJKaG5m9H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veJKaG5m9H .mbr-section-title {
  text-align: center;
  color: #1282A2;
}
.cid-veJKaG5m9H .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-veJKaG5jar {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veJKaG5jar .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJKaG5jar .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-veJKaG5jar .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veJKaG5jar .row {
  flex-direction: row-reverse;
}
.cid-veJKaG5jar .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veJKaG5jar .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veJKaG5jar .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veJKaG5jar .mbr-section-title {
  color: #000000;
}
.cid-veJKaG5jar .mbr-text,
.cid-veJKaG5jar .mbr-section-btn {
  color: #000000;
}
.cid-veJKaG5BUO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veJKaG5BUO .item:focus,
.cid-veJKaG5BUO span:focus {
  outline: none;
}
.cid-veJKaG5BUO .item {
  cursor: pointer;
}
.cid-veJKaG5BUO .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-veJKaG5BUO .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-veJKaG5BUO .grid-container-1,
.cid-veJKaG5BUO .grid-container-2,
.cid-veJKaG5BUO .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-veJKaG5BUO .grid-container-1,
  .cid-veJKaG5BUO .grid-container-2,
  .cid-veJKaG5BUO .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-veJKaG5BUO .mbr-section-title {
  color: #000000;
}
.cid-veJKaG5BUO .mbr-text,
.cid-veJKaG5BUO .mbr-section-btn {
  color: #000000;
}
.cid-veJKaG5BUO .content-head {
  max-width: 800px;
}
.cid-veJKaG5BUO .container,
.cid-veJKaG5BUO .container-fluid {
  overflow: hidden;
}
.cid-veJKaG5BUO .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-veJKaG5BUO .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-veJKaG5BUO .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-veJKaG5BUO .grid-item img {
    min-width: 35vw;
  }
}
.cid-veJKaG5BUO .grid-container-1,
.cid-veJKaG5BUO .grid-container-2,
.cid-veJKaG5BUO .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-veJKaG5BUO .grid-container-1 {
  align-items: flex-end;
}
.cid-veJKaG5BUO .grid-container-2 {
  align-items: flex-start;
}
.cid-veJKaG6Jcs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-veJKaG6Jcs .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veJKaG6Jcs .panel-group {
  border: none;
}
.cid-veJKaG6Jcs .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veJKaG6Jcs .card-header {
    padding: 0rem;
  }
}
.cid-veJKaG6Jcs .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veJKaG6Jcs .img-col {
  padding: 0;
}
.cid-veJKaG6Jcs .img-item {
  height: 100%;
}
.cid-veJKaG6Jcs img {
  height: 100%;
  object-fit: cover;
}
.cid-veJKaG6Jcs .collapsed span {
  transform: rotate(0deg);
}
.cid-veJKaG6Jcs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veJKaG6Jcs p {
  margin-bottom: 0.3rem;
}
.cid-veJKaG6Jcs .panel-title-edit {
  color: #000000;
}
.cid-veJKaG6Jcs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veJKaG6Jcs .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veJKaG6Jcs .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veJKaG6Jcs .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veJKaG6Jcs .panel-text {
  color: #000000;
}
.cid-veJKaG6Jcs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veJKaG6Jcs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veJKaG6Jcs .panel-title-edit,
.cid-veJKaG6Jcs .mbr-iconfont {
  color: #000000;
}
.cid-veJKaG6ASS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1282a2;
}
.cid-veJKaG6ASS input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-veJKaG6ASS input:hover {
  border: none !important;
}
.cid-veJKaG6ASS .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veJKaG6ASS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veJKaG6ASS .row {
  justify-content: center;
}
.cid-veJKaG6ASS .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-veJKaG6ASS .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-veJKaG6ASS .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-veJKaG6ASS .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-veJKaG6ASS .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-veJKaG6ASS .justify-content-center {
  align-items: center;
}
.cid-veJKaG6ASS .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-veBqmuE9Cj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
.cid-veJda27Cnc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-veJda27Cnc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veJda27Cnc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veJda27Cnc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veJda27Cnc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-veJda27Cnc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veJda27Cnc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-veJda27Cnc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veJda27Cnc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar-logo {
    padding-left: 0;
  }
}
.cid-veJda27Cnc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-veJda27Cnc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !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);
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-veJda27Cnc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veJda27Cnc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-veJda27Cnc .nav-item:focus,
.cid-veJda27Cnc .nav-link:focus {
  outline: none;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veJda27Cnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veJda27Cnc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veJda27Cnc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.opened {
  transition: all 0.3s;
}
.cid-veJda27Cnc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veJda27Cnc .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-veJda27Cnc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veJda27Cnc .navbar.collapsed {
  justify-content: center;
}
.cid-veJda27Cnc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veJda27Cnc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veJda27Cnc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veJda27Cnc .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-veJda27Cnc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veJda27Cnc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veJda27Cnc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veJda27Cnc .navbar {
    min-height: 72px;
  }
  .cid-veJda27Cnc .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veJda27Cnc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veJda27Cnc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veJda27Cnc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veJda27Cnc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veJda27Cnc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veJda27Cnc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veJda27Cnc .dropdown-item.active,
.cid-veJda27Cnc .dropdown-item:active {
  background-color: transparent;
}
.cid-veJda27Cnc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veJda27Cnc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veJda27Cnc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veJda27Cnc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veJda27Cnc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veJda27Cnc .navbar-buttons {
    text-align: left;
  }
}
.cid-veJda27Cnc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veJda27Cnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veJda27Cnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veJda27Cnc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veJda27Cnc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veJda27Cnc .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-veJda27Cnc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veJda27Cnc .navbar {
    height: 70px;
  }
  .cid-veJda27Cnc .navbar.opened {
    height: auto;
  }
  .cid-veJda27Cnc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veJda27Cnc .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veJda27Cnc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veJda27Cnc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veJda27Cnc .navbar-brand {
    margin-right: auto;
  }
  .cid-veJda27Cnc .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.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-veJda27Cnc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veJda27Cnc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veJda27Cnc .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-veJda27Cnc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veJda27Cnc .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-veJda27Cnc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veJda27Cnc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veJMUWKrCB {
  display: flex;
}
@media (min-width: 768px) {
  .cid-veJMUWKrCB {
    align-items: flex-end;
  }
  .cid-veJMUWKrCB .row {
    justify-content: flex-start;
  }
  .cid-veJMUWKrCB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veJMUWKrCB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veJMUWKrCB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-veJMUWKrCB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veJMUWKrCB .content-wrap {
    width: 100%;
  }
}
.cid-veJMUWKrCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJMUWKrCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-veJMUWKrCB .mbr-section-title,
.cid-veJMUWKrCB .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-veJMUWKrCB .mbr-text,
.cid-veJMUWKrCB .mbr-section-btn {
  text-align: left;
}
.cid-veJMUWKsEE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veJMUWKsEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJMUWKsEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJMUWKsEE .card-wrapper {
  background: #d00000;
}
@media (max-width: 767px) {
  .cid-veJMUWKsEE .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-veJMUWKsEE .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-veJMUWKsEE .card-wrapper {
    padding: 4rem;
  }
}
.cid-veJMUWKsEE .mbr-text,
.cid-veJMUWKsEE .mbr-section-btn {
  color: #ffd7ef;
}
.cid-veJMUWKsEE .card-title,
.cid-veJMUWKsEE .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-veJMUWLPYR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veJMUWLPYR .mbr-text {
  color: #000000;
}
.cid-veJMUWLPYR .mbr-section-subtitle {
  color: #000000;
}
.cid-veJMUWLPYR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veJMUWLOI1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veJMUWLOI1 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-veJMUWLOI1 img,
.cid-veJMUWLOI1 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veJMUWLOI1 .item:focus,
.cid-veJMUWLOI1 span:focus {
  outline: none;
}
.cid-veJMUWLOI1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veJMUWLOI1 .item {
    margin-bottom: 1rem;
  }
}
.cid-veJMUWLOI1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-veJMUWLOI1 .mbr-section-title {
  color: #000000;
}
.cid-veJMUWLOI1 .mbr-text,
.cid-veJMUWLOI1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-veJMUWLOI1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-veJMUWLOI1 .content-head {
  max-width: 800px;
}
.cid-veJMUWMdib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veJMUWMdib .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJMUWMdib .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-veJMUWMdib .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-veJMUWMdib .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-veJMUWMdib .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-veJMUWMdib .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-veJMUWMdib .mbr-section-title {
  color: #000000;
}
.cid-veJMUWMdib .mbr-text,
.cid-veJMUWMdib .mbr-section-btn {
  color: #000000;
}
.cid-veJMUWMAH2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veJMUWMAH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJMUWMAH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJMUWMAH2 .mbr-text {
  color: #000000;
}
.cid-veJMUWMAH2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-veJMUWMAH2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-veJMUWMAH2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veJMUWMAH2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-veJMUWMAH2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veJMUWMAH2 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-veJMUWMAH2 .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-veJMUWMAH2 .mbr-section-title {
  color: #000000;
}
.cid-veJMUWMAH2 .card-text,
.cid-veJMUWMAH2 .item .mbr-section-btn {
  text-align: left;
}
.cid-veJMUWMAH2 .card-title,
.cid-veJMUWMAH2 .iconfont-wrapper {
  text-align: left;
}
.cid-veJMUWMAH2 .mbr-section-subtitle,
.cid-veJMUWMAH2 .main-button {
  text-align: left;
  color: #000000;
}
.cid-veJMUWMAH2 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-veJMUWMAH2 .item-content .item-footer {
  margin-top: auto;
}
.cid-veJMUWMAH2 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-veJMUWMAH2 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-veJMUWMAH2 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-veJMUWMAH2 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-veJMUWNEXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-veJMUWNEXO .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-veJMUWNEXO .panel-group {
  border: none;
}
.cid-veJMUWNEXO .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-veJMUWNEXO .card-header {
    padding: 0rem;
  }
}
.cid-veJMUWNEXO .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-veJMUWNEXO .img-col {
  padding: 0;
}
.cid-veJMUWNEXO .img-item {
  height: 100%;
}
.cid-veJMUWNEXO img {
  height: 100%;
  object-fit: cover;
}
.cid-veJMUWNEXO .collapsed span {
  transform: rotate(0deg);
}
.cid-veJMUWNEXO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-veJMUWNEXO p {
  margin-bottom: 0.3rem;
}
.cid-veJMUWNEXO .panel-title-edit {
  color: #000000;
}
.cid-veJMUWNEXO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-veJMUWNEXO .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-veJMUWNEXO .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-veJMUWNEXO .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-veJMUWNEXO .panel-text {
  color: #000000;
}
.cid-veJMUWNEXO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-veJMUWNEXO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veJMUWNEXO .panel-title-edit,
.cid-veJMUWNEXO .mbr-iconfont {
  color: #000000;
}
.cid-veJMUWNlfO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-veJMUWNlfO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-veJMUWNlfO form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-veJMUWNlfO form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-veJMUWNlfO form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-veJMUWNlfO .content-head {
  max-width: 800px;
}
.cid-veBqmuE9Cj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veBqmuE9Cj .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-veBqmuE9Cj .social-row .soc-item {
  margin: 8px;
}
.cid-veBqmuE9Cj .social-row .soc-item a:hover .mbr-iconfont,
.cid-veBqmuE9Cj .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-veBqmuE9Cj .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: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-veBqmuE9Cj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-veBqmuE9Cj .mbr-section-title {
  color: #ffffff;
}
.cid-veBqmuE9Cj .mbr-section-title,
.cid-veBqmuE9Cj .social-list {
  color: #000000;
}
