.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #272b2e !important;
}
.bg-success {
  background-color: #7dabab !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9e08 !important;
}
.bg-danger {
  background-color: #bc5e4d !important;
}
.btn-primary {
  background: linear-gradient(140deg, #272b2e, #1b1e20 50%, #565f65) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #272b2e !important;
  border-color: #272b2e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3e454a !important;
  border-color: #3e454a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3e454a !important;
  border-color: #3e454a !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #f96e47, #f85b2e 50%, #fcbcaa) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(140deg, #7dabab, #6ea1a1 50%, #bbd3d3) !important;
}
.btn-success,
.btn-success:active {
  background-color: #7dabab !important;
  border-color: #7dabab !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9cbfbf !important;
  border-color: #9cbfbf !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9cbfbf !important;
  border-color: #9cbfbf !important;
}
.btn-warning {
  background: linear-gradient(140deg, #ff9e08, #ed9000 50%, #ffc66e) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
}
.btn-danger {
  background: linear-gradient(140deg, #bc5e4d, #ae5241 50%, #d8a197) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #272b2e;
  color: #272b2e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #272b2e !important;
  border-color: #272b2e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f96e47;
  color: #f96e47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e23707 !important;
  background-color: transparent !important;
  border-color: #e23707 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7dabab;
  color: #7dabab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #527f7f !important;
  background-color: transparent !important;
  border-color: #527f7f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7dabab !important;
  border-color: #7dabab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9e08;
  color: #ff9e08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b06b00 !important;
  background-color: transparent !important;
  border-color: #b06b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bc5e4d;
  color: #bc5e4d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #823d31 !important;
  background-color: transparent !important;
  border-color: #823d31 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !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: #272b2e !important;
}
.text-secondary {
  color: #f96e47 !important;
}
.text-success {
  color: #7dabab !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9e08 !important;
}
.text-danger {
  color: #bc5e4d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d33407 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4c7676 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a16200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #76382d !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: #272b2e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9e08;
}
.alert-danger {
  background-color: #bc5e4d;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #272b2e;
  border-color: #272b2e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #272b2e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dadde0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cadddd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeed4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfb2aa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #272b2e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #272b2e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #272b2e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #272b2e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #272b2e;
  border-bottom-color: #272b2e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #272b2e !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: #f96e47 !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='%23272b2e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 14px 64px;
  border-radius: 3.5rem;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
.cid-ugTZ7uVwc1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugTZ7uVwc1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugTZ7uVwc1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugTZ7uVwc1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-ugTZ7uVwc1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugTZ7uVwc1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugTZ7uVwc1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugTZ7uVwc1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ugTZ7uVwc1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugTZ7uVwc1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugTZ7uVwc1 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-ugTZ7uVwc1 .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .nav-link::before {
    left: 8px;
  }
}
.cid-ugTZ7uVwc1 .nav-link:hover {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .nav-link:hover::before {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ugTZ7uVwc1 .navbar-caption:hover,
.cid-ugTZ7uVwc1 .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugTZ7uVwc1 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #15171a;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .menu-container {
    margin: 16px;
  }
}
.cid-ugTZ7uVwc1 .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ugTZ7uVwc1 .iconfont-wrapper:hover,
.cid-ugTZ7uVwc1 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #15171a;
}
.cid-ugTZ7uVwc1 .nav-item:focus,
.cid-ugTZ7uVwc1 .nav-link:focus {
  outline: none;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugTZ7uVwc1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugTZ7uVwc1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugTZ7uVwc1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugTZ7uVwc1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugTZ7uVwc1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugTZ7uVwc1 .navbar.collapsed {
  justify-content: center;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugTZ7uVwc1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugTZ7uVwc1 .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-ugTZ7uVwc1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar {
    min-height: 72px;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugTZ7uVwc1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugTZ7uVwc1 .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-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugTZ7uVwc1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugTZ7uVwc1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugTZ7uVwc1 .dropdown-item.active,
.cid-ugTZ7uVwc1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugTZ7uVwc1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugTZ7uVwc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15171a;
}
.cid-ugTZ7uVwc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugTZ7uVwc1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugTZ7uVwc1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugTZ7uVwc1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugTZ7uVwc1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugTZ7uVwc1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugTZ7uVwc1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugTZ7uVwc1 .navbar {
    height: 70px;
  }
  .cid-ugTZ7uVwc1 .navbar.opened {
    height: auto;
  }
  .cid-ugTZ7uVwc1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugTZ7uVwc1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ugTZ7uVwc1 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-ugTZ7uVwc1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugTZ7uVwc1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #15171a;
  }
  .cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugTZ7uVwc1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugTZ7uVwc1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar-brand,
.cid-ugTZ7uVwc1 .navbar-toggler,
.cid-ugTZ7uVwc1 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugTZ7Da8CL {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugTZ7Da8CL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTZ7Da8CL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZ7Da8CL .content-wrap {
  justify-content: flex-end;
}
.cid-ugTZ7Da8CL .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZ7Da8CL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTZ7Da8CL .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ugTZ7Da8CL .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTZ7Da8CL .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ugTZ7Da8CL .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .image-wrapper {
    padding: 0;
  }
}
.cid-ugTZ7Da8CL .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .image-wrapper img {
    height: 350px;
  }
}
.cid-ugTZ7Da8CL .mbr-section-title {
  color: #ffffff;
}
.cid-ugTZ7Da8CL .mbr-text,
.cid-ugTZ7Da8CL .text-wrapper {
  color: #ffffff;
}
.cid-uPBb94Ln0D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uPBb94Ln0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBb94Ln0D .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-uPBb94Ln0D .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPBb94Ln0D .container {
    padding: 0 24px;
  }
}
.cid-uPBb94Ln0D .image-wrapper img {
  border: 1px solid #cd7618;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uPBb94Ln0D .image-wrapper img {
    height: 400px;
  }
}
.cid-uOnEjSxbbi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uOnEjSxbbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnEjSxbbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnEjSxbbi .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uOnEjSxbbi .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOnEjSxbbi .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ff9e08;
}
@media (max-width: 1200px) {
  .cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uOnEjSxbbi .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffdfd9;
  background-color: #ff9e08;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uOnEjSxbbi .mbr-section-title {
  color: #404349;
}
.cid-uOnEjSxbbi .mbr-section-subtitle {
  color: #404349;
}
.cid-uOnEjSxbbi .mbr-text {
  color: #404349;
}
.cid-uOnEjSxbbi .list {
  color: #404349;
}
.cid-uPBwGjWbhx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPBwGjWbhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBwGjWbhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBwGjWbhx .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwGjWbhx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwGjWbhx .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPBwGjWbhx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPBwGjWbhx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPBwGjWbhx .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwGjWbhx .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwGjWbhx .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uPBwGjWbhx .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPBwGjWbhx .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uPBwGjWbhx .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPBwGjWbhx .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uPBwGjWbhx .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uPBwGjWbhx .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uPBwGjWbhx .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwGjWbhx .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwGjWbhx .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uPBwGjWbhx .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPBwGjWbhx .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPBwGjWbhx .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uPBwGjWbhx .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPBwGjWbhx .list-wrapper .list .item-wrap:hover,
.cid-uPBwGjWbhx .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uPBwGjWbhx .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uPBwGjWbhx .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uPBwGjWbhx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPBwGjWbhx .mbr-section-title {
  color: #ffffff;
}
.cid-uPBwGjWbhx .mbr-text {
  color: #ffffff;
}
.cid-uPBwGjWbhx .mbr-desc {
  color: #ffffff;
}
.cid-uPBwGjWbhx .list {
  color: #ffffff;
}
.cid-uOnLiJ7w9Q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOnLiJ7w9Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOnLiJ7w9Q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOnLiJ7w9Q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOnLiJ7w9Q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uOnLiJ7w9Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOnLiJ7w9Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOnLiJ7w9Q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uOnLiJ7w9Q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOnLiJ7w9Q .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uOnLiJ7w9Q .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uOnLiJ7w9Q .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uOnLiJ7w9Q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uOnLiJ7w9Q .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uOnLiJ7w9Q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOnLiJ7w9Q .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOnLiJ7w9Q .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uOnLiJ7w9Q .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uOnLiJ7w9Q .nav-link::before {
    left: 8px;
  }
}
.cid-uOnLiJ7w9Q .nav-link:hover {
  opacity: 1;
}
.cid-uOnLiJ7w9Q .nav-link:hover::before {
  opacity: 1;
}
.cid-uOnLiJ7w9Q .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOnLiJ7w9Q .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOnLiJ7w9Q .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uOnLiJ7w9Q .navbar-caption:hover,
.cid-uOnLiJ7w9Q .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uOnLiJ7w9Q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOnLiJ7w9Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uOnLiJ7w9Q .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #15171a;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-uOnLiJ7w9Q .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uOnLiJ7w9Q .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOnLiJ7w9Q .menu-container {
    margin: 16px;
  }
}
.cid-uOnLiJ7w9Q .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uOnLiJ7w9Q .iconfont-wrapper:hover,
.cid-uOnLiJ7w9Q .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uOnLiJ7w9Q .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #15171a;
}
.cid-uOnLiJ7w9Q .nav-item:focus,
.cid-uOnLiJ7w9Q .nav-link:focus {
  outline: none;
}
.cid-uOnLiJ7w9Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOnLiJ7w9Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOnLiJ7w9Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOnLiJ7w9Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOnLiJ7w9Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOnLiJ7w9Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOnLiJ7w9Q .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOnLiJ7w9Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uOnLiJ7w9Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOnLiJ7w9Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uOnLiJ7w9Q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOnLiJ7w9Q .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uOnLiJ7w9Q .navbar.collapsed {
  justify-content: center;
}
.cid-uOnLiJ7w9Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOnLiJ7w9Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOnLiJ7w9Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uOnLiJ7w9Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOnLiJ7w9Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOnLiJ7w9Q .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-uOnLiJ7w9Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOnLiJ7w9Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOnLiJ7w9Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOnLiJ7w9Q .navbar {
    min-height: 72px;
  }
  .cid-uOnLiJ7w9Q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOnLiJ7w9Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOnLiJ7w9Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOnLiJ7w9Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOnLiJ7w9Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOnLiJ7w9Q .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-uOnLiJ7w9Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOnLiJ7w9Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOnLiJ7w9Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOnLiJ7w9Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOnLiJ7w9Q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOnLiJ7w9Q .dropdown-item.active,
.cid-uOnLiJ7w9Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uOnLiJ7w9Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOnLiJ7w9Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOnLiJ7w9Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOnLiJ7w9Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15171a;
}
.cid-uOnLiJ7w9Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOnLiJ7w9Q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOnLiJ7w9Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOnLiJ7w9Q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOnLiJ7w9Q .navbar-buttons {
    text-align: left;
  }
}
.cid-uOnLiJ7w9Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOnLiJ7w9Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uOnLiJ7w9Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOnLiJ7w9Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOnLiJ7w9Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOnLiJ7w9Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOnLiJ7w9Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOnLiJ7w9Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOnLiJ7w9Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOnLiJ7w9Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOnLiJ7w9Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOnLiJ7w9Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOnLiJ7w9Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOnLiJ7w9Q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOnLiJ7w9Q .navbar {
    height: 70px;
  }
  .cid-uOnLiJ7w9Q .navbar.opened {
    height: auto;
  }
  .cid-uOnLiJ7w9Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOnLiJ7w9Q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uOnLiJ7w9Q .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOnLiJ7w9Q .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uOnLiJ7w9Q .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uOnLiJ7w9Q .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uOnLiJ7w9Q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOnLiJ7w9Q .navbar-brand {
    margin-right: auto;
  }
  .cid-uOnLiJ7w9Q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #15171a;
  }
  .cid-uOnLiJ7w9Q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOnLiJ7w9Q .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOnLiJ7w9Q .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOnLiJ7w9Q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOnLiJ7w9Q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOnLiJ7w9Q .navbar-brand,
.cid-uOnLiJ7w9Q .navbar-toggler,
.cid-uOnLiJ7w9Q .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOnLMl0u67 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #ff9e08, #000000 30%);
}
@media (max-width: 768px) {
  .cid-uOnLMl0u67 {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #ff9e08, #000000 30%);
  }
}
.cid-uOnLMl0u67 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uOnLMl0u67 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOnLMl0u67 .embla__slide .slide-content {
  width: 100%;
}
.cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #ff9e08 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #050049;
  border: 1px solid #a78aff;
  padding: 2px 8px;
}
.cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOnLMl0u67 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOnLMl0u67 .embla__button--next,
.cid-uOnLMl0u67 .embla__button--prev {
  display: flex;
}
.cid-uOnLMl0u67 .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uOnLMl0u67 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOnLMl0u67 .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uOnLMl0u67 .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uOnLMl0u67 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uOnLMl0u67 .embla__button.embla__button--next {
  right: 0;
}
.cid-uOnLMl0u67 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uOnLMl0u67 .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uOnLMl0u67 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOnLMl0u67 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOnLMl0u67 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOnLMl0u67 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOnLMl0u67 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOnLMl0u67 .item-label {
  color: #0047ff;
}
.cid-uOnLMl0u67 .item-title {
  color: #ffffff;
}
.cid-uOnLMl0u67 .item-text {
  color: #ffffff;
}
.cid-uOnLMl0u67 .list {
  color: #ffffff;
}
.cid-uOnLSTDeyk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #ff9e08, #000000 30%);
}
@media (max-width: 768px) {
  .cid-uOnLSTDeyk {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #ff9e08, #000000 30%);
  }
}
.cid-uOnLSTDeyk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uOnLSTDeyk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOnLSTDeyk .embla__slide .slide-content {
  width: 100%;
}
.cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #050049;
  border: 1px solid #a78aff;
  padding: 2px 8px;
}
.cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOnLSTDeyk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOnLSTDeyk .embla__button--next,
.cid-uOnLSTDeyk .embla__button--prev {
  display: flex;
}
.cid-uOnLSTDeyk .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uOnLSTDeyk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOnLSTDeyk .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uOnLSTDeyk .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uOnLSTDeyk .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uOnLSTDeyk .embla__button.embla__button--next {
  right: 0;
}
.cid-uOnLSTDeyk .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uOnLSTDeyk .embla {
  position: relative;
  width: 100%;
}
.cid-uOnLSTDeyk .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOnLSTDeyk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOnLSTDeyk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOnLSTDeyk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOnLSTDeyk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOnLSTDeyk .item-label {
  color: #0047ff;
}
.cid-uOnLSTDeyk .item-title {
  color: #ffffff;
}
.cid-uOnLSTDeyk .item-text {
  color: #ffffff;
}
.cid-uOnLSTDeyk .list {
  color: #ffffff;
}
.cid-uOnLSm9FYv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #ff9e08, #000000 30%);
}
@media (max-width: 768px) {
  .cid-uOnLSm9FYv {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #ff9e08, #000000 30%);
  }
}
.cid-uOnLSm9FYv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uOnLSm9FYv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOnLSm9FYv .embla__slide .slide-content {
  width: 100%;
}
.cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #050049;
  border: 1px solid #a78aff;
  padding: 2px 8px;
}
.cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOnLSm9FYv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOnLSm9FYv .embla__button--next,
.cid-uOnLSm9FYv .embla__button--prev {
  display: flex;
}
.cid-uOnLSm9FYv .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uOnLSm9FYv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOnLSm9FYv .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uOnLSm9FYv .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uOnLSm9FYv .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uOnLSm9FYv .embla__button.embla__button--next {
  right: 0;
}
.cid-uOnLSm9FYv .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uOnLSm9FYv .embla {
  position: relative;
  width: 100%;
}
.cid-uOnLSm9FYv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOnLSm9FYv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOnLSm9FYv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOnLSm9FYv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOnLSm9FYv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOnLSm9FYv .item-label {
  color: #0047ff;
}
.cid-uOnLSm9FYv .item-title {
  color: #ffffff;
}
.cid-uOnLSm9FYv .item-text {
  color: #ffffff;
}
.cid-uOnLSm9FYv .list {
  color: #ffffff;
}
.cid-uOnLQNXfJ4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #ff9e08, #000000 30%);
}
@media (max-width: 768px) {
  .cid-uOnLQNXfJ4 {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #ff9e08, #000000 30%);
  }
}
.cid-uOnLQNXfJ4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uOnLQNXfJ4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOnLQNXfJ4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #050049;
  border: 1px solid #a78aff;
  padding: 2px 8px;
}
.cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOnLQNXfJ4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOnLQNXfJ4 .embla__button--next,
.cid-uOnLQNXfJ4 .embla__button--prev {
  display: flex;
}
.cid-uOnLQNXfJ4 .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uOnLQNXfJ4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOnLQNXfJ4 .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uOnLQNXfJ4 .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uOnLQNXfJ4 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uOnLQNXfJ4 .embla__button.embla__button--next {
  right: 0;
}
.cid-uOnLQNXfJ4 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uOnLQNXfJ4 .embla {
  position: relative;
  width: 100%;
}
.cid-uOnLQNXfJ4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOnLQNXfJ4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOnLQNXfJ4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOnLQNXfJ4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOnLQNXfJ4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOnLQNXfJ4 .item-label {
  color: #0047ff;
}
.cid-uOnLQNXfJ4 .item-title {
  color: #ffffff;
}
.cid-uOnLQNXfJ4 .item-text {
  color: #ffffff;
}
.cid-uOnLQNXfJ4 .list {
  color: #ffffff;
}
.cid-uOnLRQr7OS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #ff9e08, #000000 30%);
}
@media (max-width: 768px) {
  .cid-uOnLRQr7OS {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #ff9e08, #000000 30%);
  }
}
.cid-uOnLRQr7OS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uOnLRQr7OS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOnLRQr7OS .embla__slide .slide-content {
  width: 100%;
}
.cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #050049;
  border: 1px solid #a78aff;
  padding: 2px 8px;
}
.cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOnLRQr7OS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOnLRQr7OS .embla__button--next,
.cid-uOnLRQr7OS .embla__button--prev {
  display: flex;
}
.cid-uOnLRQr7OS .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uOnLRQr7OS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOnLRQr7OS .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uOnLRQr7OS .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uOnLRQr7OS .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uOnLRQr7OS .embla__button.embla__button--next {
  right: 0;
}
.cid-uOnLRQr7OS .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uOnLRQr7OS .embla {
  position: relative;
  width: 100%;
}
.cid-uOnLRQr7OS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOnLRQr7OS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOnLRQr7OS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOnLRQr7OS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOnLRQr7OS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOnLRQr7OS .item-label {
  color: #0047ff;
}
.cid-uOnLRQr7OS .item-title {
  color: #ffffff;
}
.cid-uOnLRQr7OS .item-text {
  color: #ffffff;
}
.cid-uOnLRQr7OS .list {
  color: #ffffff;
}
.cid-uOnLRe2JOT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #ff9e08, #000000 30%);
}
@media (max-width: 768px) {
  .cid-uOnLRe2JOT {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #ff9e08, #000000 30%);
  }
}
.cid-uOnLRe2JOT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uOnLRe2JOT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOnLRe2JOT .embla__slide .slide-content {
  width: 100%;
}
.cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #050049;
  border: 1px solid #a78aff;
  padding: 2px 8px;
}
.cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOnLRe2JOT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOnLRe2JOT .embla__button--next,
.cid-uOnLRe2JOT .embla__button--prev {
  display: flex;
}
.cid-uOnLRe2JOT .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uOnLRe2JOT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOnLRe2JOT .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uOnLRe2JOT .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uOnLRe2JOT .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uOnLRe2JOT .embla__button.embla__button--next {
  right: 0;
}
.cid-uOnLRe2JOT .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uOnLRe2JOT .embla {
  position: relative;
  width: 100%;
}
.cid-uOnLRe2JOT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOnLRe2JOT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOnLRe2JOT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOnLRe2JOT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOnLRe2JOT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOnLRe2JOT .item-label {
  color: #0047ff;
}
.cid-uOnLRe2JOT .item-title {
  color: #ffffff;
}
.cid-uOnLRe2JOT .item-text {
  color: #ffffff;
}
.cid-uOnLRe2JOT .list {
  color: #ffffff;
}
.cid-uPBwTn8Lo9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPBwTn8Lo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBwTn8Lo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBwTn8Lo9 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwTn8Lo9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwTn8Lo9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPBwTn8Lo9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPBwTn8Lo9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPBwTn8Lo9 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwTn8Lo9 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwTn8Lo9 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uPBwTn8Lo9 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPBwTn8Lo9 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uPBwTn8Lo9 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPBwTn8Lo9 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uPBwTn8Lo9 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uPBwTn8Lo9 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uPBwTn8Lo9 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwTn8Lo9 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwTn8Lo9 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uPBwTn8Lo9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPBwTn8Lo9 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPBwTn8Lo9 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uPBwTn8Lo9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPBwTn8Lo9 .list-wrapper .list .item-wrap:hover,
.cid-uPBwTn8Lo9 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uPBwTn8Lo9 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uPBwTn8Lo9 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uPBwTn8Lo9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPBwTn8Lo9 .mbr-section-title {
  color: #ffffff;
}
.cid-uPBwTn8Lo9 .mbr-text {
  color: #ffffff;
}
.cid-uPBwTn8Lo9 .mbr-desc {
  color: #ffffff;
}
.cid-uPBwTn8Lo9 .list {
  color: #ffffff;
}
.cid-uOo6TNEGg6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOo6TNEGg6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOo6TNEGg6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOo6TNEGg6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOo6TNEGg6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uOo6TNEGg6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOo6TNEGg6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOo6TNEGg6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uOo6TNEGg6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOo6TNEGg6 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uOo6TNEGg6 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uOo6TNEGg6 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uOo6TNEGg6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uOo6TNEGg6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uOo6TNEGg6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOo6TNEGg6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOo6TNEGg6 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uOo6TNEGg6 .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uOo6TNEGg6 .nav-link::before {
    left: 8px;
  }
}
.cid-uOo6TNEGg6 .nav-link:hover {
  opacity: 1;
}
.cid-uOo6TNEGg6 .nav-link:hover::before {
  opacity: 1;
}
.cid-uOo6TNEGg6 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOo6TNEGg6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOo6TNEGg6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uOo6TNEGg6 .navbar-caption:hover,
.cid-uOo6TNEGg6 .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uOo6TNEGg6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOo6TNEGg6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uOo6TNEGg6 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #15171a;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-uOo6TNEGg6 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uOo6TNEGg6 .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOo6TNEGg6 .menu-container {
    margin: 16px;
  }
}
.cid-uOo6TNEGg6 .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uOo6TNEGg6 .iconfont-wrapper:hover,
.cid-uOo6TNEGg6 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uOo6TNEGg6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #15171a;
}
.cid-uOo6TNEGg6 .nav-item:focus,
.cid-uOo6TNEGg6 .nav-link:focus {
  outline: none;
}
.cid-uOo6TNEGg6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOo6TNEGg6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOo6TNEGg6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOo6TNEGg6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOo6TNEGg6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOo6TNEGg6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOo6TNEGg6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOo6TNEGg6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOo6TNEGg6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOo6TNEGg6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uOo6TNEGg6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOo6TNEGg6 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uOo6TNEGg6 .navbar.collapsed {
  justify-content: center;
}
.cid-uOo6TNEGg6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOo6TNEGg6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOo6TNEGg6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uOo6TNEGg6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOo6TNEGg6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOo6TNEGg6 .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-uOo6TNEGg6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOo6TNEGg6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOo6TNEGg6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOo6TNEGg6 .navbar {
    min-height: 72px;
  }
  .cid-uOo6TNEGg6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOo6TNEGg6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOo6TNEGg6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOo6TNEGg6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOo6TNEGg6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOo6TNEGg6 .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-uOo6TNEGg6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOo6TNEGg6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOo6TNEGg6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOo6TNEGg6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOo6TNEGg6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOo6TNEGg6 .dropdown-item.active,
.cid-uOo6TNEGg6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOo6TNEGg6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOo6TNEGg6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOo6TNEGg6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOo6TNEGg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15171a;
}
.cid-uOo6TNEGg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOo6TNEGg6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOo6TNEGg6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOo6TNEGg6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOo6TNEGg6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uOo6TNEGg6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOo6TNEGg6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uOo6TNEGg6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOo6TNEGg6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOo6TNEGg6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOo6TNEGg6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOo6TNEGg6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOo6TNEGg6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOo6TNEGg6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOo6TNEGg6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOo6TNEGg6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOo6TNEGg6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOo6TNEGg6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOo6TNEGg6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOo6TNEGg6 .navbar {
    height: 70px;
  }
  .cid-uOo6TNEGg6 .navbar.opened {
    height: auto;
  }
  .cid-uOo6TNEGg6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOo6TNEGg6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uOo6TNEGg6 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOo6TNEGg6 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uOo6TNEGg6 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uOo6TNEGg6 .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uOo6TNEGg6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOo6TNEGg6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uOo6TNEGg6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #15171a;
  }
  .cid-uOo6TNEGg6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOo6TNEGg6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOo6TNEGg6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOo6TNEGg6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOo6TNEGg6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOo6TNEGg6 .navbar-brand,
.cid-uOo6TNEGg6 .navbar-toggler,
.cid-uOo6TNEGg6 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOobh4PxqN {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOobh4PxqN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uOobh4PxqN .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOobh4PxqN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOobh4PxqN .container {
    padding: 0 16px;
  }
}
.cid-uOobh4PxqN .row {
  justify-content: space-between;
}
.cid-uOobh4PxqN .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOobh4PxqN .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOobh4PxqN .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOobh4PxqN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uOobh4PxqN .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOobh4PxqN .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uOobh4PxqN .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uOobh4PxqN .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uOobh4PxqN .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-uOobh4PxqN .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uOobh4PxqN .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uOobh4PxqN .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uOobh4PxqN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOobh4PxqN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOobh4PxqN .embla__slide .slide-content {
  width: 100%;
}
.cid-uOobh4PxqN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOobh4PxqN .embla__button--next,
.cid-uOobh4PxqN .embla__button--prev {
  display: flex;
}
.cid-uOobh4PxqN .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #272b2e !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOobh4PxqN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOobh4PxqN .embla__button:hover {
  color: #7dabab !important;
}
.cid-uOobh4PxqN .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uOobh4PxqN .embla__button.embla__button--next {
  right: 0;
}
.cid-uOobh4PxqN .embla {
  position: relative;
  width: 100%;
}
.cid-uOobh4PxqN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #ff9e08;
  border-radius: .5em;
}
.cid-uOobh4PxqN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOobh4PxqN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOobh4PxqN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOobh4PxqN .mbr-section-title {
  color: #ff9e08;
}
.cid-uOobh4PxqN .mbr-section-subtitle {
  color: #080808;
}
.cid-uOobh4PxqN .mbr-text {
  color: #ffffff;
}
.cid-uOobh4PxqN .mbr-tag {
  color: #898989;
}
.cid-uOobh4PxqN .mbr-section-subtitle,
.cid-uOobh4PxqN .mbr-section-btn,
.cid-uOobh4PxqN .tags-wrapper {
  color: #ff9e08;
}
.cid-uOocyWmtOZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOocyWmtOZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uOocyWmtOZ .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOocyWmtOZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOocyWmtOZ .container {
    padding: 0 16px;
  }
}
.cid-uOocyWmtOZ .row {
  justify-content: space-between;
}
.cid-uOocyWmtOZ .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOocyWmtOZ .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOocyWmtOZ .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOocyWmtOZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uOocyWmtOZ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOocyWmtOZ .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uOocyWmtOZ .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uOocyWmtOZ .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uOocyWmtOZ .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-uOocyWmtOZ .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uOocyWmtOZ .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uOocyWmtOZ .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uOocyWmtOZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOocyWmtOZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOocyWmtOZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uOocyWmtOZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOocyWmtOZ .embla__button--next,
.cid-uOocyWmtOZ .embla__button--prev {
  display: flex;
}
.cid-uOocyWmtOZ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #272b2e !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOocyWmtOZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOocyWmtOZ .embla__button:hover {
  color: #7dabab !important;
}
.cid-uOocyWmtOZ .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uOocyWmtOZ .embla__button.embla__button--next {
  right: 0;
}
.cid-uOocyWmtOZ .embla {
  position: relative;
  width: 100%;
}
.cid-uOocyWmtOZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #ff9e08;
  border-radius: .5em;
}
.cid-uOocyWmtOZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOocyWmtOZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOocyWmtOZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOocyWmtOZ .mbr-section-title {
  color: #ff9e08;
}
.cid-uOocyWmtOZ .mbr-section-subtitle {
  color: #080808;
}
.cid-uOocyWmtOZ .mbr-text {
  color: #ffffff;
}
.cid-uOocyWmtOZ .mbr-tag {
  color: #898989;
}
.cid-uOocyWmtOZ .mbr-section-subtitle,
.cid-uOocyWmtOZ .mbr-section-btn,
.cid-uOocyWmtOZ .tags-wrapper {
  color: #ff9e08;
}
.cid-uOoczMbRfI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOoczMbRfI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uOoczMbRfI .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOoczMbRfI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoczMbRfI .container {
    padding: 0 16px;
  }
}
.cid-uOoczMbRfI .row {
  justify-content: space-between;
}
.cid-uOoczMbRfI .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOoczMbRfI .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOoczMbRfI .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOoczMbRfI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uOoczMbRfI .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOoczMbRfI .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uOoczMbRfI .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uOoczMbRfI .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uOoczMbRfI .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-uOoczMbRfI .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uOoczMbRfI .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uOoczMbRfI .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uOoczMbRfI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOoczMbRfI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOoczMbRfI .embla__slide .slide-content {
  width: 100%;
}
.cid-uOoczMbRfI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOoczMbRfI .embla__button--next,
.cid-uOoczMbRfI .embla__button--prev {
  display: flex;
}
.cid-uOoczMbRfI .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #272b2e !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOoczMbRfI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOoczMbRfI .embla__button:hover {
  color: #7dabab !important;
}
.cid-uOoczMbRfI .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uOoczMbRfI .embla__button.embla__button--next {
  right: 0;
}
.cid-uOoczMbRfI .embla {
  position: relative;
  width: 100%;
}
.cid-uOoczMbRfI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #ff9e08;
  border-radius: .5em;
}
.cid-uOoczMbRfI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOoczMbRfI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOoczMbRfI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOoczMbRfI .mbr-section-title {
  color: #ff9e08;
}
.cid-uOoczMbRfI .mbr-section-subtitle {
  color: #080808;
}
.cid-uOoczMbRfI .mbr-text {
  color: #ffffff;
}
.cid-uOoczMbRfI .mbr-tag {
  color: #898989;
}
.cid-uOoczMbRfI .mbr-section-subtitle,
.cid-uOoczMbRfI .mbr-section-btn,
.cid-uOoczMbRfI .tags-wrapper {
  color: #ff9e08;
}
.cid-uOoczlPFLX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOoczlPFLX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uOoczlPFLX .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOoczlPFLX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOoczlPFLX .container {
    padding: 0 16px;
  }
}
.cid-uOoczlPFLX .row {
  justify-content: space-between;
}
.cid-uOoczlPFLX .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOoczlPFLX .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOoczlPFLX .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOoczlPFLX .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uOoczlPFLX .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOoczlPFLX .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uOoczlPFLX .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uOoczlPFLX .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uOoczlPFLX .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-uOoczlPFLX .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uOoczlPFLX .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uOoczlPFLX .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uOoczlPFLX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOoczlPFLX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOoczlPFLX .embla__slide .slide-content {
  width: 100%;
}
.cid-uOoczlPFLX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOoczlPFLX .embla__button--next,
.cid-uOoczlPFLX .embla__button--prev {
  display: flex;
}
.cid-uOoczlPFLX .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #272b2e !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOoczlPFLX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOoczlPFLX .embla__button:hover {
  color: #7dabab !important;
}
.cid-uOoczlPFLX .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uOoczlPFLX .embla__button.embla__button--next {
  right: 0;
}
.cid-uOoczlPFLX .embla {
  position: relative;
  width: 100%;
}
.cid-uOoczlPFLX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #ff9e08;
  border-radius: .5em;
}
.cid-uOoczlPFLX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOoczlPFLX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOoczlPFLX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOoczlPFLX .mbr-section-title {
  color: #ff9e08;
}
.cid-uOoczlPFLX .mbr-section-subtitle {
  color: #080808;
}
.cid-uOoczlPFLX .mbr-text {
  color: #ffffff;
}
.cid-uOoczlPFLX .mbr-tag {
  color: #898989;
}
.cid-uOoczlPFLX .mbr-section-subtitle,
.cid-uOoczlPFLX .mbr-section-btn,
.cid-uOoczlPFLX .tags-wrapper {
  color: #ff9e08;
}
.cid-uOocy8jomL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOocy8jomL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uOocy8jomL .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOocy8jomL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOocy8jomL .container {
    padding: 0 16px;
  }
}
.cid-uOocy8jomL .row {
  justify-content: space-between;
}
.cid-uOocy8jomL .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOocy8jomL .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOocy8jomL .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOocy8jomL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uOocy8jomL .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOocy8jomL .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uOocy8jomL .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uOocy8jomL .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uOocy8jomL .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-uOocy8jomL .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uOocy8jomL .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uOocy8jomL .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uOocy8jomL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOocy8jomL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOocy8jomL .embla__slide .slide-content {
  width: 100%;
}
.cid-uOocy8jomL .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOocy8jomL .embla__button--next,
.cid-uOocy8jomL .embla__button--prev {
  display: flex;
}
.cid-uOocy8jomL .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #272b2e !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOocy8jomL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOocy8jomL .embla__button:hover {
  color: #7dabab !important;
}
.cid-uOocy8jomL .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uOocy8jomL .embla__button.embla__button--next {
  right: 0;
}
.cid-uOocy8jomL .embla {
  position: relative;
  width: 100%;
}
.cid-uOocy8jomL .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #ff9e08;
  border-radius: .5em;
}
.cid-uOocy8jomL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOocy8jomL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOocy8jomL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOocy8jomL .mbr-section-title {
  color: #ff9e08;
}
.cid-uOocy8jomL .mbr-section-subtitle {
  color: #080808;
}
.cid-uOocy8jomL .mbr-text {
  color: #ffffff;
}
.cid-uOocy8jomL .mbr-tag {
  color: #898989;
}
.cid-uOocy8jomL .mbr-section-subtitle,
.cid-uOocy8jomL .mbr-section-btn,
.cid-uOocy8jomL .tags-wrapper {
  color: #ff9e08;
}
.cid-uOocxJJEVy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOocxJJEVy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uOocxJJEVy .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOocxJJEVy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOocxJJEVy .container {
    padding: 0 16px;
  }
}
.cid-uOocxJJEVy .row {
  justify-content: space-between;
}
.cid-uOocxJJEVy .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOocxJJEVy .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOocxJJEVy .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOocxJJEVy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uOocxJJEVy .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOocxJJEVy .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uOocxJJEVy .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uOocxJJEVy .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uOocxJJEVy .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-uOocxJJEVy .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uOocxJJEVy .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uOocxJJEVy .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uOocxJJEVy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOocxJJEVy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOocxJJEVy .embla__slide .slide-content {
  width: 100%;
}
.cid-uOocxJJEVy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOocxJJEVy .embla__button--next,
.cid-uOocxJJEVy .embla__button--prev {
  display: flex;
}
.cid-uOocxJJEVy .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #272b2e !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOocxJJEVy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOocxJJEVy .embla__button:hover {
  color: #7dabab !important;
}
.cid-uOocxJJEVy .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uOocxJJEVy .embla__button.embla__button--next {
  right: 0;
}
.cid-uOocxJJEVy .embla {
  position: relative;
  width: 100%;
}
.cid-uOocxJJEVy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #ff9e08;
  border-radius: .5em;
}
.cid-uOocxJJEVy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOocxJJEVy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOocxJJEVy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOocxJJEVy .mbr-section-title {
  color: #ff9e08;
}
.cid-uOocxJJEVy .mbr-section-subtitle {
  color: #080808;
}
.cid-uOocxJJEVy .mbr-text {
  color: #ffffff;
}
.cid-uOocxJJEVy .mbr-tag {
  color: #898989;
}
.cid-uOocxJJEVy .mbr-section-subtitle,
.cid-uOocxJJEVy .mbr-section-btn,
.cid-uOocxJJEVy .tags-wrapper {
  color: #ff9e08;
}
.cid-uOocqWSBhl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOocqWSBhl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uOocqWSBhl .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOocqWSBhl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOocqWSBhl .container {
    padding: 0 16px;
  }
}
.cid-uOocqWSBhl .row {
  justify-content: space-between;
}
.cid-uOocqWSBhl .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOocqWSBhl .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-uOocqWSBhl .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOocqWSBhl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uOocqWSBhl .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOocqWSBhl .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uOocqWSBhl .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uOocqWSBhl .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uOocqWSBhl .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-uOocqWSBhl .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uOocqWSBhl .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uOocqWSBhl .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uOocqWSBhl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOocqWSBhl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOocqWSBhl .embla__slide .slide-content {
  width: 100%;
}
.cid-uOocqWSBhl .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOocqWSBhl .embla__button--next,
.cid-uOocqWSBhl .embla__button--prev {
  display: flex;
}
.cid-uOocqWSBhl .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #272b2e !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOocqWSBhl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOocqWSBhl .embla__button:hover {
  color: #7dabab !important;
}
.cid-uOocqWSBhl .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uOocqWSBhl .embla__button.embla__button--next {
  right: 0;
}
.cid-uOocqWSBhl .embla {
  position: relative;
  width: 100%;
}
.cid-uOocqWSBhl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #ff9e08;
  border-radius: .5em;
}
.cid-uOocqWSBhl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOocqWSBhl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOocqWSBhl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOocqWSBhl .mbr-section-title {
  color: #ff9e08;
}
.cid-uOocqWSBhl .mbr-section-subtitle {
  color: #080808;
}
.cid-uOocqWSBhl .mbr-text {
  color: #ffffff;
}
.cid-uOocqWSBhl .mbr-tag {
  color: #898989;
}
.cid-uOocqWSBhl .mbr-section-subtitle,
.cid-uOocqWSBhl .mbr-section-btn,
.cid-uOocqWSBhl .tags-wrapper {
  color: #ff9e08;
}
.cid-uOo6TQLBGL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOo6TQLBGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo6TQLBGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo6TQLBGL .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOo6TQLBGL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOo6TQLBGL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOo6TQLBGL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOo6TQLBGL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOo6TQLBGL .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOo6TQLBGL .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOo6TQLBGL .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOo6TQLBGL .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOo6TQLBGL .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOo6TQLBGL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOo6TQLBGL .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOo6TQLBGL .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOo6TQLBGL .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uOo6TQLBGL .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOo6TQLBGL .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOo6TQLBGL .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOo6TQLBGL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOo6TQLBGL .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOo6TQLBGL .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOo6TQLBGL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOo6TQLBGL .list-wrapper .list .item-wrap:hover,
.cid-uOo6TQLBGL .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOo6TQLBGL .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOo6TQLBGL .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOo6TQLBGL .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uOo6TQLBGL .mbr-section-title {
  color: #ffffff;
}
.cid-uOo6TQLBGL .mbr-text {
  color: #ffffff;
}
.cid-uOo6TQLBGL .mbr-desc {
  color: #ffffff;
}
.cid-uOo6TQLBGL .list {
  color: #ffffff;
}
.cid-uPwjz0jhMO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPwjz0jhMO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPwjz0jhMO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPwjz0jhMO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPwjz0jhMO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uPwjz0jhMO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPwjz0jhMO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPwjz0jhMO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPwjz0jhMO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPwjz0jhMO .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uPwjz0jhMO .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uPwjz0jhMO .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uPwjz0jhMO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uPwjz0jhMO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPwjz0jhMO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPwjz0jhMO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPwjz0jhMO .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uPwjz0jhMO .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uPwjz0jhMO .nav-link::before {
    left: 8px;
  }
}
.cid-uPwjz0jhMO .nav-link:hover {
  opacity: 1;
}
.cid-uPwjz0jhMO .nav-link:hover::before {
  opacity: 1;
}
.cid-uPwjz0jhMO .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPwjz0jhMO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPwjz0jhMO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uPwjz0jhMO .navbar-caption:hover,
.cid-uPwjz0jhMO .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uPwjz0jhMO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPwjz0jhMO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPwjz0jhMO .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #15171a;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-uPwjz0jhMO .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uPwjz0jhMO .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uPwjz0jhMO .menu-container {
    margin: 16px;
  }
}
.cid-uPwjz0jhMO .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uPwjz0jhMO .iconfont-wrapper:hover,
.cid-uPwjz0jhMO .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uPwjz0jhMO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #15171a;
}
.cid-uPwjz0jhMO .nav-item:focus,
.cid-uPwjz0jhMO .nav-link:focus {
  outline: none;
}
.cid-uPwjz0jhMO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPwjz0jhMO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPwjz0jhMO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPwjz0jhMO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPwjz0jhMO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPwjz0jhMO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPwjz0jhMO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPwjz0jhMO .navbar.opened {
  transition: all 0.3s;
}
.cid-uPwjz0jhMO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPwjz0jhMO .navbar .navbar-logo img {
  width: auto;
}
.cid-uPwjz0jhMO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPwjz0jhMO .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uPwjz0jhMO .navbar.collapsed {
  justify-content: center;
}
.cid-uPwjz0jhMO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPwjz0jhMO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPwjz0jhMO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uPwjz0jhMO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPwjz0jhMO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPwjz0jhMO .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-uPwjz0jhMO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPwjz0jhMO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPwjz0jhMO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPwjz0jhMO .navbar {
    min-height: 72px;
  }
  .cid-uPwjz0jhMO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPwjz0jhMO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPwjz0jhMO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPwjz0jhMO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPwjz0jhMO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPwjz0jhMO .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-uPwjz0jhMO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPwjz0jhMO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPwjz0jhMO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPwjz0jhMO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPwjz0jhMO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPwjz0jhMO .dropdown-item.active,
.cid-uPwjz0jhMO .dropdown-item:active {
  background-color: transparent;
}
.cid-uPwjz0jhMO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPwjz0jhMO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPwjz0jhMO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPwjz0jhMO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15171a;
}
.cid-uPwjz0jhMO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPwjz0jhMO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPwjz0jhMO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPwjz0jhMO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPwjz0jhMO .navbar-buttons {
    text-align: left;
  }
}
.cid-uPwjz0jhMO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPwjz0jhMO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uPwjz0jhMO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPwjz0jhMO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPwjz0jhMO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPwjz0jhMO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPwjz0jhMO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPwjz0jhMO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPwjz0jhMO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPwjz0jhMO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPwjz0jhMO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPwjz0jhMO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPwjz0jhMO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPwjz0jhMO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPwjz0jhMO .navbar {
    height: 70px;
  }
  .cid-uPwjz0jhMO .navbar.opened {
    height: auto;
  }
  .cid-uPwjz0jhMO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPwjz0jhMO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uPwjz0jhMO .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uPwjz0jhMO .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uPwjz0jhMO .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uPwjz0jhMO .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uPwjz0jhMO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPwjz0jhMO .navbar-brand {
    margin-right: auto;
  }
  .cid-uPwjz0jhMO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #15171a;
  }
  .cid-uPwjz0jhMO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPwjz0jhMO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPwjz0jhMO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPwjz0jhMO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPwjz0jhMO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPwjz0jhMO .navbar-brand,
.cid-uPwjz0jhMO .navbar-toggler,
.cid-uPwjz0jhMO .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uPBqTF7qlj {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPBqTF7qlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBqTF7qlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBqTF7qlj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPBqTF7qlj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPBqTF7qlj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPBqTF7qlj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPBqTF7qlj .embla__slide .slide-content {
  width: 100%;
}
.cid-uPBqTF7qlj .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uPBqTF7qlj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPBqTF7qlj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPBqTF7qlj .embla__button--next,
.cid-uPBqTF7qlj .embla__button--prev {
  display: flex;
}
.cid-uPBqTF7qlj .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #cd7618 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uPBqTF7qlj .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uPBqTF7qlj .embla__button:hover {
  background-color: #ff9e08 !important;
  color: #000000 !important;
}
.cid-uPBqTF7qlj .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-uPBqTF7qlj .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uPBqTF7qlj .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-uPBqTF7qlj .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uPBqTF7qlj .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-uPBqTF7qlj .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPBqTF7qlj .embla {
    padding-bottom: 6rem;
  }
}
.cid-uPBqTF7qlj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPBqTF7qlj .embla__viewport {
    border: 10px solid #000000;
  }
}
.cid-uPBqTF7qlj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPBqTF7qlj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPBqTF7qlj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPBqTF7qlj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPBqTF7qlj .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-uPwBDeWUGc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uPwBDeWUGc {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uPwBDeWUGc {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-uPwBDeWUGc .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-uPwBDeWUGc .f-row {
    flex-direction: column;
  }
}
.cid-uPwBDeWUGc .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-uPwBDeWUGc .f-item {
    flex: 1 1 100%;
  }
}
.cid-uPwBDeWUGc .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-uPwBDeWUGc .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPwBDeWUGc .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPwBDeWUGc .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-uPwBDeWUGc .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-uPwBDeWUGc .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-uPwBDeWUGc .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPwBDeWUGc .mbr-text,
.cid-uPwBDeWUGc .mbr-section-btn {
  text-align: left;
}
.cid-uPwBDeWUGc .card-title {
  text-align: left;
}
.cid-uPBpjlNasU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPBpjlNasU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBpjlNasU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBpjlNasU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPBpjlNasU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPBpjlNasU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPBpjlNasU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPBpjlNasU .embla__slide .slide-content {
  width: 100%;
}
.cid-uPBpjlNasU .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uPBpjlNasU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPBpjlNasU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPBpjlNasU .embla__button--next,
.cid-uPBpjlNasU .embla__button--prev {
  display: flex;
}
.cid-uPBpjlNasU .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #cd7618 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uPBpjlNasU .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uPBpjlNasU .embla__button:hover {
  background-color: #ff9e08 !important;
  color: #000000 !important;
}
.cid-uPBpjlNasU .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-uPBpjlNasU .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uPBpjlNasU .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-uPBpjlNasU .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uPBpjlNasU .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-uPBpjlNasU .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPBpjlNasU .embla {
    padding-bottom: 6rem;
  }
}
.cid-uPBpjlNasU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPBpjlNasU .embla__viewport {
    border: 10px solid #000000;
  }
}
.cid-uPBpjlNasU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPBpjlNasU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPBpjlNasU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPBpjlNasU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPBpjlNasU .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-uPwENfMWrQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uPwENfMWrQ {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uPwENfMWrQ {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-uPwENfMWrQ .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-uPwENfMWrQ .f-row {
    flex-direction: column;
  }
}
.cid-uPwENfMWrQ .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-uPwENfMWrQ .f-item {
    flex: 1 1 100%;
  }
}
.cid-uPwENfMWrQ .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-uPwENfMWrQ .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPwENfMWrQ .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPwENfMWrQ .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-uPwENfMWrQ .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-uPwENfMWrQ .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-uPwENfMWrQ .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPwENfMWrQ .f-row {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .cid-uPwENfMWrQ .f-row {
    flex-direction: column;
  }
}
.cid-uPwENfMWrQ .mbr-text,
.cid-uPwENfMWrQ .mbr-section-btn {
  text-align: left;
}
.cid-uPwENfMWrQ .card-title {
  text-align: left;
}
.cid-uPBqfq2lD2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPBqfq2lD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBqfq2lD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBqfq2lD2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPBqfq2lD2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPBqfq2lD2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPBqfq2lD2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPBqfq2lD2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uPBqfq2lD2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uPBqfq2lD2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPBqfq2lD2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPBqfq2lD2 .embla__button--next,
.cid-uPBqfq2lD2 .embla__button--prev {
  display: flex;
}
.cid-uPBqfq2lD2 .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #cd7618 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uPBqfq2lD2 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uPBqfq2lD2 .embla__button:hover {
  background-color: #ff9e08 !important;
  color: #000000 !important;
}
.cid-uPBqfq2lD2 .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-uPBqfq2lD2 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uPBqfq2lD2 .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-uPBqfq2lD2 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uPBqfq2lD2 .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-uPBqfq2lD2 .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPBqfq2lD2 .embla {
    padding-bottom: 6rem;
  }
}
.cid-uPBqfq2lD2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPBqfq2lD2 .embla__viewport {
    border: 10px solid #000000;
  }
}
.cid-uPBqfq2lD2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPBqfq2lD2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPBqfq2lD2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPBqfq2lD2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPBqfq2lD2 .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-uPwG3zBlbc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uPwG3zBlbc {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uPwG3zBlbc {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-uPwG3zBlbc .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-uPwG3zBlbc .f-row {
    flex-direction: column;
  }
}
.cid-uPwG3zBlbc .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-uPwG3zBlbc .f-item {
    flex: 1 1 100%;
  }
}
.cid-uPwG3zBlbc .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-uPwG3zBlbc .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPwG3zBlbc .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPwG3zBlbc .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-uPwG3zBlbc .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-uPwG3zBlbc .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-uPwG3zBlbc .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPwG3zBlbc .mbr-text,
.cid-uPwG3zBlbc .mbr-section-btn {
  text-align: left;
}
.cid-uPwG3zBlbc .card-title {
  text-align: left;
}
.cid-uPBsrbUSRw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPBsrbUSRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBsrbUSRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBsrbUSRw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPBsrbUSRw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPBsrbUSRw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPBsrbUSRw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPBsrbUSRw .embla__slide .slide-content {
  width: 100%;
}
.cid-uPBsrbUSRw .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uPBsrbUSRw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPBsrbUSRw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPBsrbUSRw .embla__button--next,
.cid-uPBsrbUSRw .embla__button--prev {
  display: flex;
}
.cid-uPBsrbUSRw .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #cd7618 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uPBsrbUSRw .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uPBsrbUSRw .embla__button:hover {
  background-color: #fa9a06 !important;
  color: #000000 !important;
}
.cid-uPBsrbUSRw .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-uPBsrbUSRw .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uPBsrbUSRw .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-uPBsrbUSRw .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uPBsrbUSRw .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-uPBsrbUSRw .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPBsrbUSRw .embla {
    padding-bottom: 6rem;
  }
}
.cid-uPBsrbUSRw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPBsrbUSRw .embla__viewport {
    border: 10px solid #000000;
  }
}
.cid-uPBsrbUSRw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPBsrbUSRw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPBsrbUSRw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPBsrbUSRw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPBsrbUSRw .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-uPBwPgMYmJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPBwPgMYmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBwPgMYmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBwPgMYmJ .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwPgMYmJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwPgMYmJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPBwPgMYmJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPBwPgMYmJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPBwPgMYmJ .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwPgMYmJ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwPgMYmJ .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uPBwPgMYmJ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPBwPgMYmJ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uPBwPgMYmJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPBwPgMYmJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uPBwPgMYmJ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uPBwPgMYmJ .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uPBwPgMYmJ .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwPgMYmJ .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwPgMYmJ .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uPBwPgMYmJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPBwPgMYmJ .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPBwPgMYmJ .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uPBwPgMYmJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPBwPgMYmJ .list-wrapper .list .item-wrap:hover,
.cid-uPBwPgMYmJ .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uPBwPgMYmJ .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uPBwPgMYmJ .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uPBwPgMYmJ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPBwPgMYmJ .mbr-section-title {
  color: #ffffff;
}
.cid-uPBwPgMYmJ .mbr-text {
  color: #ffffff;
}
.cid-uPBwPgMYmJ .mbr-desc {
  color: #ffffff;
}
.cid-uPBwPgMYmJ .list {
  color: #ffffff;
}
.cid-uPB0quPSmg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPB0quPSmg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPB0quPSmg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPB0quPSmg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPB0quPSmg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uPB0quPSmg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPB0quPSmg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPB0quPSmg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uPB0quPSmg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPB0quPSmg .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uPB0quPSmg .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uPB0quPSmg .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uPB0quPSmg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uPB0quPSmg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPB0quPSmg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPB0quPSmg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPB0quPSmg .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uPB0quPSmg .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uPB0quPSmg .nav-link::before {
    left: 8px;
  }
}
.cid-uPB0quPSmg .nav-link:hover {
  opacity: 1;
}
.cid-uPB0quPSmg .nav-link:hover::before {
  opacity: 1;
}
.cid-uPB0quPSmg .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPB0quPSmg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPB0quPSmg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uPB0quPSmg .navbar-caption:hover,
.cid-uPB0quPSmg .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uPB0quPSmg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPB0quPSmg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPB0quPSmg .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #15171a;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-uPB0quPSmg .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uPB0quPSmg .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uPB0quPSmg .menu-container {
    margin: 16px;
  }
}
.cid-uPB0quPSmg .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uPB0quPSmg .iconfont-wrapper:hover,
.cid-uPB0quPSmg .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uPB0quPSmg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #15171a;
}
.cid-uPB0quPSmg .nav-item:focus,
.cid-uPB0quPSmg .nav-link:focus {
  outline: none;
}
.cid-uPB0quPSmg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPB0quPSmg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPB0quPSmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPB0quPSmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPB0quPSmg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPB0quPSmg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPB0quPSmg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPB0quPSmg .navbar.opened {
  transition: all 0.3s;
}
.cid-uPB0quPSmg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPB0quPSmg .navbar .navbar-logo img {
  width: auto;
}
.cid-uPB0quPSmg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPB0quPSmg .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uPB0quPSmg .navbar.collapsed {
  justify-content: center;
}
.cid-uPB0quPSmg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPB0quPSmg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPB0quPSmg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uPB0quPSmg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPB0quPSmg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPB0quPSmg .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-uPB0quPSmg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPB0quPSmg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPB0quPSmg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPB0quPSmg .navbar {
    min-height: 72px;
  }
  .cid-uPB0quPSmg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPB0quPSmg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPB0quPSmg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPB0quPSmg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPB0quPSmg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPB0quPSmg .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-uPB0quPSmg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPB0quPSmg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPB0quPSmg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPB0quPSmg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPB0quPSmg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPB0quPSmg .dropdown-item.active,
.cid-uPB0quPSmg .dropdown-item:active {
  background-color: transparent;
}
.cid-uPB0quPSmg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPB0quPSmg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPB0quPSmg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPB0quPSmg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #15171a;
}
.cid-uPB0quPSmg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPB0quPSmg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPB0quPSmg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPB0quPSmg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPB0quPSmg .navbar-buttons {
    text-align: left;
  }
}
.cid-uPB0quPSmg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPB0quPSmg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uPB0quPSmg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPB0quPSmg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPB0quPSmg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPB0quPSmg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPB0quPSmg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPB0quPSmg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPB0quPSmg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPB0quPSmg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPB0quPSmg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPB0quPSmg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPB0quPSmg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPB0quPSmg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPB0quPSmg .navbar {
    height: 70px;
  }
  .cid-uPB0quPSmg .navbar.opened {
    height: auto;
  }
  .cid-uPB0quPSmg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPB0quPSmg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uPB0quPSmg .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uPB0quPSmg .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uPB0quPSmg .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uPB0quPSmg .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uPB0quPSmg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPB0quPSmg .navbar-brand {
    margin-right: auto;
  }
  .cid-uPB0quPSmg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #15171a;
  }
  .cid-uPB0quPSmg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPB0quPSmg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPB0quPSmg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPB0quPSmg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPB0quPSmg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPB0quPSmg .navbar-brand,
.cid-uPB0quPSmg .navbar-toggler,
.cid-uPB0quPSmg .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uPB2pSwnQH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #cd7618;
}
.cid-uPB2pSwnQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPB2pSwnQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPB2pSwnQH .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-uPB2pSwnQH .mbr-section-title {
  color: #000000;
}
.cid-uPB2pSwnQH .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uPB2pSwnQH .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPB2pSwnQH .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPB2pSwnQH .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-uPB2pSwnQH .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-uPB2pSwnQH .tabl-item-column {
    padding: 10px;
  }
}
.cid-uPB2pSwnQH .card-title {
  color: #000000;
}
.cid-uPB2pSwnQH .card-text {
  color: #000000;
}
.cid-uPB5dpIyCt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cd7618;
}
.cid-uPB5dpIyCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPB5dpIyCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPB5dpIyCt .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-uPB5dpIyCt .mbr-section-title {
  color: #000000;
}
.cid-uPB5dpIyCt .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uPB5dpIyCt .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPB5dpIyCt .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPB5dpIyCt .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-uPB5dpIyCt .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-uPB5dpIyCt .tabl-item-column {
    padding: 10px;
  }
}
.cid-uPB5dpIyCt .card-title {
  color: #000000;
}
.cid-uPB5dpIyCt .card-text {
  color: #000000;
}
.cid-uPBoTqdxMv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPBoTqdxMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBoTqdxMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBoTqdxMv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPBoTqdxMv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPBoTqdxMv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uPBoTqdxMv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPBoTqdxMv .embla__slide .slide-content {
  width: 100%;
}
.cid-uPBoTqdxMv .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uPBoTqdxMv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPBoTqdxMv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPBoTqdxMv .embla__button--next,
.cid-uPBoTqdxMv .embla__button--prev {
  display: flex;
}
.cid-uPBoTqdxMv .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #000c3f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-uPBoTqdxMv .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uPBoTqdxMv .embla__button:hover {
  background-color: #f47451 !important;
  color: #ffffff !important;
}
.cid-uPBoTqdxMv .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-uPBoTqdxMv .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uPBoTqdxMv .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-uPBoTqdxMv .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uPBoTqdxMv .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-uPBoTqdxMv .embla {
    padding: 0;
  }
}
.cid-uPBoTqdxMv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPBoTqdxMv .embla__viewport {
    border: 10px solid #000000;
  }
}
.cid-uPBoTqdxMv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPBoTqdxMv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPBoTqdxMv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPBoTqdxMv .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPBoTqdxMv .mbr-section-title {
  color: #cd7618;
  text-align: center;
}
.cid-uPBwM6Gmwx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPBwM6Gmwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPBwM6Gmwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPBwM6Gmwx .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwM6Gmwx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwM6Gmwx .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPBwM6Gmwx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPBwM6Gmwx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPBwM6Gmwx .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwM6Gmwx .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwM6Gmwx .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uPBwM6Gmwx .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPBwM6Gmwx .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uPBwM6Gmwx .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPBwM6Gmwx .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uPBwM6Gmwx .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uPBwM6Gmwx .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uPBwM6Gmwx .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uPBwM6Gmwx .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPBwM6Gmwx .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uPBwM6Gmwx .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPBwM6Gmwx .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uPBwM6Gmwx .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uPBwM6Gmwx .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPBwM6Gmwx .list-wrapper .list .item-wrap:hover,
.cid-uPBwM6Gmwx .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uPBwM6Gmwx .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uPBwM6Gmwx .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uPBwM6Gmwx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uPBwM6Gmwx .mbr-section-title {
  color: #ffffff;
}
.cid-uPBwM6Gmwx .mbr-text {
  color: #ffffff;
}
.cid-uPBwM6Gmwx .mbr-desc {
  color: #ffffff;
}
.cid-uPBwM6Gmwx .list {
  color: #ffffff;
}
