.btn {
  border-width: 2px;
}
body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Alexandria', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Alexandria', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Alexandria', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e8c246 !important;
}
.bg-success {
  background-color: #eff0ff !important;
}
.bg-info {
  background-color: #1f357f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 5px solid #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e8c246 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e8c246 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e8c246 !important;
  border-color: #e8c246 !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f357f !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0ff !important;
  border-color: #ffffff !important;
  color: #000fef !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffffff !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #ffffff !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e8c246;
  color: #e8c246;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bf9818 !important;
  background-color: transparent !important;
  border-color: #bf9818 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e8c246 !important;
  border-color: #e8c246 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1f357f;
  color: #1f357f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e1839 !important;
  background-color: transparent !important;
  border-color: #0e1839 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eff0ff;
  color: #eff0ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #989fff !important;
  background-color: transparent !important;
  border-color: #989fff !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #e8c246 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #eff0ff !important;
}
.text-info {
  color: #1f357f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b28d16 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8990ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b132d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #e8c246;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f357f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e8c246;
  border-color: #e8c246;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e8c246;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4b6ad3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', 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: #e8c246 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', 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: #e8c246;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e8c246;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e8c246;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e8c246;
  border-bottom-color: #e8c246;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e8c246 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23e8c246' %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;
}
.cid-tjQDEIwxeU {
  z-index: 1000;
  width: 100%;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU nav.navbar {
  position: fixed;
}
.cid-tjQDEIwxeU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #e8c246 !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #000000 !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.3rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zgJuEKK1 {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v5zgJuEKK1 .carousel {
  width: 100%;
}
.cid-v5zgJuEKK1 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-v5zgJuEKK1 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-v5zgJuEKK1 img,
.cid-v5zgJuEKK1 .item-wrapper {
  border-radius: 0 !important;
}
.cid-v5zgJuEKK1 .carousel-caption {
  bottom: 40px;
}
.cid-v5zgJuEKK1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5zgJuEKK1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5zgJuEKK1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v5zgJuEKK1 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v5zgJuEKK1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v5zgJuEKK1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v5zgJuEKK1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v5zgJuEKK1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v5zgJuEKK1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5zgJuEKK1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5zgJuEKK1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5zgJuEKK1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v5zgJuEKK1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v5zgJuEKK1 .carousel-indicators li.active,
.cid-v5zgJuEKK1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5zgJuEKK1 .carousel-indicators li::after,
.cid-v5zgJuEKK1 .carousel-indicators li::before {
  content: none;
}
.cid-v5zgJuEKK1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5zgJuEKK1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5zgJuEKK1 .mbr-section-subtitle,
  .cid-v5zgJuEKK1 .mbr-section-text,
  .cid-v5zgJuEKK1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5zgJuEKK1 .carousel-control-prev,
.cid-v5zgJuEKK1 .carousel-control-next {
  display: none;
}
.cid-uJzUIWapQc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uJzUIWapQc .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.2em;
}
.cid-uJzUIWapQc .mbr-section-title {
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-uJzUIWapQc .mbr-text {
  color: #ffffff;
  letter-spacing: 0.2em;
}
.cid-uIx5rniB1K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uIx5rniB1K .card-box {
  background-color: #414141;
  padding: 4rem 2rem;
}
.cid-uIx5rniB1K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIx5rniB1K p {
  color: #767676;
  text-align: left;
}
.cid-uIx5rniB1K .card-wrapper {
  border: 1px solid #232323;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uIx5rniB1K .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uIx5rniB1K .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uIx5rniB1K h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-uIx5rniB1K h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #414141;
  margin-left: 10px;
}
.cid-uIx5rniB1K h3:hover:after {
  margin-left: -15px;
}
.cid-uIx5rniB1K P {
  text-align: center;
  color: #ffffff;
}
.cid-uIx5rniB1K .card-title {
  text-align: center;
  color: #e8c246;
}
.cid-uIx5rniB1K H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uIx5rniB1K .number {
  text-align: center;
  color: #e8c246;
}
.cid-uIx5rniB1K H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uIx5rniB1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIx5rniB1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzL3U82Q9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b1b1b;
}
.cid-uJzL3U82Q9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJzL3U82Q9 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uJzL3U82Q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzL3U82Q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAcBlkGrZ {
  background-color: #1b1b1b;
}
.cid-uJAcBlkGrZ .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .cid-uJAcBlkGrZ .container-fluid {
    padding: 0 45px;
  }
}
@media (max-width: 992px) {
  .cid-uJAcBlkGrZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJAcBlkGrZ .container {
    padding: 0 30px;
  }
}
.cid-uJAcBlkGrZ .item:focus,
.cid-uJAcBlkGrZ span:focus {
  outline: none;
}
.cid-uJAcBlkGrZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-uJAcBlkGrZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJAcBlkGrZ .embla__slide .slide-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJAcBlkGrZ .embla__slide .slide-content {
    display: block;
  }
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .social-wrapper {
  width: 250px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uJAcBlkGrZ .embla__slide .slide-content .social-wrapper .social-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 45px;
  }
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .social-wrapper .social-row .soc-item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJAcBlkGrZ .embla__slide .slide-content .social-wrapper .social-row .soc-item {
    margin: 0 10px;
  }
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .social-wrapper .social-row .soc-item a {
  display: block;
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .social-wrapper .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJAcBlkGrZ .embla__slide .slide-content .social-wrapper .social-row .soc-item a:focus .mbr-iconfont {
  opacity: .6;
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .social-wrapper .social-row .soc-item a .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper:hover .item-img .icon-wrapper,
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper:focus .item-img .icon-wrapper {
  opacity: 1;
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper:hover .item-img .icon-wrapper::before,
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper:focus .item-img .icon-wrapper::before {
  opacity: .6;
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  max-width: 450px;
  object-fit: cover;
  transform: rotate(-14deg);
}
@media (max-width: 1400px) {
  .cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper .item-img img {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
    max-width: 310px;
  }
}
@media (max-width: 768px) {
  .cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper {
    display: none;
  }
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 35px;
  color: #ffffff;
  z-index: 1;
  transform: rotate(45deg);
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uJAcBlkGrZ .embla__slide .slide-content .item-wrapper a {
  display: block;
}
.cid-uJAcBlkGrZ .embla__slide .item-content {
  position: relative;
  z-index: 1;
  width: 250px;
}
@media (max-width: 992px) {
  .cid-uJAcBlkGrZ .embla__slide .item-content {
    margin-top: 45px;
    width: 100%;
  }
}
.cid-uJAcBlkGrZ .embla__slide .item-content .item-subtitle {
  opacity: .6;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJAcBlkGrZ .embla__slide .item-content .item-subtitle {
    margin-bottom: 30px;
    opacity: 1;
    text-align: center;
  }
}
.cid-uJAcBlkGrZ .embla__slide .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJAcBlkGrZ .embla__slide .item-content .item-title {
    text-align: center;
  }
}
.cid-uJAcBlkGrZ .embla__button--next,
.cid-uJAcBlkGrZ .embla__button--prev {
  display: flex;
}
.cid-uJAcBlkGrZ .embla__button {
  top: 50%;
  width: 100px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
}
.cid-uJAcBlkGrZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJAcBlkGrZ .embla__button:hover {
  opacity: 1;
}
.cid-uJAcBlkGrZ .embla__button.embla__button--prev {
  left: 24%;
}
@media (max-width: 1199px) {
  .cid-uJAcBlkGrZ .embla__button.embla__button--prev {
    left: 20%;
  }
}
@media (max-width: 768px) {
  .cid-uJAcBlkGrZ .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uJAcBlkGrZ .embla__button.embla__button--next {
  right: 24%;
}
@media (max-width: 1199px) {
  .cid-uJAcBlkGrZ .embla__button.embla__button--next {
    right: 20%;
  }
}
@media (max-width: 768px) {
  .cid-uJAcBlkGrZ .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-uJAcBlkGrZ .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uJAcBlkGrZ .embla {
  position: relative;
  width: 100%;
}
.cid-uJAcBlkGrZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJAcBlkGrZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJAcBlkGrZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJAcBlkGrZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJAcBlkGrZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uJAcBlkGrZ .item-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uJAcBlkGrZ .item-title {
  color: #ffffff;
  text-align: right;
}
.cid-v9CnuINNcU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v9CnuINNcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CnuINNcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CnuINNcU .row {
  justify-content: center;
}
.cid-v9CnuINNcU .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v9CnuINNcU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9CnuINNcU .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v9CnuINNcU .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v9CnuINNcU .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v9CnuINNcU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9CnuINNcU .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v9CnuINNcU .mbr-section-title {
  color: #ffffff;
}
.cid-v9CnuINNcU .mbr-text {
  color: #ffffff;
}
.cid-v9CnuINNcU .mbr-desc {
  color: #ffffff;
}
.cid-v9CnuINNcU .mbr-section-title,
.cid-v9CnuINNcU .mbr-section-btn {
  text-align: center;
}
.cid-v9CnVU24gm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-v9CnVU24gm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CnVU24gm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CnVU24gm .row {
  justify-content: center;
}
.cid-v9CnVU24gm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v9CnVU24gm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9CnVU24gm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v9CnVU24gm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v9CnVU24gm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v9CnVU24gm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9CnVU24gm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v9CnVU24gm .mbr-section-title {
  color: #ffffff;
}
.cid-v9CnVU24gm .mbr-text {
  color: #ffffff;
}
.cid-v9CnVU24gm .mbr-desc {
  color: #ffffff;
}
.cid-v9CnVU24gm .mbr-section-title,
.cid-v9CnVU24gm .mbr-section-btn {
  text-align: center;
}
.cid-v9CmJTCpYt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-v9CmJTCpYt img {
  width: 110px;
  margin: auto;
}
.cid-v9CmJTCpYt .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v9CmJTCpYt .card {
    max-width: 16.6%;
  }
}
.cid-v9CmJTCpYt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJAtkxOWRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uJAtkxOWRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAtkxOWRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAtkxOWRL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJAtkxOWRL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJAtkxOWRL .row {
    text-align: center;
  }
  .cid-uJAtkxOWRL .row > div {
    margin: auto;
  }
  .cid-uJAtkxOWRL .social-row {
    justify-content: center;
  }
}
.cid-uJAtkxOWRL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJAtkxOWRL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJAtkxOWRL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJAtkxOWRL .list {
    margin-bottom: 0rem;
  }
}
.cid-uJAtkxOWRL .mbr-text {
  color: #bbbbbb;
}
.cid-uJAtkxOWRL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: 0,0,0,0.5;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.cid-uJAtkxOWRL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJAtkxOWRL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJzGnpUcU6 {
  z-index: 1000;
  width: 100%;
}
.cid-uJzGnpUcU6 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uJzGnpUcU6 nav.navbar {
  position: fixed;
}
.cid-uJzGnpUcU6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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-uJzGnpUcU6 .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJzGnpUcU6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJzGnpUcU6 .dropdown-item:hover,
.cid-uJzGnpUcU6 .dropdown-item:focus {
  background: #e8c246 !important;
  color: white !important;
}
.cid-uJzGnpUcU6 .dropdown-item:hover span {
  color: white;
}
.cid-uJzGnpUcU6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJzGnpUcU6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJzGnpUcU6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJzGnpUcU6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJzGnpUcU6 .nav-link {
  position: relative;
}
.cid-uJzGnpUcU6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJzGnpUcU6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uJzGnpUcU6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJzGnpUcU6 .dropdown-menu,
.cid-uJzGnpUcU6 .navbar.opened {
  background: #000000 !important;
}
.cid-uJzGnpUcU6 .nav-item:focus,
.cid-uJzGnpUcU6 .nav-link:focus {
  outline: none;
}
.cid-uJzGnpUcU6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJzGnpUcU6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.3rem;
}
.cid-uJzGnpUcU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJzGnpUcU6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJzGnpUcU6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJzGnpUcU6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJzGnpUcU6 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uJzGnpUcU6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJzGnpUcU6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJzGnpUcU6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uJzGnpUcU6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJzGnpUcU6 .navbar.collapsed {
  justify-content: center;
}
.cid-uJzGnpUcU6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJzGnpUcU6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJzGnpUcU6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJzGnpUcU6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJzGnpUcU6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJzGnpUcU6 .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-uJzGnpUcU6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJzGnpUcU6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJzGnpUcU6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJzGnpUcU6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJzGnpUcU6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJzGnpUcU6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJzGnpUcU6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJzGnpUcU6 .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-uJzGnpUcU6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJzGnpUcU6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJzGnpUcU6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJzGnpUcU6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJzGnpUcU6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJzGnpUcU6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJzGnpUcU6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJzGnpUcU6 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uJzGnpUcU6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJzGnpUcU6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJzGnpUcU6 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJzGnpUcU6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJzGnpUcU6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJzGnpUcU6 .dropdown-item.active,
.cid-uJzGnpUcU6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJzGnpUcU6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJzGnpUcU6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJzGnpUcU6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJzGnpUcU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uJzGnpUcU6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJzGnpUcU6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJzGnpUcU6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJzGnpUcU6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJzGnpUcU6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJzGnpUcU6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJzGnpUcU6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJzGnpUcU6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJzGnpUcU6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJzGnpUcU6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJzGnpUcU6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJzGnpUcU6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJzGnpUcU6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJzGnpUcU6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJzGnpUcU6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJzGnpUcU6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJzGnpUcU6 .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-uJzGnpUcU6 .navbar {
    height: 70px;
  }
  .cid-uJzGnpUcU6 .navbar.opened {
    height: auto;
  }
  .cid-uJzGnpUcU6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJzGnqDFHc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cora-bates-bu7b9g-up8c-unsplash.jpg-514x343.jpg");
}
.cid-uJzGnqDFHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzGnqDFHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzGnqDFHc .mbr-text,
.cid-uJzGnqDFHc .mbr-section-btn {
  text-align: center;
}
.cid-uJzGnqDFHc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJzGnqDFHc .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uJAQVfP8Xl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uJAQVfP8Xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAQVfP8Xl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAQVfP8Xl .timeline-element {
  position: relative;
}
.cid-uJAQVfP8Xl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJAQVfP8Xl .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uJAQVfP8Xl .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uJAQVfP8Xl .iconBackground {
    left: 50%;
  }
}
.cid-uJAQVfP8Xl .row:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-uJAQVfP8Xl .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uJAQVfP8Xl .row:after {
    left: 50%;
  }
}
.cid-uJAQVfP8Xl .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uJAQVfP8Xl .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-uJAQVfP8Xl .timeline-date-wrapper,
  .cid-uJAQVfP8Xl .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uJAQVfP8Xl .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJAQVfP8Xl .timeline-date-wrapper,
  .cid-uJAQVfP8Xl .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJAQVfP8Xl .timeline-date-wrapper,
  .cid-uJAQVfP8Xl .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uJAQVfP8Xl .mbr-section-title {
  color: #ffffff;
}
.cid-uJAQVfP8Xl .mbr-timeline-date {
  color: #ffffff;
}
.cid-uJAQVfP8Xl .mbr-timeline-title {
  color: #ffffff;
}
.cid-uJAQVfP8Xl .mbr-text {
  color: #ffffff;
}
.cid-uJAQVfP8Xl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJzGntowJk {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (max-width: 992px) {
  .cid-uJzGntowJk {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-uJzGntowJk {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-uJzGntowJk .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uJzGntowJk .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uJzGntowJk .icon-wrap span {
  padding-left: 8px;
}
.cid-uJzGntowJk .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uJzGntowJk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uJzGntowJk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJzGntowJk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJzGntowJk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJzGntowJk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uJzGntowJk a.close:hover {
  color: #ffffff;
}
.cid-uJzGntowJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzGntowJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzGnvxctz {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJzGnvxctz .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-uJzGnvxctz .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uJzGnvxctz .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-uJzGnvxctz .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uJzGnvxctz .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-uJzGnvxctz .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-uJzGnvxctz .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-uJzGnvxctz .carousel-indicators li.active {
  background: #ddc499;
}
.cid-uJzGnvxctz .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-uJzGnvxctz .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-uJzGnvxctz .mbr-text,
.cid-uJzGnvxctz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJzGnvxctz H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uJzGnvxctz .author,
.cid-uJzGnvxctz .box {
  font-style: italic;
}
.cid-uJzGnvxctz .author {
  color: #9A948D;
}
.cid-uJzGnvxctz .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-uJzGnvxctz .mbr-iconfont {
    display: none;
  }
}
.cid-uJAtkxOWRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uJAtkxOWRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAtkxOWRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAtkxOWRL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJAtkxOWRL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJAtkxOWRL .row {
    text-align: center;
  }
  .cid-uJAtkxOWRL .row > div {
    margin: auto;
  }
  .cid-uJAtkxOWRL .social-row {
    justify-content: center;
  }
}
.cid-uJAtkxOWRL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJAtkxOWRL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJAtkxOWRL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJAtkxOWRL .list {
    margin-bottom: 0rem;
  }
}
.cid-uJAtkxOWRL .mbr-text {
  color: #bbbbbb;
}
.cid-uJAtkxOWRL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: 0,0,0,0.5;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.cid-uJAtkxOWRL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJAtkxOWRL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJAPzWElyK {
  z-index: 1000;
  width: 100%;
}
.cid-uJAPzWElyK .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uJAPzWElyK nav.navbar {
  position: fixed;
}
.cid-uJAPzWElyK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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-uJAPzWElyK .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJAPzWElyK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJAPzWElyK .dropdown-item:hover,
.cid-uJAPzWElyK .dropdown-item:focus {
  background: #e8c246 !important;
  color: white !important;
}
.cid-uJAPzWElyK .dropdown-item:hover span {
  color: white;
}
.cid-uJAPzWElyK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJAPzWElyK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJAPzWElyK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJAPzWElyK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJAPzWElyK .nav-link {
  position: relative;
}
.cid-uJAPzWElyK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJAPzWElyK .container {
    flex-wrap: nowrap;
  }
}
.cid-uJAPzWElyK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJAPzWElyK .dropdown-menu,
.cid-uJAPzWElyK .navbar.opened {
  background: #000000 !important;
}
.cid-uJAPzWElyK .nav-item:focus,
.cid-uJAPzWElyK .nav-link:focus {
  outline: none;
}
.cid-uJAPzWElyK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJAPzWElyK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.3rem;
}
.cid-uJAPzWElyK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJAPzWElyK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJAPzWElyK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJAPzWElyK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJAPzWElyK .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uJAPzWElyK .navbar.opened {
  transition: all 0.3s;
}
.cid-uJAPzWElyK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJAPzWElyK .navbar .navbar-logo img {
  width: auto;
}
.cid-uJAPzWElyK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJAPzWElyK .navbar.collapsed {
  justify-content: center;
}
.cid-uJAPzWElyK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJAPzWElyK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJAPzWElyK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJAPzWElyK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJAPzWElyK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJAPzWElyK .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-uJAPzWElyK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJAPzWElyK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJAPzWElyK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJAPzWElyK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJAPzWElyK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJAPzWElyK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJAPzWElyK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJAPzWElyK .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-uJAPzWElyK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJAPzWElyK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJAPzWElyK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJAPzWElyK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJAPzWElyK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJAPzWElyK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJAPzWElyK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJAPzWElyK .navbar.navbar-short {
  min-height: 80px;
}
.cid-uJAPzWElyK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJAPzWElyK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJAPzWElyK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJAPzWElyK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJAPzWElyK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJAPzWElyK .dropdown-item.active,
.cid-uJAPzWElyK .dropdown-item:active {
  background-color: transparent;
}
.cid-uJAPzWElyK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJAPzWElyK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJAPzWElyK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJAPzWElyK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uJAPzWElyK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJAPzWElyK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJAPzWElyK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJAPzWElyK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJAPzWElyK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJAPzWElyK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJAPzWElyK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJAPzWElyK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJAPzWElyK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJAPzWElyK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJAPzWElyK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJAPzWElyK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJAPzWElyK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJAPzWElyK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJAPzWElyK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJAPzWElyK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJAPzWElyK .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-uJAPzWElyK .navbar {
    height: 70px;
  }
  .cid-uJAPzWElyK .navbar.opened {
    height: auto;
  }
  .cid-uJAPzWElyK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJAPzXfi6X {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/erika-giraud-t-ynmgrn65o-unsplash.jpg-514x343.jpg");
}
.cid-uJAPzXfi6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAPzXfi6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAPzXfi6X .mbr-text,
.cid-uJAPzXfi6X .mbr-section-btn {
  text-align: center;
}
.cid-uJAPzXfi6X .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJAPzXfi6X .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uJAPA5xGEP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJAPA5xGEP .card-wrapper {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJAPA5xGEP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJAPA5xGEP .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-uJAPA5xGEP .row {
  justify-content: center;
}
.cid-uJAPA5xGEP .card-box {
  display: flex;
  align-items: center;
}
.cid-uJAPA5xGEP .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJAPA5xGEP .card-box {
    flex-direction: column;
  }
  .cid-uJAPA5xGEP .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uJAPA5xGEP .card-link:hover a {
  background-image: none !important;
}
.cid-uJAPA5xGEP .mbr-section-subtitle {
  color: #777777;
}
.cid-uJAPA5xGEP .card-text {
  color: #777777;
}
.cid-v5z6SjkXMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5z6SjkXMT .mbr-text {
  color: #000000;
}
.cid-v5z6SjkXMT .mbr-section-subtitle {
  color: #000000;
}
.cid-v5z6SjkXMT .mbr-section-title {
  color: #000000;
}
.cid-uJBiBBfn0X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJBiBBfn0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBiBBfn0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBiBBfn0X .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJBiBBfn0X .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJBiBBfn0X .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJBiBBfn0X .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJBiBBfn0X .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uJBiBBfn0X .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJBiBBfn0X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJBiBBfn0X .mbr-text,
.cid-uJBiBBfn0X .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJBiBBfn0X .mbr-section-title,
.cid-uJBiBBfn0X .mbr-section-btn {
  text-align: center;
}
.cid-uJAPAcBP6a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uJAPAcBP6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAPAcBP6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAPAcBP6a .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJAPAcBP6a .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJAPAcBP6a .row {
    text-align: center;
  }
  .cid-uJAPAcBP6a .row > div {
    margin: auto;
  }
  .cid-uJAPAcBP6a .social-row {
    justify-content: center;
  }
}
.cid-uJAPAcBP6a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJAPAcBP6a .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJAPAcBP6a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJAPAcBP6a .list {
    margin-bottom: 0rem;
  }
}
.cid-uJAPAcBP6a .mbr-text {
  color: #bbbbbb;
}
.cid-uJAPAcBP6a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: 0,0,0,0.5;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.cid-uJAPAcBP6a .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJAPAcBP6a div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJN4YMI3Kf {
  z-index: 1000;
  width: 100%;
}
.cid-uJN4YMI3Kf .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uJN4YMI3Kf nav.navbar {
  position: fixed;
}
.cid-uJN4YMI3Kf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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-uJN4YMI3Kf .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJN4YMI3Kf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJN4YMI3Kf .dropdown-item:hover,
.cid-uJN4YMI3Kf .dropdown-item:focus {
  background: #e8c246 !important;
  color: white !important;
}
.cid-uJN4YMI3Kf .dropdown-item:hover span {
  color: white;
}
.cid-uJN4YMI3Kf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJN4YMI3Kf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJN4YMI3Kf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJN4YMI3Kf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJN4YMI3Kf .nav-link {
  position: relative;
}
.cid-uJN4YMI3Kf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJN4YMI3Kf .container {
    flex-wrap: nowrap;
  }
}
.cid-uJN4YMI3Kf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJN4YMI3Kf .dropdown-menu,
.cid-uJN4YMI3Kf .navbar.opened {
  background: #000000 !important;
}
.cid-uJN4YMI3Kf .nav-item:focus,
.cid-uJN4YMI3Kf .nav-link:focus {
  outline: none;
}
.cid-uJN4YMI3Kf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJN4YMI3Kf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.3rem;
}
.cid-uJN4YMI3Kf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJN4YMI3Kf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJN4YMI3Kf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJN4YMI3Kf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJN4YMI3Kf .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uJN4YMI3Kf .navbar.opened {
  transition: all 0.3s;
}
.cid-uJN4YMI3Kf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJN4YMI3Kf .navbar .navbar-logo img {
  width: auto;
}
.cid-uJN4YMI3Kf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJN4YMI3Kf .navbar.collapsed {
  justify-content: center;
}
.cid-uJN4YMI3Kf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJN4YMI3Kf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJN4YMI3Kf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJN4YMI3Kf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJN4YMI3Kf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJN4YMI3Kf .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-uJN4YMI3Kf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJN4YMI3Kf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJN4YMI3Kf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJN4YMI3Kf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJN4YMI3Kf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJN4YMI3Kf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJN4YMI3Kf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJN4YMI3Kf .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-uJN4YMI3Kf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJN4YMI3Kf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJN4YMI3Kf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJN4YMI3Kf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJN4YMI3Kf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJN4YMI3Kf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJN4YMI3Kf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJN4YMI3Kf .navbar.navbar-short {
  min-height: 80px;
}
.cid-uJN4YMI3Kf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJN4YMI3Kf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJN4YMI3Kf .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJN4YMI3Kf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJN4YMI3Kf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJN4YMI3Kf .dropdown-item.active,
.cid-uJN4YMI3Kf .dropdown-item:active {
  background-color: transparent;
}
.cid-uJN4YMI3Kf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJN4YMI3Kf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJN4YMI3Kf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJN4YMI3Kf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uJN4YMI3Kf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJN4YMI3Kf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJN4YMI3Kf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJN4YMI3Kf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJN4YMI3Kf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJN4YMI3Kf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJN4YMI3Kf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJN4YMI3Kf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJN4YMI3Kf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJN4YMI3Kf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJN4YMI3Kf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJN4YMI3Kf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJN4YMI3Kf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJN4YMI3Kf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJN4YMI3Kf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJN4YMI3Kf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJN4YMI3Kf .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-uJN4YMI3Kf .navbar {
    height: 70px;
  }
  .cid-uJN4YMI3Kf .navbar.opened {
    height: auto;
  }
  .cid-uJN4YMI3Kf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJN4YO2nXq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/erika-giraud-t-ynmgrn65o-unsplash.jpg-514x343.jpg");
}
.cid-uJN4YO2nXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJN4YO2nXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJN4YO2nXq .mbr-text,
.cid-uJN4YO2nXq .mbr-section-btn {
  text-align: center;
}
.cid-uJN4YO2nXq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJN4YO2nXq .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uJN58qXolp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #a78aff -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uJN58qXolp {
    background-image: linear-gradient(45deg, #a78aff -60%, #000000 40%);
  }
}
.cid-uJN58qXolp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJN58qXolp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJN58qXolp .row {
  justify-content: space-between;
}
.cid-uJN58qXolp .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJN58qXolp .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uJN58qXolp .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJN58qXolp .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uJN58qXolp .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-uJN58qXolp .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uJN58qXolp .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uJN58qXolp .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uJN58qXolp .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJN58qXolp .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uJN58qXolp .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uJN58qXolp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJN58qXolp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJN58qXolp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJN58qXolp .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uJN58qXolp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uJN58qXolp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uJN58qXolp .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uJN58qXolp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJN58qXolp .mbr-section-title {
  color: #ffffff;
}
.cid-uJN58qXolp .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJN58qXolp .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uJN58qXolp .panel-title-edit {
  color: #ffffff;
}
.cid-uJN58qXolp .panel-text {
  color: #ffffff;
}
.cid-uJN4YPwNcz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJN4YPwNcz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-uJN4YPwNcz .text {
  padding: 0;
}
.cid-uJN4YPwNcz section {
  position: relative;
}
.cid-uJN4YPwNcz h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-uJN4YPwNcz .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #232323;
}
.cid-uJN4YPwNcz .box {
  background-image: url("../../../assets/images/charles-robertson-5xa-xj7b8-unsplash.jpg-514x643.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJN4YPwNcz .icon-wrap {
  background-color: #ffffff !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uJN4YPwNcz .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uJN4YPwNcz .icon-wrap span {
  padding-left: 8px;
}
.cid-uJN4YPwNcz .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-uJN4YPwNcz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uJN4YPwNcz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJN4YPwNcz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJN4YPwNcz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJN4YPwNcz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uJN4YPwNcz a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJN4YPwNcz {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-uJN4YPwNcz .box {
    height: 250px;
  }
  .cid-uJN4YPwNcz .row {
    padding: 1rem!important;
  }
}
.cid-uJN4YPwNcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJN4YPwNcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJN4YOyfal {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJN4YOyfal .card-wrapper {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJN4YOyfal .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJN4YOyfal .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-uJN4YOyfal .row {
  justify-content: center;
}
.cid-uJN4YOyfal .card-box {
  display: flex;
  align-items: center;
}
.cid-uJN4YOyfal .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJN4YOyfal .card-box {
    flex-direction: column;
  }
  .cid-uJN4YOyfal .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uJN4YOyfal .card-link:hover a {
  background-image: none !important;
}
.cid-uJN4YOyfal .mbr-section-subtitle {
  color: #777777;
}
.cid-uJN4YOyfal .card-text {
  color: #777777;
}
.cid-uJN4YP7hVU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJN4YP7hVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJN4YP7hVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJN4YP7hVU .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJN4YP7hVU .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJN4YP7hVU .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJN4YP7hVU .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJN4YP7hVU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uJN4YP7hVU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJN4YP7hVU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJN4YP7hVU .mbr-text,
.cid-uJN4YP7hVU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJN4YP7hVU .mbr-section-title,
.cid-uJN4YP7hVU .mbr-section-btn {
  text-align: center;
}
.cid-uJN4YQL8sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uJN4YQL8sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJN4YQL8sm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJN4YQL8sm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJN4YQL8sm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJN4YQL8sm .row {
    text-align: center;
  }
  .cid-uJN4YQL8sm .row > div {
    margin: auto;
  }
  .cid-uJN4YQL8sm .social-row {
    justify-content: center;
  }
}
.cid-uJN4YQL8sm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJN4YQL8sm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJN4YQL8sm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJN4YQL8sm .list {
    margin-bottom: 0rem;
  }
}
.cid-uJN4YQL8sm .mbr-text {
  color: #bbbbbb;
}
.cid-uJN4YQL8sm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: 0,0,0,0.5;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.cid-uJN4YQL8sm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJN4YQL8sm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJAPHaSaJs {
  z-index: 1000;
  width: 100%;
}
.cid-uJAPHaSaJs .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uJAPHaSaJs nav.navbar {
  position: fixed;
}
.cid-uJAPHaSaJs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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-uJAPHaSaJs .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJAPHaSaJs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJAPHaSaJs .dropdown-item:hover,
.cid-uJAPHaSaJs .dropdown-item:focus {
  background: #e8c246 !important;
  color: white !important;
}
.cid-uJAPHaSaJs .dropdown-item:hover span {
  color: white;
}
.cid-uJAPHaSaJs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJAPHaSaJs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJAPHaSaJs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJAPHaSaJs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJAPHaSaJs .nav-link {
  position: relative;
}
.cid-uJAPHaSaJs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJAPHaSaJs .container {
    flex-wrap: nowrap;
  }
}
.cid-uJAPHaSaJs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJAPHaSaJs .dropdown-menu,
.cid-uJAPHaSaJs .navbar.opened {
  background: #000000 !important;
}
.cid-uJAPHaSaJs .nav-item:focus,
.cid-uJAPHaSaJs .nav-link:focus {
  outline: none;
}
.cid-uJAPHaSaJs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJAPHaSaJs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.3rem;
}
.cid-uJAPHaSaJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJAPHaSaJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJAPHaSaJs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJAPHaSaJs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJAPHaSaJs .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uJAPHaSaJs .navbar.opened {
  transition: all 0.3s;
}
.cid-uJAPHaSaJs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJAPHaSaJs .navbar .navbar-logo img {
  width: auto;
}
.cid-uJAPHaSaJs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJAPHaSaJs .navbar.collapsed {
  justify-content: center;
}
.cid-uJAPHaSaJs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJAPHaSaJs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJAPHaSaJs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJAPHaSaJs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJAPHaSaJs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJAPHaSaJs .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-uJAPHaSaJs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJAPHaSaJs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJAPHaSaJs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJAPHaSaJs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJAPHaSaJs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJAPHaSaJs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJAPHaSaJs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJAPHaSaJs .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-uJAPHaSaJs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJAPHaSaJs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJAPHaSaJs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJAPHaSaJs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJAPHaSaJs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJAPHaSaJs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJAPHaSaJs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJAPHaSaJs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uJAPHaSaJs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJAPHaSaJs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJAPHaSaJs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJAPHaSaJs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJAPHaSaJs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJAPHaSaJs .dropdown-item.active,
.cid-uJAPHaSaJs .dropdown-item:active {
  background-color: transparent;
}
.cid-uJAPHaSaJs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJAPHaSaJs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJAPHaSaJs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJAPHaSaJs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uJAPHaSaJs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJAPHaSaJs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJAPHaSaJs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJAPHaSaJs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJAPHaSaJs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJAPHaSaJs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJAPHaSaJs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJAPHaSaJs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJAPHaSaJs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJAPHaSaJs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJAPHaSaJs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJAPHaSaJs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJAPHaSaJs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJAPHaSaJs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJAPHaSaJs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJAPHaSaJs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJAPHaSaJs .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-uJAPHaSaJs .navbar {
    height: 70px;
  }
  .cid-uJAPHaSaJs .navbar.opened {
    height: auto;
  }
  .cid-uJAPHaSaJs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJAPHbPnEg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/hannah-busing-zyx1bk9mqma-unsplash.jpg-2000x1333.jpg");
}
.cid-uJAPHbPnEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAPHbPnEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAPHbPnEg .mbr-text,
.cid-uJAPHbPnEg .mbr-section-btn {
  text-align: center;
}
.cid-uJAPHbPnEg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJAPHbPnEg .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uJAPHeuN9C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJAPHeuN9C .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-uJAPHeuN9C h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uJAPHeuN9C p {
  color: #767676;
  text-align: left;
}
.cid-uJAPHeuN9C .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uJAPHeuN9C .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uJAPHeuN9C .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uJAPHeuN9C h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-uJAPHeuN9C h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uJAPHeuN9C h3:hover:after {
  margin-left: -15px;
}
.cid-uJAPHeuN9C P {
  text-align: left;
}
.cid-uJAPHeuN9C .card-title {
  text-align: center;
}
.cid-uJAPHeuN9C H3 {
  text-align: center;
}
.cid-uJAPHeuN9C .number {
  text-align: center;
}
.cid-uJAPHeuN9C H1 {
  text-align: center;
}
.cid-uJAPHeuN9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAPHeuN9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAPHiNSvI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJAPHiNSvI .mbr-section-head {
  width: 100%;
  margin-bottom: 3.33vw;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-uJAPHiNSvI .mbr-section-title {
  color: #1b1b1b;
  margin-bottom: 0;
}
.cid-uJAPHiNSvI .mbr-section-foot {
  display: flex;
  align-items: flex-start;
  margin-top: 3.33vw;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .mbr-section-foot {
    flex-wrap: wrap;
    margin-top: 10.6vw;
  }
}
.cid-uJAPHiNSvI .mbr-section-subtitle {
  margin-bottom: 0;
  color: #1b1b1b;
  width: 26%;
  margin-right: 3.264vw;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .mbr-section-subtitle {
    width: 100%;
    margin-right: 0;
  }
}
.cid-uJAPHiNSvI .mbr-text {
  color: #414141;
  width: 30%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .mbr-text {
    width: 100%;
    margin-top: 4.26vw;
  }
}
.cid-uJAPHiNSvI .item-border-top {
  width: 100%;
  height: 1px;
  background-color: #1b1b1b;
}
.cid-uJAPHiNSvI .item {
  display: flex;
  align-items: center;
}
.cid-uJAPHiNSvI .item-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 1.39vw;
  padding: 2.5vw 0;
  transition: 0.4s all;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid #1b1b1b;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .item-wrap {
    grid-template-columns: repeat(4, 1fr);
    padding: 5.33vw 0;
    row-gap: 0;
  }
}
@media (max-width: 767px) {
  .cid-uJAPHiNSvI .item-wrap:hover .item-title {
    color: #9f92ec;
  }
  .cid-uJAPHiNSvI .item-wrap:hover .item-title a {
    color: #9f92ec !important;
  }
}
.cid-uJAPHiNSvI .item-wrap:hover .item-subtitle {
  color: #9f92ec;
}
.cid-uJAPHiNSvI .item-wrap:hover .item-subtitle a {
  color: #9f92ec !important;
}
.cid-uJAPHiNSvI .item-wrap:hover .card-text {
  color: #9f92ec;
}
.cid-uJAPHiNSvI .item-wrap:hover .card-text a {
  color: #9f92ec !important;
}
.cid-uJAPHiNSvI .item-wrap:hover .item-img .mbr-iconfont {
  animation: icon-sliding 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  color: #9f92ec;
}
.cid-uJAPHiNSvI .item-title {
  color: #000000;
  margin-bottom: 0;
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .item-title {
    grid-column-start: 1;
    grid-column-end: -1;
    margin-bottom: 4.27vw;
  }
}
.cid-uJAPHiNSvI .item-subtitle {
  color: #565add;
  grid-column-start: 4;
  grid-column-end: 8;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .item-subtitle {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.cid-uJAPHiNSvI .card-text {
  color: #1b1b1b;
  grid-column-start: 9;
  grid-column-end: 11;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .card-text {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-top: 2.13vw;
  }
}
.cid-uJAPHiNSvI .item-img-container {
  grid-column-start: 12;
  grid-column-end: 13;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .item-img-container {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.cid-uJAPHiNSvI .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.16vw;
  aspect-ratio: 1;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .item-img {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
  }
}
.cid-uJAPHiNSvI .item-img .mbr-iconfont {
  font-size: 2.1vw !important;
  color: #1b1b1b;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uJAPHiNSvI .item-img .mbr-iconfont {
    font-size: 7.9vw !important;
  }
}
@keyframes icon-sliding {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(220%, -220%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(220%, -220%, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    z-index: 2;
  }
  51% {
    transform: translate3d(-120%, 120%, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-120%, 120%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uJAPHd4Pcd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hannah-busing-zyx1bk9mqma-unsplash.jpg-2000x1333.jpg");
}
.cid-uJAPHd4Pcd .block__inner {
  padding: 55px 20px 50px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cid-uJAPHd4Pcd .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJAPHd4Pcd .mbr-text {
  margin-bottom: 0;
}
.cid-uJAPHd4Pcd .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJAPHd4Pcd .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uJAPHd4Pcd .mbr-media {
  margin: 35px 0 40px;
}
.cid-uJAPHd4Pcd .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000;
}
.cid-uJAPHd4Pcd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uJAPHd4Pcd .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uJAPHd4Pcd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJAPHd4Pcd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJAPHd4Pcd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJAPHd4Pcd a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uJAPHd4Pcd a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJAPHd4Pcd .block__inner {
    padding: 40px 10px;
  }
}
.cid-uJAPHd4Pcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAPHd4Pcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAU72td51 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJAU72td51 .form-row > .col,
.cid-uJAU72td51 .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cid-uJAU72td51 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uJAU72td51 .wrap {
  background-color: #121212;
  padding: 8rem 1rem 6rem;
}
@media (min-width: 992px) {
  .cid-uJAU72td51 .wrap {
    padding: 8rem 20rem 7rem;
  }
}
.cid-uJAU72td51 .mbr-iconfont {
  position: absolute;
  right: 2%;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.cid-uJAU72td51 .form-control,
.cid-uJAU72td51 .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  color: #ffffff;
  font-style: italic;
}
.cid-uJAU72td51 .jq-selectbox__select {
  padding: 0;
}
.cid-uJAU72td51 .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-uJAU72td51 .jq-number__spin {
  background-color: #e8c246;
  border-color: #e8c246;
}
.cid-uJAU72td51 .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uJAU72td51 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uJAU72td51 .jq-number__spin.minus:after,
.cid-uJAU72td51 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uJAU72td51 .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-uJAU72td51 .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-uJAU72td51 .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-uJAU72td51 .form-check-input:checked {
  background-color: #e8c246;
  border-color: #e8c246;
}
.cid-uJAU72td51 p {
  font-style: italic;
  color: #9a948d;
}
.cid-uJAU72td51 .form-control::placeholder {
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-uJAU72td51 input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-uJAU72td51 input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uJAU72td51 input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #e8c246;
}
.cid-uJAU72td51 input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uJAU72td51 input[type="range"]::-moz-range-thumb {
  background: #e8c246;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-uJAU72td51 .form-control-label,
.cid-uJAU72td51 .form-check-label {
  color: #ffffff;
  font-style: italic;
}
.cid-uJAU72td51 input::-webkit-clear-button {
  display: none;
}
.cid-uJAU72td51 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uJAU72td51 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uJAU72td51 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uJAU72td51 .mbr-section-title {
  color: #ffffff;
}
.cid-uJAU72td51 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJAPHrssp5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uJAPHrssp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAPHrssp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAPHrssp5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJAPHrssp5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJAPHrssp5 .row {
    text-align: center;
  }
  .cid-uJAPHrssp5 .row > div {
    margin: auto;
  }
  .cid-uJAPHrssp5 .social-row {
    justify-content: center;
  }
}
.cid-uJAPHrssp5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJAPHrssp5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJAPHrssp5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJAPHrssp5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uJAPHrssp5 .mbr-text {
  color: #bbbbbb;
}
.cid-uJAPHrssp5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: 0,0,0,0.5;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.cid-uJAPHrssp5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJAPHrssp5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJB3thc2Js {
  z-index: 1000;
  width: 100%;
}
.cid-uJB3thc2Js .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uJB3thc2Js nav.navbar {
  position: fixed;
}
.cid-uJB3thc2Js .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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-uJB3thc2Js .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJB3thc2Js .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJB3thc2Js .dropdown-item:hover,
.cid-uJB3thc2Js .dropdown-item:focus {
  background: #e8c246 !important;
  color: white !important;
}
.cid-uJB3thc2Js .dropdown-item:hover span {
  color: white;
}
.cid-uJB3thc2Js .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJB3thc2Js .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJB3thc2Js .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJB3thc2Js .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJB3thc2Js .nav-link {
  position: relative;
}
.cid-uJB3thc2Js .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJB3thc2Js .container {
    flex-wrap: nowrap;
  }
}
.cid-uJB3thc2Js .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJB3thc2Js .dropdown-menu,
.cid-uJB3thc2Js .navbar.opened {
  background: #000000 !important;
}
.cid-uJB3thc2Js .nav-item:focus,
.cid-uJB3thc2Js .nav-link:focus {
  outline: none;
}
.cid-uJB3thc2Js .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJB3thc2Js .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.3rem;
}
.cid-uJB3thc2Js .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJB3thc2Js .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJB3thc2Js .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJB3thc2Js .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJB3thc2Js .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uJB3thc2Js .navbar.opened {
  transition: all 0.3s;
}
.cid-uJB3thc2Js .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJB3thc2Js .navbar .navbar-logo img {
  width: auto;
}
.cid-uJB3thc2Js .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJB3thc2Js .navbar.collapsed {
  justify-content: center;
}
.cid-uJB3thc2Js .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJB3thc2Js .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJB3thc2Js .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJB3thc2Js .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJB3thc2Js .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJB3thc2Js .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-uJB3thc2Js .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJB3thc2Js .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJB3thc2Js .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJB3thc2Js .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJB3thc2Js .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJB3thc2Js .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJB3thc2Js .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJB3thc2Js .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-uJB3thc2Js .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJB3thc2Js .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJB3thc2Js .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJB3thc2Js .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJB3thc2Js .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJB3thc2Js .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJB3thc2Js .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJB3thc2Js .navbar.navbar-short {
  min-height: 80px;
}
.cid-uJB3thc2Js .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJB3thc2Js .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJB3thc2Js .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJB3thc2Js .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJB3thc2Js .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJB3thc2Js .dropdown-item.active,
.cid-uJB3thc2Js .dropdown-item:active {
  background-color: transparent;
}
.cid-uJB3thc2Js .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJB3thc2Js .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJB3thc2Js .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJB3thc2Js .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uJB3thc2Js .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJB3thc2Js .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJB3thc2Js ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJB3thc2Js .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJB3thc2Js button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJB3thc2Js button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJB3thc2Js button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJB3thc2Js button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJB3thc2Js button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJB3thc2Js button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJB3thc2Js nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJB3thc2Js nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJB3thc2Js nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJB3thc2Js nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJB3thc2Js .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJB3thc2Js a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJB3thc2Js .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-uJB3thc2Js .navbar {
    height: 70px;
  }
  .cid-uJB3thc2Js .navbar.opened {
    height: auto;
  }
  .cid-uJB3thc2Js .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJB3thI235 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/danny-howe-bn-d2bcvpik-unsplash.jpg-514x343.jpg");
}
.cid-uJB3thI235 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJB3thI235 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJB3thI235 .mbr-text,
.cid-uJB3thI235 .mbr-section-btn {
  text-align: center;
}
.cid-uJB3thI235 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJB3thI235 .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uJB8ZC8e0Z {
  background-color: #ffffff;
}
.cid-uJB8ZC8e0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJB8ZC8e0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJB8ZC8e0Z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJB8ZC8e0Z .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJB8ZC8e0Z .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJB8ZC8e0Z .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJB8ZC8e0Z .container {
    padding: 0 24px;
  }
}
.cid-uJB8ZC8e0Z .row {
  justify-content: center;
}
.cid-uJB8ZC8e0Z .content-wrapper {
  padding: 200px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid #edeceb;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uJB8ZC8e0Z .content-wrapper {
    padding: 64px 24px;
  }
}
.cid-uJB8ZC8e0Z .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uJB8ZC8e0Z .content-wrapper .content-wrap {
    display: block;
    max-width: 100%;
  }
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 1440px) {
  .cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .social-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 1200px) {
  .cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: .5;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  background-color: #000000;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper {
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 40px;
  margin-left: 32px;
}
@media (max-width: 1440px) {
  .cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper {
    margin-left: 0;
    padding: 16px;
    border-radius: 1rem;
    width: 100%;
  }
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 24px !important;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover .form-control::placeholder,
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 12px !important;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #edeceb !important;
  box-shadow: none;
  border-radius: 8px !important;
  background-color: transparent;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #18212d !important;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #18212d;
  font-size: 18px;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #edeceb;
  border-color: #edeceb;
  border-radius: 0;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uJB8ZC8e0Z .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0;
}
.cid-uJB8ZC8e0Z .mbr-section-title {
  color: #ffffff;
}
.cid-uJB8ZC8e0Z .mbr-desc {
  color: #18212d;
}
.cid-uJB8ZC8e0Z .mbr-text {
  color: #18212d;
}
.cid-uJB8ZC8e0Z .mbr-soc {
  color: #18212d;
}
.cid-uJB8ZC8e0Z label {
  color: #18212d;
}
.cid-uJB8ZC8e0Z .mbr-text,
.cid-uJB8ZC8e0Z .text-wrapper {
  color: #ffffff;
}
.cid-uJB8ZC8e0Z .mbr-soc,
.cid-uJB8ZC8e0Z .social-wrapper {
  color: #ffffff;
}
.cid-uJB3tk5nQ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uJB3tk5nQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJB3tk5nQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJB3tk5nQ8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJB3tk5nQ8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJB3tk5nQ8 .row {
    text-align: center;
  }
  .cid-uJB3tk5nQ8 .row > div {
    margin: auto;
  }
  .cid-uJB3tk5nQ8 .social-row {
    justify-content: center;
  }
}
.cid-uJB3tk5nQ8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJB3tk5nQ8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJB3tk5nQ8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJB3tk5nQ8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uJB3tk5nQ8 .mbr-text {
  color: #bbbbbb;
}
.cid-uJB3tk5nQ8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: 0,0,0,0.5;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.cid-uJB3tk5nQ8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJB3tk5nQ8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJBthpUB5l {
  z-index: 1000;
  width: 100%;
}
.cid-uJBthpUB5l .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uJBthpUB5l nav.navbar {
  position: fixed;
}
.cid-uJBthpUB5l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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-uJBthpUB5l .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJBthpUB5l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJBthpUB5l .dropdown-item:hover,
.cid-uJBthpUB5l .dropdown-item:focus {
  background: #e8c246 !important;
  color: white !important;
}
.cid-uJBthpUB5l .dropdown-item:hover span {
  color: white;
}
.cid-uJBthpUB5l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJBthpUB5l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJBthpUB5l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJBthpUB5l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJBthpUB5l .nav-link {
  position: relative;
}
.cid-uJBthpUB5l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJBthpUB5l .container {
    flex-wrap: nowrap;
  }
}
.cid-uJBthpUB5l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJBthpUB5l .dropdown-menu,
.cid-uJBthpUB5l .navbar.opened {
  background: #000000 !important;
}
.cid-uJBthpUB5l .nav-item:focus,
.cid-uJBthpUB5l .nav-link:focus {
  outline: none;
}
.cid-uJBthpUB5l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJBthpUB5l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.3rem;
}
.cid-uJBthpUB5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJBthpUB5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJBthpUB5l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJBthpUB5l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJBthpUB5l .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uJBthpUB5l .navbar.opened {
  transition: all 0.3s;
}
.cid-uJBthpUB5l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJBthpUB5l .navbar .navbar-logo img {
  width: auto;
}
.cid-uJBthpUB5l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJBthpUB5l .navbar.collapsed {
  justify-content: center;
}
.cid-uJBthpUB5l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJBthpUB5l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJBthpUB5l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJBthpUB5l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJBthpUB5l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJBthpUB5l .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-uJBthpUB5l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJBthpUB5l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJBthpUB5l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJBthpUB5l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJBthpUB5l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJBthpUB5l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJBthpUB5l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJBthpUB5l .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-uJBthpUB5l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJBthpUB5l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJBthpUB5l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJBthpUB5l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJBthpUB5l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJBthpUB5l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJBthpUB5l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJBthpUB5l .navbar.navbar-short {
  min-height: 80px;
}
.cid-uJBthpUB5l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJBthpUB5l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJBthpUB5l .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJBthpUB5l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJBthpUB5l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJBthpUB5l .dropdown-item.active,
.cid-uJBthpUB5l .dropdown-item:active {
  background-color: transparent;
}
.cid-uJBthpUB5l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJBthpUB5l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJBthpUB5l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJBthpUB5l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uJBthpUB5l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJBthpUB5l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJBthpUB5l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJBthpUB5l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJBthpUB5l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJBthpUB5l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJBthpUB5l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJBthpUB5l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJBthpUB5l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJBthpUB5l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJBthpUB5l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJBthpUB5l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJBthpUB5l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJBthpUB5l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJBthpUB5l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJBthpUB5l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJBthpUB5l .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-uJBthpUB5l .navbar {
    height: 70px;
  }
  .cid-uJBthpUB5l .navbar.opened {
    height: auto;
  }
  .cid-uJBthpUB5l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJBthrj8MM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-uJBthrj8MM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBthrj8MM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBthrj8MM .mbr-text,
.cid-uJBthrj8MM .mbr-section-btn {
  text-align: center;
}
.cid-uJBthrj8MM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJBthrj8MM .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uJBthEJnI6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uJBthEJnI6 .mbr-text,
.cid-uJBthEJnI6 .mbr-section-subtitle {
  color: #767676;
}
.cid-uJBthEJnI6 .card-title {
  color: #66458e;
}
.cid-uJBthEJnI6 .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #66458e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uJBthEJnI6 .mbr-section-subtitle,
  .cid-uJBthEJnI6 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJBthEJnI6 .card .card-img span {
    background: none;
  }
}
.cid-uJBthEJnI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBthEJnI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBwEtiYQ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJBwEtiYQ4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJBwEtiYQ4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJBwEtiYQ4 .container {
    padding: 0 25px;
  }
}
.cid-uJBwEtiYQ4 .row {
  margin: 0;
}
.cid-uJBwEtiYQ4 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uJBwEtiYQ4 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uJBwEtiYQ4 .image-wrapper {
    min-height: 350px;
  }
}
.cid-uJBwEtiYQ4 .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJBwEtiYQ4 .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uJBwEtiYQ4 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uJBwEtiYQ4 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uJBwEtiYQ4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJBwEtiYQ4 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uJBwEtiYQ4 .mbr-section-title {
  color: #000000;
}
.cid-uJBwEtiYQ4 .mbr-text {
  color: #000000;
}
.cid-uJEXRT0jHQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uJEXRT0jHQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJEXRT0jHQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJEXRT0jHQ .container {
    padding: 0 25px;
  }
}
.cid-uJEXRT0jHQ .row {
  margin: 0;
}
.cid-uJEXRT0jHQ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uJEXRT0jHQ .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uJEXRT0jHQ .image-wrapper {
    min-height: 350px;
  }
}
.cid-uJEXRT0jHQ .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-uJEXRT0jHQ .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uJEXRT0jHQ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uJEXRT0jHQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uJEXRT0jHQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJEXRT0jHQ .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uJEXRT0jHQ .mbr-section-title {
  color: #000000;
}
.cid-uJEXRT0jHQ .mbr-text {
  color: #000000;
}
.cid-uJBwnjDV1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJBwnjDV1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBwnjDV1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJBwnjDV1v .container {
    padding: 0 30px;
  }
}
.cid-uJBwnjDV1v .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uJBwnjDV1v .content-wrapper {
    display: block;
  }
}
.cid-uJBwnjDV1v .content-wrapper .card {
  justify-content: center;
}
.cid-uJBwnjDV1v .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uJBwnjDV1v .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uJBwnjDV1v .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uJBwnjDV1v .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uJBwnjDV1v .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJBwnjDV1v .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uJBwnjDV1v .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
  z-index: 1;
}
.cid-uJBwnjDV1v .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJBwnjDV1v .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uJBwnjDV1v .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uJBwnjDV1v .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uJBwnjDV1v .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uJBwnjDV1v .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJBwnjDV1v .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-uJBwnjDV1v .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uJBwnjDV1v .mbr-section-title {
  color: #144031;
}
.cid-uJBwnjDV1v .mbr-text {
  color: #144031;
}
.cid-uJBwnjDV1v .list {
  color: #144031;
}
.cid-uJBwJjZyEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJBwJjZyEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBwJjZyEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJBwJjZyEu .container {
    padding: 0 30px;
  }
}
.cid-uJBwJjZyEu .row {
  justify-content: center;
}
.cid-uJBwJjZyEu .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJBwJjZyEu .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJBwJjZyEu .desc-wrapper {
  border-bottom: 2px solid #ededed;
}
@media (max-width: 992px) {
  .cid-uJBwJjZyEu .desc-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJBwJjZyEu .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uJBwJjZyEu .desc-wrapper .desc-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJBwJjZyEu .desc-wrapper .desc-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJBwJjZyEu .desc-wrapper .desc-wrap .number-wrap {
  display: inline-flex;
  margin-right: 30px;
  min-width: 85px;
}
.cid-uJBwJjZyEu .desc-wrapper .desc-wrap .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-uJBwJjZyEu .desc-wrapper .desc-wrap .number-wrap .mbr-iconfont {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}
.cid-uJBwJjZyEu .desc-wrapper .desc-wrap .mbr-desc {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uJBwJjZyEu .text-wrapper {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uJBwJjZyEu .text-wrapper {
    width: 100%;
  }
}
.cid-uJBwJjZyEu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJBwJjZyEu .mbr-section-title {
  color: #000000;
}
.cid-uJBwJjZyEu .mbr-text {
  color: #000000;
}
.cid-uJBwJjZyEu .mbr-number {
  color: #000000;
}
.cid-uJBwJjZyEu .mbr-desc {
  color: #000000;
}
.cid-uJBuwjjxn8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJBuwjjxn8 .mbr-section-title {
  color: #1b1b1b;
  text-align: center;
}
.cid-uJBuwjjxn8 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uJBuwjjxn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBuwjjxn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBtVFNOF4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJBtVFNOF4 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uJBtVFNOF4 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uJBtVFNOF4 .image-block:hover:before {
  opacity: 0.4;
}
.cid-uJBtVFNOF4 .image-block:hover .wrap {
  opacity: 1;
}
.cid-uJBtVFNOF4 .image-block:hover img {
  transform: scale(1.05);
}
.cid-uJBtVFNOF4 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uJBtVFNOF4 h4 {
  letter-spacing: 2px;
}
.cid-uJBtVFNOF4 figcaption {
  position: relative;
}
.cid-uJBtVFNOF4 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uJBtVFNOF4 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uJBtVFNOF4 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uJBtVFNOF4 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uJBtVFNOF4 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uJBtVFNOF4 .image-block:before {
    opacity: 0.4;
  }
  .cid-uJBtVFNOF4 .image-block .wrap {
    opacity: 1;
  }
}
.cid-uJBthNgKi8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uJBthNgKi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBthNgKi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBthNgKi8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJBthNgKi8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJBthNgKi8 .row {
    text-align: center;
  }
  .cid-uJBthNgKi8 .row > div {
    margin: auto;
  }
  .cid-uJBthNgKi8 .social-row {
    justify-content: center;
  }
}
.cid-uJBthNgKi8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJBthNgKi8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJBthNgKi8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJBthNgKi8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uJBthNgKi8 .mbr-text {
  color: #bbbbbb;
}
.cid-uJBthNgKi8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: 0,0,0,0.5;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.cid-uJBthNgKi8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJBthNgKi8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJAPJCtU8L {
  z-index: 1000;
  width: 100%;
}
.cid-uJAPJCtU8L .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uJAPJCtU8L nav.navbar {
  position: fixed;
}
.cid-uJAPJCtU8L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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-uJAPJCtU8L .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJAPJCtU8L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJAPJCtU8L .dropdown-item:hover,
.cid-uJAPJCtU8L .dropdown-item:focus {
  background: #e8c246 !important;
  color: white !important;
}
.cid-uJAPJCtU8L .dropdown-item:hover span {
  color: white;
}
.cid-uJAPJCtU8L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJAPJCtU8L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJAPJCtU8L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJAPJCtU8L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJAPJCtU8L .nav-link {
  position: relative;
}
.cid-uJAPJCtU8L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJAPJCtU8L .container {
    flex-wrap: nowrap;
  }
}
.cid-uJAPJCtU8L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJAPJCtU8L .dropdown-menu,
.cid-uJAPJCtU8L .navbar.opened {
  background: #000000 !important;
}
.cid-uJAPJCtU8L .nav-item:focus,
.cid-uJAPJCtU8L .nav-link:focus {
  outline: none;
}
.cid-uJAPJCtU8L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJAPJCtU8L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.3rem;
}
.cid-uJAPJCtU8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJAPJCtU8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJAPJCtU8L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJAPJCtU8L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJAPJCtU8L .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-uJAPJCtU8L .navbar.opened {
  transition: all 0.3s;
}
.cid-uJAPJCtU8L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJAPJCtU8L .navbar .navbar-logo img {
  width: auto;
}
.cid-uJAPJCtU8L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJAPJCtU8L .navbar.collapsed {
  justify-content: center;
}
.cid-uJAPJCtU8L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJAPJCtU8L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJAPJCtU8L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJAPJCtU8L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJAPJCtU8L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJAPJCtU8L .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-uJAPJCtU8L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJAPJCtU8L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJAPJCtU8L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJAPJCtU8L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJAPJCtU8L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJAPJCtU8L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJAPJCtU8L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJAPJCtU8L .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-uJAPJCtU8L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJAPJCtU8L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJAPJCtU8L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJAPJCtU8L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJAPJCtU8L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJAPJCtU8L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJAPJCtU8L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJAPJCtU8L .navbar.navbar-short {
  min-height: 80px;
}
.cid-uJAPJCtU8L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJAPJCtU8L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJAPJCtU8L .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJAPJCtU8L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJAPJCtU8L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJAPJCtU8L .dropdown-item.active,
.cid-uJAPJCtU8L .dropdown-item:active {
  background-color: transparent;
}
.cid-uJAPJCtU8L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJAPJCtU8L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJAPJCtU8L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJAPJCtU8L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uJAPJCtU8L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJAPJCtU8L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJAPJCtU8L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJAPJCtU8L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJAPJCtU8L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJAPJCtU8L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJAPJCtU8L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJAPJCtU8L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJAPJCtU8L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJAPJCtU8L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJAPJCtU8L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJAPJCtU8L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJAPJCtU8L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJAPJCtU8L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJAPJCtU8L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJAPJCtU8L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJAPJCtU8L .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-uJAPJCtU8L .navbar {
    height: 70px;
  }
  .cid-uJAPJCtU8L .navbar.opened {
    height: auto;
  }
  .cid-uJAPJCtU8L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJAPJDwJVj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uJAPJDwJVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAPJDwJVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAPJDwJVj .mbr-text,
.cid-uJAPJDwJVj .mbr-section-btn {
  text-align: center;
}
.cid-uJAPJDwJVj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJAPJDwJVj .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uNaVAUBzIH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uNaVAUBzIH .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.2em;
}
.cid-uNaVAUBzIH .mbr-section-title {
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-uNaVAUBzIH .mbr-text {
  color: #ffffff;
  letter-spacing: 0.2em;
}
.cid-uJAPJF32AZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg4.jpg");
}
.cid-uJAPJF32AZ .block__inner {
  padding: 55px 20px 50px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cid-uJAPJF32AZ .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJAPJF32AZ .mbr-text {
  margin-bottom: 0;
}
.cid-uJAPJF32AZ .mbr-section-btn {
  margin-top: 30px;
}
.cid-uJAPJF32AZ .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uJAPJF32AZ .mbr-media {
  margin: 35px 0 40px;
}
.cid-uJAPJF32AZ .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000;
}
.cid-uJAPJF32AZ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uJAPJF32AZ .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uJAPJF32AZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJAPJF32AZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJAPJF32AZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJAPJF32AZ a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uJAPJF32AZ a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJAPJF32AZ .block__inner {
    padding: 40px 10px;
  }
}
.cid-uJAPJF32AZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAPJF32AZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNaOA6Apvm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-uNaOA6Apvm::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 50%;
  background-image: linear-gradient(transparent, #232323 50%);
  z-index: 1;
}
.cid-uNaOA6Apvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaOA6Apvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNaOA6Apvm .container {
    padding: 0 22px;
  }
}
.cid-uNaOA6Apvm .row {
  justify-content: center;
}
.cid-uNaOA6Apvm .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uNaOA6Apvm .content-wrapper {
    padding: 0;
  }
}
.cid-uNaOA6Apvm .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNaOA6Apvm .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uNaOA6Apvm .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-uNaOA6Apvm .number {
  color: #ffffff;
}
.cid-uNaOA6Apvm .period {
  display: block;
}
.cid-uNaOA6Apvm .dot {
  display: block;
  position: absolute;
  top: 35%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .cid-uNaOA6Apvm .dot {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uNaOA6Apvm .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .cid-uNaOA6Apvm .countdown-cont .countdown .row .col-3 {
    padding: 0 7px;
  }
}
.cid-uNaOA6Apvm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNaOA6Apvm .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uNaTagDQDg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uNaTagDQDg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNaTagDQDg .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uNaTagDQDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaTagDQDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAPJGreZK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJAPJGreZK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJAPJGreZK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJAPJGreZK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJAPJGreZK .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJAPJGreZK .container {
  padding: 0;
}
.cid-uJAPJGreZK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJAPJGreZK .icon-focus {
  display: none;
}
.cid-uJAPJGreZK .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uJAPJGreZK .btn-primary-outline:hover {
  background: transparent !important;
  color: #e8c246 !important;
}
.cid-uJAPJGreZK li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uJAPJGreZK li {
  position: relative;
}
.cid-uJAPJGreZK .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uJAPJGreZK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uJAPJGreZK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJAPJGreZK .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uJAPJGreZK .btn {
  font-family: Kantumruy Pro !important;
}
.cid-uJAPJGreZK .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uJAPJGreZK .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uJAPJGreZK .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #1b1b1b !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-uJAPJGreZK li:not(:last-child):after {
    top: 9px;
  }
  .cid-uJAPJGreZK .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uNaUK54x89 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uNaUK54x89 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNaUK54x89 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uNaUK54x89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaUK54x89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAPJIVblX {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJAPJIVblX .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uJAPJIVblX .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uJAPJIVblX .image-block:hover:before {
  opacity: 0.4;
}
.cid-uJAPJIVblX .image-block:hover .wrap {
  opacity: 1;
}
.cid-uJAPJIVblX .image-block:hover img {
  transform: scale(1.05);
}
.cid-uJAPJIVblX .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uJAPJIVblX h4 {
  letter-spacing: 2px;
}
.cid-uJAPJIVblX figcaption {
  position: relative;
}
.cid-uJAPJIVblX figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uJAPJIVblX img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uJAPJIVblX .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uJAPJIVblX .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uJAPJIVblX .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uJAPJIVblX .image-block:before {
    opacity: 0.4;
  }
  .cid-uJAPJIVblX .image-block .wrap {
    opacity: 1;
  }
}
.cid-uJAPJSZmbX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uJAPJSZmbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAPJSZmbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAPJSZmbX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJAPJSZmbX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJAPJSZmbX .row {
    text-align: center;
  }
  .cid-uJAPJSZmbX .row > div {
    margin: auto;
  }
  .cid-uJAPJSZmbX .social-row {
    justify-content: center;
  }
}
.cid-uJAPJSZmbX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJAPJSZmbX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJAPJSZmbX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJAPJSZmbX .list {
    margin-bottom: 0rem;
  }
}
.cid-uJAPJSZmbX .mbr-text {
  color: #bbbbbb;
}
.cid-uJAPJSZmbX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: 0,0,0,0.5;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.cid-uJAPJSZmbX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJAPJSZmbX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tjQDEIwxeU {
  z-index: 1000;
  width: 100%;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU nav.navbar {
  position: fixed;
}
.cid-tjQDEIwxeU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #e8c246 !important;
  color: white !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: white;
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #000000 !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.3rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .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-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zj4ybneU {
  display: flex;
  background-image: url("../../../assets/images/mbr-1-1920x1920.png");
}
.cid-v5zj4ybneU .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
}
.cid-v5zj4ybneU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zj4ybneU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zj4ybneU .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v5zj4ybneU .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v5zj4ybneU {
    align-items: center;
  }
  .cid-v5zj4ybneU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5zj4ybneU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5zj4ybneU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5zj4ybneU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5zj4ybneU .content-wrap {
    width: 100%;
  }
}
.cid-v5zj4ybneU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5zj4ybneU .mbr-text,
.cid-v5zj4ybneU .mbr-section-btn {
  text-align: center;
}
.cid-uJAtkxOWRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uJAtkxOWRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAtkxOWRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAtkxOWRL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJAtkxOWRL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJAtkxOWRL .row {
    text-align: center;
  }
  .cid-uJAtkxOWRL .row > div {
    margin: auto;
  }
  .cid-uJAtkxOWRL .social-row {
    justify-content: center;
  }
}
.cid-uJAtkxOWRL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJAtkxOWRL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJAtkxOWRL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJAtkxOWRL .list {
    margin-bottom: 0rem;
  }
}
.cid-uJAtkxOWRL .mbr-text {
  color: #bbbbbb;
}
.cid-uJAtkxOWRL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: 0,0,0,0.5;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.cid-uJAtkxOWRL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJAtkxOWRL div > *:last-child {
    margin-top: 0 !important;
  }
}
