body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffe161 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ffffff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffe161 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #facb00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffe161;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #ff6666 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGzrhlvIh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sFGzrhlvIh .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sFGzrhlvIh .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sFGzrhlvIh .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sFGzrhlvIh .mbr-text {
  color: #ffffff;
}
.cid-sFGzrhlvIh .card {
  padding-bottom: 1.5rem;
}
.cid-sFGzrhlvIh .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFGzrhlvIh .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sFGzrhlvIh .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sFGzrhlvIh H1 {
  color: #c37a7a;
}
.cid-sFGzrhlvIh .mbr-text,
.cid-sFGzrhlvIh .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sFGzrhlvIh .card-wrapper .card-title,
.cid-sFGzrhlvIh .card-box {
  color: #bbbbbb;
}
.cid-uKEnc0fJM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-uKEnc0fJM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEnc0fJM7 .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-uKEnc0fJM7 .container {
    padding: 0 30px;
  }
}
.cid-uKEnc0fJM7 .card {
  justify-content: center;
}
.cid-uKEnc0fJM7 .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uKEnc0fJM7 .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .title-wrapper {
    padding: 0;
  }
}
.cid-uKEnc0fJM7 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uKEnc0fJM7 .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #22a5e5;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uKEnc0fJM7 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKEnc0fJM7 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uKEnc0fJM7 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .content-wrapper {
    padding: 0;
  }
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card:hover::before,
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card:focus::before,
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card:hover::after,
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #22a5e5;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #22a5e5;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #22a5e5;
  transition: all 0.5s ease-in-out;
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #22a5e5;
  margin-left: 20px;
  opacity: .2;
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-uKEnc0fJM7 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-uKEnc0fJM7 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uKEnc0fJM7 .mbr-desc {
  color: #bee0d6;
}
.cid-uKEnc0fJM7 .mbr-section-title {
  color: #9fdbf8;
}
.cid-uKEnc0fJM7 .panel-number {
  color: #22a5e5;
}
.cid-uKEnc0fJM7 .panel-title-edit {
  color: #9fdbf8;
}
.cid-uKEnc0fJM7 .panel-text {
  color: #4479d9;
}
.cid-uKEnc0fJM7 .mbr-desc,
.cid-uKEnc0fJM7 .desc-wrapper {
  color: #9fdbf8;
}
.cid-uKF8QDeZ4D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4479d9 110%);
}
.cid-uKF8QDeZ4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKF8QDeZ4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKF8QDeZ4D .row {
  justify-content: center;
}
.cid-uKF8QDeZ4D .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uKF8QDeZ4D .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4479d9, #ffe885 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uKF8QDeZ4D .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uKF8QDeZ4D .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uKF8QDeZ4D .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uKF8QDeZ4D .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKF8QDeZ4D .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uKF8QDeZ4D .mbr-section-title {
  color: #ffffff;
}
.cid-uKF8QDeZ4D .mbr-text {
  color: #ffffff;
}
.cid-uKF8QDeZ4D .mbr-desc {
  color: #ffffff;
}
.cid-uKF8TEh2Wq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-uKF8TEh2Wq nav.navbar {
  position: fixed;
}
.cid-uKF8TEh2Wq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKF8TEh2Wq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKF8TEh2Wq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKF8TEh2Wq .dropdown-item:hover,
.cid-uKF8TEh2Wq .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uKF8TEh2Wq .dropdown-item:hover span {
  color: white;
}
.cid-uKF8TEh2Wq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKF8TEh2Wq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKF8TEh2Wq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKF8TEh2Wq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKF8TEh2Wq .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uKF8TEh2Wq .container {
  display: flex;
  margin: auto;
}
.cid-uKF8TEh2Wq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKF8TEh2Wq .dropdown-menu,
.cid-uKF8TEh2Wq .navbar.opened {
  background: #000000 !important;
}
.cid-uKF8TEh2Wq .nav-item:focus,
.cid-uKF8TEh2Wq .nav-link:focus {
  outline: none;
}
.cid-uKF8TEh2Wq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKF8TEh2Wq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKF8TEh2Wq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKF8TEh2Wq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKF8TEh2Wq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKF8TEh2Wq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKF8TEh2Wq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-uKF8TEh2Wq .navbar.opened {
  transition: all 0.3s;
}
.cid-uKF8TEh2Wq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKF8TEh2Wq .navbar .navbar-logo img {
  width: auto;
}
.cid-uKF8TEh2Wq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKF8TEh2Wq .navbar.collapsed {
  justify-content: center;
}
.cid-uKF8TEh2Wq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKF8TEh2Wq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKF8TEh2Wq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uKF8TEh2Wq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKF8TEh2Wq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKF8TEh2Wq .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-uKF8TEh2Wq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKF8TEh2Wq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKF8TEh2Wq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKF8TEh2Wq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKF8TEh2Wq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKF8TEh2Wq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKF8TEh2Wq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKF8TEh2Wq .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-uKF8TEh2Wq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKF8TEh2Wq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKF8TEh2Wq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKF8TEh2Wq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKF8TEh2Wq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKF8TEh2Wq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKF8TEh2Wq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKF8TEh2Wq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKF8TEh2Wq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKF8TEh2Wq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKF8TEh2Wq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKF8TEh2Wq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKF8TEh2Wq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKF8TEh2Wq .dropdown-item.active,
.cid-uKF8TEh2Wq .dropdown-item:active {
  background-color: transparent;
}
.cid-uKF8TEh2Wq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKF8TEh2Wq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKF8TEh2Wq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKF8TEh2Wq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKF8TEh2Wq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKF8TEh2Wq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKF8TEh2Wq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKF8TEh2Wq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKF8TEh2Wq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKF8TEh2Wq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uKF8TEh2Wq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKF8TEh2Wq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKF8TEh2Wq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKF8TEh2Wq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKF8TEh2Wq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKF8TEh2Wq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKF8TEh2Wq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKF8TEh2Wq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKF8TEh2Wq .navbar-dropdown {
  position: fixed;
}
.cid-uKF8TEh2Wq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKF8TEh2Wq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKF8TEh2Wq .navbar {
    height: 70px;
  }
  .cid-uKF8TEh2Wq .navbar.opened {
    height: auto;
  }
  .cid-uKF8TEh2Wq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKF8UNn2E0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uKF8UNn2E0 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-uKF8UNn2E0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKF8UNn2E0 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uKF8UNn2E0 .list {
    margin-bottom: 30px;
  }
}
.cid-uKF8UNn2E0 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uKF8UNn2E0 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uKF8UNn2E0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKF8UNn2E0 .copyright {
  color: #868c90;
}
.cid-uKF8UNn2E0 .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-uKF8UNn2E0 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uKF8UNn2E0 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uKF8UNn2E0 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uKF8UNn2E0 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uKF8UNn2E0 .footer-logo {
    margin: 0 auto;
  }
}
.cid-uKELHAPtQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uKELHAPtQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKELHAPtQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKELHAPtQz .title-wrapper {
  margin-bottom: 40px;
}
.cid-uKELHAPtQz .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uKELHAPtQz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKELHAPtQz .mbr-section-btn .btn::after,
.cid-uKELHAPtQz .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uKELHAPtQz .mbr-section-btn .btn:hover,
.cid-uKELHAPtQz .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uKELHAPtQz .mbr-section-btn .btn:hover::after,
.cid-uKELHAPtQz .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uKELHAPtQz .items-wrapper {
  margin: 0 -20px;
}
.cid-uKELHAPtQz .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uKELHAPtQz .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-uKELHAPtQz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uKELHAPtQz .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-uKELHAPtQz .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uKELHAPtQz .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uKELHAPtQz .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-uKELHAPtQz .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-uKELHAPtQz .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #e43f3f);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #121212;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #e24c4a;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #121212;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #121212;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #2c2c2c;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 16px;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uKELHAPtQz .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-uKELHAPtQz .mbr-section-title {
  color: #ffffff;
}
.cid-uKELHAPtQz .mbr-tag {
  color: #adadad;
}
.cid-uKELHAPtQz .mbr-text {
  color: #ffffff;
}
.cid-uKELHAPtQz .item-name {
  color: #ffffff;
}
.cid-uKELHAPtQz .item-role {
  color: #c7c7c7;
}
.cid-uKF2A7wqrA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uKF2A7wqrA .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-uKF2A7wqrA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKF2A7wqrA .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uKF2A7wqrA .list {
    margin-bottom: 30px;
  }
}
.cid-uKF2A7wqrA .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uKF2A7wqrA .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uKF2A7wqrA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKF2A7wqrA .copyright {
  color: #868c90;
}
.cid-uKF2A7wqrA .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-uKF2A7wqrA .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uKF2A7wqrA .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uKF2A7wqrA .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uKF2A7wqrA .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uKF2A7wqrA .footer-logo {
    margin: 0 auto;
  }
}
.cid-uKF2BbkySr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-uKF2BbkySr nav.navbar {
  position: fixed;
}
.cid-uKF2BbkySr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKF2BbkySr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKF2BbkySr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKF2BbkySr .dropdown-item:hover,
.cid-uKF2BbkySr .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uKF2BbkySr .dropdown-item:hover span {
  color: white;
}
.cid-uKF2BbkySr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKF2BbkySr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKF2BbkySr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKF2BbkySr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKF2BbkySr .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uKF2BbkySr .container {
  display: flex;
  margin: auto;
}
.cid-uKF2BbkySr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKF2BbkySr .dropdown-menu,
.cid-uKF2BbkySr .navbar.opened {
  background: #000000 !important;
}
.cid-uKF2BbkySr .nav-item:focus,
.cid-uKF2BbkySr .nav-link:focus {
  outline: none;
}
.cid-uKF2BbkySr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKF2BbkySr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKF2BbkySr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKF2BbkySr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKF2BbkySr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKF2BbkySr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKF2BbkySr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-uKF2BbkySr .navbar.opened {
  transition: all 0.3s;
}
.cid-uKF2BbkySr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKF2BbkySr .navbar .navbar-logo img {
  width: auto;
}
.cid-uKF2BbkySr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKF2BbkySr .navbar.collapsed {
  justify-content: center;
}
.cid-uKF2BbkySr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKF2BbkySr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKF2BbkySr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uKF2BbkySr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKF2BbkySr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKF2BbkySr .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-uKF2BbkySr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKF2BbkySr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKF2BbkySr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKF2BbkySr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKF2BbkySr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKF2BbkySr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKF2BbkySr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKF2BbkySr .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-uKF2BbkySr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKF2BbkySr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKF2BbkySr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKF2BbkySr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKF2BbkySr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKF2BbkySr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKF2BbkySr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKF2BbkySr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKF2BbkySr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKF2BbkySr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKF2BbkySr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKF2BbkySr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKF2BbkySr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKF2BbkySr .dropdown-item.active,
.cid-uKF2BbkySr .dropdown-item:active {
  background-color: transparent;
}
.cid-uKF2BbkySr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKF2BbkySr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKF2BbkySr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKF2BbkySr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKF2BbkySr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKF2BbkySr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKF2BbkySr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKF2BbkySr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKF2BbkySr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKF2BbkySr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uKF2BbkySr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKF2BbkySr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKF2BbkySr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKF2BbkySr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKF2BbkySr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKF2BbkySr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKF2BbkySr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKF2BbkySr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKF2BbkySr .navbar-dropdown {
  position: fixed;
}
.cid-uKF2BbkySr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKF2BbkySr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKF2BbkySr .navbar {
    height: 70px;
  }
  .cid-uKF2BbkySr .navbar.opened {
    height: auto;
  }
  .cid-uKF2BbkySr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKEATSog1u {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dark-orange-and-white-minimalist-movie-trailer-youtube-thumbnail-2000x1125.png");
}
.cid-uKEATSog1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKEATSog1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEATSog1u .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fafafa;
}
.cid-uKEATSog1u .row {
  flex-direction: row-reverse;
}
.cid-uKEATSog1u .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKEATSog1u .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uKEATSog1u .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKEATSog1u .text-wrapper {
    text-align: center;
  }
}
.cid-uKEATSog1u .mbr-text,
.cid-uKEATSog1u .mbr-section-btn {
  color: #ffffff;
}
.cid-uKEATSog1u .mbr-menu,
.cid-uKEATSog1u .mbr-section-btn {
  color: #fdfde1;
}
.cid-uKEATSog1u .mbr-desc,
.cid-uKEATSog1u .mbr-section-btn {
  color: #ffffff;
}
.cid-uKEEhZvIw5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-uKEEhZvIw5 nav.navbar {
  position: fixed;
}
.cid-uKEEhZvIw5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKEEhZvIw5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKEEhZvIw5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKEEhZvIw5 .dropdown-item:hover,
.cid-uKEEhZvIw5 .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uKEEhZvIw5 .dropdown-item:hover span {
  color: white;
}
.cid-uKEEhZvIw5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKEEhZvIw5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKEEhZvIw5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKEEhZvIw5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKEEhZvIw5 .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uKEEhZvIw5 .container {
  display: flex;
  margin: auto;
}
.cid-uKEEhZvIw5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKEEhZvIw5 .dropdown-menu,
.cid-uKEEhZvIw5 .navbar.opened {
  background: #000000 !important;
}
.cid-uKEEhZvIw5 .nav-item:focus,
.cid-uKEEhZvIw5 .nav-link:focus {
  outline: none;
}
.cid-uKEEhZvIw5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKEEhZvIw5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKEEhZvIw5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKEEhZvIw5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKEEhZvIw5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKEEhZvIw5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKEEhZvIw5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-uKEEhZvIw5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKEEhZvIw5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKEEhZvIw5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKEEhZvIw5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKEEhZvIw5 .navbar.collapsed {
  justify-content: center;
}
.cid-uKEEhZvIw5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKEEhZvIw5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKEEhZvIw5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uKEEhZvIw5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKEEhZvIw5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKEEhZvIw5 .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-uKEEhZvIw5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKEEhZvIw5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKEEhZvIw5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKEEhZvIw5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKEEhZvIw5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKEEhZvIw5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKEEhZvIw5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKEEhZvIw5 .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-uKEEhZvIw5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKEEhZvIw5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKEEhZvIw5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKEEhZvIw5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKEEhZvIw5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKEEhZvIw5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKEEhZvIw5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKEEhZvIw5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKEEhZvIw5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKEEhZvIw5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKEEhZvIw5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKEEhZvIw5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKEEhZvIw5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKEEhZvIw5 .dropdown-item.active,
.cid-uKEEhZvIw5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKEEhZvIw5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKEEhZvIw5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKEEhZvIw5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKEEhZvIw5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKEEhZvIw5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKEEhZvIw5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKEEhZvIw5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKEEhZvIw5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKEEhZvIw5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKEEhZvIw5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uKEEhZvIw5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKEEhZvIw5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEEhZvIw5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEEhZvIw5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKEEhZvIw5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEEhZvIw5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKEEhZvIw5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKEEhZvIw5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEEhZvIw5 .navbar-dropdown {
  position: fixed;
}
.cid-uKEEhZvIw5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKEEhZvIw5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKEEhZvIw5 .navbar {
    height: 70px;
  }
  .cid-uKEEhZvIw5 .navbar.opened {
    height: auto;
  }
  .cid-uKEEhZvIw5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKF2PoptLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uKF2PoptLQ .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-uKF2PoptLQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKF2PoptLQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uKF2PoptLQ .list {
    margin-bottom: 30px;
  }
}
.cid-uKF2PoptLQ .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uKF2PoptLQ .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uKF2PoptLQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKF2PoptLQ .copyright {
  color: #868c90;
}
.cid-uKF2PoptLQ .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-uKF2PoptLQ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uKF2PoptLQ .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uKF2PoptLQ .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uKF2PoptLQ .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uKF2PoptLQ .footer-logo {
    margin: 0 auto;
  }
}
.cid-uKsLbpSqGA {
  background-image: url("../../../assets/images/dark-orange-and-white-minimalist-movie-trailer-youtube-thumbnail-2000x1125.png");
}
.cid-uKsLbpSqGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKsLbpSqGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKEhfjJ9d1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-uKEhfjJ9d1 nav.navbar {
  position: fixed;
}
.cid-uKEhfjJ9d1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKEhfjJ9d1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKEhfjJ9d1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKEhfjJ9d1 .dropdown-item:hover,
.cid-uKEhfjJ9d1 .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uKEhfjJ9d1 .dropdown-item:hover span {
  color: white;
}
.cid-uKEhfjJ9d1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKEhfjJ9d1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKEhfjJ9d1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKEhfjJ9d1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKEhfjJ9d1 .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uKEhfjJ9d1 .container {
  display: flex;
  margin: auto;
}
.cid-uKEhfjJ9d1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKEhfjJ9d1 .dropdown-menu,
.cid-uKEhfjJ9d1 .navbar.opened {
  background: #000000 !important;
}
.cid-uKEhfjJ9d1 .nav-item:focus,
.cid-uKEhfjJ9d1 .nav-link:focus {
  outline: none;
}
.cid-uKEhfjJ9d1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKEhfjJ9d1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKEhfjJ9d1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKEhfjJ9d1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKEhfjJ9d1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKEhfjJ9d1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKEhfjJ9d1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-uKEhfjJ9d1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKEhfjJ9d1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKEhfjJ9d1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKEhfjJ9d1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKEhfjJ9d1 .navbar.collapsed {
  justify-content: center;
}
.cid-uKEhfjJ9d1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKEhfjJ9d1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKEhfjJ9d1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uKEhfjJ9d1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKEhfjJ9d1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKEhfjJ9d1 .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-uKEhfjJ9d1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKEhfjJ9d1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKEhfjJ9d1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKEhfjJ9d1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKEhfjJ9d1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKEhfjJ9d1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKEhfjJ9d1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKEhfjJ9d1 .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-uKEhfjJ9d1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKEhfjJ9d1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKEhfjJ9d1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKEhfjJ9d1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKEhfjJ9d1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKEhfjJ9d1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKEhfjJ9d1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKEhfjJ9d1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKEhfjJ9d1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKEhfjJ9d1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKEhfjJ9d1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKEhfjJ9d1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKEhfjJ9d1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKEhfjJ9d1 .dropdown-item.active,
.cid-uKEhfjJ9d1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKEhfjJ9d1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKEhfjJ9d1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKEhfjJ9d1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKEhfjJ9d1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKEhfjJ9d1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKEhfjJ9d1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKEhfjJ9d1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKEhfjJ9d1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKEhfjJ9d1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKEhfjJ9d1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uKEhfjJ9d1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKEhfjJ9d1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEhfjJ9d1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKEhfjJ9d1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKEhfjJ9d1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEhfjJ9d1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKEhfjJ9d1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKEhfjJ9d1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKEhfjJ9d1 .navbar-dropdown {
  position: fixed;
}
.cid-uKEhfjJ9d1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKEhfjJ9d1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKEhfjJ9d1 .navbar {
    height: 70px;
  }
  .cid-uKEhfjJ9d1 .navbar.opened {
    height: auto;
  }
  .cid-uKEhfjJ9d1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKF2HSAzWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uKF2HSAzWA .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-uKF2HSAzWA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKF2HSAzWA .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uKF2HSAzWA .list {
    margin-bottom: 30px;
  }
}
.cid-uKF2HSAzWA .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uKF2HSAzWA .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uKF2HSAzWA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKF2HSAzWA .copyright {
  color: #868c90;
}
.cid-uKF2HSAzWA .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-uKF2HSAzWA .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uKF2HSAzWA .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uKF2HSAzWA .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uKF2HSAzWA .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uKF2HSAzWA .footer-logo {
    margin: 0 auto;
  }
}
.cid-uAVC0OOu2b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-uAVC0OOu2b nav.navbar {
  position: fixed;
}
.cid-uAVC0OOu2b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAVC0OOu2b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAVC0OOu2b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAVC0OOu2b .dropdown-item:hover,
.cid-uAVC0OOu2b .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uAVC0OOu2b .dropdown-item:hover span {
  color: white;
}
.cid-uAVC0OOu2b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAVC0OOu2b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAVC0OOu2b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAVC0OOu2b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAVC0OOu2b .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uAVC0OOu2b .container {
  display: flex;
  margin: auto;
}
.cid-uAVC0OOu2b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAVC0OOu2b .dropdown-menu,
.cid-uAVC0OOu2b .navbar.opened {
  background: #000000 !important;
}
.cid-uAVC0OOu2b .nav-item:focus,
.cid-uAVC0OOu2b .nav-link:focus {
  outline: none;
}
.cid-uAVC0OOu2b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAVC0OOu2b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAVC0OOu2b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAVC0OOu2b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAVC0OOu2b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAVC0OOu2b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAVC0OOu2b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-uAVC0OOu2b .navbar.opened {
  transition: all 0.3s;
}
.cid-uAVC0OOu2b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAVC0OOu2b .navbar .navbar-logo img {
  width: auto;
}
.cid-uAVC0OOu2b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAVC0OOu2b .navbar.collapsed {
  justify-content: center;
}
.cid-uAVC0OOu2b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAVC0OOu2b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAVC0OOu2b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uAVC0OOu2b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAVC0OOu2b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAVC0OOu2b .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-uAVC0OOu2b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAVC0OOu2b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAVC0OOu2b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAVC0OOu2b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAVC0OOu2b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAVC0OOu2b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAVC0OOu2b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAVC0OOu2b .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-uAVC0OOu2b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAVC0OOu2b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAVC0OOu2b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAVC0OOu2b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAVC0OOu2b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAVC0OOu2b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAVC0OOu2b .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAVC0OOu2b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAVC0OOu2b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAVC0OOu2b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAVC0OOu2b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAVC0OOu2b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAVC0OOu2b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAVC0OOu2b .dropdown-item.active,
.cid-uAVC0OOu2b .dropdown-item:active {
  background-color: transparent;
}
.cid-uAVC0OOu2b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAVC0OOu2b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAVC0OOu2b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAVC0OOu2b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uAVC0OOu2b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAVC0OOu2b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAVC0OOu2b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAVC0OOu2b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAVC0OOu2b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAVC0OOu2b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uAVC0OOu2b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAVC0OOu2b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAVC0OOu2b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAVC0OOu2b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAVC0OOu2b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAVC0OOu2b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAVC0OOu2b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAVC0OOu2b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAVC0OOu2b .navbar-dropdown {
  position: fixed;
}
.cid-uAVC0OOu2b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAVC0OOu2b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAVC0OOu2b .navbar {
    height: 70px;
  }
  .cid-uAVC0OOu2b .navbar.opened {
    height: auto;
  }
  .cid-uAVC0OOu2b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAVCdKGF7y {
  background-image: url("../../../assets/images/dark-orange-and-white-minimalist-movie-trailer-youtube-thumbnail-2000x1125.png");
}
.cid-uAVCdKGF7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVCdKGF7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVE2uAjlj {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.cid-uAVE2uAjlj iframe,
.cid-uAVE2uAjlj img,
.cid-uAVE2uAjlj video {
  width: 100%;
}
.cid-uAVE2uAjlj .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .cid-uAVE2uAjlj .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uAVE2uAjlj .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uAVE2uAjlj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAVE2uAjlj .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uAVE2uAjlj .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uAVE2uAjlj .mbr-media {
  position: relative;
}
.cid-uAVE2uAjlj .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uAVE2uAjlj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uAVE2uAjlj .icon-wrap .mbr-iconfont {
  color: #FA7E26;
  opacity: 0.9;
  font-size: 80px;
}
.cid-uAVE2uAjlj .box {
  padding: 0 !important;
}
.cid-uAVE2uAjlj .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uAVE2uAjlj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uAVE2uAjlj .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uAVE2uAjlj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uAVE2uAjlj .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uAVE2uAjlj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAVE2uAjlj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uKF5OUbsMP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
}
.cid-uKF5OUbsMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKF5OUbsMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKF5OUbsMP .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uKF5OUbsMP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uKF5OUbsMP .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uKF5OUbsMP .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uKF5OUbsMP .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
}
@media (max-width: 992px) {
  .cid-uKF5OUbsMP .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.cid-uKF5OUbsMP .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uKF5OUbsMP .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uKF5OUbsMP .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uKF5OUbsMP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uKF5OUbsMP .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uKF5OUbsMP .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKF5OUbsMP .mbr-section-title {
  color: #ffffff;
}
.cid-uKF5OUbsMP .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uKF5OUbsMP .mbr-text {
  color: #9a821a;
  text-align: right;
}
.cid-uKF5OUbsMP .mbr-section-title,
.cid-uKF5OUbsMP .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uB7U0Rkw93 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a1e21;
}
.cid-uB7U0Rkw93 img,
.cid-uB7U0Rkw93 .item-img {
  width: 100%;
}
.cid-uB7U0Rkw93 .item:focus,
.cid-uB7U0Rkw93 span:focus {
  outline: none;
}
.cid-uB7U0Rkw93 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uB7U0Rkw93 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uB7U0Rkw93 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uB7U0Rkw93 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uB7U0Rkw93 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uB7U0Rkw93 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uB7U0Rkw93 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uB7U0Rkw93 .mbr-section-title {
  color: #ffffff;
}
.cid-uB7U0Rkw93 .mbr-text,
.cid-uB7U0Rkw93 .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-uB7U0Rkw93 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uB7U0Rkw93 .item-subtitle {
  text-align: left;
}
.cid-uB7U0Rkw93 .mbr-section-subtitle {
  color: #9a821a;
}
.cid-uB8dHx57Tv {
  background-color: #353535;
}
@media (max-width: 768px) {
  .cid-uB8dHx57Tv {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-uB8dHx57Tv .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uB8dHx57Tv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uB8dHx57Tv .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .row {
    position: relative;
  }
}
.cid-uB8dHx57Tv .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uB8dHx57Tv .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-uB8dHx57Tv .col-text {
  position: relative;
}
.cid-uB8dHx57Tv .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-uB8dHx57Tv .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8dHx57Tv .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-uB8dHx57Tv .col-text .radial-svg path {
    fill: #353535;
  }
}
.cid-uB8dHx57Tv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-uB8dHx57Tv .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-uB8dHx57Tv .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-uB8dHx57Tv .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #ffd72c;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .label-text {
    text-align: center;
  }
}
.cid-uB8dHx57Tv .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-uB8dHx57Tv .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uB8dHx57Tv .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #000000;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-uB8dHx57Tv .contact-container .email-container {
  padding: 16px 25px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-uB8dHx57Tv .contact-text {
  color: #ffffff;
}
.cid-uB8dHx57Tv .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .cards-container {
    text-align: center;
  }
}
.cid-uB8dHx57Tv .cards-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-uB8dHx57Tv .card {
  padding: 9px 0;
}
.cid-uB8dHx57Tv .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-uB8dHx57Tv .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-uB8dHx57Tv .icon-box {
  margin-right: 12px;
}
.cid-uB8dHx57Tv .icon-box .mbr-iconfont {
  color: #e43f3f;
}
.cid-uB8dHx57Tv .card-text {
  color: #fafafa;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-uB8dHx57Tv .btn-container {
  width: 100%;
}
.cid-uB8dHx57Tv .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uB8dHx57Tv .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uB8dHx57Tv .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uB8dHx57Tv .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uB8dHx57Tv .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-uB8dHx57Tv .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-uB8dHx57Tv .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-uB8dHx57Tv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uB8dHx57Tv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uB8dHx57Tv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uB8dHx57Tv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uB8dHx57Tv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8dHx57Tv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8dHx57Tv .mbr-section-title,
.cid-uB8dHx57Tv .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uB89s7kobD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #15171a;
}
.cid-uB89s7kobD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB89s7kobD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB89s7kobD .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uB89s7kobD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB89s7kobD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uB89s7kobD .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uB89s7kobD .panel-group {
    display: block;
  }
}
.cid-uB89s7kobD .panel-group .card {
  position: relative;
  padding: 24px;
  border: 2px solid #272b2e;
  background-color: #272b2e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uB89s7kobD .panel-group .card {
    margin-top: 16px;
    padding: 20px 16px;
  }
  .cid-uB89s7kobD .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-uB89s7kobD .panel-group .card:hover,
.cid-uB89s7kobD .panel-group .card:focus {
  border: 2px solid #4479d9;
}
.cid-uB89s7kobD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uB89s7kobD .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uB89s7kobD .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uB89s7kobD .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  width: 98px;
  height: 66px;
  min-width: 98px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
}
.cid-uB89s7kobD .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  color: #ffffff;
}
.cid-uB89s7kobD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uB89s7kobD .panel-group .card .card-header .panel-title .icon_1 .icon-wrap {
  background: linear-gradient(315deg, #4479d9, #99b6ea);
}
.cid-uB89s7kobD .panel-group .card .card-header .panel-title .icon_2 .icon-wrap {
  background: linear-gradient(315deg, #e43f3f, #f19898);
}
.cid-uB89s7kobD .panel-group .card .card-header .panel-title .icon_3 .icon-wrap {
  background: linear-gradient(315deg, #9a821a, #dec03c);
}
.cid-uB89s7kobD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uB89s7kobD .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
  border-top: 1px solid #4479d9;
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-uB89s7kobD .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uB89s7kobD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uB89s7kobD .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uB89s7kobD .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uB89s7kobD .mbr-section-title {
  color: #ffffff;
}
.cid-uB89s7kobD .panel-title-edit {
  color: #ffffff;
}
.cid-uB89s7kobD .panel-text {
  color: #b9b9b9;
}
.cid-uB89s7kobD .icon-wrapper {
  text-align: right;
}
.cid-uB8d4bDxKS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uB8d4bDxKS .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-uB8d4bDxKS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB8d4bDxKS .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uB8d4bDxKS .list {
    margin-bottom: 30px;
  }
}
.cid-uB8d4bDxKS .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uB8d4bDxKS .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uB8d4bDxKS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uB8d4bDxKS .copyright {
  color: #868c90;
}
.cid-uB8d4bDxKS .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-uB8d4bDxKS .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uB8d4bDxKS .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uB8d4bDxKS .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uB8d4bDxKS .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uB8d4bDxKS .footer-logo {
    margin: 0 auto;
  }
}
