.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hubot Sans;
}
.display-1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 4.9rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.365rem + (4.9 - 2.365) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0a0a0a !important;
}
.bg-success {
  background-color: #2bb59b !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff8b38 !important;
}
.bg-danger {
  background-color: #ff4306 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #242424 !important;
  border-color: #242424 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8476f5 !important;
  border-color: #8476f5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #afa6f8 !important;
  border-color: #afa6f8 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #afa6f8 !important;
  border-color: #afa6f8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #2bb59b !important;
  border-color: #2bb59b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #41d2b7 !important;
  border-color: #41d2b7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #41d2b7 !important;
  border-color: #41d2b7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8b38 !important;
  border-color: #ff8b38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa96b !important;
  border-color: #ffa96b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa96b !important;
  border-color: #ffa96b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4306 !important;
  border-color: #ff4306 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6a39 !important;
  border-color: #ff6a39 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6a39 !important;
  border-color: #ff6a39 !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: #0a0a0a;
  color: #0a0a0a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8476f5;
  color: #8476f5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b25ef !important;
  background-color: transparent !important;
  border-color: #3b25ef !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8476f5 !important;
  border-color: #8476f5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2bb59b;
  color: #2bb59b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1a6f5f !important;
  background-color: transparent !important;
  border-color: #1a6f5f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2bb59b !important;
  border-color: #2bb59b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff8b38;
  color: #ff8b38;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e05e00 !important;
  background-color: transparent !important;
  border-color: #e05e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8b38 !important;
  border-color: #ff8b38 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4306;
  color: #ff4306;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae2b00 !important;
  background-color: transparent !important;
  border-color: #ae2b00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4306 !important;
  border-color: #ff4306 !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: #0a0a0a !important;
}
.text-secondary {
  color: #8476f5 !important;
}
.text-success {
  color: #2bb59b !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff8b38 !important;
}
.text-danger {
  color: #ff4306 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2f17ee !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #176354 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d15700 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9f2700 !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: #0a0a0a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff8b38;
}
.alert-danger {
  background-color: #ff4306;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0a0a0a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bcbcbc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7fe1ce;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffddd2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #0a0a0a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0a0a0a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a0a0a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0a0a0a;
}
.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: #0a0a0a;
  border-bottom-color: #0a0a0a;
}
.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: #0a0a0a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #8476f5 !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='%230a0a0a' %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;
}
.mbr-section-btn .btn {
  font-weight: 400;
  flex-direction: row-reverse;
  padding: 10px 20px;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s ease;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus {
  background-color: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #0a0a0a !important;
  color: #ffffff !important;
  border-color: #0a0a0a !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.little-radius,
.form-control {
  border-radius: .5rem !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uPGt1ZkGme {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uPGt1ZkGme nav.navbar {
  position: fixed;
}
.cid-uPGt1ZkGme .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uPGt1ZkGme .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPGt1ZkGme .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uPGt1ZkGme .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-uPGt1ZkGme .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uPGt1ZkGme .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uPGt1ZkGme .dropdown-item:hover,
.cid-uPGt1ZkGme .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uPGt1ZkGme .dropdown-item:hover span {
  color: white;
}
.cid-uPGt1ZkGme .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPGt1ZkGme .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPGt1ZkGme .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPGt1ZkGme .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPGt1ZkGme .nav-link {
  position: relative;
}
.cid-uPGt1ZkGme .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uPGt1ZkGme .container {
    flex-wrap: nowrap;
  }
}
.cid-uPGt1ZkGme .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uPGt1ZkGme .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPGt1ZkGme .dropdown-menu,
.cid-uPGt1ZkGme .navbar.opened {
  background: #ffffff !important;
}
.cid-uPGt1ZkGme .nav-item:focus,
.cid-uPGt1ZkGme .nav-link:focus {
  outline: none;
}
.cid-uPGt1ZkGme .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPGt1ZkGme .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uPGt1ZkGme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPGt1ZkGme .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPGt1ZkGme .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPGt1ZkGme .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPGt1ZkGme .navbar {
  min-height: 110px;
  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;
}
.cid-uPGt1ZkGme .navbar.opened {
  transition: all 0.3s;
}
.cid-uPGt1ZkGme .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uPGt1ZkGme .navbar .navbar-logo img {
  width: auto;
}
.cid-uPGt1ZkGme .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPGt1ZkGme .navbar.collapsed {
  justify-content: center;
}
.cid-uPGt1ZkGme .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPGt1ZkGme .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPGt1ZkGme .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPGt1ZkGme .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPGt1ZkGme .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPGt1ZkGme .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-uPGt1ZkGme .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPGt1ZkGme .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPGt1ZkGme .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPGt1ZkGme .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPGt1ZkGme .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPGt1ZkGme .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPGt1ZkGme .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPGt1ZkGme .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-uPGt1ZkGme .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPGt1ZkGme .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPGt1ZkGme .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uPGt1ZkGme .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uPGt1ZkGme .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPGt1ZkGme .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPGt1ZkGme .navbar.navbar-short {
  min-height: 96px;
}
.cid-uPGt1ZkGme .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uPGt1ZkGme .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uPGt1ZkGme .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPGt1ZkGme .navbar-brand .navbar-caption:hover,
.cid-uPGt1ZkGme .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uPGt1ZkGme .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPGt1ZkGme .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uPGt1ZkGme .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uPGt1ZkGme .dropdown-item.active,
.cid-uPGt1ZkGme .dropdown-item:active {
  background-color: transparent;
}
.cid-uPGt1ZkGme .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPGt1ZkGme .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPGt1ZkGme .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPGt1ZkGme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uPGt1ZkGme .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uPGt1ZkGme .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uPGt1ZkGme .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPGt1ZkGme ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uPGt1ZkGme ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uPGt1ZkGme .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uPGt1ZkGme .navbar-buttons {
    text-align: left;
  }
}
.cid-uPGt1ZkGme .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uPGt1ZkGme .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uPGt1ZkGme button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uPGt1ZkGme button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPGt1ZkGme button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uPGt1ZkGme button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPGt1ZkGme button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uPGt1ZkGme button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uPGt1ZkGme nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGt1ZkGme nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPGt1ZkGme nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPGt1ZkGme nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPGt1ZkGme .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPGt1ZkGme a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPGt1ZkGme .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-uPGt1ZkGme .navbar {
    height: 70px;
  }
  .cid-uPGt1ZkGme .navbar.opened {
    height: auto;
  }
  .cid-uPGt1ZkGme .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPGt1ZkGme .navbar-nav {
  margin: 0;
}
.cid-uPGt1ZkGme .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uPGt1ZkGme .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uPGt1ZkGme .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uPGt1ZkGme .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uPGt1ZkGme .nav-item .nav-link:hover,
.cid-uPGt1ZkGme .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uPGt1ZkGme .nav-item .nav-link:hover::after,
.cid-uPGt1ZkGme .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uPGt1ZkGme .nav-item .nav-link:hover::before,
.cid-uPGt1ZkGme .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uPGt1ZkGme .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uPGt1ZkGme .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uPGt1ZkGme .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uPGt1ZkGme .navbar {
    justify-content: flex-start !important;
  }
  .cid-uPGt1ZkGme .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uPGt1ZkGme .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uPGt1ZkGme .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uPGt1ZkGme .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uPGt1ZkGme .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uPGt1ZkGme .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uPGt1ZkGme .content-wrap {
  min-height: 110px;
}
.cid-vdG5DFCsey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdG5DFCsey .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdG5DFCsey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdG5DFCsey::before,
.cid-vdG5DFCsey::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vdG5DFCsey::before {
  top: 0;
}
.cid-vdG5DFCsey::after {
  bottom: 0;
}
.cid-vdG5DFCsey .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdG5DFCsey .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdG5DFCsey .content-wrapper::before,
.cid-vdG5DFCsey .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdG5DFCsey .content-wrapper::before {
  left: 0;
}
.cid-vdG5DFCsey .content-wrapper::after {
  right: 0;
}
.cid-vdG5DFCsey .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdG5DFCsey .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdG5DFCsey .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdG5DFCsey .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdG5DFCsey .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdG5DFCsey .mbr-text {
  color: #0a0a0a;
}
.cid-uPGt6jo7i8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff4306;
}
.cid-uPGt6jo7i8 .item:focus,
.cid-uPGt6jo7i8 span:focus {
  outline: none;
}
.cid-uPGt6jo7i8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uPGt6jo7i8 .item {
  padding: 10px 0;
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uPGt6jo7i8 .item {
    min-height: 45px;
  }
}
.cid-vdGav0BgCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdGav0BgCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGav0BgCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGav0BgCZ::before,
.cid-vdGav0BgCZ::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff0002;
}
.cid-vdGav0BgCZ::before {
  top: 0;
}
.cid-vdGav0BgCZ::after {
  bottom: 0;
}
.cid-vdGav0BgCZ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdGav0BgCZ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdGav0BgCZ .content-wrapper::before,
.cid-vdGav0BgCZ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff0002;
}
.cid-vdGav0BgCZ .content-wrapper::before {
  left: 0;
}
.cid-vdGav0BgCZ .content-wrapper::after {
  right: 0;
}
.cid-vdGav0BgCZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdGav0BgCZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGav0BgCZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdGav0BgCZ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdGav0BgCZ .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdGav0BgCZ .mbr-text {
  color: #0a0a0a;
}
.cid-vdGc50OAma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vdGc50OAma .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGc50OAma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGc50OAma .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdGc50OAma .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdGc50OAma .content-wrapper::before,
.cid-vdGc50OAma .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdGc50OAma .content-wrapper::before {
  left: 0;
}
.cid-vdGc50OAma .content-wrapper::after {
  right: 0;
}
.cid-vdGc50OAma .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-vdGc50OAma .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-vdGc50OAma .title-wrapper .item {
  margin-bottom: 0;
}
.cid-vdGc50OAma .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-vdGc50OAma .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vdGc50OAma .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-vdGc50OAma .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vdGc50OAma .item {
    margin-bottom: 16px;
  }
  .cid-vdGc50OAma .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdGc50OAma .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vdGc50OAma .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-vdGc50OAma .item .item-wrapper:hover .item-img img,
.cid-vdGc50OAma .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-vdGc50OAma .item .item-wrapper:hover .item-img img,
  .cid-vdGc50OAma .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-vdGc50OAma .item .item-wrapper .item-content .item-title_1,
.cid-vdGc50OAma .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-vdGc50OAma .item .item-wrapper .item-content .item-text_1,
.cid-vdGc50OAma .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-vdGc50OAma .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGc50OAma .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-vdGc50OAma .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGc50OAma .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-vdGc50OAma .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdGc50OAma .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-vdGc50OAma .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdGc50OAma .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-vdGc50OAma .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vdGc50OAma .item .card_1 {
  background-color: #ff4306;
}
.cid-vdGc50OAma .item .card_2 {
  background-color: #f8f8f8;
}
.cid-vdGc50OAma .item-title_1 {
  color: #ffffff;
}
.cid-vdGc50OAma .item-title_2 {
  color: #0a0a0a;
}
.cid-vdGc50OAma .item-text_1 {
  color: #ffffff;
}
.cid-vdGc50OAma .item-text_2 {
  color: #0a0a0a;
}
.cid-vdGf8sZ0WQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
}
.cid-vdGf8sZ0WQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGf8sZ0WQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGf8sZ0WQ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdGf8sZ0WQ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdGf8sZ0WQ .content-wrapper::before,
.cid-vdGf8sZ0WQ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdGf8sZ0WQ .content-wrapper::before {
  left: 0;
}
.cid-vdGf8sZ0WQ .content-wrapper::after {
  right: 0;
}
.cid-vdGf8sZ0WQ .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.cid-vdGf8sZ0WQ .mbr-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.cid-vdGf8sZ0WQ .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGf8sZ0WQ .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdGf8sZ0WQ .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdGf8sZ0WQ .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vdGf8sZ0WQ .image-wrapper {
    margin-top: 32px;
  }
}
.cid-vdGf8sZ0WQ .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-vdGf8sZ0WQ .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  box-shadow: 0 -28px 0 #f2f2f2;
  transform: none;
}
.cid-vdGf8sZ0WQ .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-vdGf8sZ0WQ .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-vdGf8sZ0WQ .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-vdGf8sZ0WQ .image-wrapper .image-wrap img {
  height: 575px;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-vdGf8sZ0WQ .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vdGf8sZ0WQ .mbr-text {
  color: #0a0a0a;
}
.cid-vdGf8sZ0WQ .mbr-text,
.cid-vdGf8sZ0WQ .text-wrapper {
  color: #454545;
}
.cid-vdGFUQTGk0 {
  padding-top: 1rem;
  background-color: #ff4306;
  overflow: hidden;
}
.cid-vdGFUQTGk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGFUQTGk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGFUQTGk0 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 0px solid #ffffff;
}
@media (max-width: 425px) {
  .cid-vdGFUQTGk0 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vdGFUQTGk0 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vdGFUQTGk0 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vdGFUQTGk0 .content-wrapper .border_1 {
  left: 0;
}
.cid-vdGFUQTGk0 .content-wrapper .border_2 {
  right: 0;
}
.cid-vdGFUQTGk0 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vdGFUQTGk0 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vdGFUQTGk0 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vdGFUQTGk0 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vdGFUQTGk0 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vdGFUQTGk0 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdGFUQTGk0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdGFUQTGk0 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGFUQTGk0 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdGFUQTGk0 .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdGFUQTGk0 .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vdGFUQTGk0 .mbr-label,
.cid-vdGFUQTGk0 .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vdGFUQTGk0 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vdGFUQTGk0 .mbr-text,
.cid-vdGFUQTGk0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdGFUQTGk0 .mbr-section-title,
.cid-vdGFUQTGk0 .mbr-section-btn {
  color: #ff4306;
}
.cid-uPGthBpANU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  border-top: 1px solid #ff4306 !important;
  border-bottom: 1px solid #ff4306 !important;
}
.cid-uPGthBpANU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGthBpANU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGthBpANU .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uPGthBpANU .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPGthBpANU .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uPGthBpANU .image-wrapper img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPGthBpANU .image-wrapper img {
    height: 300px;
  }
}
.cid-uPGthBpANU .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPGthBpANU .content-wrapper .mbr-label {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uPGthBpANU .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #ff4306;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #ff4306;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 15px;
}
.cid-uPGthBpANU .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPGthBpANU .mbr-label {
  color: #000000;
}
.cid-uPGthBpANU .panel-title-edit {
  color: #000000;
}
.cid-uPGthBpANU .panel-text {
  color: #989898;
}
.cid-vdGpo7x7h6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vdGpo7x7h6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGpo7x7h6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGpo7x7h6 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdGpo7x7h6 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdGpo7x7h6 .content-wrapper::before,
.cid-vdGpo7x7h6 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdGpo7x7h6 .content-wrapper::before {
  left: 0;
}
.cid-vdGpo7x7h6 .content-wrapper::after {
  right: 0;
}
.cid-vdGpo7x7h6 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vdGpo7x7h6 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vdGpo7x7h6 .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-vdGpo7x7h6 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGpo7x7h6 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 0;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
  box-shadow: none;
  margin-bottom: 40px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdGpo7x7h6 .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #909090;
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #0a0a0a !important;
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .form-group textarea {
  min-height: 80px;
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vdGpo7x7h6 .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-vdGpo7x7h6 .form-wrap .dragArea.row .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-vdGpo7x7h6 .mbr-text {
  color: #0a0a0a;
}
.cid-vdGpo7x7h6 label {
  color: #0a0a0a;
}
.cid-vdGpo7x7h6 .mbr-text,
.cid-vdGpo7x7h6 .text-wrapper {
  color: #989898;
}
.cid-uPGts11zeu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4306;
}
.cid-uPGts11zeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGts11zeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGts11zeu .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPGts11zeu .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPGts11zeu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPGts11zeu .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPGts11zeu .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-uPGts11zeu .nav-wrapper .list .item-wrap:hover::before,
.cid-uPGts11zeu .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPGts11zeu .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPGts11zeu .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPGts11zeu .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPGts11zeu .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uPGts11zeu .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPGts11zeu .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-uPGts11zeu .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-uPGts11zeu .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-uPGts11zeu .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uPGts11zeu .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPGts11zeu .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPGts11zeu .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-uPGts11zeu .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPGts11zeu .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uPGts11zeu .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPGts11zeu .list {
  color: #ffffff;
}
.cid-uPGts11zeu .mbr-section-title {
  color: #ffffff;
}
.cid-uPGts11zeu .mbr-text {
  color: #ffffff;
}
.cid-uPGts11zeu .mbr-copy {
  color: #ffffff;
}
.cid-ve8xlCld60.popup-builder {
  background-color: #ffffff;
}
.cid-ve8xlCld60.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ve8xlCld60.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ve8xlCld60 .modal-content,
.cid-ve8xlCld60 .modal-dialog {
  height: auto;
}
.cid-ve8xlCld60 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ve8xlCld60 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ve8xlCld60 .form-wrapper .mbr-form .form-group,
  .cid-ve8xlCld60 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ve8xlCld60 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ve8xlCld60 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ve8xlCld60 .mbr-text {
  text-align: center;
  color: #0a0a0a;
}
.cid-ve8xlCld60 .pt-0 {
  padding-top: 0 !important;
}
.cid-ve8xlCld60 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ve8xlCld60 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ve8xlCld60 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ve8xlCld60 .modal-open {
  overflow: hidden;
}
.cid-ve8xlCld60 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ve8xlCld60 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ve8xlCld60 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ve8xlCld60 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ve8xlCld60 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ve8xlCld60 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ve8xlCld60 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ve8xlCld60 .modal-content {
  background: #e9eaed;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ve8xlCld60 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ve8xlCld60 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ve8xlCld60 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ve8xlCld60 .modal-backdrop.show {
  opacity: .5;
}
.cid-ve8xlCld60 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ve8xlCld60 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ve8xlCld60 .modal-header {
    padding: 1rem;
  }
}
.cid-ve8xlCld60 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ve8xlCld60 .modal-header .close svg {
  fill: #353535;
}
.cid-ve8xlCld60 .modal-header .close:hover {
  opacity: 1;
}
.cid-ve8xlCld60 .modal-header .close:focus {
  outline: none;
}
.cid-ve8xlCld60 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff4306;
}
.cid-ve8xlCld60 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ve8xlCld60 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve8xlCld60 .modal-body {
    padding: 1rem;
  }
}
.cid-ve8xlCld60 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ve8xlCld60 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ve8xlCld60 .modal-footer {
    padding: 1rem;
  }
}
.cid-ve8xlCld60 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ve8xlCld60 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ve8xlCld60 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ve8xlCld60 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ve8xlCld60 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ve8xlCld60 .modal-lg,
  .cid-ve8xlCld60 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ve8xlCld60 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ve8xlCld60 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ve8xlCld60 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ve8xlCld60 .form-group {
  margin-bottom: 1rem;
}
.cid-ve8xlCld60 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ve8xlCld60 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ve8xlCld60 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ve8xlCld60 .mbr-section-btn {
  margin: 0;
}
.cid-ve8xlCld60 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vdHdbfabOM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdHdbfabOM nav.navbar {
  position: fixed;
}
.cid-vdHdbfabOM .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vdHdbfabOM .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vdHdbfabOM .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vdHdbfabOM .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-vdHdbfabOM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdHdbfabOM .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vdHdbfabOM .dropdown-item:hover,
.cid-vdHdbfabOM .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vdHdbfabOM .dropdown-item:hover span {
  color: white;
}
.cid-vdHdbfabOM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdHdbfabOM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdHdbfabOM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdHdbfabOM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdHdbfabOM .nav-link {
  position: relative;
}
.cid-vdHdbfabOM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vdHdbfabOM .container {
    flex-wrap: nowrap;
  }
}
.cid-vdHdbfabOM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdHdbfabOM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdHdbfabOM .dropdown-menu,
.cid-vdHdbfabOM .navbar.opened {
  background: #ffffff !important;
}
.cid-vdHdbfabOM .nav-item:focus,
.cid-vdHdbfabOM .nav-link:focus {
  outline: none;
}
.cid-vdHdbfabOM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdHdbfabOM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdHdbfabOM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdHdbfabOM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdHdbfabOM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdHdbfabOM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdHdbfabOM .navbar {
  min-height: 110px;
  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;
}
.cid-vdHdbfabOM .navbar.opened {
  transition: all 0.3s;
}
.cid-vdHdbfabOM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdHdbfabOM .navbar .navbar-logo img {
  width: auto;
}
.cid-vdHdbfabOM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdHdbfabOM .navbar.collapsed {
  justify-content: center;
}
.cid-vdHdbfabOM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdHdbfabOM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdHdbfabOM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdHdbfabOM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdHdbfabOM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdHdbfabOM .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-vdHdbfabOM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdHdbfabOM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdHdbfabOM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdHdbfabOM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdHdbfabOM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdHdbfabOM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdHdbfabOM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdHdbfabOM .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-vdHdbfabOM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdHdbfabOM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdHdbfabOM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vdHdbfabOM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdHdbfabOM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdHdbfabOM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdHdbfabOM .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdHdbfabOM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdHdbfabOM .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdHdbfabOM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdHdbfabOM .navbar-brand .navbar-caption:hover,
.cid-vdHdbfabOM .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdHdbfabOM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdHdbfabOM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdHdbfabOM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdHdbfabOM .dropdown-item.active,
.cid-vdHdbfabOM .dropdown-item:active {
  background-color: transparent;
}
.cid-vdHdbfabOM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdHdbfabOM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdHdbfabOM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdHdbfabOM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdHdbfabOM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdHdbfabOM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdHdbfabOM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdHdbfabOM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdHdbfabOM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdHdbfabOM .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdHdbfabOM .navbar-buttons {
    text-align: left;
  }
}
.cid-vdHdbfabOM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vdHdbfabOM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdHdbfabOM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdHdbfabOM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdHdbfabOM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdHdbfabOM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdHdbfabOM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdHdbfabOM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdHdbfabOM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdHdbfabOM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdHdbfabOM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdHdbfabOM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdHdbfabOM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdHdbfabOM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdHdbfabOM .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-vdHdbfabOM .navbar {
    height: 70px;
  }
  .cid-vdHdbfabOM .navbar.opened {
    height: auto;
  }
  .cid-vdHdbfabOM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdHdbfabOM .navbar-nav {
  margin: 0;
}
.cid-vdHdbfabOM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdHdbfabOM .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vdHdbfabOM .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdHdbfabOM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdHdbfabOM .nav-item .nav-link:hover,
.cid-vdHdbfabOM .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vdHdbfabOM .nav-item .nav-link:hover::after,
.cid-vdHdbfabOM .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdHdbfabOM .nav-item .nav-link:hover::before,
.cid-vdHdbfabOM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vdHdbfabOM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdHdbfabOM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdHdbfabOM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdHdbfabOM .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdHdbfabOM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdHdbfabOM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdHdbfabOM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdHdbfabOM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdHdbfabOM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdHdbfabOM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdHdbfabOM .content-wrap {
  min-height: 110px;
}
.cid-vdHdbfWbea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdHdbfWbea .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdHdbfWbea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdHdbfWbea::before,
.cid-vdHdbfWbea::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vdHdbfWbea::before {
  top: 0;
}
.cid-vdHdbfWbea::after {
  bottom: 0;
}
.cid-vdHdbfWbea .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdHdbfWbea .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdHdbfWbea .content-wrapper::before,
.cid-vdHdbfWbea .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdHdbfWbea .content-wrapper::before {
  left: 0;
}
.cid-vdHdbfWbea .content-wrapper::after {
  right: 0;
}
.cid-vdHdbfWbea .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdHdbfWbea .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdHdbfWbea .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdHdbfWbea .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdHdbfWbea .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdHdbfWbea .mbr-text {
  color: #0a0a0a;
}
.cid-vdHeo3Pcen {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-vdHeo3Pcen .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdHeo3Pcen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdHeo3Pcen .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-vdHeo3Pcen .content-wrapper::before,
.cid-vdHeo3Pcen .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdHeo3Pcen .content-wrapper::before {
  left: 0;
}
.cid-vdHeo3Pcen .content-wrapper::after {
  right: 0;
}
.cid-vdHeo3Pcen .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vdHeo3Pcen .mbr-section-title {
  margin-bottom: 24px;
  padding: 0 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdHeo3Pcen .mbr-section-title {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
.cid-vdHeo3Pcen .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  margin: 0 1px;
  will-change: transform;
  border-bottom: 1px solid #ff4306;
}
.cid-vdHeo3Pcen .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdHeo3Pcen .panel-group .card .card-header .panel-title {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdHeo3Pcen .panel-group .card .card-header .panel-title {
    padding: 24px 16px;
    flex-wrap: wrap;
  }
}
.cid-vdHeo3Pcen .panel-group .card .card-header .panel-title .panel-number {
  width: 33.33%;
}
@media (max-width: 992px) {
  .cid-vdHeo3Pcen .panel-group .card .card-header .panel-title .panel-number {
    width: 100%;
  }
}
.cid-vdHeo3Pcen .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  width: 33.33%;
}
@media (max-width: 992px) {
  .cid-vdHeo3Pcen .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 80%;
  }
}
.cid-vdHeo3Pcen .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 33.33%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdHeo3Pcen .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 20%;
  }
}
.cid-vdHeo3Pcen .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  background-color: #656565;
}
.cid-vdHeo3Pcen .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vdHeo3Pcen .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #ff4306;
}
.cid-vdHeo3Pcen .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap {
  background-color: #ff4306;
}
.cid-vdHeo3Pcen .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-vdHeo3Pcen .panel-group .card .panel-collapse .panel-body {
  padding: 0 33.33% 100px;
  background-color: #ff4306;
}
@media (max-width: 992px) {
  .cid-vdHeo3Pcen .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 32px;
  }
}
.cid-vdHeo3Pcen .panel-group .card .panel-collapse .panel-body .image-wrapper {
  margin-bottom: 24px;
}
.cid-vdHeo3Pcen .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}
.cid-vdHeo3Pcen .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdHeo3Pcen .panel-group .card .panel-collapse .panel-body .tags-wrapper {
  margin-top: 24px;
}
.cid-vdHeo3Pcen .panel-group .card .panel-collapse .panel-body .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdHeo3Pcen .panel-group .card .panel-collapse .panel-body .tags-wrapper .list .item-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 2px 6px;
  background-color: #ff4306;
}
.cid-vdHeo3Pcen .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdHeo3Pcen .panel-number {
  color: #ffffff;
}
.cid-vdHeo3Pcen .panel-title-edit {
  color: #ffffff;
}
.cid-vdHeo3Pcen .panel-text {
  color: #ffffff;
}
.cid-vdHeo3Pcen .list {
  color: #ffffff;
}
.cid-vdHhCubQO5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
}
.cid-vdHhCubQO5 .item:focus,
.cid-vdHhCubQO5 span:focus {
  outline: none;
}
.cid-vdHhCubQO5 .item {
  cursor: pointer;
}
.cid-vdHhCubQO5 .grid-container {
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .cid-vdHhCubQO5 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vdHhCubQO5 .grid-container-1,
.cid-vdHhCubQO5 .grid-container-2 {
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .cid-vdHhCubQO5 .grid-container-1,
  .cid-vdHhCubQO5 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vdHhCubQO5 .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-vdHhCubQO5 .content-head {
  max-width: 800px;
}
.cid-vdHhCubQO5 .container,
.cid-vdHhCubQO5 .container-fluid {
  overflow: hidden;
}
.cid-vdHhCubQO5 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding: 40px 0;
  border-top: 1px solid #ff4306;
  border-bottom: 1px solid #ff4306;
}
@media (max-width: 992px) {
  .cid-vdHhCubQO5 .grid-container {
    padding: 24px 0;
  }
}
.cid-vdHhCubQO5 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdHhCubQO5 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vdHhCubQO5 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vdHhCubQO5 .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vdHhCubQO5 .grid-item img {
    height: 140px;
  }
}
.cid-vdHhCubQO5 .grid-container-1,
.cid-vdHhCubQO5 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vdHhCubQO5 .grid-container-1 {
  align-items: flex-end;
}
.cid-vdHhCubQO5 .grid-container-2 {
  align-items: flex-start;
}
.cid-vdHdbicngw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vdHdbicngw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdHdbicngw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdHdbicngw .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdHdbicngw .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdHdbicngw .content-wrapper::before,
.cid-vdHdbicngw .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdHdbicngw .content-wrapper::before {
  left: 0;
}
.cid-vdHdbicngw .content-wrapper::after {
  right: 0;
}
.cid-vdHdbicngw .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vdHdbicngw .title-wrapper {
  margin-bottom: 40px;
}
.cid-vdHdbicngw .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-vdHdbicngw .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdHdbicngw .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdHdbicngw .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vdHdbicngw .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vdHdbicngw .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vdHdbicngw .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 0;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
  box-shadow: none;
  margin-bottom: 40px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vdHdbicngw .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-vdHdbicngw .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #909090;
}
.cid-vdHdbicngw .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdHdbicngw .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #0a0a0a !important;
}
.cid-vdHdbicngw .form-wrap .dragArea.row .form-group textarea {
  min-height: 80px;
}
.cid-vdHdbicngw .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vdHdbicngw .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.cid-vdHdbicngw .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vdHdbicngw .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-vdHdbicngw .form-wrap .dragArea.row .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-vdHdbicngw .mbr-text {
  color: #0a0a0a;
}
.cid-vdHdbicngw label {
  color: #0a0a0a;
}
.cid-vdHdbicngw .mbr-text,
.cid-vdHdbicngw .text-wrapper {
  color: #989898;
}
.cid-vdHdbiAdiZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4306;
}
.cid-vdHdbiAdiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdHdbiAdiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdHdbiAdiZ .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdHdbiAdiZ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdHdbiAdiZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vdHdbiAdiZ .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdHdbiAdiZ .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vdHdbiAdiZ .nav-wrapper .list .item-wrap:hover::before,
.cid-vdHdbiAdiZ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdHdbiAdiZ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdHdbiAdiZ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdHdbiAdiZ .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdHdbiAdiZ .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdHdbiAdiZ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vdHdbiAdiZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vdHdbiAdiZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vdHdbiAdiZ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vdHdbiAdiZ .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdHdbiAdiZ .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vdHdbiAdiZ .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdHdbiAdiZ .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vdHdbiAdiZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdHdbiAdiZ .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vdHdbiAdiZ .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vdHdbiAdiZ .list {
  color: #ffffff;
}
.cid-vdHdbiAdiZ .mbr-section-title {
  color: #ffffff;
}
.cid-vdHdbiAdiZ .mbr-text {
  color: #ffffff;
}
.cid-vdHdbiAdiZ .mbr-copy {
  color: #ffffff;
}
.cid-vdGX7zeTwa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdGX7zeTwa nav.navbar {
  position: fixed;
}
.cid-vdGX7zeTwa .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vdGX7zeTwa .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vdGX7zeTwa .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vdGX7zeTwa .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-vdGX7zeTwa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdGX7zeTwa .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vdGX7zeTwa .dropdown-item:hover,
.cid-vdGX7zeTwa .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vdGX7zeTwa .dropdown-item:hover span {
  color: white;
}
.cid-vdGX7zeTwa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdGX7zeTwa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdGX7zeTwa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdGX7zeTwa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdGX7zeTwa .nav-link {
  position: relative;
}
.cid-vdGX7zeTwa .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vdGX7zeTwa .container {
    flex-wrap: nowrap;
  }
}
.cid-vdGX7zeTwa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdGX7zeTwa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdGX7zeTwa .dropdown-menu,
.cid-vdGX7zeTwa .navbar.opened {
  background: #ffffff !important;
}
.cid-vdGX7zeTwa .nav-item:focus,
.cid-vdGX7zeTwa .nav-link:focus {
  outline: none;
}
.cid-vdGX7zeTwa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdGX7zeTwa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdGX7zeTwa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdGX7zeTwa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdGX7zeTwa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdGX7zeTwa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdGX7zeTwa .navbar {
  min-height: 110px;
  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;
}
.cid-vdGX7zeTwa .navbar.opened {
  transition: all 0.3s;
}
.cid-vdGX7zeTwa .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdGX7zeTwa .navbar .navbar-logo img {
  width: auto;
}
.cid-vdGX7zeTwa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdGX7zeTwa .navbar.collapsed {
  justify-content: center;
}
.cid-vdGX7zeTwa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdGX7zeTwa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdGX7zeTwa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdGX7zeTwa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdGX7zeTwa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdGX7zeTwa .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-vdGX7zeTwa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdGX7zeTwa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdGX7zeTwa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdGX7zeTwa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdGX7zeTwa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdGX7zeTwa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdGX7zeTwa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdGX7zeTwa .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-vdGX7zeTwa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdGX7zeTwa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdGX7zeTwa .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vdGX7zeTwa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdGX7zeTwa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdGX7zeTwa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdGX7zeTwa .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdGX7zeTwa .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdGX7zeTwa .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdGX7zeTwa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdGX7zeTwa .navbar-brand .navbar-caption:hover,
.cid-vdGX7zeTwa .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdGX7zeTwa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdGX7zeTwa .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdGX7zeTwa .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdGX7zeTwa .dropdown-item.active,
.cid-vdGX7zeTwa .dropdown-item:active {
  background-color: transparent;
}
.cid-vdGX7zeTwa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdGX7zeTwa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdGX7zeTwa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdGX7zeTwa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdGX7zeTwa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdGX7zeTwa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdGX7zeTwa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdGX7zeTwa ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdGX7zeTwa ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdGX7zeTwa .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdGX7zeTwa .navbar-buttons {
    text-align: left;
  }
}
.cid-vdGX7zeTwa .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vdGX7zeTwa .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdGX7zeTwa button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdGX7zeTwa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdGX7zeTwa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdGX7zeTwa button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdGX7zeTwa button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdGX7zeTwa button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdGX7zeTwa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdGX7zeTwa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdGX7zeTwa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdGX7zeTwa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdGX7zeTwa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdGX7zeTwa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdGX7zeTwa .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-vdGX7zeTwa .navbar {
    height: 70px;
  }
  .cid-vdGX7zeTwa .navbar.opened {
    height: auto;
  }
  .cid-vdGX7zeTwa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdGX7zeTwa .navbar-nav {
  margin: 0;
}
.cid-vdGX7zeTwa .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdGX7zeTwa .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vdGX7zeTwa .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdGX7zeTwa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdGX7zeTwa .nav-item .nav-link:hover,
.cid-vdGX7zeTwa .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vdGX7zeTwa .nav-item .nav-link:hover::after,
.cid-vdGX7zeTwa .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdGX7zeTwa .nav-item .nav-link:hover::before,
.cid-vdGX7zeTwa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vdGX7zeTwa .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdGX7zeTwa .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdGX7zeTwa .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdGX7zeTwa .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdGX7zeTwa .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdGX7zeTwa .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdGX7zeTwa .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdGX7zeTwa .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdGX7zeTwa .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdGX7zeTwa .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdGX7zeTwa .content-wrap {
  min-height: 110px;
}
.cid-vdGX7A2hZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdGX7A2hZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGX7A2hZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGX7A2hZZ::before,
.cid-vdGX7A2hZZ::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vdGX7A2hZZ::before {
  top: 0;
}
.cid-vdGX7A2hZZ::after {
  bottom: 0;
}
.cid-vdGX7A2hZZ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdGX7A2hZZ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdGX7A2hZZ .content-wrapper::before,
.cid-vdGX7A2hZZ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdGX7A2hZZ .content-wrapper::before {
  left: 0;
}
.cid-vdGX7A2hZZ .content-wrapper::after {
  right: 0;
}
.cid-vdGX7A2hZZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdGX7A2hZZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGX7A2hZZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdGX7A2hZZ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdGX7A2hZZ .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdGX7A2hZZ .mbr-text {
  color: #0a0a0a;
}
.cid-veaFOdx7sO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/lima-rio-1.svg");
}
.cid-veaFOdx7sO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veaFOdx7sO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veaFOdx7sO .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veaFOdx7sO .content-wrapper .content-wrap {
  margin: 0;
  z-index: 0;
}
.cid-veaFOdx7sO .content-wrapper .title-wrap {
  position: relative;
  z-index: 1 !important;
}
.cid-veaFOdx7sO .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-veaFOdx7sO .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veaFOdx7sO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veaFOdx7sO .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veaFOdx7sO .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veaFOdx7sO .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-veaFOdx7sO .content-wrapper .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-veaFOdx7sO .content-wrapper .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-veaFOdx7sO .content-wrapper .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-veaFOdx7sO .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-veaFOdx7sO .mbr-section-title {
  color: #1a1a1a;
}
.cid-veaFOdx7sO .mbr-text {
  color: #808080;
}
.cid-vdGZG0YtZp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdGZG0YtZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGZG0YtZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGZG0YtZp::before,
.cid-vdGZG0YtZp::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vdGZG0YtZp::before {
  top: 0;
}
.cid-vdGZG0YtZp::after {
  bottom: 0;
}
.cid-vdGZG0YtZp .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdGZG0YtZp .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdGZG0YtZp .content-wrapper::before,
.cid-vdGZG0YtZp .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdGZG0YtZp .content-wrapper::before {
  left: 0;
}
.cid-vdGZG0YtZp .content-wrapper::after {
  right: 0;
}
.cid-vdGZG0YtZp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdGZG0YtZp .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGZG0YtZp .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdGZG0YtZp .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdGZG0YtZp .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdGZG0YtZp .mbr-text {
  color: #0a0a0a;
}
.cid-vdGZG0YtZp .mbr-text,
.cid-vdGZG0YtZp .text-wrapper {
  color: #0a0a0a;
}
.cid-veaGGKCveQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/more-1920x1080.webp");
}
.cid-veaGGKCveQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veaGGKCveQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veaGGKCveQ .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-veaGGKCveQ .image-wrap {
    height: 350px;
  }
}
.cid-veaGGKCveQ .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veaGGKCveQ .content-wrapper .content-wrap {
  margin: 0;
  z-index: 0;
}
.cid-veaGGKCveQ .content-wrapper .title-wrap {
  position: relative;
  z-index: 1 !important;
}
.cid-veaGGKCveQ .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-veaGGKCveQ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veaGGKCveQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veaGGKCveQ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veaGGKCveQ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veaGGKCveQ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-veaGGKCveQ .content-wrapper .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-veaGGKCveQ .content-wrapper .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-veaGGKCveQ .content-wrapper .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-veaGGKCveQ .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-veaGGKCveQ .mbr-section-title {
  color: #1a1a1a;
}
.cid-veaGGKCveQ .mbr-text {
  color: #808080;
}
.cid-vdH2gtfZlV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdH2gtfZlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdH2gtfZlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdH2gtfZlV::before,
.cid-vdH2gtfZlV::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vdH2gtfZlV::before {
  top: 0;
}
.cid-vdH2gtfZlV::after {
  bottom: 0;
}
.cid-vdH2gtfZlV .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdH2gtfZlV .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdH2gtfZlV .content-wrapper::before,
.cid-vdH2gtfZlV .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdH2gtfZlV .content-wrapper::before {
  left: 0;
}
.cid-vdH2gtfZlV .content-wrapper::after {
  right: 0;
}
.cid-vdH2gtfZlV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdH2gtfZlV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdH2gtfZlV .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdH2gtfZlV .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdH2gtfZlV .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdH2gtfZlV .mbr-text {
  color: #0a0a0a;
}
.cid-vdH2gtfZlV .mbr-text,
.cid-vdH2gtfZlV .text-wrapper {
  color: #0a0a0a;
}
.cid-vdH2gtfZlV .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: white;
  background-color: black;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vdH2gtfZlV .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: black;
  transition: all .3s ease;
}
.cid-veaGvVLAtP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/aurum-1-1920x1080.webp");
}
.cid-veaGvVLAtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veaGvVLAtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veaGvVLAtP .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-veaGvVLAtP .image-wrap {
    height: 350px;
  }
}
.cid-veaGvVLAtP .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veaGvVLAtP .content-wrapper .content-wrap {
  margin: 0;
  z-index: 0;
}
.cid-veaGvVLAtP .content-wrapper .title-wrap {
  position: relative;
  z-index: 1 !important;
}
.cid-veaGvVLAtP .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-veaGvVLAtP .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veaGvVLAtP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veaGvVLAtP .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veaGvVLAtP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veaGvVLAtP .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-veaGvVLAtP .content-wrapper .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-veaGvVLAtP .content-wrapper .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-veaGvVLAtP .content-wrapper .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-veaGvVLAtP .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-veaGvVLAtP .mbr-section-title {
  color: #1a1a1a;
}
.cid-veaGvVLAtP .mbr-text {
  color: #808080;
}
.cid-vdH8sopFWY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdH8sopFWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdH8sopFWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdH8sopFWY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdH8sopFWY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdH8sopFWY .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdH8sopFWY .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vdH8sopFWY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdH8sopFWY .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vdH8sopFWY .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-vdH8sopFWY .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vdH8sopFWY .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vdH8sopFWY .mbr-label {
  color: #000000;
}
.cid-vdH8sopFWY .mbr-section-title {
  color: #000000;
}
.cid-vdGX7CSsRY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4306;
}
.cid-vdGX7CSsRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGX7CSsRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGX7CSsRY .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdGX7CSsRY .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdGX7CSsRY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vdGX7CSsRY .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdGX7CSsRY .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vdGX7CSsRY .nav-wrapper .list .item-wrap:hover::before,
.cid-vdGX7CSsRY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdGX7CSsRY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdGX7CSsRY .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGX7CSsRY .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdGX7CSsRY .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdGX7CSsRY .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vdGX7CSsRY .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vdGX7CSsRY .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vdGX7CSsRY .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vdGX7CSsRY .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdGX7CSsRY .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vdGX7CSsRY .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdGX7CSsRY .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vdGX7CSsRY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdGX7CSsRY .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vdGX7CSsRY .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vdGX7CSsRY .list {
  color: #ffffff;
}
.cid-vdGX7CSsRY .mbr-section-title {
  color: #ffffff;
}
.cid-vdGX7CSsRY .mbr-text {
  color: #ffffff;
}
.cid-vdGX7CSsRY .mbr-copy {
  color: #ffffff;
}
.cid-vdHkG7Nyms {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdHkG7Nyms nav.navbar {
  position: fixed;
}
.cid-vdHkG7Nyms .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vdHkG7Nyms .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vdHkG7Nyms .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vdHkG7Nyms .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-vdHkG7Nyms .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdHkG7Nyms .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vdHkG7Nyms .dropdown-item:hover,
.cid-vdHkG7Nyms .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vdHkG7Nyms .dropdown-item:hover span {
  color: white;
}
.cid-vdHkG7Nyms .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdHkG7Nyms .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdHkG7Nyms .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdHkG7Nyms .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdHkG7Nyms .nav-link {
  position: relative;
}
.cid-vdHkG7Nyms .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vdHkG7Nyms .container {
    flex-wrap: nowrap;
  }
}
.cid-vdHkG7Nyms .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdHkG7Nyms .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdHkG7Nyms .dropdown-menu,
.cid-vdHkG7Nyms .navbar.opened {
  background: #ffffff !important;
}
.cid-vdHkG7Nyms .nav-item:focus,
.cid-vdHkG7Nyms .nav-link:focus {
  outline: none;
}
.cid-vdHkG7Nyms .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdHkG7Nyms .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdHkG7Nyms .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdHkG7Nyms .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdHkG7Nyms .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdHkG7Nyms .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdHkG7Nyms .navbar {
  min-height: 110px;
  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;
}
.cid-vdHkG7Nyms .navbar.opened {
  transition: all 0.3s;
}
.cid-vdHkG7Nyms .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdHkG7Nyms .navbar .navbar-logo img {
  width: auto;
}
.cid-vdHkG7Nyms .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdHkG7Nyms .navbar.collapsed {
  justify-content: center;
}
.cid-vdHkG7Nyms .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdHkG7Nyms .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdHkG7Nyms .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdHkG7Nyms .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdHkG7Nyms .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdHkG7Nyms .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-vdHkG7Nyms .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdHkG7Nyms .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdHkG7Nyms .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdHkG7Nyms .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdHkG7Nyms .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdHkG7Nyms .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdHkG7Nyms .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdHkG7Nyms .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-vdHkG7Nyms .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdHkG7Nyms .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdHkG7Nyms .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vdHkG7Nyms .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdHkG7Nyms .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdHkG7Nyms .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdHkG7Nyms .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdHkG7Nyms .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdHkG7Nyms .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdHkG7Nyms .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdHkG7Nyms .navbar-brand .navbar-caption:hover,
.cid-vdHkG7Nyms .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdHkG7Nyms .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdHkG7Nyms .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdHkG7Nyms .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdHkG7Nyms .dropdown-item.active,
.cid-vdHkG7Nyms .dropdown-item:active {
  background-color: transparent;
}
.cid-vdHkG7Nyms .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdHkG7Nyms .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdHkG7Nyms .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdHkG7Nyms .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdHkG7Nyms .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdHkG7Nyms .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdHkG7Nyms .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdHkG7Nyms ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdHkG7Nyms ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdHkG7Nyms .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdHkG7Nyms .navbar-buttons {
    text-align: left;
  }
}
.cid-vdHkG7Nyms .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vdHkG7Nyms .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdHkG7Nyms button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdHkG7Nyms button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdHkG7Nyms button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdHkG7Nyms button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdHkG7Nyms button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdHkG7Nyms button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdHkG7Nyms nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdHkG7Nyms nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdHkG7Nyms nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdHkG7Nyms nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdHkG7Nyms .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdHkG7Nyms a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdHkG7Nyms .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-vdHkG7Nyms .navbar {
    height: 70px;
  }
  .cid-vdHkG7Nyms .navbar.opened {
    height: auto;
  }
  .cid-vdHkG7Nyms .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdHkG7Nyms .navbar-nav {
  margin: 0;
}
.cid-vdHkG7Nyms .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdHkG7Nyms .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vdHkG7Nyms .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdHkG7Nyms .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdHkG7Nyms .nav-item .nav-link:hover,
.cid-vdHkG7Nyms .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vdHkG7Nyms .nav-item .nav-link:hover::after,
.cid-vdHkG7Nyms .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdHkG7Nyms .nav-item .nav-link:hover::before,
.cid-vdHkG7Nyms .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vdHkG7Nyms .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdHkG7Nyms .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdHkG7Nyms .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdHkG7Nyms .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdHkG7Nyms .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdHkG7Nyms .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdHkG7Nyms .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdHkG7Nyms .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdHkG7Nyms .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdHkG7Nyms .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdHkG7Nyms .content-wrap {
  min-height: 110px;
}
.cid-vdHkG8RlDG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdHkG8RlDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdHkG8RlDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdHkG8RlDG::before,
.cid-vdHkG8RlDG::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vdHkG8RlDG::before {
  top: 0;
}
.cid-vdHkG8RlDG::after {
  bottom: 0;
}
.cid-vdHkG8RlDG .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdHkG8RlDG .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdHkG8RlDG .content-wrapper::before,
.cid-vdHkG8RlDG .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdHkG8RlDG .content-wrapper::before {
  left: 0;
}
.cid-vdHkG8RlDG .content-wrapper::after {
  right: 0;
}
.cid-vdHkG8RlDG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdHkG8RlDG .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdHkG8RlDG .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdHkG8RlDG .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdHkG8RlDG .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdHkG8RlDG .mbr-text {
  color: #0a0a0a;
}
.cid-vdKRNUwQeA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdKRNUwQeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKRNUwQeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKRNUwQeA .title-wrapper {
  padding: 25px;
  background-color: #000000;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdKRNUwQeA .title-wrapper {
    padding: 20px;
  }
}
.cid-vdKRNUwQeA .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  margin-bottom: 25px;
}
.cid-vdKRNUwQeA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdKRNUwQeA .title-wrapper .main-btn {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
.cid-vdKRNUwQeA .title-wrapper .main-btn .btn {
  min-height: auto;
}
.cid-vdKRNUwQeA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vdKRNUwQeA .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-vdKRNUwQeA .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vdKRNUwQeA .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdKRNUwQeA .items-wrapper .item:hover .item-wrapper .card-box,
.cid-vdKRNUwQeA .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateX(0);
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 1px solid #ff4306;
  overflow: hidden;
  position: relative;
  min-height: 355px;
  will-change: transform;
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  transform: translateX(-100%);
  transition: transform .5s ease;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box {
    justify-content: flex-end;
    padding: 20px;
    transform: translateX(0);
  }
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4306;
  opacity: .85;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box::before {
    height: 60%;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, #ff4306 30%);
    top: auto;
    bottom: 0;
  }
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box .social-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
    flex-direction: row;
  }
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .3s ease;
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vdKRNUwQeA .items-wrapper .item .item-wrapper .card-box .item-content .item-role {
  margin-bottom: 0;
}
.cid-vdKRNUwQeA .btn-wrapper {
  margin-right: 60px;
}
.cid-vdKRNUwQeA .mbr-section-title {
  color: #ffffff;
}
.cid-vdKRNUwQeA .item-name {
  color: #000000;
}
.cid-vdKRNUwQeA .item-role {
  color: #000000;
}
.cid-vdHkGexJur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4306;
}
.cid-vdHkGexJur .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdHkGexJur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdHkGexJur .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdHkGexJur .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdHkGexJur .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vdHkGexJur .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdHkGexJur .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vdHkGexJur .nav-wrapper .list .item-wrap:hover::before,
.cid-vdHkGexJur .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdHkGexJur .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdHkGexJur .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdHkGexJur .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdHkGexJur .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdHkGexJur .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vdHkGexJur .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vdHkGexJur .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vdHkGexJur .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vdHkGexJur .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdHkGexJur .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vdHkGexJur .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdHkGexJur .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vdHkGexJur .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdHkGexJur .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vdHkGexJur .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vdHkGexJur .list {
  color: #ffffff;
}
.cid-vdHkGexJur .mbr-section-title {
  color: #ffffff;
}
.cid-vdHkGexJur .mbr-text {
  color: #ffffff;
}
.cid-vdHkGexJur .mbr-copy {
  color: #ffffff;
}
.cid-vdKE5kioYY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdKE5kioYY nav.navbar {
  position: fixed;
}
.cid-vdKE5kioYY .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vdKE5kioYY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vdKE5kioYY .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vdKE5kioYY .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-vdKE5kioYY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdKE5kioYY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vdKE5kioYY .dropdown-item:hover,
.cid-vdKE5kioYY .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vdKE5kioYY .dropdown-item:hover span {
  color: white;
}
.cid-vdKE5kioYY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdKE5kioYY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdKE5kioYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdKE5kioYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdKE5kioYY .nav-link {
  position: relative;
}
.cid-vdKE5kioYY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vdKE5kioYY .container {
    flex-wrap: nowrap;
  }
}
.cid-vdKE5kioYY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdKE5kioYY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdKE5kioYY .dropdown-menu,
.cid-vdKE5kioYY .navbar.opened {
  background: #ffffff !important;
}
.cid-vdKE5kioYY .nav-item:focus,
.cid-vdKE5kioYY .nav-link:focus {
  outline: none;
}
.cid-vdKE5kioYY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdKE5kioYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdKE5kioYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdKE5kioYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdKE5kioYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdKE5kioYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdKE5kioYY .navbar {
  min-height: 110px;
  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;
}
.cid-vdKE5kioYY .navbar.opened {
  transition: all 0.3s;
}
.cid-vdKE5kioYY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdKE5kioYY .navbar .navbar-logo img {
  width: auto;
}
.cid-vdKE5kioYY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdKE5kioYY .navbar.collapsed {
  justify-content: center;
}
.cid-vdKE5kioYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdKE5kioYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdKE5kioYY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdKE5kioYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdKE5kioYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdKE5kioYY .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-vdKE5kioYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdKE5kioYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdKE5kioYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdKE5kioYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdKE5kioYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdKE5kioYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdKE5kioYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdKE5kioYY .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-vdKE5kioYY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdKE5kioYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdKE5kioYY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vdKE5kioYY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdKE5kioYY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdKE5kioYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdKE5kioYY .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdKE5kioYY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdKE5kioYY .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdKE5kioYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdKE5kioYY .navbar-brand .navbar-caption:hover,
.cid-vdKE5kioYY .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdKE5kioYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdKE5kioYY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdKE5kioYY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdKE5kioYY .dropdown-item.active,
.cid-vdKE5kioYY .dropdown-item:active {
  background-color: transparent;
}
.cid-vdKE5kioYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdKE5kioYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdKE5kioYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdKE5kioYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdKE5kioYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdKE5kioYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdKE5kioYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdKE5kioYY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdKE5kioYY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdKE5kioYY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdKE5kioYY .navbar-buttons {
    text-align: left;
  }
}
.cid-vdKE5kioYY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vdKE5kioYY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdKE5kioYY button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdKE5kioYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdKE5kioYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdKE5kioYY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdKE5kioYY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdKE5kioYY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdKE5kioYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdKE5kioYY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdKE5kioYY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdKE5kioYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdKE5kioYY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdKE5kioYY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdKE5kioYY .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-vdKE5kioYY .navbar {
    height: 70px;
  }
  .cid-vdKE5kioYY .navbar.opened {
    height: auto;
  }
  .cid-vdKE5kioYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdKE5kioYY .navbar-nav {
  margin: 0;
}
.cid-vdKE5kioYY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdKE5kioYY .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vdKE5kioYY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdKE5kioYY .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdKE5kioYY .nav-item .nav-link:hover,
.cid-vdKE5kioYY .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vdKE5kioYY .nav-item .nav-link:hover::after,
.cid-vdKE5kioYY .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdKE5kioYY .nav-item .nav-link:hover::before,
.cid-vdKE5kioYY .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vdKE5kioYY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdKE5kioYY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdKE5kioYY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdKE5kioYY .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdKE5kioYY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdKE5kioYY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdKE5kioYY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdKE5kioYY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdKE5kioYY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdKE5kioYY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdKE5kioYY .content-wrap {
  min-height: 110px;
}
.cid-vdKHEbaTHx {
  background-image: url("../../../assets/images/o-que-e-branding.gif");
}
.cid-vdKHEbaTHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKHEbaTHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKHEbaTHx .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vdKHEbaTHx .image-wrapper {
    height: 300px;
  }
}
.cid-vdKE5lek1o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdKE5lek1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKE5lek1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKE5lek1o::before,
.cid-vdKE5lek1o::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vdKE5lek1o::before {
  top: 0;
}
.cid-vdKE5lek1o::after {
  bottom: 0;
}
.cid-vdKE5lek1o .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdKE5lek1o .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdKE5lek1o .content-wrapper::before,
.cid-vdKE5lek1o .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdKE5lek1o .content-wrapper::before {
  left: 0;
}
.cid-vdKE5lek1o .content-wrapper::after {
  right: 0;
}
.cid-vdKE5lek1o .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdKE5lek1o .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdKE5lek1o .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdKE5lek1o .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdKE5lek1o .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdKE5lek1o .mbr-text {
  color: #0a0a0a;
}
.cid-vg7KDaPKZv {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-vg7KDaPKZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7KDaPKZv .mbr-text a {
  color: #ff4306 !important;
  text-decoration: none;
}
.cid-vg7KDaPKZv .mbr-text a:hover {
  color: #9b1e1e !important;
  text-decoration: none;
}
.cid-vg7KDaPKZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7KDaPKZv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vg7KDaPKZv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vg7KDaPKZv .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-vg7KDaPKZv .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-vg7KDaPKZv .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vg7KDaPKZv .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-vg7KDaPKZv .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-vg7KDaPKZv .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vg7KDaPKZv .mbr-text {
  color: #19171c;
}
.cid-vg7KDaPKZv .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-vg7KDaPKZv .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-vg7KDaPKZv .mbr-text,
.cid-vg7KDaPKZv .text-wrapper,
.cid-vg7KDaPKZv .person-wrapper {
  text-align: center;
}
.cid-vdL3tqohyo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdL3tqohyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL3tqohyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdL3tqohyo .title-wrapper {
  padding: 25px;
  background-color: #000000;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdL3tqohyo .title-wrapper {
    padding: 20px;
  }
}
.cid-vdL3tqohyo .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  margin-bottom: 25px;
}
.cid-vdL3tqohyo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdL3tqohyo .title-wrapper .main-btn {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
.cid-vdL3tqohyo .title-wrapper .main-btn .btn {
  min-height: auto;
}
.cid-vdL3tqohyo .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vdL3tqohyo .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-vdL3tqohyo .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vdL3tqohyo .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdL3tqohyo .items-wrapper .item:hover .item-wrapper .card-box,
.cid-vdL3tqohyo .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateX(0);
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 1px solid #ff4306;
  overflow: hidden;
  position: relative;
  min-height: 355px;
  will-change: transform;
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  transform: translateX(-100%);
  transition: transform .5s ease;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box {
    justify-content: flex-end;
    padding: 20px;
    transform: translateX(0);
  }
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4306;
  opacity: .85;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box::before {
    height: 60%;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, #ff4306 30%);
    top: auto;
    bottom: 0;
  }
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box .social-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
    flex-direction: row;
  }
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .3s ease;
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vdL3tqohyo .items-wrapper .item .item-wrapper .card-box .item-content .item-role {
  margin-bottom: 0;
}
.cid-vdL3tqohyo .btn-wrapper {
  margin-right: 60px;
}
.cid-vdL3tqohyo .mbr-section-title {
  color: #ffffff;
}
.cid-vdL3tqohyo .item-name {
  color: #000000;
}
.cid-vdL3tqohyo .item-role {
  color: #000000;
}
.cid-vdKE5mbDka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4306;
}
.cid-vdKE5mbDka .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKE5mbDka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKE5mbDka .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdKE5mbDka .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdKE5mbDka .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vdKE5mbDka .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdKE5mbDka .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vdKE5mbDka .nav-wrapper .list .item-wrap:hover::before,
.cid-vdKE5mbDka .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdKE5mbDka .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdKE5mbDka .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdKE5mbDka .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdKE5mbDka .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdKE5mbDka .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vdKE5mbDka .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vdKE5mbDka .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vdKE5mbDka .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vdKE5mbDka .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdKE5mbDka .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vdKE5mbDka .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdKE5mbDka .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vdKE5mbDka .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdKE5mbDka .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vdKE5mbDka .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vdKE5mbDka .list {
  color: #ffffff;
}
.cid-vdKE5mbDka .mbr-section-title {
  color: #ffffff;
}
.cid-vdKE5mbDka .mbr-text {
  color: #ffffff;
}
.cid-vdKE5mbDka .mbr-copy {
  color: #ffffff;
}
.cid-vdKLxIePvL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdKLxIePvL nav.navbar {
  position: fixed;
}
.cid-vdKLxIePvL .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vdKLxIePvL .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vdKLxIePvL .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vdKLxIePvL .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-vdKLxIePvL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdKLxIePvL .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vdKLxIePvL .dropdown-item:hover,
.cid-vdKLxIePvL .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vdKLxIePvL .dropdown-item:hover span {
  color: white;
}
.cid-vdKLxIePvL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdKLxIePvL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdKLxIePvL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdKLxIePvL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdKLxIePvL .nav-link {
  position: relative;
}
.cid-vdKLxIePvL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vdKLxIePvL .container {
    flex-wrap: nowrap;
  }
}
.cid-vdKLxIePvL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdKLxIePvL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdKLxIePvL .dropdown-menu,
.cid-vdKLxIePvL .navbar.opened {
  background: #ffffff !important;
}
.cid-vdKLxIePvL .nav-item:focus,
.cid-vdKLxIePvL .nav-link:focus {
  outline: none;
}
.cid-vdKLxIePvL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdKLxIePvL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdKLxIePvL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdKLxIePvL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdKLxIePvL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdKLxIePvL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdKLxIePvL .navbar {
  min-height: 110px;
  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;
}
.cid-vdKLxIePvL .navbar.opened {
  transition: all 0.3s;
}
.cid-vdKLxIePvL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdKLxIePvL .navbar .navbar-logo img {
  width: auto;
}
.cid-vdKLxIePvL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdKLxIePvL .navbar.collapsed {
  justify-content: center;
}
.cid-vdKLxIePvL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdKLxIePvL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdKLxIePvL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdKLxIePvL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdKLxIePvL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdKLxIePvL .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-vdKLxIePvL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdKLxIePvL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdKLxIePvL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdKLxIePvL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdKLxIePvL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdKLxIePvL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdKLxIePvL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdKLxIePvL .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-vdKLxIePvL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdKLxIePvL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdKLxIePvL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vdKLxIePvL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdKLxIePvL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdKLxIePvL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdKLxIePvL .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdKLxIePvL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdKLxIePvL .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdKLxIePvL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdKLxIePvL .navbar-brand .navbar-caption:hover,
.cid-vdKLxIePvL .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdKLxIePvL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdKLxIePvL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdKLxIePvL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdKLxIePvL .dropdown-item.active,
.cid-vdKLxIePvL .dropdown-item:active {
  background-color: transparent;
}
.cid-vdKLxIePvL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdKLxIePvL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdKLxIePvL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdKLxIePvL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdKLxIePvL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdKLxIePvL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdKLxIePvL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdKLxIePvL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdKLxIePvL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdKLxIePvL .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdKLxIePvL .navbar-buttons {
    text-align: left;
  }
}
.cid-vdKLxIePvL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vdKLxIePvL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdKLxIePvL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdKLxIePvL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdKLxIePvL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdKLxIePvL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdKLxIePvL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdKLxIePvL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdKLxIePvL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdKLxIePvL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdKLxIePvL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdKLxIePvL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdKLxIePvL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdKLxIePvL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdKLxIePvL .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-vdKLxIePvL .navbar {
    height: 70px;
  }
  .cid-vdKLxIePvL .navbar.opened {
    height: auto;
  }
  .cid-vdKLxIePvL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdKLxIePvL .navbar-nav {
  margin: 0;
}
.cid-vdKLxIePvL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdKLxIePvL .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vdKLxIePvL .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdKLxIePvL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdKLxIePvL .nav-item .nav-link:hover,
.cid-vdKLxIePvL .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vdKLxIePvL .nav-item .nav-link:hover::after,
.cid-vdKLxIePvL .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdKLxIePvL .nav-item .nav-link:hover::before,
.cid-vdKLxIePvL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vdKLxIePvL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdKLxIePvL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdKLxIePvL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdKLxIePvL .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdKLxIePvL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdKLxIePvL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdKLxIePvL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdKLxIePvL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdKLxIePvL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdKLxIePvL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdKLxIePvL .content-wrap {
  min-height: 110px;
}
.cid-vdKLxJ8923 {
  background-image: url("../../../assets/images/pitch-deck.gif");
}
.cid-vdKLxJ8923 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKLxJ8923 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKLxJ8923 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vdKLxJ8923 .image-wrapper {
    height: 300px;
  }
}
.cid-vdKLxJr2k5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdKLxJr2k5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKLxJr2k5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKLxJr2k5::before,
.cid-vdKLxJr2k5::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vdKLxJr2k5::before {
  top: 0;
}
.cid-vdKLxJr2k5::after {
  bottom: 0;
}
.cid-vdKLxJr2k5 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdKLxJr2k5 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdKLxJr2k5 .content-wrapper::before,
.cid-vdKLxJr2k5 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdKLxJr2k5 .content-wrapper::before {
  left: 0;
}
.cid-vdKLxJr2k5 .content-wrapper::after {
  right: 0;
}
.cid-vdKLxJr2k5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdKLxJr2k5 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdKLxJr2k5 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdKLxJr2k5 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdKLxJr2k5 .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdKLxJr2k5 .mbr-text {
  color: #0a0a0a;
}
.cid-vg7LORp4y7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-vg7LORp4y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7LORp4y7 .mbr-text a {
  color: #ff4306 !important;
  text-decoration: none;
}
.cid-vg7LORp4y7 .mbr-text a:hover {
  color: #9b1e1e !important;
  text-decoration: none;
}
.cid-vg7LORp4y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7LORp4y7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vg7LORp4y7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vg7LORp4y7 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-vg7LORp4y7 .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-vg7LORp4y7 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vg7LORp4y7 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-vg7LORp4y7 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-vg7LORp4y7 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vg7LORp4y7 .mbr-text {
  color: #19171c;
}
.cid-vg7LORp4y7 .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-vg7LORp4y7 .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-vg7LORp4y7 .mbr-text,
.cid-vg7LORp4y7 .text-wrapper,
.cid-vg7LORp4y7 .person-wrapper {
  text-align: center;
}
.cid-vdL3Krhnfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdL3Krhnfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL3Krhnfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdL3Krhnfn .title-wrapper {
  padding: 25px;
  background-color: #000000;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdL3Krhnfn .title-wrapper {
    padding: 20px;
  }
}
.cid-vdL3Krhnfn .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  margin-bottom: 25px;
}
.cid-vdL3Krhnfn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdL3Krhnfn .title-wrapper .main-btn {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
.cid-vdL3Krhnfn .title-wrapper .main-btn .btn {
  min-height: auto;
}
.cid-vdL3Krhnfn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vdL3Krhnfn .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-vdL3Krhnfn .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vdL3Krhnfn .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdL3Krhnfn .items-wrapper .item:hover .item-wrapper .card-box,
.cid-vdL3Krhnfn .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateX(0);
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 1px solid #ff4306;
  overflow: hidden;
  position: relative;
  min-height: 355px;
  will-change: transform;
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  transform: translateX(-100%);
  transition: transform .5s ease;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box {
    justify-content: flex-end;
    padding: 20px;
    transform: translateX(0);
  }
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4306;
  opacity: .85;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box::before {
    height: 60%;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, #ff4306 30%);
    top: auto;
    bottom: 0;
  }
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box .social-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
    flex-direction: row;
  }
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .3s ease;
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vdL3Krhnfn .items-wrapper .item .item-wrapper .card-box .item-content .item-role {
  margin-bottom: 0;
}
.cid-vdL3Krhnfn .btn-wrapper {
  margin-right: 60px;
}
.cid-vdL3Krhnfn .mbr-section-title {
  color: #ffffff;
}
.cid-vdL3Krhnfn .item-name {
  color: #000000;
}
.cid-vdL3Krhnfn .item-role {
  color: #000000;
}
.cid-vdKLxKaB7z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4306;
}
.cid-vdKLxKaB7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKLxKaB7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKLxKaB7z .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdKLxKaB7z .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdKLxKaB7z .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vdKLxKaB7z .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdKLxKaB7z .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vdKLxKaB7z .nav-wrapper .list .item-wrap:hover::before,
.cid-vdKLxKaB7z .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdKLxKaB7z .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdKLxKaB7z .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdKLxKaB7z .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdKLxKaB7z .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdKLxKaB7z .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vdKLxKaB7z .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vdKLxKaB7z .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vdKLxKaB7z .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vdKLxKaB7z .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdKLxKaB7z .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vdKLxKaB7z .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdKLxKaB7z .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vdKLxKaB7z .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdKLxKaB7z .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vdKLxKaB7z .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vdKLxKaB7z .list {
  color: #ffffff;
}
.cid-vdKLxKaB7z .mbr-section-title {
  color: #ffffff;
}
.cid-vdKLxKaB7z .mbr-text {
  color: #ffffff;
}
.cid-vdKLxKaB7z .mbr-copy {
  color: #ffffff;
}
.cid-vdKWatrrFG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdKWatrrFG nav.navbar {
  position: fixed;
}
.cid-vdKWatrrFG .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vdKWatrrFG .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vdKWatrrFG .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vdKWatrrFG .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-vdKWatrrFG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdKWatrrFG .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vdKWatrrFG .dropdown-item:hover,
.cid-vdKWatrrFG .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vdKWatrrFG .dropdown-item:hover span {
  color: white;
}
.cid-vdKWatrrFG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdKWatrrFG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdKWatrrFG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdKWatrrFG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdKWatrrFG .nav-link {
  position: relative;
}
.cid-vdKWatrrFG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vdKWatrrFG .container {
    flex-wrap: nowrap;
  }
}
.cid-vdKWatrrFG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdKWatrrFG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdKWatrrFG .dropdown-menu,
.cid-vdKWatrrFG .navbar.opened {
  background: #ffffff !important;
}
.cid-vdKWatrrFG .nav-item:focus,
.cid-vdKWatrrFG .nav-link:focus {
  outline: none;
}
.cid-vdKWatrrFG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdKWatrrFG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdKWatrrFG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdKWatrrFG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdKWatrrFG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdKWatrrFG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdKWatrrFG .navbar {
  min-height: 110px;
  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;
}
.cid-vdKWatrrFG .navbar.opened {
  transition: all 0.3s;
}
.cid-vdKWatrrFG .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdKWatrrFG .navbar .navbar-logo img {
  width: auto;
}
.cid-vdKWatrrFG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdKWatrrFG .navbar.collapsed {
  justify-content: center;
}
.cid-vdKWatrrFG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdKWatrrFG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdKWatrrFG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdKWatrrFG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdKWatrrFG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdKWatrrFG .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-vdKWatrrFG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdKWatrrFG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdKWatrrFG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdKWatrrFG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdKWatrrFG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdKWatrrFG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdKWatrrFG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdKWatrrFG .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-vdKWatrrFG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdKWatrrFG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdKWatrrFG .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vdKWatrrFG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdKWatrrFG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdKWatrrFG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdKWatrrFG .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdKWatrrFG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdKWatrrFG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdKWatrrFG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdKWatrrFG .navbar-brand .navbar-caption:hover,
.cid-vdKWatrrFG .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdKWatrrFG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdKWatrrFG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdKWatrrFG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdKWatrrFG .dropdown-item.active,
.cid-vdKWatrrFG .dropdown-item:active {
  background-color: transparent;
}
.cid-vdKWatrrFG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdKWatrrFG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdKWatrrFG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdKWatrrFG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdKWatrrFG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdKWatrrFG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdKWatrrFG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdKWatrrFG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdKWatrrFG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdKWatrrFG .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdKWatrrFG .navbar-buttons {
    text-align: left;
  }
}
.cid-vdKWatrrFG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vdKWatrrFG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdKWatrrFG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdKWatrrFG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdKWatrrFG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdKWatrrFG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdKWatrrFG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdKWatrrFG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdKWatrrFG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdKWatrrFG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdKWatrrFG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdKWatrrFG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdKWatrrFG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdKWatrrFG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdKWatrrFG .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-vdKWatrrFG .navbar {
    height: 70px;
  }
  .cid-vdKWatrrFG .navbar.opened {
    height: auto;
  }
  .cid-vdKWatrrFG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdKWatrrFG .navbar-nav {
  margin: 0;
}
.cid-vdKWatrrFG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdKWatrrFG .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vdKWatrrFG .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdKWatrrFG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdKWatrrFG .nav-item .nav-link:hover,
.cid-vdKWatrrFG .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vdKWatrrFG .nav-item .nav-link:hover::after,
.cid-vdKWatrrFG .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdKWatrrFG .nav-item .nav-link:hover::before,
.cid-vdKWatrrFG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vdKWatrrFG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdKWatrrFG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdKWatrrFG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdKWatrrFG .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdKWatrrFG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdKWatrrFG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdKWatrrFG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdKWatrrFG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdKWatrrFG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdKWatrrFG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdKWatrrFG .content-wrap {
  min-height: 110px;
}
.cid-vdKWau2hsh {
  background-image: url("../../../assets/images/rebranding.gif");
}
.cid-vdKWau2hsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKWau2hsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKWau2hsh .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vdKWau2hsh .image-wrapper {
    height: 300px;
  }
}
.cid-vdKWaukjt7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdKWaukjt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKWaukjt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKWaukjt7::before,
.cid-vdKWaukjt7::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vdKWaukjt7::before {
  top: 0;
}
.cid-vdKWaukjt7::after {
  bottom: 0;
}
.cid-vdKWaukjt7 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdKWaukjt7 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdKWaukjt7 .content-wrapper::before,
.cid-vdKWaukjt7 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdKWaukjt7 .content-wrapper::before {
  left: 0;
}
.cid-vdKWaukjt7 .content-wrapper::after {
  right: 0;
}
.cid-vdKWaukjt7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdKWaukjt7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdKWaukjt7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdKWaukjt7 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdKWaukjt7 .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdKWaukjt7 .mbr-text {
  color: #0a0a0a;
}
.cid-vg7LwQOQ1P {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-vg7LwQOQ1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7LwQOQ1P .mbr-text a {
  color: #ff4306 !important;
  text-decoration: none;
}
.cid-vg7LwQOQ1P .mbr-text a:hover {
  color: #9b1e1e !important;
  text-decoration: none;
}
.cid-vg7LwQOQ1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7LwQOQ1P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vg7LwQOQ1P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vg7LwQOQ1P .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-vg7LwQOQ1P .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-vg7LwQOQ1P .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vg7LwQOQ1P .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-vg7LwQOQ1P .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-vg7LwQOQ1P .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vg7LwQOQ1P .mbr-text {
  color: #19171c;
}
.cid-vg7LwQOQ1P .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-vg7LwQOQ1P .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-vg7LwQOQ1P .mbr-text,
.cid-vg7LwQOQ1P .text-wrapper,
.cid-vg7LwQOQ1P .person-wrapper {
  text-align: center;
}
.cid-vdL3H6GkPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdL3H6GkPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL3H6GkPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdL3H6GkPI .title-wrapper {
  padding: 25px;
  background-color: #000000;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdL3H6GkPI .title-wrapper {
    padding: 20px;
  }
}
.cid-vdL3H6GkPI .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  margin-bottom: 25px;
}
.cid-vdL3H6GkPI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdL3H6GkPI .title-wrapper .main-btn {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
.cid-vdL3H6GkPI .title-wrapper .main-btn .btn {
  min-height: auto;
}
.cid-vdL3H6GkPI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vdL3H6GkPI .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-vdL3H6GkPI .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vdL3H6GkPI .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdL3H6GkPI .items-wrapper .item:hover .item-wrapper .card-box,
.cid-vdL3H6GkPI .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateX(0);
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 1px solid #ff4306;
  overflow: hidden;
  position: relative;
  min-height: 355px;
  will-change: transform;
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  transform: translateX(-100%);
  transition: transform .5s ease;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box {
    justify-content: flex-end;
    padding: 20px;
    transform: translateX(0);
  }
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4306;
  opacity: .85;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box::before {
    height: 60%;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, #ff4306 30%);
    top: auto;
    bottom: 0;
  }
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box .social-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
    flex-direction: row;
  }
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .3s ease;
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vdL3H6GkPI .items-wrapper .item .item-wrapper .card-box .item-content .item-role {
  margin-bottom: 0;
}
.cid-vdL3H6GkPI .btn-wrapper {
  margin-right: 60px;
}
.cid-vdL3H6GkPI .mbr-section-title {
  color: #ffffff;
}
.cid-vdL3H6GkPI .item-name {
  color: #000000;
}
.cid-vdL3H6GkPI .item-role {
  color: #000000;
}
.cid-vdKWauOcuL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4306;
}
.cid-vdKWauOcuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKWauOcuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKWauOcuL .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdKWauOcuL .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdKWauOcuL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vdKWauOcuL .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdKWauOcuL .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vdKWauOcuL .nav-wrapper .list .item-wrap:hover::before,
.cid-vdKWauOcuL .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdKWauOcuL .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdKWauOcuL .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdKWauOcuL .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdKWauOcuL .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdKWauOcuL .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vdKWauOcuL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vdKWauOcuL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vdKWauOcuL .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vdKWauOcuL .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdKWauOcuL .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vdKWauOcuL .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdKWauOcuL .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vdKWauOcuL .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdKWauOcuL .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vdKWauOcuL .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vdKWauOcuL .list {
  color: #ffffff;
}
.cid-vdKWauOcuL .mbr-section-title {
  color: #ffffff;
}
.cid-vdKWauOcuL .mbr-text {
  color: #ffffff;
}
.cid-vdKWauOcuL .mbr-copy {
  color: #ffffff;
}
.cid-ve8Bk0hnGv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-ve8Bk0hnGv nav.navbar {
  position: fixed;
}
.cid-ve8Bk0hnGv .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-ve8Bk0hnGv .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ve8Bk0hnGv .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-ve8Bk0hnGv .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-ve8Bk0hnGv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-ve8Bk0hnGv .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-ve8Bk0hnGv .dropdown-item:hover,
.cid-ve8Bk0hnGv .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-ve8Bk0hnGv .dropdown-item:hover span {
  color: white;
}
.cid-ve8Bk0hnGv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve8Bk0hnGv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve8Bk0hnGv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve8Bk0hnGv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve8Bk0hnGv .nav-link {
  position: relative;
}
.cid-ve8Bk0hnGv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-ve8Bk0hnGv .container {
    flex-wrap: nowrap;
  }
}
.cid-ve8Bk0hnGv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-ve8Bk0hnGv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ve8Bk0hnGv .dropdown-menu,
.cid-ve8Bk0hnGv .navbar.opened {
  background: #ffffff !important;
}
.cid-ve8Bk0hnGv .nav-item:focus,
.cid-ve8Bk0hnGv .nav-link:focus {
  outline: none;
}
.cid-ve8Bk0hnGv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve8Bk0hnGv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-ve8Bk0hnGv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve8Bk0hnGv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve8Bk0hnGv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve8Bk0hnGv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve8Bk0hnGv .navbar {
  min-height: 110px;
  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;
}
.cid-ve8Bk0hnGv .navbar.opened {
  transition: all 0.3s;
}
.cid-ve8Bk0hnGv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-ve8Bk0hnGv .navbar .navbar-logo img {
  width: auto;
}
.cid-ve8Bk0hnGv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve8Bk0hnGv .navbar.collapsed {
  justify-content: center;
}
.cid-ve8Bk0hnGv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve8Bk0hnGv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve8Bk0hnGv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ve8Bk0hnGv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve8Bk0hnGv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve8Bk0hnGv .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-ve8Bk0hnGv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve8Bk0hnGv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ve8Bk0hnGv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ve8Bk0hnGv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve8Bk0hnGv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve8Bk0hnGv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve8Bk0hnGv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve8Bk0hnGv .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-ve8Bk0hnGv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve8Bk0hnGv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve8Bk0hnGv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-ve8Bk0hnGv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-ve8Bk0hnGv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ve8Bk0hnGv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ve8Bk0hnGv .navbar.navbar-short {
  min-height: 96px;
}
.cid-ve8Bk0hnGv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-ve8Bk0hnGv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-ve8Bk0hnGv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ve8Bk0hnGv .navbar-brand .navbar-caption:hover,
.cid-ve8Bk0hnGv .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-ve8Bk0hnGv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve8Bk0hnGv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-ve8Bk0hnGv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-ve8Bk0hnGv .dropdown-item.active,
.cid-ve8Bk0hnGv .dropdown-item:active {
  background-color: transparent;
}
.cid-ve8Bk0hnGv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve8Bk0hnGv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve8Bk0hnGv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve8Bk0hnGv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ve8Bk0hnGv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-ve8Bk0hnGv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-ve8Bk0hnGv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve8Bk0hnGv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-ve8Bk0hnGv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-ve8Bk0hnGv .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-ve8Bk0hnGv .navbar-buttons {
    text-align: left;
  }
}
.cid-ve8Bk0hnGv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-ve8Bk0hnGv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-ve8Bk0hnGv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-ve8Bk0hnGv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve8Bk0hnGv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-ve8Bk0hnGv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-ve8Bk0hnGv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-ve8Bk0hnGv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-ve8Bk0hnGv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve8Bk0hnGv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve8Bk0hnGv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve8Bk0hnGv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve8Bk0hnGv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ve8Bk0hnGv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve8Bk0hnGv .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-ve8Bk0hnGv .navbar {
    height: 70px;
  }
  .cid-ve8Bk0hnGv .navbar.opened {
    height: auto;
  }
  .cid-ve8Bk0hnGv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve8Bk0hnGv .navbar-nav {
  margin: 0;
}
.cid-ve8Bk0hnGv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-ve8Bk0hnGv .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-ve8Bk0hnGv .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-ve8Bk0hnGv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ve8Bk0hnGv .nav-item .nav-link:hover,
.cid-ve8Bk0hnGv .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-ve8Bk0hnGv .nav-item .nav-link:hover::after,
.cid-ve8Bk0hnGv .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-ve8Bk0hnGv .nav-item .nav-link:hover::before,
.cid-ve8Bk0hnGv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ve8Bk0hnGv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-ve8Bk0hnGv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-ve8Bk0hnGv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-ve8Bk0hnGv .navbar {
    justify-content: flex-start !important;
  }
  .cid-ve8Bk0hnGv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-ve8Bk0hnGv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-ve8Bk0hnGv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ve8Bk0hnGv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-ve8Bk0hnGv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-ve8Bk0hnGv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-ve8Bk0hnGv .content-wrap {
  min-height: 110px;
}
.cid-ve8Bk0WaJW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-ve8Bk0WaJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8Bk0WaJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve8Bk0WaJW::before,
.cid-ve8Bk0WaJW::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-ve8Bk0WaJW::before {
  top: 0;
}
.cid-ve8Bk0WaJW::after {
  bottom: 0;
}
.cid-ve8Bk0WaJW .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ve8Bk0WaJW .content-wrapper {
    padding: 0 16px;
  }
}
.cid-ve8Bk0WaJW .content-wrapper::before,
.cid-ve8Bk0WaJW .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-ve8Bk0WaJW .content-wrapper::before {
  left: 0;
}
.cid-ve8Bk0WaJW .content-wrapper::after {
  right: 0;
}
.cid-ve8Bk0WaJW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ve8Bk0WaJW .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve8Bk0WaJW .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ve8Bk0WaJW .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-ve8Bk0WaJW .mbr-section-title {
  color: #0a0a0a;
}
.cid-ve8Bk0WaJW .mbr-text {
  color: #0a0a0a;
}
.cid-ve8Bk2h60H {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
  overflow: hidden;
}
.cid-ve8Bk2h60H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8Bk2h60H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve8Bk2h60H .display-7 {
  font-size: 1.2em !important;
}
.cid-ve8Bk2h60H .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ve8Bk2h60H .content-wrapper {
    padding: 0 16px;
  }
}
.cid-ve8Bk2h60H .content-wrapper::before,
.cid-ve8Bk2h60H .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-ve8Bk2h60H .content-wrapper::before {
  left: 0;
}
.cid-ve8Bk2h60H .content-wrapper::after {
  right: 0;
}
.cid-ve8Bk2h60H .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-ve8Bk2h60H .title-wrapper {
  margin-bottom: 40px;
}
.cid-ve8Bk2h60H .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-ve8Bk2h60H .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve8Bk2h60H .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 0;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
  box-shadow: none;
  margin-bottom: 40px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-ve8Bk2h60H .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ff9d9d;
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-ve8Bk2h60H .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #0a0a0a !important;
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row .form-group textarea {
  min-height: 80px;
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ve8Bk2h60H .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-ve8Bk2h60H .form-wrap .dragArea.row .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-ve8Bk2h60H .mbr-text {
  color: #0a0a0a;
}
.cid-ve8Bk2h60H label {
  color: #0a0a0a;
}
.cid-ve8Bk2h60H .mbr-text,
.cid-ve8Bk2h60H .text-wrapper {
  color: #989898;
}
.cid-ve8Bk2HqIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4306;
}
.cid-ve8Bk2HqIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve8Bk2HqIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve8Bk2HqIK .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ve8Bk2HqIK .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ve8Bk2HqIK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-ve8Bk2HqIK .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ve8Bk2HqIK .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-ve8Bk2HqIK .nav-wrapper .list .item-wrap:hover::before,
.cid-ve8Bk2HqIK .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ve8Bk2HqIK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-ve8Bk2HqIK .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve8Bk2HqIK .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ve8Bk2HqIK .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ve8Bk2HqIK .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ve8Bk2HqIK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-ve8Bk2HqIK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-ve8Bk2HqIK .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-ve8Bk2HqIK .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-ve8Bk2HqIK .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-ve8Bk2HqIK .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ve8Bk2HqIK .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-ve8Bk2HqIK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ve8Bk2HqIK .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-ve8Bk2HqIK .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ve8Bk2HqIK .list {
  color: #ffffff;
}
.cid-ve8Bk2HqIK .mbr-section-title {
  color: #ffffff;
}
.cid-ve8Bk2HqIK .mbr-text {
  color: #ffffff;
}
.cid-ve8Bk2HqIK .mbr-copy {
  color: #ffffff;
}
.cid-vg7plHOtUQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vg7plHOtUQ nav.navbar {
  position: fixed;
}
.cid-vg7plHOtUQ .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vg7plHOtUQ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vg7plHOtUQ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vg7plHOtUQ .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-vg7plHOtUQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vg7plHOtUQ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vg7plHOtUQ .dropdown-item:hover,
.cid-vg7plHOtUQ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vg7plHOtUQ .dropdown-item:hover span {
  color: white;
}
.cid-vg7plHOtUQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vg7plHOtUQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vg7plHOtUQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vg7plHOtUQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vg7plHOtUQ .nav-link {
  position: relative;
}
.cid-vg7plHOtUQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vg7plHOtUQ .container {
    flex-wrap: nowrap;
  }
}
.cid-vg7plHOtUQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vg7plHOtUQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vg7plHOtUQ .dropdown-menu,
.cid-vg7plHOtUQ .navbar.opened {
  background: #ffffff !important;
}
.cid-vg7plHOtUQ .nav-item:focus,
.cid-vg7plHOtUQ .nav-link:focus {
  outline: none;
}
.cid-vg7plHOtUQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vg7plHOtUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vg7plHOtUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vg7plHOtUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vg7plHOtUQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg7plHOtUQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg7plHOtUQ .navbar {
  min-height: 110px;
  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;
}
.cid-vg7plHOtUQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vg7plHOtUQ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vg7plHOtUQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vg7plHOtUQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg7plHOtUQ .navbar.collapsed {
  justify-content: center;
}
.cid-vg7plHOtUQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg7plHOtUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg7plHOtUQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vg7plHOtUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg7plHOtUQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg7plHOtUQ .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-vg7plHOtUQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg7plHOtUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vg7plHOtUQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vg7plHOtUQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg7plHOtUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg7plHOtUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg7plHOtUQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg7plHOtUQ .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-vg7plHOtUQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vg7plHOtUQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg7plHOtUQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vg7plHOtUQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vg7plHOtUQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vg7plHOtUQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vg7plHOtUQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vg7plHOtUQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vg7plHOtUQ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vg7plHOtUQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vg7plHOtUQ .navbar-brand .navbar-caption:hover,
.cid-vg7plHOtUQ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg7plHOtUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg7plHOtUQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vg7plHOtUQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg7plHOtUQ .dropdown-item.active,
.cid-vg7plHOtUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vg7plHOtUQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg7plHOtUQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg7plHOtUQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg7plHOtUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vg7plHOtUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vg7plHOtUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vg7plHOtUQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg7plHOtUQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vg7plHOtUQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vg7plHOtUQ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vg7plHOtUQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vg7plHOtUQ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vg7plHOtUQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vg7plHOtUQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg7plHOtUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vg7plHOtUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vg7plHOtUQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg7plHOtUQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg7plHOtUQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vg7plHOtUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg7plHOtUQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg7plHOtUQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg7plHOtUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg7plHOtUQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vg7plHOtUQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg7plHOtUQ .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-vg7plHOtUQ .navbar {
    height: 70px;
  }
  .cid-vg7plHOtUQ .navbar.opened {
    height: auto;
  }
  .cid-vg7plHOtUQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg7plHOtUQ .navbar-nav {
  margin: 0;
}
.cid-vg7plHOtUQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vg7plHOtUQ .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vg7plHOtUQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vg7plHOtUQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vg7plHOtUQ .nav-item .nav-link:hover,
.cid-vg7plHOtUQ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vg7plHOtUQ .nav-item .nav-link:hover::after,
.cid-vg7plHOtUQ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vg7plHOtUQ .nav-item .nav-link:hover::before,
.cid-vg7plHOtUQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vg7plHOtUQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vg7plHOtUQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vg7plHOtUQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vg7plHOtUQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vg7plHOtUQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vg7plHOtUQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vg7plHOtUQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vg7plHOtUQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vg7plHOtUQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vg7plHOtUQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vg7plHOtUQ .content-wrap {
  min-height: 110px;
}
.cid-vg7plIHkSV {
  background-image: url("../../../assets/images/logotipo.gif");
}
.cid-vg7plIHkSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7plIHkSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7plIHkSV .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vg7plIHkSV .image-wrapper {
    height: 300px;
  }
}
.cid-vg7plJ1n5U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vg7plJ1n5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7plJ1n5U .mbr-text a {
  color: #ff4306 !important;
  text-decoration: underline;
}
.cid-vg7plJ1n5U .mbr-text a:hover {
  color: #9b1e1e !important;
  text-decoration: underline;
}
.cid-vg7plJ1n5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7plJ1n5U::before,
.cid-vg7plJ1n5U::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vg7plJ1n5U::before {
  top: 0;
}
.cid-vg7plJ1n5U::after {
  bottom: 0;
}
.cid-vg7plJ1n5U .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vg7plJ1n5U .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vg7plJ1n5U .content-wrapper::before,
.cid-vg7plJ1n5U .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vg7plJ1n5U .content-wrapper::before {
  left: 0;
}
.cid-vg7plJ1n5U .content-wrapper::after {
  right: 0;
}
.cid-vg7plJ1n5U .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vg7plJ1n5U .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg7plJ1n5U .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vg7plJ1n5U .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vg7plJ1n5U .mbr-section-title {
  color: #0a0a0a;
}
.cid-vg7plJ1n5U .mbr-text {
  color: #0a0a0a;
}
.cid-vg7HISOxjR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-vg7HISOxjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7HISOxjR .mbr-text a {
  color: #ff4306 !important;
  text-decoration: none;
}
.cid-vg7HISOxjR .mbr-text a:hover {
  color: #9b1e1e !important;
  text-decoration: none;
}
.cid-vg7HISOxjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7HISOxjR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vg7HISOxjR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vg7HISOxjR .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-vg7HISOxjR .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-vg7HISOxjR .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vg7HISOxjR .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-vg7HISOxjR .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-vg7HISOxjR .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vg7HISOxjR .mbr-text {
  color: #19171c;
}
.cid-vg7HISOxjR .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-vg7HISOxjR .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-vg7HISOxjR .mbr-text,
.cid-vg7HISOxjR .text-wrapper,
.cid-vg7HISOxjR .person-wrapper {
  text-align: center;
}
.cid-vg7plJnFin {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vg7plJnFin .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7plJnFin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7plJnFin .title-wrapper {
  padding: 25px;
  background-color: #000000;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vg7plJnFin .title-wrapper {
    padding: 20px;
  }
}
.cid-vg7plJnFin .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  margin-bottom: 25px;
}
.cid-vg7plJnFin .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg7plJnFin .title-wrapper .main-btn {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
.cid-vg7plJnFin .title-wrapper .main-btn .btn {
  min-height: auto;
}
.cid-vg7plJnFin .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vg7plJnFin .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-vg7plJnFin .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vg7plJnFin .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vg7plJnFin .items-wrapper .item:hover .item-wrapper .card-box,
.cid-vg7plJnFin .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateX(0);
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 1px solid #ff4306;
  overflow: hidden;
  position: relative;
  min-height: 355px;
  will-change: transform;
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  transform: translateX(-100%);
  transition: transform .5s ease;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box {
    justify-content: flex-end;
    padding: 20px;
    transform: translateX(0);
  }
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4306;
  opacity: .85;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box::before {
    height: 60%;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, #ff4306 30%);
    top: auto;
    bottom: 0;
  }
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box .social-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
    flex-direction: row;
  }
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .3s ease;
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vg7plJnFin .items-wrapper .item .item-wrapper .card-box .item-content .item-role {
  margin-bottom: 0;
}
.cid-vg7plJnFin .btn-wrapper {
  margin-right: 60px;
}
.cid-vg7plJnFin .mbr-section-title {
  color: #ffffff;
}
.cid-vg7plJnFin .item-name {
  color: #000000;
}
.cid-vg7plJnFin .item-role {
  color: #000000;
}
.cid-vg7plJRfnP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4306;
}
.cid-vg7plJRfnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7plJRfnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7plJRfnP .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg7plJRfnP .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg7plJRfnP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vg7plJRfnP .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vg7plJRfnP .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vg7plJRfnP .nav-wrapper .list .item-wrap:hover::before,
.cid-vg7plJRfnP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vg7plJRfnP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vg7plJRfnP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg7plJRfnP .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg7plJRfnP .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vg7plJRfnP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vg7plJRfnP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vg7plJRfnP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vg7plJRfnP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vg7plJRfnP .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vg7plJRfnP .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vg7plJRfnP .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg7plJRfnP .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vg7plJRfnP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg7plJRfnP .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vg7plJRfnP .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vg7plJRfnP .list {
  color: #ffffff;
}
.cid-vg7plJRfnP .mbr-section-title {
  color: #ffffff;
}
.cid-vg7plJRfnP .mbr-text {
  color: #ffffff;
}
.cid-vg7plJRfnP .mbr-copy {
  color: #ffffff;
}
.cid-vdKTT4zmLX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vdKTT4zmLX nav.navbar {
  position: fixed;
}
.cid-vdKTT4zmLX .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vdKTT4zmLX .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vdKTT4zmLX .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vdKTT4zmLX .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-vdKTT4zmLX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdKTT4zmLX .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vdKTT4zmLX .dropdown-item:hover,
.cid-vdKTT4zmLX .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vdKTT4zmLX .dropdown-item:hover span {
  color: white;
}
.cid-vdKTT4zmLX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdKTT4zmLX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdKTT4zmLX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdKTT4zmLX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdKTT4zmLX .nav-link {
  position: relative;
}
.cid-vdKTT4zmLX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vdKTT4zmLX .container {
    flex-wrap: nowrap;
  }
}
.cid-vdKTT4zmLX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdKTT4zmLX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdKTT4zmLX .dropdown-menu,
.cid-vdKTT4zmLX .navbar.opened {
  background: #ffffff !important;
}
.cid-vdKTT4zmLX .nav-item:focus,
.cid-vdKTT4zmLX .nav-link:focus {
  outline: none;
}
.cid-vdKTT4zmLX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdKTT4zmLX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vdKTT4zmLX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdKTT4zmLX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdKTT4zmLX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdKTT4zmLX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdKTT4zmLX .navbar {
  min-height: 110px;
  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;
}
.cid-vdKTT4zmLX .navbar.opened {
  transition: all 0.3s;
}
.cid-vdKTT4zmLX .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vdKTT4zmLX .navbar .navbar-logo img {
  width: auto;
}
.cid-vdKTT4zmLX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdKTT4zmLX .navbar.collapsed {
  justify-content: center;
}
.cid-vdKTT4zmLX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdKTT4zmLX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdKTT4zmLX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vdKTT4zmLX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdKTT4zmLX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdKTT4zmLX .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-vdKTT4zmLX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdKTT4zmLX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdKTT4zmLX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdKTT4zmLX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdKTT4zmLX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdKTT4zmLX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdKTT4zmLX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdKTT4zmLX .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-vdKTT4zmLX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdKTT4zmLX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdKTT4zmLX .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vdKTT4zmLX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdKTT4zmLX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdKTT4zmLX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdKTT4zmLX .navbar.navbar-short {
  min-height: 96px;
}
.cid-vdKTT4zmLX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vdKTT4zmLX .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vdKTT4zmLX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdKTT4zmLX .navbar-brand .navbar-caption:hover,
.cid-vdKTT4zmLX .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdKTT4zmLX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdKTT4zmLX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdKTT4zmLX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vdKTT4zmLX .dropdown-item.active,
.cid-vdKTT4zmLX .dropdown-item:active {
  background-color: transparent;
}
.cid-vdKTT4zmLX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdKTT4zmLX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdKTT4zmLX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdKTT4zmLX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vdKTT4zmLX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vdKTT4zmLX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdKTT4zmLX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdKTT4zmLX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vdKTT4zmLX ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vdKTT4zmLX .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdKTT4zmLX .navbar-buttons {
    text-align: left;
  }
}
.cid-vdKTT4zmLX .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vdKTT4zmLX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdKTT4zmLX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdKTT4zmLX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdKTT4zmLX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdKTT4zmLX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdKTT4zmLX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vdKTT4zmLX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vdKTT4zmLX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdKTT4zmLX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdKTT4zmLX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdKTT4zmLX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdKTT4zmLX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdKTT4zmLX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdKTT4zmLX .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-vdKTT4zmLX .navbar {
    height: 70px;
  }
  .cid-vdKTT4zmLX .navbar.opened {
    height: auto;
  }
  .cid-vdKTT4zmLX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdKTT4zmLX .navbar-nav {
  margin: 0;
}
.cid-vdKTT4zmLX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdKTT4zmLX .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vdKTT4zmLX .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdKTT4zmLX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vdKTT4zmLX .nav-item .nav-link:hover,
.cid-vdKTT4zmLX .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vdKTT4zmLX .nav-item .nav-link:hover::after,
.cid-vdKTT4zmLX .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vdKTT4zmLX .nav-item .nav-link:hover::before,
.cid-vdKTT4zmLX .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vdKTT4zmLX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdKTT4zmLX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdKTT4zmLX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdKTT4zmLX .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdKTT4zmLX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdKTT4zmLX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdKTT4zmLX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdKTT4zmLX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdKTT4zmLX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdKTT4zmLX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdKTT4zmLX .content-wrap {
  min-height: 110px;
}
.cid-vdKTT5tude {
  background-image: url("../../../assets/images/site-institucional.gif");
}
.cid-vdKTT5tude .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKTT5tude .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKTT5tude .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vdKTT5tude .image-wrapper {
    height: 300px;
  }
}
.cid-vdKTT5Nzme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdKTT5Nzme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKTT5Nzme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKTT5Nzme::before,
.cid-vdKTT5Nzme::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
}
.cid-vdKTT5Nzme::before {
  top: 0;
}
.cid-vdKTT5Nzme::after {
  bottom: 0;
}
.cid-vdKTT5Nzme .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vdKTT5Nzme .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vdKTT5Nzme .content-wrapper::before,
.cid-vdKTT5Nzme .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ff4306;
}
.cid-vdKTT5Nzme .content-wrapper::before {
  left: 0;
}
.cid-vdKTT5Nzme .content-wrapper::after {
  right: 0;
}
.cid-vdKTT5Nzme .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdKTT5Nzme .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdKTT5Nzme .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdKTT5Nzme .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdKTT5Nzme .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdKTT5Nzme .mbr-text {
  color: #0a0a0a;
}
.cid-vg7L27cx7p {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-vg7L27cx7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7L27cx7p .mbr-text a {
  color: #ff4306 !important;
  text-decoration: none;
}
.cid-vg7L27cx7p .mbr-text a:hover {
  color: #9b1e1e !important;
  text-decoration: none;
}
.cid-vg7L27cx7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7L27cx7p .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vg7L27cx7p .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vg7L27cx7p .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-vg7L27cx7p .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-vg7L27cx7p .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vg7L27cx7p .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-vg7L27cx7p .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-vg7L27cx7p .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vg7L27cx7p .mbr-text {
  color: #19171c;
}
.cid-vg7L27cx7p .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-vg7L27cx7p .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-vg7L27cx7p .mbr-text,
.cid-vg7L27cx7p .text-wrapper,
.cid-vg7L27cx7p .person-wrapper {
  text-align: center;
}
.cid-vdL3C3uHlA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-vdL3C3uHlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdL3C3uHlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdL3C3uHlA .title-wrapper {
  padding: 25px;
  background-color: #000000;
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdL3C3uHlA .title-wrapper {
    padding: 20px;
  }
}
.cid-vdL3C3uHlA .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 60px;
  display: inline-flex;
  margin-bottom: 25px;
}
.cid-vdL3C3uHlA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdL3C3uHlA .title-wrapper .main-btn {
  margin-top: 25px;
  margin-bottom: -9.6px;
}
.cid-vdL3C3uHlA .title-wrapper .main-btn .btn {
  min-height: auto;
}
.cid-vdL3C3uHlA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vdL3C3uHlA .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-vdL3C3uHlA .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vdL3C3uHlA .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vdL3C3uHlA .items-wrapper .item:hover .item-wrapper .card-box,
.cid-vdL3C3uHlA .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateX(0);
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 1px solid #ff4306;
  overflow: hidden;
  position: relative;
  min-height: 355px;
  will-change: transform;
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  transform: translateX(-100%);
  transition: transform .5s ease;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box {
    justify-content: flex-end;
    padding: 20px;
    transform: translateX(0);
  }
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4306;
  opacity: .85;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box::before {
    height: 60%;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 0%, #ff4306 30%);
    top: auto;
    bottom: 0;
  }
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box .social-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap {
    flex-direction: row;
  }
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  transition: all .3s ease;
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box .item-content {
  position: relative;
  z-index: 1;
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vdL3C3uHlA .items-wrapper .item .item-wrapper .card-box .item-content .item-role {
  margin-bottom: 0;
}
.cid-vdL3C3uHlA .btn-wrapper {
  margin-right: 60px;
}
.cid-vdL3C3uHlA .mbr-section-title {
  color: #ffffff;
}
.cid-vdL3C3uHlA .item-name {
  color: #000000;
}
.cid-vdL3C3uHlA .item-role {
  color: #000000;
}
.cid-vdKTT77SUy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4306;
}
.cid-vdKTT77SUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKTT77SUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKTT77SUy .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdKTT77SUy .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdKTT77SUy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vdKTT77SUy .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdKTT77SUy .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vdKTT77SUy .nav-wrapper .list .item-wrap:hover::before,
.cid-vdKTT77SUy .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vdKTT77SUy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdKTT77SUy .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdKTT77SUy .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdKTT77SUy .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdKTT77SUy .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vdKTT77SUy .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vdKTT77SUy .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vdKTT77SUy .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vdKTT77SUy .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-vdKTT77SUy .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vdKTT77SUy .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdKTT77SUy .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vdKTT77SUy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdKTT77SUy .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vdKTT77SUy .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vdKTT77SUy .list {
  color: #ffffff;
}
.cid-vdKTT77SUy .mbr-section-title {
  color: #ffffff;
}
.cid-vdKTT77SUy .mbr-text {
  color: #ffffff;
}
.cid-vdKTT77SUy .mbr-copy {
  color: #ffffff;
}
