.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #f15d22 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f15d22 !important;
  border-color: #f15d22 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f48052 !important;
  border-color: #f48052 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f48052 !important;
  border-color: #f48052 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #f15d22;
  color: #f15d22;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b13a0b !important;
  background-color: transparent !important;
  border-color: #b13a0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f15d22 !important;
  border-color: #f15d22 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #f15d22 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a3360a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #f15d22;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #f15d22;
  border-color: #f15d22;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f15d22;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdeae2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f15d22 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f15d22;
}
/* 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: #f15d22;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f15d22;
}
.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: #f15d22;
  border-bottom-color: #f15d22;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f15d22 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f15d22' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v5wxbqLzTp .navbar-dropdown {
  position: relative !important;
}
.cid-v5wxbqLzTp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5wxbqLzTp .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5wxbqLzTp .dropdown-item:hover,
.cid-v5wxbqLzTp .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .dropdown-item:hover span {
  color: white;
}
.cid-v5wxbqLzTp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5wxbqLzTp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5wxbqLzTp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5wxbqLzTp .nav-link {
  position: relative;
}
.cid-v5wxbqLzTp .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5wxbqLzTp .container {
    flex-wrap: nowrap;
  }
}
.cid-v5wxbqLzTp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5wxbqLzTp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5wxbqLzTp .dropdown-menu,
.cid-v5wxbqLzTp .navbar.opened {
  background: #ffffff !important;
}
.cid-v5wxbqLzTp .nav-item:focus,
.cid-v5wxbqLzTp .nav-link:focus {
  outline: none;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5wxbqLzTp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5wxbqLzTp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5wxbqLzTp .navbar.opened {
  transition: all 0.3s;
}
.cid-v5wxbqLzTp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5wxbqLzTp .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5wxbqLzTp .navbar .navbar-logo img {
  width: auto;
}
.cid-v5wxbqLzTp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5wxbqLzTp .navbar.collapsed {
  justify-content: center;
}
.cid-v5wxbqLzTp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5wxbqLzTp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5wxbqLzTp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5wxbqLzTp .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-v5wxbqLzTp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5wxbqLzTp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5wxbqLzTp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5wxbqLzTp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5wxbqLzTp .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-v5wxbqLzTp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5wxbqLzTp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5wxbqLzTp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5wxbqLzTp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5wxbqLzTp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5wxbqLzTp .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5wxbqLzTp .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5wxbqLzTp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-caption:hover,
.cid-v5wxbqLzTp .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5wxbqLzTp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5wxbqLzTp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .dropdown-item.active,
.cid-v5wxbqLzTp .dropdown-item:active {
  background-color: transparent;
}
.cid-v5wxbqLzTp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5wxbqLzTp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5wxbqLzTp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5wxbqLzTp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5wxbqLzTp .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5wxbqLzTp .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5wxbqLzTp .navbar-buttons {
    text-align: left;
  }
}
.cid-v5wxbqLzTp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5wxbqLzTp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5wxbqLzTp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5wxbqLzTp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5wxbqLzTp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5wxbqLzTp .navbar {
    height: 70px;
  }
  .cid-v5wxbqLzTp .navbar.opened {
    height: auto;
  }
  .cid-v5wxbqLzTp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5wxbqLzTp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5wxbqLzTp .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5wxbqLzTp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5wxbqLzTp .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5wxbqLzTp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5wxbqLzTp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5wxbqLzTp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5wxbqLzTp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5wxbqLzTp .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5wxbqLzTp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5wxbqLzTp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5wxbqLzTp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5wxbqLzTp .content-wrap {
  min-height: 70px;
}
.cid-v5wDLRMZmx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5wDLRMZmx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f15d22;
}
.cid-v5wDLRMZmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5wDLRMZmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5wDLRMZmx .content-wrap {
  margin: 0;
}
.cid-v5wDLRMZmx .content-wrap .card {
  padding: 0;
}
.cid-v5wDLRMZmx .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #f15d22;
}
@media (max-width: 1640px) {
  .cid-v5wDLRMZmx .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5wDLRMZmx .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v5wDLRMZmx .content-wrapper {
    border-right: none;
    border-top: 1px solid #f15d22;
  }
}
.cid-v5wDLRMZmx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5wDLRMZmx .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5wDLRMZmx .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-v5wDLRMZmx .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-v5wDLRMZmx .image-wrapper {
  height: 100%;
}
.cid-v5wDLRMZmx .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5wDLRMZmx .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-v5wDLRMZmx .mbr-section-title {
  color: #150764;
}
.cid-v5wDLRMZmx .mbr-text {
  color: #000000;
}
.cid-v5wDLRMZmx .mbr-section-title,
.cid-v5wDLRMZmx .mbr-section-btn {
  color: #f15d22;
}
.cid-v5x4QhjYcm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5x4QhjYcm .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v5x4QhjYcm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v5x4QhjYcm .container {
    padding: 0 20px;
  }
}
.cid-v5x4QhjYcm .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v5x4QhjYcm .row {
    padding: 46px 0;
  }
}
.cid-v5x4QhjYcm .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-v5x4QhjYcm .content-wrapper {
    padding: 0;
  }
}
.cid-v5x4QhjYcm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v5x4QhjYcm .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5x4QhjYcm .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-v5x4QhjYcm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-v5x4QhjYcm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-v5x4QhjYcm .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5x4QhjYcm .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-v5x4QhjYcm .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-v5x4QhjYcm .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-v5x4QhjYcm .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-v5x4QhjYcm .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-v5x4QhjYcm .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-v5x4QhjYcm .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5x4QhjYcm .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-v5x4QhjYcm .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v5x4QhjYcm .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-v5x4QhjYcm .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-v5x4QhjYcm .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-v5x4QhjYcm .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-v5x4QhjYcm .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-v5x4QhjYcm .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-v5x4QhjYcm .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-v5x4QhjYcm .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-v5x4QhjYcm .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #f15d22 !important;
}
.cid-v5x4QhjYcm .embla__button--next,
.cid-v5x4QhjYcm .embla__button--prev {
  display: flex;
}
.cid-v5x4QhjYcm .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f15d22 !important;
  border: 2px solid #f15d22 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-v5x4QhjYcm .embla__button {
    top: 2.5rem;
  }
}
.cid-v5x4QhjYcm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5x4QhjYcm .embla__button:hover {
  opacity: 1 !important;
}
.cid-v5x4QhjYcm .embla__button.embla__button--prev {
  left: 30px;
}
.cid-v5x4QhjYcm .embla__button.embla__button--next {
  right: 30px;
}
.cid-v5x4QhjYcm .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-v5x4QhjYcm .embla {
    padding-top: 100px;
  }
}
.cid-v5x4QhjYcm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v5x4QhjYcm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5x4QhjYcm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5x4QhjYcm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5x4QhjYcm .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5x4QhjYcm .mbr-section-title {
  color: #000000;
}
.cid-v5x4QhjYcm .item-name {
  color: #000000;
  text-align: center;
}
.cid-v5x4QhjYcm .item-role {
  color: #000000;
  text-align: center;
}
.cid-v5x4QhjYcm .list,
.cid-v5x4QhjYcm .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5x4QhjYcm .mbr-section-title,
.cid-v5x4QhjYcm .mbr-section-btn-main {
  text-align: center;
  color: #f15d22;
}
.cid-v5x4QhjYcm .item-name,
.cid-v5x4QhjYcm .mbr-section-btn {
  text-align: center;
  color: #f15d22;
}
.cid-v5x3u7D7Oa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/mbr-1920x994.webp");
}
.cid-v5x3u7D7Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5x3u7D7Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5x3u7D7Oa .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v5x3u7D7Oa .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5x3u7D7Oa .content-wrapper {
    padding: 0;
  }
}
.cid-v5x3u7D7Oa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v5x3u7D7Oa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5x3u7D7Oa .mbr-section-title,
.cid-v5x3u7D7Oa .title-wrapper {
  color: #ffffff;
}
.cid-v5x3u7D7Oa .mbr-section-title,
.cid-v5x3u7D7Oa .mbr-section-btn,
.cid-v5x3u7D7Oa .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v5wNIyLcFm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5wNIyLcFm .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v5wNIyLcFm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v5wNIyLcFm .container {
    padding: 0 20px;
  }
}
.cid-v5wNIyLcFm .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v5wNIyLcFm .row {
    padding: 46px 0;
  }
}
.cid-v5wNIyLcFm .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-v5wNIyLcFm .content-wrapper {
    padding: 0;
  }
}
.cid-v5wNIyLcFm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v5wNIyLcFm .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5wNIyLcFm .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-v5wNIyLcFm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-v5wNIyLcFm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-v5wNIyLcFm .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5wNIyLcFm .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-v5wNIyLcFm .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-v5wNIyLcFm .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-v5wNIyLcFm .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-v5wNIyLcFm .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-v5wNIyLcFm .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-v5wNIyLcFm .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5wNIyLcFm .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-v5wNIyLcFm .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v5wNIyLcFm .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-v5wNIyLcFm .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-v5wNIyLcFm .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-v5wNIyLcFm .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-v5wNIyLcFm .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-v5wNIyLcFm .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-v5wNIyLcFm .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-v5wNIyLcFm .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-v5wNIyLcFm .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #ffffff !important;
}
.cid-v5wNIyLcFm .embla__button--next,
.cid-v5wNIyLcFm .embla__button--prev {
  display: flex;
}
.cid-v5wNIyLcFm .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f15d22 !important;
  border: 2px solid #f15d22 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-v5wNIyLcFm .embla__button {
    top: 2.5rem;
  }
}
.cid-v5wNIyLcFm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5wNIyLcFm .embla__button:hover {
  opacity: 1 !important;
}
.cid-v5wNIyLcFm .embla__button.embla__button--prev {
  left: 30px;
}
.cid-v5wNIyLcFm .embla__button.embla__button--next {
  right: 30px;
}
.cid-v5wNIyLcFm .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-v5wNIyLcFm .embla {
    padding-top: 100px;
  }
}
.cid-v5wNIyLcFm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v5wNIyLcFm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5wNIyLcFm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5wNIyLcFm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5wNIyLcFm .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5wNIyLcFm .mbr-section-title {
  color: #000000;
}
.cid-v5wNIyLcFm .item-name {
  color: #000000;
  text-align: center;
}
.cid-v5wNIyLcFm .item-role {
  color: #000000;
  text-align: center;
}
.cid-v5wNIyLcFm .list,
.cid-v5wNIyLcFm .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5wNIyLcFm .mbr-section-title,
.cid-v5wNIyLcFm .mbr-section-btn-main {
  text-align: center;
  color: #000000;
}
.cid-v5wNIyLcFm .item-name,
.cid-v5wNIyLcFm .mbr-section-btn {
  text-align: center;
  color: #f15d22;
}
.cid-v5x7WVmF6d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5x7WVmF6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5x7WVmF6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5x7WVmF6d .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5x7WVmF6d .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v5x7WVmF6d .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 290px;
  max-width: 290px;
}
@media (max-width: 768px) {
  .cid-v5x7WVmF6d .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5x7WVmF6d .embla__slide .slide-content {
  width: 100%;
}
.cid-v5x7WVmF6d .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-v5x7WVmF6d .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-v5x7WVmF6d .embla__slide .slide-content .item-wrapper .item-img img {
  height: 125px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-v5x7WVmF6d .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-v5x7WVmF6d .embla__button--next,
.cid-v5x7WVmF6d .embla__button--prev {
  display: flex;
}
.cid-v5x7WVmF6d .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v5x7WVmF6d .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #e6eddc !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v5x7WVmF6d .embla__button:hover {
  background-color: #5c834f !important;
  color: #e6eddc !important;
}
.cid-v5x7WVmF6d .embla__button:disabled {
  opacity: .5 !important;
  background-color: #e6eddc !important;
  color: #5c834f !important;
}
.cid-v5x7WVmF6d .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v5x7WVmF6d .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v5x7WVmF6d .embla {
  position: relative;
  width: 100%;
}
.cid-v5x7WVmF6d .embla__viewport {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v5x7WVmF6d .embla__viewport {
    padding: 0;
  }
}
.cid-v5x7WVmF6d .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5x7WVmF6d .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5x7WVmF6d .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5x7WVmF6d .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v5x7WVmF6d .mbr-section-title,
.cid-v5x7WVmF6d .title-wrapper {
  color: #f15d22;
  text-align: center;
}
.cid-v5xkRM25TT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xkRM25TT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xkRM25TT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xkRM25TT img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5xkRM25TT img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5xkRM25TT .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5xkRM25TT .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5xkRM25TT .icon-wrap {
    justify-content: center;
  }
}
.cid-v5xkRM25TT .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5xkRM25TT .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5xkRM25TT a {
  font-weight: bold;
}
.cid-v5xkRM25TT .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5xkRM25TT .card {
    padding: 2rem 1rem;
  }
}
.cid-v5xkRM25TT .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5xkRM25TT .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5xkRM25TT .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5xkRM25TT .container-fluid,
.cid-v5xkRM25TT .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5xkRM25TT .container-fluid,
  .cid-v5xkRM25TT .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5xkRM25TT .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5xkRM25TT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5xkRM25TT .mbr-section-title {
  color: #ffffff;
}
.cid-v5xkRM25TT .mbr-text,
.cid-v5xkRM25TT .mbr-section-btn {
  color: #ffffff;
}
.cid-v5xkRM25TT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5xkRM25TT .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5xkRM25TT .mbr-cardtext {
  color: #ffffff;
}
.cid-v5xkRM25TT .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5xkRM25TT .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5xkRM25TT .mbr-link {
  color: #f15d22;
}
.cid-v5wxbqLzTp .navbar-dropdown {
  position: relative !important;
}
.cid-v5wxbqLzTp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5wxbqLzTp .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5wxbqLzTp .dropdown-item:hover,
.cid-v5wxbqLzTp .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .dropdown-item:hover span {
  color: white;
}
.cid-v5wxbqLzTp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5wxbqLzTp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5wxbqLzTp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5wxbqLzTp .nav-link {
  position: relative;
}
.cid-v5wxbqLzTp .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5wxbqLzTp .container {
    flex-wrap: nowrap;
  }
}
.cid-v5wxbqLzTp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5wxbqLzTp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5wxbqLzTp .dropdown-menu,
.cid-v5wxbqLzTp .navbar.opened {
  background: #ffffff !important;
}
.cid-v5wxbqLzTp .nav-item:focus,
.cid-v5wxbqLzTp .nav-link:focus {
  outline: none;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5wxbqLzTp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5wxbqLzTp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5wxbqLzTp .navbar.opened {
  transition: all 0.3s;
}
.cid-v5wxbqLzTp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5wxbqLzTp .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5wxbqLzTp .navbar .navbar-logo img {
  width: auto;
}
.cid-v5wxbqLzTp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5wxbqLzTp .navbar.collapsed {
  justify-content: center;
}
.cid-v5wxbqLzTp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5wxbqLzTp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5wxbqLzTp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5wxbqLzTp .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-v5wxbqLzTp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5wxbqLzTp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5wxbqLzTp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5wxbqLzTp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5wxbqLzTp .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-v5wxbqLzTp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5wxbqLzTp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5wxbqLzTp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5wxbqLzTp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5wxbqLzTp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5wxbqLzTp .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5wxbqLzTp .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5wxbqLzTp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-caption:hover,
.cid-v5wxbqLzTp .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5wxbqLzTp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5wxbqLzTp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .dropdown-item.active,
.cid-v5wxbqLzTp .dropdown-item:active {
  background-color: transparent;
}
.cid-v5wxbqLzTp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5wxbqLzTp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5wxbqLzTp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5wxbqLzTp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5wxbqLzTp .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5wxbqLzTp .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5wxbqLzTp .navbar-buttons {
    text-align: left;
  }
}
.cid-v5wxbqLzTp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5wxbqLzTp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5wxbqLzTp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5wxbqLzTp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5wxbqLzTp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5wxbqLzTp .navbar {
    height: 70px;
  }
  .cid-v5wxbqLzTp .navbar.opened {
    height: auto;
  }
  .cid-v5wxbqLzTp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5wxbqLzTp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5wxbqLzTp .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5wxbqLzTp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5wxbqLzTp .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5wxbqLzTp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5wxbqLzTp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5wxbqLzTp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5wxbqLzTp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5wxbqLzTp .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5wxbqLzTp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5wxbqLzTp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5wxbqLzTp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5wxbqLzTp .content-wrap {
  min-height: 70px;
}
.cid-v5xtfYRt8U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xtfYRt8U .row::after {
  content: '';
  display: block;
  background: #f15d22;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5xtfYRt8U .row::after {
    display: none;
  }
}
.cid-v5xtfYRt8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xtfYRt8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xtfYRt8U .image {
  position: relative;
}
.cid-v5xtfYRt8U .image::before {
  content: '';
  display: block;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-v5xtfYRt8U .image::before {
    display: none;
  }
}
.cid-v5xtfYRt8U .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5xtfYRt8U .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-v5xtfYRt8U .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #f15d22;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-v5xtfYRt8U .image-wrapper::before {
    display: none;
  }
}
.cid-v5xtfYRt8U .image-wrapper::after {
  content: '';
  display: block;
  background: #f15d22;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-v5xtfYRt8U .image-wrapper::after {
    display: none;
  }
}
.cid-v5xtfYRt8U .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-v5xtfYRt8U .title {
  display: flex;
  align-items: center;
}
.cid-v5xtfYRt8U .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v5xtfYRt8U .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-v5xtfYRt8U .title-wrapper {
    padding: 0 12px;
  }
}
.cid-v5xtfYRt8U .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v5xtfYRt8U .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-v5xtfYRt8U .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5xtfYRt8U .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-v5xtfYRt8U .mbr-section-title {
  color: #000000;
}
.cid-v5xtfYRt8U .mbr-text {
  color: #000000;
}
.cid-v5xwBqw50O {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xwBqw50O .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v5xwBqw50O .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v5xwBqw50O .container {
    padding: 0 20px;
  }
}
.cid-v5xwBqw50O .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v5xwBqw50O .row {
    padding: 46px 0;
  }
}
.cid-v5xwBqw50O .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-v5xwBqw50O .content-wrapper {
    padding: 0;
  }
}
.cid-v5xwBqw50O .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v5xwBqw50O .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5xwBqw50O .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-v5xwBqw50O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-v5xwBqw50O .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-v5xwBqw50O .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5xwBqw50O .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-v5xwBqw50O .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-v5xwBqw50O .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-v5xwBqw50O .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-v5xwBqw50O .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-v5xwBqw50O .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-v5xwBqw50O .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5xwBqw50O .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-v5xwBqw50O .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v5xwBqw50O .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-v5xwBqw50O .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-v5xwBqw50O .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-v5xwBqw50O .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-v5xwBqw50O .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-v5xwBqw50O .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-v5xwBqw50O .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-v5xwBqw50O .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-v5xwBqw50O .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #ffffff !important;
}
.cid-v5xwBqw50O .embla__button--next,
.cid-v5xwBqw50O .embla__button--prev {
  display: flex;
}
.cid-v5xwBqw50O .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f15d22 !important;
  border: 2px solid #f15d22 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-v5xwBqw50O .embla__button {
    top: 2.5rem;
  }
}
.cid-v5xwBqw50O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5xwBqw50O .embla__button:hover {
  opacity: 1 !important;
}
.cid-v5xwBqw50O .embla__button.embla__button--prev {
  left: 30px;
}
.cid-v5xwBqw50O .embla__button.embla__button--next {
  right: 30px;
}
.cid-v5xwBqw50O .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-v5xwBqw50O .embla {
    padding-top: 100px;
  }
}
.cid-v5xwBqw50O .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v5xwBqw50O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5xwBqw50O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5xwBqw50O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5xwBqw50O .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5xwBqw50O .mbr-section-title {
  color: #000000;
}
.cid-v5xwBqw50O .item-name {
  color: #000000;
  text-align: center;
}
.cid-v5xwBqw50O .item-role {
  color: #f15d22;
  text-align: center;
}
.cid-v5xwBqw50O .list,
.cid-v5xwBqw50O .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5xwBqw50O .mbr-section-title,
.cid-v5xwBqw50O .mbr-section-btn-main {
  text-align: center;
  color: #f15d22;
}
.cid-v5xwBqw50O .item-name,
.cid-v5xwBqw50O .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5xzIVMFwP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xzIVMFwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xzIVMFwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xzIVMFwP .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5xzIVMFwP .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5xzIVMFwP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5xzIVMFwP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5xzIVMFwP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v5xzIVMFwP .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5xzIVMFwP .mbr-section-title {
  color: #111111;
}
.cid-v5xzIVMFwP .mbr-section-subtitle {
  color: #f15d22;
  text-align: center;
}
.cid-v5xzIVMFwP .mbr-text,
.cid-v5xzIVMFwP .text-wrapper {
  color: #666666;
  text-align: justify;
}
.cid-v5xzIVMFwP .mbr-section-title,
.cid-v5xzIVMFwP .mbr-section-btn {
  text-align: center;
}
.cid-v5xOxmhSrU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xOxmhSrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xOxmhSrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xOxmhSrU .container,
.cid-v5xOxmhSrU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5xOxmhSrU .container,
  .cid-v5xOxmhSrU .container-fluid {
    padding: 0 20px;
  }
}
.cid-v5xOxmhSrU .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5xOxmhSrU .title-wrapper {
    margin-bottom: 50px;
    padding: 0;
  }
}
.cid-v5xOxmhSrU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5xOxmhSrU .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  border-left: 1px solid #f15d22;
}
@media (max-width: 992px) {
  .cid-v5xOxmhSrU .text-wrapper {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-v5xOxmhSrU .text-wrapper {
    padding: 0;
  }
}
.cid-v5xOxmhSrU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xOxmhSrU .mbr-section-title {
  color: #f15d22;
}
.cid-v5xOxmhSrU .mbr-text {
  color: #000000;
}
.cid-v5xOxNVhNE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xOxNVhNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xOxNVhNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xOxNVhNE .container,
.cid-v5xOxNVhNE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5xOxNVhNE .container,
  .cid-v5xOxNVhNE .container-fluid {
    padding: 0 20px;
  }
}
.cid-v5xOxNVhNE .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5xOxNVhNE .title-wrapper {
    margin-bottom: 50px;
    padding: 0;
  }
}
.cid-v5xOxNVhNE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5xOxNVhNE .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  border-left: 1px solid #f15d22;
}
@media (max-width: 992px) {
  .cid-v5xOxNVhNE .text-wrapper {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-v5xOxNVhNE .text-wrapper {
    padding: 0;
  }
}
.cid-v5xOxNVhNE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xOxNVhNE .mbr-section-title {
  color: #f15d22;
}
.cid-v5xOxNVhNE .mbr-text {
  color: #000000;
}
.cid-v5z5VCO33e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z5VCO33e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z5VCO33e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z5VCO33e img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z5VCO33e img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z5VCO33e .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z5VCO33e .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z5VCO33e .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z5VCO33e .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z5VCO33e .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z5VCO33e a {
  font-weight: bold;
}
.cid-v5z5VCO33e .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z5VCO33e .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z5VCO33e .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z5VCO33e .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z5VCO33e .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z5VCO33e .container-fluid,
.cid-v5z5VCO33e .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z5VCO33e .container-fluid,
  .cid-v5z5VCO33e .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z5VCO33e .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z5VCO33e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z5VCO33e .mbr-section-title {
  color: #ffffff;
}
.cid-v5z5VCO33e .mbr-text,
.cid-v5z5VCO33e .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z5VCO33e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z5VCO33e .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z5VCO33e .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z5VCO33e .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z5VCO33e .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z5VCO33e .mbr-link {
  color: #f15d22;
}
.cid-v5wxbqLzTp .navbar-dropdown {
  position: relative !important;
}
.cid-v5wxbqLzTp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5wxbqLzTp .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5wxbqLzTp .dropdown-item:hover,
.cid-v5wxbqLzTp .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .dropdown-item:hover span {
  color: white;
}
.cid-v5wxbqLzTp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5wxbqLzTp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5wxbqLzTp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5wxbqLzTp .nav-link {
  position: relative;
}
.cid-v5wxbqLzTp .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5wxbqLzTp .container {
    flex-wrap: nowrap;
  }
}
.cid-v5wxbqLzTp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5wxbqLzTp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5wxbqLzTp .dropdown-menu,
.cid-v5wxbqLzTp .navbar.opened {
  background: #ffffff !important;
}
.cid-v5wxbqLzTp .nav-item:focus,
.cid-v5wxbqLzTp .nav-link:focus {
  outline: none;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5wxbqLzTp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5wxbqLzTp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5wxbqLzTp .navbar.opened {
  transition: all 0.3s;
}
.cid-v5wxbqLzTp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5wxbqLzTp .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5wxbqLzTp .navbar .navbar-logo img {
  width: auto;
}
.cid-v5wxbqLzTp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5wxbqLzTp .navbar.collapsed {
  justify-content: center;
}
.cid-v5wxbqLzTp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5wxbqLzTp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5wxbqLzTp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5wxbqLzTp .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-v5wxbqLzTp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5wxbqLzTp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5wxbqLzTp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5wxbqLzTp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5wxbqLzTp .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-v5wxbqLzTp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5wxbqLzTp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5wxbqLzTp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5wxbqLzTp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5wxbqLzTp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5wxbqLzTp .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5wxbqLzTp .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5wxbqLzTp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-caption:hover,
.cid-v5wxbqLzTp .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5wxbqLzTp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5wxbqLzTp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .dropdown-item.active,
.cid-v5wxbqLzTp .dropdown-item:active {
  background-color: transparent;
}
.cid-v5wxbqLzTp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5wxbqLzTp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5wxbqLzTp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5wxbqLzTp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5wxbqLzTp .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5wxbqLzTp .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5wxbqLzTp .navbar-buttons {
    text-align: left;
  }
}
.cid-v5wxbqLzTp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5wxbqLzTp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5wxbqLzTp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5wxbqLzTp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5wxbqLzTp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5wxbqLzTp .navbar {
    height: 70px;
  }
  .cid-v5wxbqLzTp .navbar.opened {
    height: auto;
  }
  .cid-v5wxbqLzTp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5wxbqLzTp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5wxbqLzTp .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5wxbqLzTp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5wxbqLzTp .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5wxbqLzTp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5wxbqLzTp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5wxbqLzTp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5wxbqLzTp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5wxbqLzTp .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5wxbqLzTp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5wxbqLzTp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5wxbqLzTp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5wxbqLzTp .content-wrap {
  min-height: 70px;
}
.cid-v5xDnArkil {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xDnArkil .row::after {
  content: '';
  display: block;
  background: #f15d22;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5xDnArkil .row::after {
    display: none;
  }
}
.cid-v5xDnArkil .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xDnArkil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xDnArkil .image {
  position: relative;
}
.cid-v5xDnArkil .image::before {
  content: '';
  display: block;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-v5xDnArkil .image::before {
    display: none;
  }
}
.cid-v5xDnArkil .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5xDnArkil .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-v5xDnArkil .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #f15d22;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-v5xDnArkil .image-wrapper::before {
    display: none;
  }
}
.cid-v5xDnArkil .image-wrapper::after {
  content: '';
  display: block;
  background: #f15d22;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-v5xDnArkil .image-wrapper::after {
    display: none;
  }
}
.cid-v5xDnArkil .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-v5xDnArkil .title {
  display: flex;
  align-items: center;
}
.cid-v5xDnArkil .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v5xDnArkil .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-v5xDnArkil .title-wrapper {
    padding: 0 12px;
  }
}
.cid-v5xDnArkil .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v5xDnArkil .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-v5xDnArkil .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5xDnArkil .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-v5xDnArkil .mbr-section-title {
  color: #000000;
}
.cid-v5xDnArkil .mbr-text {
  color: #000000;
}
.cid-v5xEfBXzTU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xEfBXzTU .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v5xEfBXzTU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v5xEfBXzTU .container {
    padding: 0 20px;
  }
}
.cid-v5xEfBXzTU .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v5xEfBXzTU .row {
    padding: 46px 0;
  }
}
.cid-v5xEfBXzTU .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-v5xEfBXzTU .content-wrapper {
    padding: 0;
  }
}
.cid-v5xEfBXzTU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v5xEfBXzTU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5xEfBXzTU .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-v5xEfBXzTU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-v5xEfBXzTU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-v5xEfBXzTU .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5xEfBXzTU .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-v5xEfBXzTU .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-v5xEfBXzTU .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-v5xEfBXzTU .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-v5xEfBXzTU .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-v5xEfBXzTU .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-v5xEfBXzTU .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5xEfBXzTU .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-v5xEfBXzTU .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v5xEfBXzTU .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-v5xEfBXzTU .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-v5xEfBXzTU .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-v5xEfBXzTU .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-v5xEfBXzTU .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-v5xEfBXzTU .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-v5xEfBXzTU .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-v5xEfBXzTU .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-v5xEfBXzTU .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #ffffff !important;
}
.cid-v5xEfBXzTU .embla__button--next,
.cid-v5xEfBXzTU .embla__button--prev {
  display: flex;
}
.cid-v5xEfBXzTU .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f15d22 !important;
  border: 2px solid #f15d22 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-v5xEfBXzTU .embla__button {
    top: 2.5rem;
  }
}
.cid-v5xEfBXzTU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5xEfBXzTU .embla__button:hover {
  opacity: 1 !important;
}
.cid-v5xEfBXzTU .embla__button.embla__button--prev {
  left: 30px;
}
.cid-v5xEfBXzTU .embla__button.embla__button--next {
  right: 30px;
}
.cid-v5xEfBXzTU .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-v5xEfBXzTU .embla {
    padding-top: 100px;
  }
}
.cid-v5xEfBXzTU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v5xEfBXzTU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5xEfBXzTU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5xEfBXzTU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5xEfBXzTU .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5xEfBXzTU .mbr-section-title {
  color: #000000;
}
.cid-v5xEfBXzTU .item-name {
  color: #000000;
  text-align: center;
}
.cid-v5xEfBXzTU .item-role {
  color: #f15d22;
  text-align: center;
}
.cid-v5xEfBXzTU .list,
.cid-v5xEfBXzTU .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5xEfBXzTU .mbr-section-title,
.cid-v5xEfBXzTU .mbr-section-btn-main {
  text-align: center;
  color: #f15d22;
}
.cid-v5xEfBXzTU .item-name,
.cid-v5xEfBXzTU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5z5Zx5lm5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z5Zx5lm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z5Zx5lm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z5Zx5lm5 img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z5Zx5lm5 img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z5Zx5lm5 .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z5Zx5lm5 .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z5Zx5lm5 .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z5Zx5lm5 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z5Zx5lm5 .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z5Zx5lm5 a {
  font-weight: bold;
}
.cid-v5z5Zx5lm5 .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z5Zx5lm5 .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z5Zx5lm5 .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z5Zx5lm5 .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z5Zx5lm5 .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z5Zx5lm5 .container-fluid,
.cid-v5z5Zx5lm5 .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z5Zx5lm5 .container-fluid,
  .cid-v5z5Zx5lm5 .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z5Zx5lm5 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z5Zx5lm5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z5Zx5lm5 .mbr-section-title {
  color: #ffffff;
}
.cid-v5z5Zx5lm5 .mbr-text,
.cid-v5z5Zx5lm5 .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z5Zx5lm5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z5Zx5lm5 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z5Zx5lm5 .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z5Zx5lm5 .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z5Zx5lm5 .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z5Zx5lm5 .mbr-link {
  color: #f15d22;
}
.cid-v5wxbqLzTp .navbar-dropdown {
  position: relative !important;
}
.cid-v5wxbqLzTp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5wxbqLzTp .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5wxbqLzTp .dropdown-item:hover,
.cid-v5wxbqLzTp .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .dropdown-item:hover span {
  color: white;
}
.cid-v5wxbqLzTp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5wxbqLzTp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5wxbqLzTp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5wxbqLzTp .nav-link {
  position: relative;
}
.cid-v5wxbqLzTp .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5wxbqLzTp .container {
    flex-wrap: nowrap;
  }
}
.cid-v5wxbqLzTp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5wxbqLzTp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5wxbqLzTp .dropdown-menu,
.cid-v5wxbqLzTp .navbar.opened {
  background: #ffffff !important;
}
.cid-v5wxbqLzTp .nav-item:focus,
.cid-v5wxbqLzTp .nav-link:focus {
  outline: none;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5wxbqLzTp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5wxbqLzTp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5wxbqLzTp .navbar.opened {
  transition: all 0.3s;
}
.cid-v5wxbqLzTp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5wxbqLzTp .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5wxbqLzTp .navbar .navbar-logo img {
  width: auto;
}
.cid-v5wxbqLzTp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5wxbqLzTp .navbar.collapsed {
  justify-content: center;
}
.cid-v5wxbqLzTp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5wxbqLzTp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5wxbqLzTp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5wxbqLzTp .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-v5wxbqLzTp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5wxbqLzTp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5wxbqLzTp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5wxbqLzTp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5wxbqLzTp .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-v5wxbqLzTp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5wxbqLzTp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5wxbqLzTp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5wxbqLzTp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5wxbqLzTp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5wxbqLzTp .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5wxbqLzTp .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5wxbqLzTp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-caption:hover,
.cid-v5wxbqLzTp .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5wxbqLzTp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5wxbqLzTp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .dropdown-item.active,
.cid-v5wxbqLzTp .dropdown-item:active {
  background-color: transparent;
}
.cid-v5wxbqLzTp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5wxbqLzTp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5wxbqLzTp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5wxbqLzTp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5wxbqLzTp .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5wxbqLzTp .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5wxbqLzTp .navbar-buttons {
    text-align: left;
  }
}
.cid-v5wxbqLzTp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5wxbqLzTp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5wxbqLzTp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5wxbqLzTp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5wxbqLzTp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5wxbqLzTp .navbar {
    height: 70px;
  }
  .cid-v5wxbqLzTp .navbar.opened {
    height: auto;
  }
  .cid-v5wxbqLzTp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5wxbqLzTp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5wxbqLzTp .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5wxbqLzTp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5wxbqLzTp .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5wxbqLzTp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5wxbqLzTp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5wxbqLzTp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5wxbqLzTp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5wxbqLzTp .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5wxbqLzTp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5wxbqLzTp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5wxbqLzTp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5wxbqLzTp .content-wrap {
  min-height: 70px;
}
.cid-v5xI5ozEdy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xI5ozEdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xI5ozEdy .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-v5xI5ozEdy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5xI5ozEdy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5xI5ozEdy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5xI5ozEdy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5xI5ozEdy .mbr-section-title {
  color: #f15d22;
  text-align: right;
}
.cid-v5xI5ozEdy .mbr-text,
.cid-v5xI5ozEdy .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5xKPCRyES {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f15d22;
}
.cid-v5xKPCRyES .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xKPCRyES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xKPCRyES .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5xKPCRyES .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5xKPCRyES .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5xKPCRyES .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5xKPCRyES .container {
    padding: 0 12px;
  }
}
.cid-v5xKPCRyES .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5xKPCRyES .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v5xKPCRyES .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5xKPCRyES .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5xKPCRyES .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5xKPCRyES .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5xKPCRyES .mbr-section-title,
.cid-v5xKPCRyES .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5xLTJEHYh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5xLTJEHYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xLTJEHYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xLTJEHYh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5xLTJEHYh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5xLTJEHYh .container {
    padding: 0 16px;
  }
}
.cid-v5xLTJEHYh .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5xLTJEHYh .row {
    margin: 0 10px;
  }
}
.cid-v5xLTJEHYh .row .card {
  position: relative;
  padding: 0;
}
.cid-v5xLTJEHYh .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f15d22;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-v5xLTJEHYh .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5xLTJEHYh .row .card .decor-wrapper {
    display: none;
  }
}
.cid-v5xLTJEHYh .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #f15d22;
  border-radius: 100%;
  border: 5px solid #f15d22;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-v5xLTJEHYh .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5xLTJEHYh .row .card .icon-decor {
    display: none;
  }
}
.cid-v5xLTJEHYh .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v5xLTJEHYh .title-wrapper {
    width: 100%;
  }
}
.cid-v5xLTJEHYh .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5xLTJEHYh .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5xLTJEHYh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xLTJEHYh .mbr-section-title {
  color: #f15d22;
}
.cid-v5xLTJEHYh .mbr-text {
  color: #000000;
}
.cid-v5y27QaVcg {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-v5y27QaVcg .card-header {
  background: transparent;
}
.cid-v5y27QaVcg .mbr-iconfont {
  font-size: 1.4rem!important;
  font-family: 'Moririse2' !important;
  color: #f15d22;
  margin-left: 1rem;
}
.cid-v5y27QaVcg .panel-body {
  padding: 1rem 0;
}
.cid-v5y27QaVcg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-v5y27QaVcg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v5y27QaVcg .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-v5y27QaVcg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v5y27QaVcg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-v5y27QaVcg .card .panel-body {
  color: #767676;
}
.cid-v5y27QaVcg h4 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid lightgray;
  padding: 0.8rem 0rem;
}
.cid-v5y27QaVcg H4 {
  color: #f15d22;
}
.cid-v5y27QaVcg H2 {
  color: #f15d22;
  text-align: justify;
}
.cid-v5y27QaVcg .panel-text {
  color: #000000;
}
.cid-v5y27QaVcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5y27QaVcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5y4dNOqtK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5y4dNOqtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5y4dNOqtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5y4dNOqtK .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v5y4dNOqtK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v5y4dNOqtK .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v5y4dNOqtK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v5y4dNOqtK .container {
    padding: 0 14px;
  }
}
.cid-v5y4dNOqtK .row {
  justify-content: center;
}
.cid-v5y4dNOqtK .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #f15d22;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-v5y4dNOqtK .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5y4dNOqtK .card-wrapper {
    margin: 0;
  }
}
.cid-v5y4dNOqtK .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #f15d22;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-v5y4dNOqtK .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #f15d22;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-v5y4dNOqtK .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v5y4dNOqtK .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-v5y4dNOqtK .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-v5y4dNOqtK .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #000000;
}
@media (max-width: 1199px) {
  .cid-v5y4dNOqtK .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-v5y4dNOqtK .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5y4dNOqtK .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v5y4dNOqtK .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5y4dNOqtK .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v5y4dNOqtK .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v5y4dNOqtK .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v5y4dNOqtK .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
  margin-left: -25px;
}
.cid-v5y4dNOqtK .mbr-section-title {
  color: #f1f1f1;
}
.cid-v5y4dNOqtK .mbr-text {
  color: #f1f1f1;
}
.cid-v5y4dNOqtK .mbr-list-title {
  color: #f1f1f1;
}
.cid-v5y4dNOqtK .list {
  color: #f1f1f1;
}
.cid-v5y4dNOqtK .mbr-section-title,
.cid-v5y4dNOqtK .mbr-section-btn {
  text-align: center;
}
.cid-v5y4dNOqtK .icon-wrapper {
  text-align: right;
}
.cid-v5y5ezpLaT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5y5ezpLaT .mbr-text {
  color: #000000;
}
.cid-v5y5ezpLaT .mbr-section-subtitle {
  color: #000000;
}
.cid-v5y5ezpLaT .mbr-section-title {
  color: #f15d22;
}
.cid-v5z6249mkG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z6249mkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z6249mkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z6249mkG img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z6249mkG img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z6249mkG .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z6249mkG .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z6249mkG .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z6249mkG .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z6249mkG .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z6249mkG a {
  font-weight: bold;
}
.cid-v5z6249mkG .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z6249mkG .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z6249mkG .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z6249mkG .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z6249mkG .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z6249mkG .container-fluid,
.cid-v5z6249mkG .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z6249mkG .container-fluid,
  .cid-v5z6249mkG .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z6249mkG .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z6249mkG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z6249mkG .mbr-section-title {
  color: #ffffff;
}
.cid-v5z6249mkG .mbr-text,
.cid-v5z6249mkG .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z6249mkG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z6249mkG .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z6249mkG .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z6249mkG .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z6249mkG .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z6249mkG .mbr-link {
  color: #f15d22;
}
.cid-v5xSDCRqLE .navbar-dropdown {
  position: relative !important;
}
.cid-v5xSDCRqLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5xSDCRqLE .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5xSDCRqLE .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5xSDCRqLE .dropdown-item:hover,
.cid-v5xSDCRqLE .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5xSDCRqLE .dropdown-item:hover span {
  color: white;
}
.cid-v5xSDCRqLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5xSDCRqLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5xSDCRqLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5xSDCRqLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5xSDCRqLE .nav-link {
  position: relative;
}
.cid-v5xSDCRqLE .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5xSDCRqLE .container {
    flex-wrap: nowrap;
  }
}
.cid-v5xSDCRqLE .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5xSDCRqLE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5xSDCRqLE .dropdown-menu,
.cid-v5xSDCRqLE .navbar.opened {
  background: #ffffff !important;
}
.cid-v5xSDCRqLE .nav-item:focus,
.cid-v5xSDCRqLE .nav-link:focus {
  outline: none;
}
.cid-v5xSDCRqLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5xSDCRqLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5xSDCRqLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5xSDCRqLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5xSDCRqLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5xSDCRqLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5xSDCRqLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5xSDCRqLE .navbar.opened {
  transition: all 0.3s;
}
.cid-v5xSDCRqLE .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5xSDCRqLE .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5xSDCRqLE .navbar .navbar-logo img {
  width: auto;
}
.cid-v5xSDCRqLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5xSDCRqLE .navbar.collapsed {
  justify-content: center;
}
.cid-v5xSDCRqLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5xSDCRqLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5xSDCRqLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5xSDCRqLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5xSDCRqLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5xSDCRqLE .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-v5xSDCRqLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5xSDCRqLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5xSDCRqLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5xSDCRqLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5xSDCRqLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5xSDCRqLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5xSDCRqLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5xSDCRqLE .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-v5xSDCRqLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5xSDCRqLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5xSDCRqLE .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5xSDCRqLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5xSDCRqLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5xSDCRqLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5xSDCRqLE .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5xSDCRqLE .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5xSDCRqLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5xSDCRqLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5xSDCRqLE .navbar-brand .navbar-caption:hover,
.cid-v5xSDCRqLE .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5xSDCRqLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5xSDCRqLE .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5xSDCRqLE .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5xSDCRqLE .dropdown-item.active,
.cid-v5xSDCRqLE .dropdown-item:active {
  background-color: transparent;
}
.cid-v5xSDCRqLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5xSDCRqLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5xSDCRqLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5xSDCRqLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5xSDCRqLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5xSDCRqLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5xSDCRqLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5xSDCRqLE ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5xSDCRqLE ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5xSDCRqLE .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5xSDCRqLE .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5xSDCRqLE .navbar-buttons {
    text-align: left;
  }
}
.cid-v5xSDCRqLE .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5xSDCRqLE .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5xSDCRqLE button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5xSDCRqLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5xSDCRqLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5xSDCRqLE button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5xSDCRqLE button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5xSDCRqLE button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5xSDCRqLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5xSDCRqLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5xSDCRqLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5xSDCRqLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5xSDCRqLE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5xSDCRqLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5xSDCRqLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5xSDCRqLE .navbar {
    height: 70px;
  }
  .cid-v5xSDCRqLE .navbar.opened {
    height: auto;
  }
  .cid-v5xSDCRqLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5xSDCRqLE .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5xSDCRqLE .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5xSDCRqLE .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5xSDCRqLE .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5xSDCRqLE .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5xSDCRqLE .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5xSDCRqLE .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5xSDCRqLE .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5xSDCRqLE .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5xSDCRqLE .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5xSDCRqLE .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5xSDCRqLE .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5xSDCRqLE .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5xSDCRqLE .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5xSDCRqLE .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5xSDCRqLE .content-wrap {
  min-height: 70px;
}
.cid-v5xSDDHCEY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xSDDHCEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xSDDHCEY .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-v5xSDDHCEY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5xSDDHCEY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5xSDDHCEY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5xSDDHCEY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5xSDDHCEY .mbr-section-title {
  color: #f15d22;
  text-align: right;
}
.cid-v5xSDDHCEY .mbr-text,
.cid-v5xSDDHCEY .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5xSDEoi3b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f15d22;
}
.cid-v5xSDEoi3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xSDEoi3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xSDEoi3b .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5xSDEoi3b .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5xSDEoi3b .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5xSDEoi3b .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5xSDEoi3b .container {
    padding: 0 12px;
  }
}
.cid-v5xSDEoi3b .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5xSDEoi3b .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v5xSDEoi3b .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5xSDEoi3b .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5xSDEoi3b .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5xSDEoi3b .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v5xSDEoi3b .mbr-section-title,
.cid-v5xSDEoi3b .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5xSDFBwAj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5xSDFBwAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xSDFBwAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xSDFBwAj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5xSDFBwAj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5xSDFBwAj .container {
    padding: 0 16px;
  }
}
.cid-v5xSDFBwAj .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5xSDFBwAj .row {
    margin: 0 10px;
  }
}
.cid-v5xSDFBwAj .row .card {
  position: relative;
  padding: 0;
}
.cid-v5xSDFBwAj .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f15d22;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-v5xSDFBwAj .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5xSDFBwAj .row .card .decor-wrapper {
    display: none;
  }
}
.cid-v5xSDFBwAj .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #f15d22;
  border-radius: 100%;
  border: 5px solid #f15d22;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-v5xSDFBwAj .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5xSDFBwAj .row .card .icon-decor {
    display: none;
  }
}
.cid-v5xSDFBwAj .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v5xSDFBwAj .title-wrapper {
    width: 100%;
  }
}
.cid-v5xSDFBwAj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5xSDFBwAj .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5xSDFBwAj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xSDFBwAj .mbr-section-title {
  color: #f15d22;
}
.cid-v5xSDFBwAj .mbr-text {
  color: #000000;
}
.cid-v5xUWXf9DA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5xUWXf9DA .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-v5xUWXf9DA .colored-text {
  color: #f15d22 !important;
}
.cid-v5xUWXf9DA .mbr-section-title {
  color: #ffffff;
}
.cid-v5xUWXf9DA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5xUWXf9DA .mbr-text {
  color: #000000;
}
.cid-v5xUWXf9DA .mbr-section-title.main-title {
  color: #000000;
}
.cid-v5xXzhbUdG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xXzhbUdG .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5xXzhbUdG .mbr-section-title {
  color: #f15d22;
  text-align: center;
}
.cid-v5xXYLnB5K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xXYLnB5K .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5xXYLnB5K .mbr-section-title {
  color: #f15d22;
}
.cid-v5xXYLnB5K .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5xYeAHmEl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xYeAHmEl .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5xYeAHmEl .mbr-section-title {
  color: #f15d22;
}
.cid-v5xYeAHmEl .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5xZgNGOJu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xZgNGOJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xZgNGOJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xZgNGOJu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v5xZgNGOJu .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v5xZgNGOJu .container {
    padding: 0 15px;
  }
}
.cid-v5xZgNGOJu .row {
  justify-content: center;
}
.cid-v5xZgNGOJu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5xZgNGOJu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v5xZgNGOJu .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-v5xZgNGOJu .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5xZgNGOJu .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v5xZgNGOJu .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5xZgNGOJu .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v5xZgNGOJu .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v5xZgNGOJu .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v5xZgNGOJu .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v5xZgNGOJu .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5xZgNGOJu .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f15d22;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v5xZgNGOJu .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v5xZgNGOJu .mbr-section-title {
  color: #f15d22;
  text-align: center;
}
.cid-v5xZgNGOJu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5xZgNGOJu .list {
  color: #ffffff;
}
.cid-v5xZgNGOJu .list,
.cid-v5xZgNGOJu .item-wrap {
  color: #000000;
}
.cid-v5z67MvcZJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z67MvcZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z67MvcZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z67MvcZJ img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z67MvcZJ img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z67MvcZJ .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z67MvcZJ .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z67MvcZJ .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z67MvcZJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z67MvcZJ .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z67MvcZJ a {
  font-weight: bold;
}
.cid-v5z67MvcZJ .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z67MvcZJ .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z67MvcZJ .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z67MvcZJ .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z67MvcZJ .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z67MvcZJ .container-fluid,
.cid-v5z67MvcZJ .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z67MvcZJ .container-fluid,
  .cid-v5z67MvcZJ .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z67MvcZJ .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z67MvcZJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z67MvcZJ .mbr-section-title {
  color: #ffffff;
}
.cid-v5z67MvcZJ .mbr-text,
.cid-v5z67MvcZJ .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z67MvcZJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z67MvcZJ .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z67MvcZJ .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z67MvcZJ .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z67MvcZJ .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z67MvcZJ .mbr-link {
  color: #f15d22;
}
.cid-v5xPzUD1b0 .navbar-dropdown {
  position: relative !important;
}
.cid-v5xPzUD1b0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5xPzUD1b0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5xPzUD1b0 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5xPzUD1b0 .dropdown-item:hover,
.cid-v5xPzUD1b0 .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5xPzUD1b0 .dropdown-item:hover span {
  color: white;
}
.cid-v5xPzUD1b0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5xPzUD1b0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5xPzUD1b0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5xPzUD1b0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5xPzUD1b0 .nav-link {
  position: relative;
}
.cid-v5xPzUD1b0 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5xPzUD1b0 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5xPzUD1b0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5xPzUD1b0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5xPzUD1b0 .dropdown-menu,
.cid-v5xPzUD1b0 .navbar.opened {
  background: #ffffff !important;
}
.cid-v5xPzUD1b0 .nav-item:focus,
.cid-v5xPzUD1b0 .nav-link:focus {
  outline: none;
}
.cid-v5xPzUD1b0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5xPzUD1b0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5xPzUD1b0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5xPzUD1b0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5xPzUD1b0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5xPzUD1b0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5xPzUD1b0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5xPzUD1b0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5xPzUD1b0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5xPzUD1b0 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5xPzUD1b0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5xPzUD1b0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5xPzUD1b0 .navbar.collapsed {
  justify-content: center;
}
.cid-v5xPzUD1b0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5xPzUD1b0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5xPzUD1b0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5xPzUD1b0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5xPzUD1b0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5xPzUD1b0 .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-v5xPzUD1b0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5xPzUD1b0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5xPzUD1b0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5xPzUD1b0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5xPzUD1b0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5xPzUD1b0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5xPzUD1b0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5xPzUD1b0 .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-v5xPzUD1b0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5xPzUD1b0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5xPzUD1b0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5xPzUD1b0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5xPzUD1b0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5xPzUD1b0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5xPzUD1b0 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5xPzUD1b0 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5xPzUD1b0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5xPzUD1b0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5xPzUD1b0 .navbar-brand .navbar-caption:hover,
.cid-v5xPzUD1b0 .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5xPzUD1b0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5xPzUD1b0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5xPzUD1b0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5xPzUD1b0 .dropdown-item.active,
.cid-v5xPzUD1b0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5xPzUD1b0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5xPzUD1b0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5xPzUD1b0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5xPzUD1b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5xPzUD1b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5xPzUD1b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5xPzUD1b0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5xPzUD1b0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5xPzUD1b0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5xPzUD1b0 .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5xPzUD1b0 .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5xPzUD1b0 .navbar-buttons {
    text-align: left;
  }
}
.cid-v5xPzUD1b0 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5xPzUD1b0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5xPzUD1b0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5xPzUD1b0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5xPzUD1b0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5xPzUD1b0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5xPzUD1b0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5xPzUD1b0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5xPzUD1b0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5xPzUD1b0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5xPzUD1b0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5xPzUD1b0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5xPzUD1b0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5xPzUD1b0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5xPzUD1b0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5xPzUD1b0 .navbar {
    height: 70px;
  }
  .cid-v5xPzUD1b0 .navbar.opened {
    height: auto;
  }
  .cid-v5xPzUD1b0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5xPzUD1b0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5xPzUD1b0 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5xPzUD1b0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5xPzUD1b0 .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5xPzUD1b0 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5xPzUD1b0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5xPzUD1b0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5xPzUD1b0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5xPzUD1b0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5xPzUD1b0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5xPzUD1b0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5xPzUD1b0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5xPzUD1b0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5xPzUD1b0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5xPzUD1b0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5xPzUD1b0 .content-wrap {
  min-height: 70px;
}
.cid-v5xPzXg90G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5xPzXg90G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xPzXg90G .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-v5xPzXg90G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5xPzXg90G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5xPzXg90G .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5xPzXg90G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5xPzXg90G .mbr-section-title {
  color: #f15d22;
  text-align: right;
}
.cid-v5xPzXg90G .mbr-text,
.cid-v5xPzXg90G .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5xPzXQsNs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f15d22;
}
.cid-v5xPzXQsNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xPzXQsNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xPzXQsNs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5xPzXQsNs .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5xPzXQsNs .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5xPzXQsNs .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5xPzXQsNs .container {
    padding: 0 12px;
  }
}
.cid-v5xPzXQsNs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5xPzXQsNs .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v5xPzXQsNs .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5xPzXQsNs .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5xPzXQsNs .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5xPzXQsNs .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v5xPzXQsNs .mbr-section-title,
.cid-v5xPzXQsNs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5xPzYWZhj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5xPzYWZhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xPzYWZhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xPzYWZhj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5xPzYWZhj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5xPzYWZhj .container {
    padding: 0 16px;
  }
}
.cid-v5xPzYWZhj .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5xPzYWZhj .row {
    margin: 0 10px;
  }
}
.cid-v5xPzYWZhj .row .card {
  position: relative;
  padding: 0;
}
.cid-v5xPzYWZhj .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f15d22;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-v5xPzYWZhj .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5xPzYWZhj .row .card .decor-wrapper {
    display: none;
  }
}
.cid-v5xPzYWZhj .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #f15d22;
  border-radius: 100%;
  border: 5px solid #f15d22;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-v5xPzYWZhj .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5xPzYWZhj .row .card .icon-decor {
    display: none;
  }
}
.cid-v5xPzYWZhj .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v5xPzYWZhj .title-wrapper {
    width: 100%;
  }
}
.cid-v5xPzYWZhj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5xPzYWZhj .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5xPzYWZhj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xPzYWZhj .mbr-section-title {
  color: #f15d22;
}
.cid-v5xPzYWZhj .mbr-text {
  color: #000000;
}
.cid-v5y9LZIOUE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5y9LZIOUE .mbr-text {
  color: #000000;
}
.cid-v5y9LZIOUE .mbr-section-subtitle {
  color: #000000;
}
.cid-v5y9LZIOUE .mbr-section-title {
  color: #f15d22;
}
.cid-v5yaEWrbxm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yaEWrbxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yaEWrbxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yaEWrbxm .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5yaEWrbxm .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-v5yaEWrbxm .container {
    padding: 0 6px;
  }
}
.cid-v5yaEWrbxm .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-v5yaEWrbxm .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-v5yaEWrbxm .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-v5yaEWrbxm .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-v5yaEWrbxm .row {
    padding: 0;
  }
}
.cid-v5yaEWrbxm .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-v5yaEWrbxm .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f15d22;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-v5yaEWrbxm .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-v5yaEWrbxm .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-v5yaEWrbxm .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-v5yaEWrbxm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-v5yaEWrbxm .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-v5yaEWrbxm .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-v5yaEWrbxm .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-v5yaEWrbxm .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-v5yaEWrbxm .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v5yaEWrbxm .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5yaEWrbxm .mbr-section-title {
  color: #f15d22;
}
.cid-v5yaEWrbxm .list {
  color: #131313;
}
.cid-v5ydUpUHCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5ydUpUHCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ydUpUHCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ydUpUHCe .row {
  justify-content: center;
}
.cid-v5ydUpUHCe .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v5ydUpUHCe .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v5ydUpUHCe .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-v5ydUpUHCe .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #f15d22;
}
@media (max-width: 992px) {
  .cid-v5ydUpUHCe .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-v5ydUpUHCe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5ydUpUHCe .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5ydUpUHCe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5ydUpUHCe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v5ydUpUHCe .mbr-section-title {
  color: #ffffff;
}
.cid-v5ydUpUHCe .mbr-section-subtitle {
  color: #f15d22;
  text-align: center;
}
.cid-v5ydUpUHCe .mbr-text,
.cid-v5ydUpUHCe .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5ydUpUHCe .mbr-section-title,
.cid-v5ydUpUHCe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5yeCohagQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yeCohagQ .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v5yeCohagQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v5yeCohagQ .container {
    padding: 0 20px;
  }
}
.cid-v5yeCohagQ .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v5yeCohagQ .row {
    padding: 46px 0;
  }
}
.cid-v5yeCohagQ .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-v5yeCohagQ .content-wrapper {
    padding: 0;
  }
}
.cid-v5yeCohagQ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v5yeCohagQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5yeCohagQ .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-v5yeCohagQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-v5yeCohagQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-v5yeCohagQ .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5yeCohagQ .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-v5yeCohagQ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-v5yeCohagQ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-v5yeCohagQ .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-v5yeCohagQ .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-v5yeCohagQ .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-v5yeCohagQ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5yeCohagQ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-v5yeCohagQ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v5yeCohagQ .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-v5yeCohagQ .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-v5yeCohagQ .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-v5yeCohagQ .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-v5yeCohagQ .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-v5yeCohagQ .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-v5yeCohagQ .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-v5yeCohagQ .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-v5yeCohagQ .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #ffffff !important;
}
.cid-v5yeCohagQ .embla__button--next,
.cid-v5yeCohagQ .embla__button--prev {
  display: flex;
}
.cid-v5yeCohagQ .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f15d22 !important;
  border: 2px solid #f15d22 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-v5yeCohagQ .embla__button {
    top: 2.5rem;
  }
}
.cid-v5yeCohagQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5yeCohagQ .embla__button:hover {
  opacity: 1 !important;
}
.cid-v5yeCohagQ .embla__button.embla__button--prev {
  left: 30px;
}
.cid-v5yeCohagQ .embla__button.embla__button--next {
  right: 30px;
}
.cid-v5yeCohagQ .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-v5yeCohagQ .embla {
    padding-top: 100px;
  }
}
.cid-v5yeCohagQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v5yeCohagQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5yeCohagQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5yeCohagQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5yeCohagQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5yeCohagQ .mbr-section-title {
  color: #000000;
}
.cid-v5yeCohagQ .item-name {
  color: #000000;
  text-align: center;
}
.cid-v5yeCohagQ .item-role {
  color: #f15d22;
  text-align: center;
}
.cid-v5yeCohagQ .list,
.cid-v5yeCohagQ .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5yeCohagQ .mbr-section-title,
.cid-v5yeCohagQ .mbr-section-btn-main {
  text-align: center;
  color: #f15d22;
}
.cid-v5yeCohagQ .item-name,
.cid-v5yeCohagQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v5z64mbZLj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z64mbZLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z64mbZLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z64mbZLj img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z64mbZLj img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z64mbZLj .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z64mbZLj .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z64mbZLj .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z64mbZLj .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z64mbZLj .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z64mbZLj a {
  font-weight: bold;
}
.cid-v5z64mbZLj .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z64mbZLj .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z64mbZLj .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z64mbZLj .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z64mbZLj .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z64mbZLj .container-fluid,
.cid-v5z64mbZLj .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z64mbZLj .container-fluid,
  .cid-v5z64mbZLj .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z64mbZLj .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z64mbZLj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z64mbZLj .mbr-section-title {
  color: #ffffff;
}
.cid-v5z64mbZLj .mbr-text,
.cid-v5z64mbZLj .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z64mbZLj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z64mbZLj .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z64mbZLj .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z64mbZLj .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z64mbZLj .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z64mbZLj .mbr-link {
  color: #f15d22;
}
.cid-v5ygjcJYXz .navbar-dropdown {
  position: relative !important;
}
.cid-v5ygjcJYXz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5ygjcJYXz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5ygjcJYXz .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5ygjcJYXz .dropdown-item:hover,
.cid-v5ygjcJYXz .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5ygjcJYXz .dropdown-item:hover span {
  color: white;
}
.cid-v5ygjcJYXz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5ygjcJYXz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5ygjcJYXz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5ygjcJYXz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5ygjcJYXz .nav-link {
  position: relative;
}
.cid-v5ygjcJYXz .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5ygjcJYXz .container {
    flex-wrap: nowrap;
  }
}
.cid-v5ygjcJYXz .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5ygjcJYXz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5ygjcJYXz .dropdown-menu,
.cid-v5ygjcJYXz .navbar.opened {
  background: #ffffff !important;
}
.cid-v5ygjcJYXz .nav-item:focus,
.cid-v5ygjcJYXz .nav-link:focus {
  outline: none;
}
.cid-v5ygjcJYXz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5ygjcJYXz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5ygjcJYXz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5ygjcJYXz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5ygjcJYXz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5ygjcJYXz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5ygjcJYXz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5ygjcJYXz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5ygjcJYXz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5ygjcJYXz .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5ygjcJYXz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5ygjcJYXz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5ygjcJYXz .navbar.collapsed {
  justify-content: center;
}
.cid-v5ygjcJYXz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5ygjcJYXz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5ygjcJYXz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5ygjcJYXz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5ygjcJYXz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5ygjcJYXz .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-v5ygjcJYXz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5ygjcJYXz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5ygjcJYXz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5ygjcJYXz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5ygjcJYXz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5ygjcJYXz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5ygjcJYXz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5ygjcJYXz .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-v5ygjcJYXz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5ygjcJYXz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5ygjcJYXz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5ygjcJYXz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5ygjcJYXz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5ygjcJYXz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5ygjcJYXz .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5ygjcJYXz .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5ygjcJYXz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5ygjcJYXz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5ygjcJYXz .navbar-brand .navbar-caption:hover,
.cid-v5ygjcJYXz .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5ygjcJYXz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5ygjcJYXz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5ygjcJYXz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5ygjcJYXz .dropdown-item.active,
.cid-v5ygjcJYXz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5ygjcJYXz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5ygjcJYXz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5ygjcJYXz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5ygjcJYXz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5ygjcJYXz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5ygjcJYXz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5ygjcJYXz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5ygjcJYXz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5ygjcJYXz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5ygjcJYXz .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5ygjcJYXz .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5ygjcJYXz .navbar-buttons {
    text-align: left;
  }
}
.cid-v5ygjcJYXz .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5ygjcJYXz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5ygjcJYXz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5ygjcJYXz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5ygjcJYXz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5ygjcJYXz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5ygjcJYXz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5ygjcJYXz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5ygjcJYXz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5ygjcJYXz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5ygjcJYXz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5ygjcJYXz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5ygjcJYXz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5ygjcJYXz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5ygjcJYXz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5ygjcJYXz .navbar {
    height: 70px;
  }
  .cid-v5ygjcJYXz .navbar.opened {
    height: auto;
  }
  .cid-v5ygjcJYXz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5ygjcJYXz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5ygjcJYXz .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5ygjcJYXz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5ygjcJYXz .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5ygjcJYXz .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5ygjcJYXz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5ygjcJYXz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5ygjcJYXz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5ygjcJYXz .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5ygjcJYXz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5ygjcJYXz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5ygjcJYXz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5ygjcJYXz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5ygjcJYXz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5ygjcJYXz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5ygjcJYXz .content-wrap {
  min-height: 70px;
}
.cid-v5ygjdtAwL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5ygjdtAwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ygjdtAwL .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-v5ygjdtAwL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5ygjdtAwL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5ygjdtAwL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5ygjdtAwL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5ygjdtAwL .mbr-section-title {
  color: #f15d22;
  text-align: right;
}
.cid-v5ygjdtAwL .mbr-text,
.cid-v5ygjdtAwL .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5ygje3Bob {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f15d22;
}
.cid-v5ygje3Bob .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ygje3Bob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ygje3Bob .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5ygje3Bob .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5ygje3Bob .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5ygje3Bob .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5ygje3Bob .container {
    padding: 0 12px;
  }
}
.cid-v5ygje3Bob .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5ygje3Bob .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v5ygje3Bob .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5ygje3Bob .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5ygje3Bob .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5ygje3Bob .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v5ygje3Bob .mbr-section-title,
.cid-v5ygje3Bob .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5ygjfzCQT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5ygjfzCQT .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5ygjfzCQT .mbr-section-title {
  color: #f15d22;
}
.cid-v5ygjfzCQT .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5ygjg8PFr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5ygjg8PFr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5ygjg8PFr .mbr-section-title {
  color: #f15d22;
}
.cid-v5ygjg8PFr .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5ygjgGLn8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5ygjgGLn8 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5ygjgGLn8 .mbr-section-title {
  color: #f15d22;
}
.cid-v5ygjgGLn8 .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5z6a87TgL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z6a87TgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z6a87TgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z6a87TgL img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z6a87TgL img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z6a87TgL .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z6a87TgL .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z6a87TgL .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z6a87TgL .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z6a87TgL .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z6a87TgL a {
  font-weight: bold;
}
.cid-v5z6a87TgL .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z6a87TgL .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z6a87TgL .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z6a87TgL .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z6a87TgL .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z6a87TgL .container-fluid,
.cid-v5z6a87TgL .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z6a87TgL .container-fluid,
  .cid-v5z6a87TgL .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z6a87TgL .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z6a87TgL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z6a87TgL .mbr-section-title {
  color: #ffffff;
}
.cid-v5z6a87TgL .mbr-text,
.cid-v5z6a87TgL .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z6a87TgL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z6a87TgL .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z6a87TgL .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z6a87TgL .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z6a87TgL .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z6a87TgL .mbr-link {
  color: #f15d22;
}
.cid-v5yiwI9hr9 .navbar-dropdown {
  position: relative !important;
}
.cid-v5yiwI9hr9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yiwI9hr9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yiwI9hr9 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5yiwI9hr9 .dropdown-item:hover,
.cid-v5yiwI9hr9 .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5yiwI9hr9 .dropdown-item:hover span {
  color: white;
}
.cid-v5yiwI9hr9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yiwI9hr9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yiwI9hr9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yiwI9hr9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5yiwI9hr9 .nav-link {
  position: relative;
}
.cid-v5yiwI9hr9 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5yiwI9hr9 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yiwI9hr9 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yiwI9hr9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yiwI9hr9 .dropdown-menu,
.cid-v5yiwI9hr9 .navbar.opened {
  background: #ffffff !important;
}
.cid-v5yiwI9hr9 .nav-item:focus,
.cid-v5yiwI9hr9 .nav-link:focus {
  outline: none;
}
.cid-v5yiwI9hr9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yiwI9hr9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yiwI9hr9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yiwI9hr9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yiwI9hr9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yiwI9hr9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yiwI9hr9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5yiwI9hr9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yiwI9hr9 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yiwI9hr9 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5yiwI9hr9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5yiwI9hr9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yiwI9hr9 .navbar.collapsed {
  justify-content: center;
}
.cid-v5yiwI9hr9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yiwI9hr9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yiwI9hr9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yiwI9hr9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yiwI9hr9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yiwI9hr9 .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-v5yiwI9hr9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yiwI9hr9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yiwI9hr9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yiwI9hr9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yiwI9hr9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yiwI9hr9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yiwI9hr9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yiwI9hr9 .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-v5yiwI9hr9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yiwI9hr9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yiwI9hr9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5yiwI9hr9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5yiwI9hr9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yiwI9hr9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yiwI9hr9 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5yiwI9hr9 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5yiwI9hr9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yiwI9hr9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5yiwI9hr9 .navbar-brand .navbar-caption:hover,
.cid-v5yiwI9hr9 .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5yiwI9hr9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yiwI9hr9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yiwI9hr9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5yiwI9hr9 .dropdown-item.active,
.cid-v5yiwI9hr9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yiwI9hr9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yiwI9hr9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yiwI9hr9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yiwI9hr9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yiwI9hr9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yiwI9hr9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yiwI9hr9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yiwI9hr9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yiwI9hr9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5yiwI9hr9 .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5yiwI9hr9 .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5yiwI9hr9 .navbar-buttons {
    text-align: left;
  }
}
.cid-v5yiwI9hr9 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5yiwI9hr9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yiwI9hr9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5yiwI9hr9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5yiwI9hr9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yiwI9hr9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5yiwI9hr9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5yiwI9hr9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5yiwI9hr9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yiwI9hr9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yiwI9hr9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yiwI9hr9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yiwI9hr9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5yiwI9hr9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yiwI9hr9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5yiwI9hr9 .navbar {
    height: 70px;
  }
  .cid-v5yiwI9hr9 .navbar.opened {
    height: auto;
  }
  .cid-v5yiwI9hr9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yiwI9hr9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yiwI9hr9 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5yiwI9hr9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yiwI9hr9 .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5yiwI9hr9 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5yiwI9hr9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yiwI9hr9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yiwI9hr9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yiwI9hr9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yiwI9hr9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yiwI9hr9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yiwI9hr9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yiwI9hr9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yiwI9hr9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yiwI9hr9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yiwI9hr9 .content-wrap {
  min-height: 70px;
}
.cid-v5yiwKbVIC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yiwKbVIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yiwKbVIC .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-v5yiwKbVIC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5yiwKbVIC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5yiwKbVIC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yiwKbVIC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5yiwKbVIC .mbr-section-title {
  color: #f15d22;
  text-align: right;
}
.cid-v5yiwKbVIC .mbr-text,
.cid-v5yiwKbVIC .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5yiwL4WFt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f15d22;
}
.cid-v5yiwL4WFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yiwL4WFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yiwL4WFt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5yiwL4WFt .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5yiwL4WFt .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5yiwL4WFt .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5yiwL4WFt .container {
    padding: 0 12px;
  }
}
.cid-v5yiwL4WFt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5yiwL4WFt .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v5yiwL4WFt .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5yiwL4WFt .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5yiwL4WFt .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5yiwL4WFt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5yiwL4WFt .mbr-section-title,
.cid-v5yiwL4WFt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5yiwLYKWA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5yiwLYKWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yiwLYKWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yiwLYKWA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5yiwLYKWA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5yiwLYKWA .container {
    padding: 0 16px;
  }
}
.cid-v5yiwLYKWA .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5yiwLYKWA .row {
    margin: 0 10px;
  }
}
.cid-v5yiwLYKWA .row .card {
  position: relative;
  padding: 0;
}
.cid-v5yiwLYKWA .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f15d22;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-v5yiwLYKWA .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5yiwLYKWA .row .card .decor-wrapper {
    display: none;
  }
}
.cid-v5yiwLYKWA .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #f15d22;
  border-radius: 100%;
  border: 5px solid #f15d22;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-v5yiwLYKWA .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5yiwLYKWA .row .card .icon-decor {
    display: none;
  }
}
.cid-v5yiwLYKWA .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v5yiwLYKWA .title-wrapper {
    width: 100%;
  }
}
.cid-v5yiwLYKWA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5yiwLYKWA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5yiwLYKWA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5yiwLYKWA .mbr-section-title {
  color: #f15d22;
}
.cid-v5yiwLYKWA .mbr-text {
  color: #000000;
}
.cid-v5yiwMNMT7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5yiwMNMT7 .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-v5yiwMNMT7 .colored-text {
  color: #f15d22 !important;
}
.cid-v5yiwMNMT7 .mbr-section-title {
  color: #ffffff;
}
.cid-v5yiwMNMT7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5yiwMNMT7 .mbr-text {
  color: #000000;
}
.cid-v5yiwMNMT7 .mbr-section-title.main-title {
  color: #000000;
}
.cid-v5yiwNFjiv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yiwNFjiv .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5yiwNFjiv .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yiwOBG9Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yiwOBG9Z .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5yiwOBG9Z .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yiwOBG9Z .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5yiwPtsTg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yiwPtsTg .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5yiwPtsTg .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yiwPtsTg .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5ykTB64YZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5ykTB64YZ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5ykTB64YZ .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5ykTB64YZ .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5yiwQoMCV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yiwQoMCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yiwQoMCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yiwQoMCV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v5yiwQoMCV .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v5yiwQoMCV .container {
    padding: 0 15px;
  }
}
.cid-v5yiwQoMCV .row {
  justify-content: center;
}
.cid-v5yiwQoMCV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5yiwQoMCV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v5yiwQoMCV .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-v5yiwQoMCV .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5yiwQoMCV .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v5yiwQoMCV .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5yiwQoMCV .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v5yiwQoMCV .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v5yiwQoMCV .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v5yiwQoMCV .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v5yiwQoMCV .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5yiwQoMCV .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f15d22;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v5yiwQoMCV .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v5yiwQoMCV .mbr-section-title {
  color: #f15d22;
  text-align: center;
}
.cid-v5yiwQoMCV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5yiwQoMCV .list {
  color: #ffffff;
}
.cid-v5yiwQoMCV .list,
.cid-v5yiwQoMCV .item-wrap {
  color: #000000;
}
.cid-v5ynx7e0Ty {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5ynx7e0Ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ynx7e0Ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ynx7e0Ty .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v5ynx7e0Ty .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5ynx7e0Ty .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5ynx7e0Ty .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5ynx7e0Ty .container {
    padding: 0 16px;
  }
}
.cid-v5ynx7e0Ty .row {
  justify-content: center;
}
.cid-v5ynx7e0Ty .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5ynx7e0Ty .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5ynx7e0Ty .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v5ynx7e0Ty .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-v5ynx7e0Ty .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-v5ynx7e0Ty .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5ynx7e0Ty .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-v5ynx7e0Ty .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5ynx7e0Ty .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v5ynx7e0Ty .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5ynx7e0Ty .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-v5ynx7e0Ty .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5ynx7e0Ty .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v5ynx7e0Ty .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5ynx7e0Ty .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5ynx7e0Ty .panel-title {
  color: #000000;
}
.cid-v5ynx7e0Ty .panel-text {
  color: #000000;
}
.cid-v5ynx7e0Ty .panel-title-edit {
  color: #f15d22;
}
.cid-v5z6cGUDwd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z6cGUDwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z6cGUDwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z6cGUDwd img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z6cGUDwd img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z6cGUDwd .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z6cGUDwd .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z6cGUDwd .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z6cGUDwd .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z6cGUDwd .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z6cGUDwd a {
  font-weight: bold;
}
.cid-v5z6cGUDwd .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z6cGUDwd .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z6cGUDwd .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z6cGUDwd .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z6cGUDwd .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z6cGUDwd .container-fluid,
.cid-v5z6cGUDwd .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z6cGUDwd .container-fluid,
  .cid-v5z6cGUDwd .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z6cGUDwd .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z6cGUDwd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z6cGUDwd .mbr-section-title {
  color: #ffffff;
}
.cid-v5z6cGUDwd .mbr-text,
.cid-v5z6cGUDwd .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z6cGUDwd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z6cGUDwd .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z6cGUDwd .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z6cGUDwd .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z6cGUDwd .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z6cGUDwd .mbr-link {
  color: #f15d22;
}
.cid-v5yoVV3run .navbar-dropdown {
  position: relative !important;
}
.cid-v5yoVV3run .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yoVV3run .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yoVV3run .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5yoVV3run .dropdown-item:hover,
.cid-v5yoVV3run .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5yoVV3run .dropdown-item:hover span {
  color: white;
}
.cid-v5yoVV3run .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yoVV3run .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yoVV3run .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yoVV3run .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5yoVV3run .nav-link {
  position: relative;
}
.cid-v5yoVV3run .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5yoVV3run .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yoVV3run .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yoVV3run .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yoVV3run .dropdown-menu,
.cid-v5yoVV3run .navbar.opened {
  background: #ffffff !important;
}
.cid-v5yoVV3run .nav-item:focus,
.cid-v5yoVV3run .nav-link:focus {
  outline: none;
}
.cid-v5yoVV3run .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yoVV3run .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yoVV3run .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yoVV3run .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yoVV3run .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yoVV3run .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yoVV3run .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5yoVV3run .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yoVV3run .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yoVV3run .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5yoVV3run .navbar .navbar-logo img {
  width: auto;
}
.cid-v5yoVV3run .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yoVV3run .navbar.collapsed {
  justify-content: center;
}
.cid-v5yoVV3run .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yoVV3run .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yoVV3run .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yoVV3run .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yoVV3run .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yoVV3run .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-v5yoVV3run .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yoVV3run .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yoVV3run .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yoVV3run .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yoVV3run .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yoVV3run .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yoVV3run .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yoVV3run .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-v5yoVV3run .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yoVV3run .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yoVV3run .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5yoVV3run .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5yoVV3run .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yoVV3run .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yoVV3run .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5yoVV3run .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5yoVV3run .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yoVV3run .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5yoVV3run .navbar-brand .navbar-caption:hover,
.cid-v5yoVV3run .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5yoVV3run .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yoVV3run .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yoVV3run .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5yoVV3run .dropdown-item.active,
.cid-v5yoVV3run .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yoVV3run .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yoVV3run .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yoVV3run .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yoVV3run .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yoVV3run .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yoVV3run .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yoVV3run .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yoVV3run ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yoVV3run ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5yoVV3run .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5yoVV3run .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5yoVV3run .navbar-buttons {
    text-align: left;
  }
}
.cid-v5yoVV3run .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5yoVV3run .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yoVV3run button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5yoVV3run button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5yoVV3run button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yoVV3run button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5yoVV3run button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5yoVV3run button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5yoVV3run nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yoVV3run nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yoVV3run nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yoVV3run nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yoVV3run .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5yoVV3run a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yoVV3run .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5yoVV3run .navbar {
    height: 70px;
  }
  .cid-v5yoVV3run .navbar.opened {
    height: auto;
  }
  .cid-v5yoVV3run .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yoVV3run .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yoVV3run .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5yoVV3run .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yoVV3run .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5yoVV3run .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5yoVV3run .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yoVV3run .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yoVV3run .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yoVV3run .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yoVV3run .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yoVV3run .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yoVV3run .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yoVV3run .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yoVV3run .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yoVV3run .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yoVV3run .content-wrap {
  min-height: 70px;
}
.cid-v5yoVVTI5Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yoVVTI5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yoVVTI5Y .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-v5yoVVTI5Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5yoVVTI5Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5yoVVTI5Y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yoVVTI5Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5yoVVTI5Y .mbr-section-title {
  color: #f15d22;
  text-align: right;
}
.cid-v5yoVVTI5Y .mbr-text,
.cid-v5yoVVTI5Y .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5yoVWycaV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f15d22;
}
.cid-v5yoVWycaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yoVWycaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yoVWycaV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5yoVWycaV .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5yoVWycaV .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5yoVWycaV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5yoVWycaV .container {
    padding: 0 12px;
  }
}
.cid-v5yoVWycaV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5yoVWycaV .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v5yoVWycaV .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5yoVWycaV .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5yoVWycaV .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5yoVWycaV .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v5yoVWycaV .mbr-section-title,
.cid-v5yoVWycaV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5yoVXhQrE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5yoVXhQrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yoVXhQrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yoVXhQrE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5yoVXhQrE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5yoVXhQrE .container {
    padding: 0 16px;
  }
}
.cid-v5yoVXhQrE .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5yoVXhQrE .row {
    margin: 0 10px;
  }
}
.cid-v5yoVXhQrE .row .card {
  position: relative;
  padding: 0;
}
.cid-v5yoVXhQrE .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f15d22;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-v5yoVXhQrE .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5yoVXhQrE .row .card .decor-wrapper {
    display: none;
  }
}
.cid-v5yoVXhQrE .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #f15d22;
  border-radius: 100%;
  border: 5px solid #f15d22;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-v5yoVXhQrE .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5yoVXhQrE .row .card .icon-decor {
    display: none;
  }
}
.cid-v5yoVXhQrE .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v5yoVXhQrE .title-wrapper {
    width: 100%;
  }
}
.cid-v5yoVXhQrE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5yoVXhQrE .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5yoVXhQrE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5yoVXhQrE .mbr-section-title {
  color: #f15d22;
}
.cid-v5yoVXhQrE .mbr-text {
  color: #000000;
}
.cid-v5yoVXXPnu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5yoVXXPnu .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-v5yoVXXPnu .colored-text {
  color: #f15d22 !important;
}
.cid-v5yoVXXPnu .mbr-section-title {
  color: #ffffff;
}
.cid-v5yoVXXPnu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5yoVXXPnu .mbr-text {
  color: #000000;
}
.cid-v5yoVXXPnu .mbr-section-title.main-title {
  color: #000000;
}
.cid-v5yoVYBMYD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yoVYBMYD .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5yoVYBMYD .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yoVYBMYD .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5yoVZgj3H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yoVZgj3H .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5yoVZgj3H .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yoVZgj3H .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5yoVZTACi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yoVZTACi .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5yoVZTACi .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yoVZTACi .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5z6fbOKs5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z6fbOKs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z6fbOKs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z6fbOKs5 img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z6fbOKs5 img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z6fbOKs5 .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z6fbOKs5 .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z6fbOKs5 .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z6fbOKs5 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z6fbOKs5 .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z6fbOKs5 a {
  font-weight: bold;
}
.cid-v5z6fbOKs5 .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z6fbOKs5 .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z6fbOKs5 .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z6fbOKs5 .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z6fbOKs5 .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z6fbOKs5 .container-fluid,
.cid-v5z6fbOKs5 .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z6fbOKs5 .container-fluid,
  .cid-v5z6fbOKs5 .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z6fbOKs5 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z6fbOKs5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z6fbOKs5 .mbr-section-title {
  color: #ffffff;
}
.cid-v5z6fbOKs5 .mbr-text,
.cid-v5z6fbOKs5 .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z6fbOKs5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z6fbOKs5 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z6fbOKs5 .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z6fbOKs5 .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z6fbOKs5 .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z6fbOKs5 .mbr-link {
  color: #f15d22;
}
.cid-v5yuiVr3dx .navbar-dropdown {
  position: relative !important;
}
.cid-v5yuiVr3dx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yuiVr3dx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yuiVr3dx .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5yuiVr3dx .dropdown-item:hover,
.cid-v5yuiVr3dx .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5yuiVr3dx .dropdown-item:hover span {
  color: white;
}
.cid-v5yuiVr3dx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yuiVr3dx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yuiVr3dx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yuiVr3dx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5yuiVr3dx .nav-link {
  position: relative;
}
.cid-v5yuiVr3dx .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5yuiVr3dx .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yuiVr3dx .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yuiVr3dx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yuiVr3dx .dropdown-menu,
.cid-v5yuiVr3dx .navbar.opened {
  background: #ffffff !important;
}
.cid-v5yuiVr3dx .nav-item:focus,
.cid-v5yuiVr3dx .nav-link:focus {
  outline: none;
}
.cid-v5yuiVr3dx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yuiVr3dx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yuiVr3dx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yuiVr3dx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yuiVr3dx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yuiVr3dx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yuiVr3dx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5yuiVr3dx .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yuiVr3dx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yuiVr3dx .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5yuiVr3dx .navbar .navbar-logo img {
  width: auto;
}
.cid-v5yuiVr3dx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yuiVr3dx .navbar.collapsed {
  justify-content: center;
}
.cid-v5yuiVr3dx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yuiVr3dx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yuiVr3dx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yuiVr3dx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yuiVr3dx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yuiVr3dx .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-v5yuiVr3dx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yuiVr3dx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yuiVr3dx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yuiVr3dx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yuiVr3dx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yuiVr3dx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yuiVr3dx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yuiVr3dx .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-v5yuiVr3dx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yuiVr3dx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yuiVr3dx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5yuiVr3dx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5yuiVr3dx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yuiVr3dx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yuiVr3dx .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5yuiVr3dx .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5yuiVr3dx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yuiVr3dx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5yuiVr3dx .navbar-brand .navbar-caption:hover,
.cid-v5yuiVr3dx .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5yuiVr3dx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yuiVr3dx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yuiVr3dx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5yuiVr3dx .dropdown-item.active,
.cid-v5yuiVr3dx .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yuiVr3dx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yuiVr3dx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yuiVr3dx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yuiVr3dx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yuiVr3dx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yuiVr3dx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yuiVr3dx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yuiVr3dx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yuiVr3dx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5yuiVr3dx .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5yuiVr3dx .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5yuiVr3dx .navbar-buttons {
    text-align: left;
  }
}
.cid-v5yuiVr3dx .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5yuiVr3dx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yuiVr3dx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5yuiVr3dx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5yuiVr3dx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yuiVr3dx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5yuiVr3dx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5yuiVr3dx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5yuiVr3dx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yuiVr3dx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yuiVr3dx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yuiVr3dx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yuiVr3dx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5yuiVr3dx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yuiVr3dx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5yuiVr3dx .navbar {
    height: 70px;
  }
  .cid-v5yuiVr3dx .navbar.opened {
    height: auto;
  }
  .cid-v5yuiVr3dx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yuiVr3dx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yuiVr3dx .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5yuiVr3dx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yuiVr3dx .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5yuiVr3dx .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5yuiVr3dx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yuiVr3dx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yuiVr3dx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yuiVr3dx .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yuiVr3dx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yuiVr3dx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yuiVr3dx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yuiVr3dx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yuiVr3dx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yuiVr3dx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yuiVr3dx .content-wrap {
  min-height: 70px;
}
.cid-v5yuiWnqqu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yuiWnqqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yuiWnqqu .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-v5yuiWnqqu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5yuiWnqqu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5yuiWnqqu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yuiWnqqu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5yuiWnqqu .mbr-section-title {
  color: #f15d22;
  text-align: right;
}
.cid-v5yuiWnqqu .mbr-text,
.cid-v5yuiWnqqu .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5yuiX6eQ7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f15d22;
}
.cid-v5yuiX6eQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yuiX6eQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yuiX6eQ7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5yuiX6eQ7 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5yuiX6eQ7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5yuiX6eQ7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5yuiX6eQ7 .container {
    padding: 0 12px;
  }
}
.cid-v5yuiX6eQ7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5yuiX6eQ7 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v5yuiX6eQ7 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5yuiX6eQ7 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5yuiX6eQ7 .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5yuiX6eQ7 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v5yuiX6eQ7 .mbr-section-title,
.cid-v5yuiX6eQ7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5yuiXOJBr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5yuiXOJBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yuiXOJBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yuiXOJBr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5yuiXOJBr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5yuiXOJBr .container {
    padding: 0 16px;
  }
}
.cid-v5yuiXOJBr .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5yuiXOJBr .row {
    margin: 0 10px;
  }
}
.cid-v5yuiXOJBr .row .card {
  position: relative;
  padding: 0;
}
.cid-v5yuiXOJBr .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f15d22;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-v5yuiXOJBr .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5yuiXOJBr .row .card .decor-wrapper {
    display: none;
  }
}
.cid-v5yuiXOJBr .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #f15d22;
  border-radius: 100%;
  border: 5px solid #f15d22;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-v5yuiXOJBr .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5yuiXOJBr .row .card .icon-decor {
    display: none;
  }
}
.cid-v5yuiXOJBr .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v5yuiXOJBr .title-wrapper {
    width: 100%;
  }
}
.cid-v5yuiXOJBr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5yuiXOJBr .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5yuiXOJBr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5yuiXOJBr .mbr-section-title {
  color: #f15d22;
}
.cid-v5yuiXOJBr .mbr-text {
  color: #000000;
}
.cid-v5yuiYtLNA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5yuiYtLNA .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-v5yuiYtLNA .colored-text {
  color: #f15d22 !important;
}
.cid-v5yuiYtLNA .mbr-section-title {
  color: #ffffff;
}
.cid-v5yuiYtLNA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5yuiYtLNA .mbr-text {
  color: #000000;
}
.cid-v5yuiYtLNA .mbr-section-title.main-title {
  color: #000000;
}
.cid-v5yuiZ8sF2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yuiZ8sF2 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5yuiZ8sF2 .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yuiZ8sF2 .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5yuj0tnI4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yuj0tnI4 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5yuj0tnI4 .mbr-section-title {
  color: #f15d22;
  text-align: left;
}
.cid-v5yuj0tnI4 .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5yuj1P2uu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yuj1P2uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yuj1P2uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yuj1P2uu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v5yuj1P2uu .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v5yuj1P2uu .container {
    padding: 0 15px;
  }
}
.cid-v5yuj1P2uu .row {
  justify-content: center;
}
.cid-v5yuj1P2uu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5yuj1P2uu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v5yuj1P2uu .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-v5yuj1P2uu .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5yuj1P2uu .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v5yuj1P2uu .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5yuj1P2uu .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v5yuj1P2uu .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v5yuj1P2uu .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v5yuj1P2uu .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v5yuj1P2uu .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5yuj1P2uu .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f15d22;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v5yuj1P2uu .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v5yuj1P2uu .mbr-section-title {
  color: #f15d22;
  text-align: center;
}
.cid-v5yuj1P2uu .mbr-section-subtitle {
  color: #000000;
}
.cid-v5yuj1P2uu .list {
  color: #ffffff;
}
.cid-v5yuj1P2uu .list,
.cid-v5yuj1P2uu .item-wrap {
  color: #000000;
}
.cid-v5yuj2EoFU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yuj2EoFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yuj2EoFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yuj2EoFU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v5yuj2EoFU .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5yuj2EoFU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5yuj2EoFU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5yuj2EoFU .container {
    padding: 0 16px;
  }
}
.cid-v5yuj2EoFU .row {
  justify-content: center;
}
.cid-v5yuj2EoFU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5yuj2EoFU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5yuj2EoFU .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v5yuj2EoFU .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-v5yuj2EoFU .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-v5yuj2EoFU .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5yuj2EoFU .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-v5yuj2EoFU .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5yuj2EoFU .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v5yuj2EoFU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5yuj2EoFU .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-v5yuj2EoFU .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5yuj2EoFU .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v5yuj2EoFU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5yuj2EoFU .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yuj2EoFU .panel-title {
  color: #000000;
}
.cid-v5yuj2EoFU .panel-text {
  color: #000000;
}
.cid-v5yuj2EoFU .panel-title-edit {
  color: #f15d22;
}
.cid-v5z6rqhGe7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z6rqhGe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z6rqhGe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z6rqhGe7 img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z6rqhGe7 img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z6rqhGe7 .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z6rqhGe7 .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z6rqhGe7 .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z6rqhGe7 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z6rqhGe7 .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z6rqhGe7 a {
  font-weight: bold;
}
.cid-v5z6rqhGe7 .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z6rqhGe7 .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z6rqhGe7 .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z6rqhGe7 .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z6rqhGe7 .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z6rqhGe7 .container-fluid,
.cid-v5z6rqhGe7 .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z6rqhGe7 .container-fluid,
  .cid-v5z6rqhGe7 .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z6rqhGe7 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z6rqhGe7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z6rqhGe7 .mbr-section-title {
  color: #ffffff;
}
.cid-v5z6rqhGe7 .mbr-text,
.cid-v5z6rqhGe7 .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z6rqhGe7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z6rqhGe7 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z6rqhGe7 .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z6rqhGe7 .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z6rqhGe7 .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z6rqhGe7 .mbr-link {
  color: #f15d22;
}
.cid-v5yBWYYxV6 .navbar-dropdown {
  position: relative !important;
}
.cid-v5yBWYYxV6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yBWYYxV6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yBWYYxV6 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5yBWYYxV6 .dropdown-item:hover,
.cid-v5yBWYYxV6 .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5yBWYYxV6 .dropdown-item:hover span {
  color: white;
}
.cid-v5yBWYYxV6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yBWYYxV6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yBWYYxV6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yBWYYxV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5yBWYYxV6 .nav-link {
  position: relative;
}
.cid-v5yBWYYxV6 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5yBWYYxV6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yBWYYxV6 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yBWYYxV6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yBWYYxV6 .dropdown-menu,
.cid-v5yBWYYxV6 .navbar.opened {
  background: #ffffff !important;
}
.cid-v5yBWYYxV6 .nav-item:focus,
.cid-v5yBWYYxV6 .nav-link:focus {
  outline: none;
}
.cid-v5yBWYYxV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yBWYYxV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yBWYYxV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yBWYYxV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yBWYYxV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yBWYYxV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yBWYYxV6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5yBWYYxV6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yBWYYxV6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yBWYYxV6 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5yBWYYxV6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5yBWYYxV6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yBWYYxV6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5yBWYYxV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yBWYYxV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yBWYYxV6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yBWYYxV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yBWYYxV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yBWYYxV6 .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-v5yBWYYxV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yBWYYxV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yBWYYxV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yBWYYxV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yBWYYxV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yBWYYxV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yBWYYxV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yBWYYxV6 .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-v5yBWYYxV6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yBWYYxV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yBWYYxV6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5yBWYYxV6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5yBWYYxV6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yBWYYxV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yBWYYxV6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5yBWYYxV6 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5yBWYYxV6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yBWYYxV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5yBWYYxV6 .navbar-brand .navbar-caption:hover,
.cid-v5yBWYYxV6 .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5yBWYYxV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yBWYYxV6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yBWYYxV6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5yBWYYxV6 .dropdown-item.active,
.cid-v5yBWYYxV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yBWYYxV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yBWYYxV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yBWYYxV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yBWYYxV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yBWYYxV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yBWYYxV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yBWYYxV6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yBWYYxV6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yBWYYxV6 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5yBWYYxV6 .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5yBWYYxV6 .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5yBWYYxV6 .navbar-buttons {
    text-align: left;
  }
}
.cid-v5yBWYYxV6 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5yBWYYxV6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yBWYYxV6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5yBWYYxV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5yBWYYxV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yBWYYxV6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5yBWYYxV6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5yBWYYxV6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5yBWYYxV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yBWYYxV6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yBWYYxV6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yBWYYxV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yBWYYxV6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5yBWYYxV6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yBWYYxV6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5yBWYYxV6 .navbar {
    height: 70px;
  }
  .cid-v5yBWYYxV6 .navbar.opened {
    height: auto;
  }
  .cid-v5yBWYYxV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yBWYYxV6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yBWYYxV6 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5yBWYYxV6 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yBWYYxV6 .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5yBWYYxV6 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5yBWYYxV6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yBWYYxV6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yBWYYxV6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yBWYYxV6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yBWYYxV6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yBWYYxV6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yBWYYxV6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yBWYYxV6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yBWYYxV6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yBWYYxV6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yBWYYxV6 .content-wrap {
  min-height: 70px;
}
.cid-v5yBX1ulGw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yBX1ulGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yBX1ulGw .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-v5yBX1ulGw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5yBX1ulGw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5yBX1ulGw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yBX1ulGw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5yBX1ulGw .mbr-section-title {
  color: #f15d22;
  text-align: right;
}
.cid-v5yBX1ulGw .mbr-text,
.cid-v5yBX1ulGw .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5yBX2nIPx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f15d22;
}
.cid-v5yBX2nIPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yBX2nIPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yBX2nIPx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5yBX2nIPx .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5yBX2nIPx .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5yBX2nIPx .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5yBX2nIPx .container {
    padding: 0 12px;
  }
}
.cid-v5yBX2nIPx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5yBX2nIPx .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v5yBX2nIPx .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5yBX2nIPx .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5yBX2nIPx .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5yBX2nIPx .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v5yBX2nIPx .mbr-section-title,
.cid-v5yBX2nIPx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5yBX2Xk1b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5yBX2Xk1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yBX2Xk1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yBX2Xk1b .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5yBX2Xk1b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5yBX2Xk1b .container {
    padding: 0 16px;
  }
}
.cid-v5yBX2Xk1b .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5yBX2Xk1b .row {
    margin: 0 10px;
  }
}
.cid-v5yBX2Xk1b .row .card {
  position: relative;
  padding: 0;
}
.cid-v5yBX2Xk1b .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f15d22;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-v5yBX2Xk1b .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5yBX2Xk1b .row .card .decor-wrapper {
    display: none;
  }
}
.cid-v5yBX2Xk1b .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #f15d22;
  border-radius: 100%;
  border: 5px solid #f15d22;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-v5yBX2Xk1b .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5yBX2Xk1b .row .card .icon-decor {
    display: none;
  }
}
.cid-v5yBX2Xk1b .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v5yBX2Xk1b .title-wrapper {
    width: 100%;
  }
}
.cid-v5yBX2Xk1b .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5yBX2Xk1b .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5yBX2Xk1b .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5yBX2Xk1b .mbr-section-title {
  color: #f15d22;
}
.cid-v5yBX2Xk1b .mbr-text {
  color: #000000;
}
.cid-v5yBX3DV8u {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5yBX3DV8u .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-v5yBX3DV8u .colored-text {
  color: #f15d22 !important;
}
.cid-v5yBX3DV8u .mbr-section-title {
  color: #ffffff;
}
.cid-v5yBX3DV8u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5yBX3DV8u .mbr-text {
  color: #000000;
}
.cid-v5yBX3DV8u .mbr-section-title.main-title {
  color: #000000;
}
.cid-v5yBX4dGxy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yBX4dGxy .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v5yBX4dGxy .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yBX4dGxy .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5yBX4Odxe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yBX4Odxe .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v5yBX4Odxe .mbr-section-title {
  color: #f15d22;
  text-align: left;
}
.cid-v5yBX4Odxe .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5yBX7jM3r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yBX7jM3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yBX7jM3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yBX7jM3r .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v5yBX7jM3r .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5yBX7jM3r .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5yBX7jM3r .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5yBX7jM3r .container {
    padding: 0 16px;
  }
}
.cid-v5yBX7jM3r .row {
  justify-content: center;
}
.cid-v5yBX7jM3r .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5yBX7jM3r .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5yBX7jM3r .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v5yBX7jM3r .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-v5yBX7jM3r .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-v5yBX7jM3r .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5yBX7jM3r .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-v5yBX7jM3r .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5yBX7jM3r .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v5yBX7jM3r .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5yBX7jM3r .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-v5yBX7jM3r .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5yBX7jM3r .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v5yBX7jM3r .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5yBX7jM3r .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yBX7jM3r .panel-title {
  color: #000000;
}
.cid-v5yBX7jM3r .panel-text {
  color: #000000;
}
.cid-v5yBX7jM3r .panel-title-edit {
  color: #f15d22;
}
.cid-v5z6We9DWA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z6We9DWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z6We9DWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z6We9DWA img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z6We9DWA img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z6We9DWA .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z6We9DWA .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z6We9DWA .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z6We9DWA .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z6We9DWA .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z6We9DWA a {
  font-weight: bold;
}
.cid-v5z6We9DWA .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z6We9DWA .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z6We9DWA .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z6We9DWA .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z6We9DWA .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z6We9DWA .container-fluid,
.cid-v5z6We9DWA .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z6We9DWA .container-fluid,
  .cid-v5z6We9DWA .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z6We9DWA .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z6We9DWA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z6We9DWA .mbr-section-title {
  color: #ffffff;
}
.cid-v5z6We9DWA .mbr-text,
.cid-v5z6We9DWA .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z6We9DWA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z6We9DWA .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z6We9DWA .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z6We9DWA .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z6We9DWA .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z6We9DWA .mbr-link {
  color: #f15d22;
}
.cid-v5yHtZqKtL .navbar-dropdown {
  position: relative !important;
}
.cid-v5yHtZqKtL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yHtZqKtL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5yHtZqKtL .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5yHtZqKtL .dropdown-item:hover,
.cid-v5yHtZqKtL .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5yHtZqKtL .dropdown-item:hover span {
  color: white;
}
.cid-v5yHtZqKtL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5yHtZqKtL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5yHtZqKtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5yHtZqKtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5yHtZqKtL .nav-link {
  position: relative;
}
.cid-v5yHtZqKtL .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5yHtZqKtL .container {
    flex-wrap: nowrap;
  }
}
.cid-v5yHtZqKtL .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5yHtZqKtL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5yHtZqKtL .dropdown-menu,
.cid-v5yHtZqKtL .navbar.opened {
  background: #ffffff !important;
}
.cid-v5yHtZqKtL .nav-item:focus,
.cid-v5yHtZqKtL .nav-link:focus {
  outline: none;
}
.cid-v5yHtZqKtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5yHtZqKtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5yHtZqKtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5yHtZqKtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5yHtZqKtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5yHtZqKtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5yHtZqKtL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5yHtZqKtL .navbar.opened {
  transition: all 0.3s;
}
.cid-v5yHtZqKtL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5yHtZqKtL .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5yHtZqKtL .navbar .navbar-logo img {
  width: auto;
}
.cid-v5yHtZqKtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5yHtZqKtL .navbar.collapsed {
  justify-content: center;
}
.cid-v5yHtZqKtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5yHtZqKtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5yHtZqKtL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5yHtZqKtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5yHtZqKtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5yHtZqKtL .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-v5yHtZqKtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5yHtZqKtL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5yHtZqKtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5yHtZqKtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5yHtZqKtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5yHtZqKtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5yHtZqKtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5yHtZqKtL .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-v5yHtZqKtL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5yHtZqKtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5yHtZqKtL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5yHtZqKtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5yHtZqKtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5yHtZqKtL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5yHtZqKtL .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5yHtZqKtL .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5yHtZqKtL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5yHtZqKtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5yHtZqKtL .navbar-brand .navbar-caption:hover,
.cid-v5yHtZqKtL .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5yHtZqKtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5yHtZqKtL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5yHtZqKtL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5yHtZqKtL .dropdown-item.active,
.cid-v5yHtZqKtL .dropdown-item:active {
  background-color: transparent;
}
.cid-v5yHtZqKtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5yHtZqKtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5yHtZqKtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5yHtZqKtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5yHtZqKtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5yHtZqKtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5yHtZqKtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5yHtZqKtL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5yHtZqKtL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5yHtZqKtL .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5yHtZqKtL .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5yHtZqKtL .navbar-buttons {
    text-align: left;
  }
}
.cid-v5yHtZqKtL .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5yHtZqKtL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5yHtZqKtL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5yHtZqKtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5yHtZqKtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5yHtZqKtL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5yHtZqKtL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5yHtZqKtL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5yHtZqKtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yHtZqKtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5yHtZqKtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5yHtZqKtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5yHtZqKtL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5yHtZqKtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5yHtZqKtL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5yHtZqKtL .navbar {
    height: 70px;
  }
  .cid-v5yHtZqKtL .navbar.opened {
    height: auto;
  }
  .cid-v5yHtZqKtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yHtZqKtL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5yHtZqKtL .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5yHtZqKtL .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5yHtZqKtL .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5yHtZqKtL .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5yHtZqKtL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5yHtZqKtL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5yHtZqKtL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5yHtZqKtL .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5yHtZqKtL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5yHtZqKtL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5yHtZqKtL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5yHtZqKtL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5yHtZqKtL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5yHtZqKtL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5yHtZqKtL .content-wrap {
  min-height: 70px;
}
.cid-v5yHu2YvHE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yHu2YvHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yHu2YvHE .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-v5yHu2YvHE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5yHu2YvHE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5yHu2YvHE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yHu2YvHE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5yHu2YvHE .mbr-section-title {
  color: #f15d22;
  text-align: right;
}
.cid-v5yHu2YvHE .mbr-text,
.cid-v5yHu2YvHE .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v5yHu3GFOC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f15d22;
}
.cid-v5yHu3GFOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yHu3GFOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yHu3GFOC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5yHu3GFOC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5yHu3GFOC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5yHu3GFOC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5yHu3GFOC .container {
    padding: 0 12px;
  }
}
.cid-v5yHu3GFOC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5yHu3GFOC .content-wrapper {
    padding: 0 24px;
  }
}
.cid-v5yHu3GFOC .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5yHu3GFOC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5yHu3GFOC .mbr-section-title {
  color: #1D1D1F;
}
.cid-v5yHu3GFOC .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-v5yHu3GFOC .mbr-section-title,
.cid-v5yHu3GFOC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5yHu4k46l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5yHu4k46l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yHu4k46l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yHu4k46l .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5yHu4k46l .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5yHu4k46l .container {
    padding: 0 16px;
  }
}
.cid-v5yHu4k46l .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5yHu4k46l .row {
    margin: 0 10px;
  }
}
.cid-v5yHu4k46l .row .card {
  position: relative;
  padding: 0;
}
.cid-v5yHu4k46l .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f15d22;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-v5yHu4k46l .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5yHu4k46l .row .card .decor-wrapper {
    display: none;
  }
}
.cid-v5yHu4k46l .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #f15d22;
  border-radius: 100%;
  border: 5px solid #f15d22;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-v5yHu4k46l .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-v5yHu4k46l .row .card .icon-decor {
    display: none;
  }
}
.cid-v5yHu4k46l .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v5yHu4k46l .title-wrapper {
    width: 100%;
  }
}
.cid-v5yHu4k46l .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5yHu4k46l .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5yHu4k46l .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5yHu4k46l .mbr-section-title {
  color: #f15d22;
}
.cid-v5yHu4k46l .mbr-text {
  color: #000000;
}
.cid-v5yHu54Bya {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5yHu54Bya .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-v5yHu54Bya .colored-text {
  color: #f15d22 !important;
}
.cid-v5yHu54Bya .mbr-section-title {
  color: #ffffff;
}
.cid-v5yHu54Bya .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5yHu54Bya .mbr-text {
  color: #000000;
}
.cid-v5yHu54Bya .mbr-section-title.main-title {
  color: #000000;
}
.cid-v5yHu8yaqS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yHu8yaqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yHu8yaqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yHu8yaqS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v5yHu8yaqS .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v5yHu8yaqS .container {
    padding: 0 15px;
  }
}
.cid-v5yHu8yaqS .row {
  justify-content: center;
}
.cid-v5yHu8yaqS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5yHu8yaqS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v5yHu8yaqS .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-v5yHu8yaqS .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5yHu8yaqS .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v5yHu8yaqS .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5yHu8yaqS .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v5yHu8yaqS .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v5yHu8yaqS .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v5yHu8yaqS .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v5yHu8yaqS .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5yHu8yaqS .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f15d22;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v5yHu8yaqS .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v5yHu8yaqS .mbr-section-title {
  color: #f15d22;
  text-align: center;
}
.cid-v5yHu8yaqS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5yHu8yaqS .list {
  color: #ffffff;
}
.cid-v5yHu8yaqS .list,
.cid-v5yHu8yaqS .item-wrap {
  color: #000000;
}
.cid-v5yHu9k4AG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yHu9k4AG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yHu9k4AG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yHu9k4AG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v5yHu9k4AG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5yHu9k4AG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5yHu9k4AG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5yHu9k4AG .container {
    padding: 0 16px;
  }
}
.cid-v5yHu9k4AG .row {
  justify-content: center;
}
.cid-v5yHu9k4AG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5yHu9k4AG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5yHu9k4AG .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v5yHu9k4AG .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-v5yHu9k4AG .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-v5yHu9k4AG .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5yHu9k4AG .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-v5yHu9k4AG .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5yHu9k4AG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v5yHu9k4AG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5yHu9k4AG .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-v5yHu9k4AG .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5yHu9k4AG .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v5yHu9k4AG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5yHu9k4AG .mbr-section-title {
  color: #f15d22;
  text-align: justify;
}
.cid-v5yHu9k4AG .panel-title {
  color: #000000;
}
.cid-v5yHu9k4AG .panel-text {
  color: #000000;
}
.cid-v5yHu9k4AG .panel-title-edit {
  color: #f15d22;
}
.cid-v5z6YkeoZS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z6YkeoZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z6YkeoZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z6YkeoZS img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z6YkeoZS img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z6YkeoZS .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z6YkeoZS .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z6YkeoZS .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z6YkeoZS .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z6YkeoZS .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z6YkeoZS a {
  font-weight: bold;
}
.cid-v5z6YkeoZS .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z6YkeoZS .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z6YkeoZS .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z6YkeoZS .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z6YkeoZS .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z6YkeoZS .container-fluid,
.cid-v5z6YkeoZS .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z6YkeoZS .container-fluid,
  .cid-v5z6YkeoZS .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z6YkeoZS .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z6YkeoZS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z6YkeoZS .mbr-section-title {
  color: #ffffff;
}
.cid-v5z6YkeoZS .mbr-text,
.cid-v5z6YkeoZS .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z6YkeoZS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z6YkeoZS .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z6YkeoZS .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z6YkeoZS .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z6YkeoZS .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z6YkeoZS .mbr-link {
  color: #f15d22;
}
.cid-v5wxbqLzTp .navbar-dropdown {
  position: relative !important;
}
.cid-v5wxbqLzTp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5wxbqLzTp .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v5wxbqLzTp .dropdown-item:hover,
.cid-v5wxbqLzTp .dropdown-item:focus {
  background: #ffffff !important;
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .dropdown-item:hover span {
  color: white;
}
.cid-v5wxbqLzTp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5wxbqLzTp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5wxbqLzTp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v5wxbqLzTp .nav-link {
  position: relative;
}
.cid-v5wxbqLzTp .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v5wxbqLzTp .container {
    flex-wrap: nowrap;
  }
}
.cid-v5wxbqLzTp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5wxbqLzTp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5wxbqLzTp .dropdown-menu,
.cid-v5wxbqLzTp .navbar.opened {
  background: #ffffff !important;
}
.cid-v5wxbqLzTp .nav-item:focus,
.cid-v5wxbqLzTp .nav-link:focus {
  outline: none;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5wxbqLzTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5wxbqLzTp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5wxbqLzTp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5wxbqLzTp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5wxbqLzTp .navbar.opened {
  transition: all 0.3s;
}
.cid-v5wxbqLzTp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5wxbqLzTp .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5wxbqLzTp .navbar .navbar-logo img {
  width: auto;
}
.cid-v5wxbqLzTp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5wxbqLzTp .navbar.collapsed {
  justify-content: center;
}
.cid-v5wxbqLzTp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5wxbqLzTp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5wxbqLzTp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5wxbqLzTp .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-v5wxbqLzTp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5wxbqLzTp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5wxbqLzTp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5wxbqLzTp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5wxbqLzTp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5wxbqLzTp .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-v5wxbqLzTp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5wxbqLzTp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5wxbqLzTp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5wxbqLzTp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v5wxbqLzTp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5wxbqLzTp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5wxbqLzTp .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5wxbqLzTp .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v5wxbqLzTp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  border-left: 1px solid #eaeaea;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-caption:hover,
.cid-v5wxbqLzTp .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5wxbqLzTp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5wxbqLzTp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f15d22 !important;
}
.cid-v5wxbqLzTp .dropdown-item.active,
.cid-v5wxbqLzTp .dropdown-item:active {
  background-color: transparent;
}
.cid-v5wxbqLzTp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5wxbqLzTp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5wxbqLzTp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5wxbqLzTp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5wxbqLzTp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5wxbqLzTp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v5wxbqLzTp .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-v5wxbqLzTp .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v5wxbqLzTp .navbar-buttons {
    text-align: left;
  }
}
.cid-v5wxbqLzTp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5wxbqLzTp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5wxbqLzTp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #eaeaea !important;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v5wxbqLzTp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5wxbqLzTp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5wxbqLzTp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5wxbqLzTp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5wxbqLzTp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5wxbqLzTp .navbar {
    height: 70px;
  }
  .cid-v5wxbqLzTp .navbar.opened {
    height: auto;
  }
  .cid-v5wxbqLzTp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5wxbqLzTp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5wxbqLzTp .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v5wxbqLzTp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5wxbqLzTp .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v5wxbqLzTp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5wxbqLzTp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5wxbqLzTp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5wxbqLzTp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5wxbqLzTp .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5wxbqLzTp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5wxbqLzTp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5wxbqLzTp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5wxbqLzTp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5wxbqLzTp .content-wrap {
  min-height: 70px;
}
.cid-v5yX1PtppO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yX1PtppO .row::after {
  content: '';
  display: block;
  background: #f15d22;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5yX1PtppO .row::after {
    display: none;
  }
}
.cid-v5yX1PtppO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yX1PtppO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yX1PtppO .image {
  position: relative;
}
.cid-v5yX1PtppO .image::before {
  content: '';
  display: block;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  margin-left: 50px;
  border-radius: 10rem 0;
}
@media (max-width: 992px) {
  .cid-v5yX1PtppO .image::before {
    display: none;
  }
}
.cid-v5yX1PtppO .image-wrapper {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5yX1PtppO .image-wrapper {
    padding: 0 12px 60px 12px;
  }
}
.cid-v5yX1PtppO .image-wrapper::before {
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 150px;
  height: 150px;
  border: 20px solid #f15d22;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-v5yX1PtppO .image-wrapper::before {
    display: none;
  }
}
.cid-v5yX1PtppO .image-wrapper::after {
  content: '';
  display: block;
  background: #f15d22;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .cid-v5yX1PtppO .image-wrapper::after {
    display: none;
  }
}
.cid-v5yX1PtppO .image-wrapper img {
  max-width: 370px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}
.cid-v5yX1PtppO .title {
  display: flex;
  align-items: center;
}
.cid-v5yX1PtppO .title-wrapper {
  padding: 0 110px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v5yX1PtppO .title-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-v5yX1PtppO .title-wrapper {
    padding: 0 12px;
  }
}
.cid-v5yX1PtppO .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v5yX1PtppO .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-v5yX1PtppO .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5yX1PtppO .title-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-v5yX1PtppO .mbr-section-title {
  color: #000000;
}
.cid-v5yX1PtppO .mbr-text {
  color: #000000;
}
.cid-v5yYgUj2yQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v5yYgUj2yQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yYgUj2yQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yYgUj2yQ .card-wrapper {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.cid-v5yYgUj2yQ .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.cid-v5yYgUj2yQ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v5yYgUj2yQ .google-map [data-state-details] {
  color: #b4b4b4;
  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-v5yYgUj2yQ .google-map[data-state] {
  background: #fffff5;
}
.cid-v5yYgUj2yQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5yYgUj2yQ .content-head {
  max-width: 800px;
}
.cid-v5yYgUj2yQ .card-title,
.cid-v5yYgUj2yQ .iconfont-wrapper {
  color: #000000;
}
.cid-v5yYgUj2yQ .card-text,
.cid-v5yYgUj2yQ .mbr-section-btn {
  color: #000000;
}
.cid-v5yYgUj2yQ .mbr-section-title {
  color: #f15d22;
}
.cid-v5yZRw4eEu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yZRw4eEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yZRw4eEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yZRw4eEu .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #f15d22;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-v5yZRw4eEu .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v5yZRw4eEu .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5yZRw4eEu .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5yZRw4eEu .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #ffffff;
  padding: 22px 32px;
  box-shadow: none;
  border: 2px solid #f15d22 !important;
  margin-bottom: 0;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #3a001d;
  opacity: .5;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #f15d22 !important;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #3a001d;
  border-color: #3a001d;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v5yZRw4eEu .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5yZRw4eEu .mbr-section-title {
  color: #3a001d;
}
.cid-v5yZRw4eEu .mbr-text,
.cid-v5yZRw4eEu .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5yZRw4eEu .mbr-section-title,
.cid-v5yZRw4eEu .mbr-section-btn,
.cid-v5yZRw4eEu .title-wrapper {
  text-align: center;
  color: #f15d22;
}
.cid-v5yZfPhsJS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v5yZfPhsJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yZfPhsJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yZfPhsJS .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v5yZfPhsJS .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v5yZfPhsJS .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-v5yZfPhsJS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5yZfPhsJS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5yZfPhsJS .content-head {
  max-width: 800px;
}
.cid-v5yZfPhsJS .mbr-section-title {
  color: #f15d22;
}
.cid-v5z70zXcpc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5z70zXcpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5z70zXcpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5z70zXcpc img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5z70zXcpc img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v5z70zXcpc .mbr-list {
  line-height: 2;
  color: #f15d22;
}
.cid-v5z70zXcpc .icon-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5z70zXcpc .icon-wrap {
    justify-content: center;
  }
}
.cid-v5z70zXcpc .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: WHITE;
  margin: 0 1rem;
  margin-bottom: 2rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #f15d22, #ffd7ef);
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-v5z70zXcpc .mbr-iconfont {
    margin: 0 0.5rem;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
  }
}
.cid-v5z70zXcpc a {
  font-weight: bold;
}
.cid-v5z70zXcpc .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #3a341c, #320707);
}
@media (max-width: 767px) {
  .cid-v5z70zXcpc .card {
    padding: 2rem 1rem;
  }
}
.cid-v5z70zXcpc .row-bg {
  justify-content: space-between;
  background: #ffffff;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-v5z70zXcpc .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v5z70zXcpc .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-v5z70zXcpc .container-fluid,
.cid-v5z70zXcpc .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-v5z70zXcpc .container-fluid,
  .cid-v5z70zXcpc .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-v5z70zXcpc .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-v5z70zXcpc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5z70zXcpc .mbr-section-title {
  color: #ffffff;
}
.cid-v5z70zXcpc .mbr-text,
.cid-v5z70zXcpc .mbr-section-btn {
  color: #ffffff;
}
.cid-v5z70zXcpc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5z70zXcpc .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-v5z70zXcpc .mbr-cardtext {
  color: #ffffff;
}
.cid-v5z70zXcpc .mbr-section-cardtitle {
  color: #ffffff;
}
.cid-v5z70zXcpc .mbr-section-cardsubtitle {
  color: #ffffff;
}
.cid-v5z70zXcpc .mbr-link {
  color: #f15d22;
}
