.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3.9rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0047ff !important;
}
.bg-success {
  background-color: #a78aff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9b39 !important;
}
.bg-danger {
  background-color: #8c1104 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0047ff !important;
  border-color: #0047ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0047ff !important;
  border-color: #0047ff !important;
  box-shadow: 0 0 33px 0 #0047ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #336cff !important;
  border-color: #336cff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6ca8 !important;
  border-color: #ff6ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cdbdff !important;
  border-color: #cdbdff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb56c !important;
  border-color: #ffb56c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8c1104 !important;
  border-color: #8c1104 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #8c1104 !important;
  border-color: #8c1104 !important;
  box-shadow: 0 0 33px 0 #8c1104;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #be1705 !important;
  border-color: #be1705 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0047ff;
  color: #0047ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0047ff !important;
  background-color: transparent !important;
  border-color: #0047ff !important;
  box-shadow: 0 0 33px 0 #0047ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0047ff !important;
  border-color: #0047ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff398a;
  color: #ff398a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff398a !important;
  background-color: transparent !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a78aff;
  color: #a78aff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a78aff !important;
  background-color: transparent !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9b39;
  color: #ff9b39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9b39 !important;
  background-color: transparent !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8c1104;
  color: #8c1104;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8c1104 !important;
  background-color: transparent !important;
  border-color: #8c1104 !important;
  box-shadow: 0 0 33px 0 #8c1104;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8c1104 !important;
  border-color: #8c1104 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0047ff !important;
}
.text-secondary {
  color: #ff398a !important;
}
.text-success {
  color: #a78aff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9b39 !important;
}
.text-danger {
  color: #8c1104 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002b99 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d20056 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5a24ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d26800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #290501 !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: #0047ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9b39;
}
.alert-danger {
  background-color: #8c1104;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0047ff;
  border-color: #0047ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0047ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccdaff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #f82d17;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #0047ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #0047ff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0047ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0047ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0047ff;
  border-bottom-color: #0047ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0047ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff398a !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='%230047ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
.cid-uT80CfRKo6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1e2631;
}
.cid-uT80CfRKo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT80CfRKo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT80CfRKo6 img {
  width: 100%;
  border: 15px solid #ebebeb;
}
.cid-uT80CfRKo6 .title-text {
  color: #dfcefd;
}
.cid-uT80CfRKo6 .mbr-text {
  color: #dfcefd;
}
.cid-uE11Xa8Z8c .navbar-dropdown {
  position: relative !important;
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE11Xa8Z8c .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .dropdown-item:hover,
.cid-uE11Xa8Z8c .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .dropdown-item:hover span {
  color: white;
}
.cid-uE11Xa8Z8c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE11Xa8Z8c .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE11Xa8Z8c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE11Xa8Z8c .nav-link {
  position: relative;
}
.cid-uE11Xa8Z8c .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uE11Xa8Z8c .container {
    flex-wrap: nowrap;
  }
}
.cid-uE11Xa8Z8c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uE11Xa8Z8c .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uE11Xa8Z8c .dropdown-menu,
.cid-uE11Xa8Z8c .navbar.opened {
  background: #1e2631 !important;
}
.cid-uE11Xa8Z8c .nav-item:focus,
.cid-uE11Xa8Z8c .nav-link:focus {
  outline: none;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE11Xa8Z8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE11Xa8Z8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE11Xa8Z8c .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e2631;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE11Xa8Z8c .navbar.opened {
  transition: all 0.3s;
}
.cid-uE11Xa8Z8c .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uE11Xa8Z8c .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uE11Xa8Z8c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE11Xa8Z8c .navbar.collapsed {
  justify-content: center;
}
.cid-uE11Xa8Z8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE11Xa8Z8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE11Xa8Z8c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE11Xa8Z8c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE11Xa8Z8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE11Xa8Z8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE11Xa8Z8c .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-uE11Xa8Z8c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE11Xa8Z8c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE11Xa8Z8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uE11Xa8Z8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE11Xa8Z8c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE11Xa8Z8c .navbar.navbar-short {
  min-height: 96px;
}
.cid-uE11Xa8Z8c .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uE11Xa8Z8c .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption:hover,
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE11Xa8Z8c .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uE11Xa8Z8c .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uE11Xa8Z8c .dropdown-item.active,
.cid-uE11Xa8Z8c .dropdown-item:active {
  background-color: transparent;
}
.cid-uE11Xa8Z8c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e2631;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uE11Xa8Z8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE11Xa8Z8c ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uE11Xa8Z8c ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uE11Xa8Z8c .navbar-buttons {
  text-align: center;
}
.cid-uE11Xa8Z8c .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uE11Xa8Z8c .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uE11Xa8Z8c .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uE11Xa8Z8c button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e2631 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uE11Xa8Z8c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .navbar {
    height: 70px;
  }
  .cid-uE11Xa8Z8c .navbar.opened {
    height: auto;
  }
  .cid-uE11Xa8Z8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE11Xa8Z8c .navbar-nav {
  margin: 0 auto;
}
.cid-uE11Xa8Z8c .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uE11Xa8Z8c .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uE11Xa8Z8c .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uE11Xa8Z8c .navbar {
    justify-content: flex-start !important;
  }
  .cid-uE11Xa8Z8c .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uE11Xa8Z8c .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uE11Xa8Z8c .content-wrap {
  min-height: 90px;
}
.cid-uT8ezuMaxG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1e2631;
  overflow: hidden;
}
.cid-uT8ezuMaxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT8ezuMaxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT8ezuMaxG .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uT8ezuMaxG .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uT8ezuMaxG .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uT8ezuMaxG .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uT8ezuMaxG .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uT8ezuMaxG .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uT8ezuMaxG .mbr-section-head {
  width: 100%;
}
.cid-uT8ezuMaxG .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uT8ezuMaxG .mbr-section-title {
    text-align: center;
  }
}
.cid-uT8ezuMaxG .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uT8ezuMaxG .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uT8ezuMaxG .card-row {
  align-items: stretch;
}
.cid-uT8ezuMaxG .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uT8ezuMaxG .item {
    margin-top: 30px;
  }
}
.cid-uT8ezuMaxG .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uT8ezuMaxG .item-wrapper {
    padding: 20px;
  }
}
.cid-uT8ezuMaxG .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uT8ezuMaxG .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uT8ezuMaxG .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ff7f00, #8c1104);
  opacity: 0;
  transition: .4s all;
}
.cid-uT8ezuMaxG .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uT8ezuMaxG .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uT8ezuMaxG .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uT8ezuMaxG .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uT8ezuMaxG .card-title {
    margin-bottom: 10px;
  }
}
.cid-uT8ezuMaxG .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uT8ezuMaxG .card-text a {
  transition: .4s all;
}
.cid-uT8ezuMaxG .card-text a:hover {
  color: #0047ff !important;
}
.cid-uT8fCrBZ0M {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1e2631;
  overflow: hidden;
}
.cid-uT8fCrBZ0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT8fCrBZ0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT8fCrBZ0M .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uT8fCrBZ0M .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uT8fCrBZ0M .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uT8fCrBZ0M .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uT8fCrBZ0M .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uT8fCrBZ0M .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uT8fCrBZ0M .mbr-section-head {
  width: 100%;
}
.cid-uT8fCrBZ0M .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uT8fCrBZ0M .mbr-section-title {
    text-align: center;
  }
}
.cid-uT8fCrBZ0M .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uT8fCrBZ0M .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uT8fCrBZ0M .card-row {
  align-items: stretch;
}
.cid-uT8fCrBZ0M .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uT8fCrBZ0M .item {
    margin-top: 30px;
  }
}
.cid-uT8fCrBZ0M .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uT8fCrBZ0M .item-wrapper {
    padding: 20px;
  }
}
.cid-uT8fCrBZ0M .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uT8fCrBZ0M .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uT8fCrBZ0M .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ff7f00, #8c1104);
  opacity: 0;
  transition: .4s all;
}
.cid-uT8fCrBZ0M .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uT8fCrBZ0M .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uT8fCrBZ0M .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uT8fCrBZ0M .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uT8fCrBZ0M .card-title {
    margin-bottom: 10px;
  }
}
.cid-uT8fCrBZ0M .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uT8fCrBZ0M .card-text a {
  transition: .4s all;
}
.cid-uT8fCrBZ0M .card-text a:hover {
  color: #0047ff !important;
}
.cid-uT8fLg77qZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1e2631;
  overflow: hidden;
}
.cid-uT8fLg77qZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT8fLg77qZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT8fLg77qZ .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uT8fLg77qZ .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uT8fLg77qZ .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uT8fLg77qZ .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uT8fLg77qZ .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uT8fLg77qZ .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uT8fLg77qZ .mbr-section-head {
  width: 100%;
}
.cid-uT8fLg77qZ .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uT8fLg77qZ .mbr-section-title {
    text-align: center;
  }
}
.cid-uT8fLg77qZ .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uT8fLg77qZ .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uT8fLg77qZ .card-row {
  align-items: stretch;
}
.cid-uT8fLg77qZ .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uT8fLg77qZ .item {
    margin-top: 30px;
  }
}
.cid-uT8fLg77qZ .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uT8fLg77qZ .item-wrapper {
    padding: 20px;
  }
}
.cid-uT8fLg77qZ .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uT8fLg77qZ .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uT8fLg77qZ .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ff7f00, #8c1104);
  opacity: 0;
  transition: .4s all;
}
.cid-uT8fLg77qZ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uT8fLg77qZ .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uT8fLg77qZ .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uT8fLg77qZ .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uT8fLg77qZ .card-title {
    margin-bottom: 10px;
  }
}
.cid-uT8fLg77qZ .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uT8fLg77qZ .card-text a {
  transition: .4s all;
}
.cid-uT8fLg77qZ .card-text a:hover {
  color: #0047ff !important;
}
.cid-uT892bTsPz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2631;
}
.cid-uT892bTsPz .title-wrapper {
  margin-bottom: 22px;
}
.cid-uT892bTsPz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT892bTsPz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #ff398a 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uT892bTsPz .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uT892bTsPz .mbr-section-btn {
    text-align: left;
  }
}
.cid-uT892bTsPz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-uT892bTsPz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT892bTsPz .embla__slide .slide-content {
  width: 100%;
}
.cid-uT892bTsPz .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uT892bTsPz .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uT892bTsPz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uT892bTsPz .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uT892bTsPz .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 2px 8px;
}
.cid-uT892bTsPz .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uT892bTsPz .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uT892bTsPz .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uT892bTsPz .embla__button--next,
.cid-uT892bTsPz .embla__button--prev {
  display: flex;
}
.cid-uT892bTsPz .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uT892bTsPz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT892bTsPz .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uT892bTsPz .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uT892bTsPz .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uT892bTsPz .embla__button.embla__button--next {
  right: 0;
}
.cid-uT892bTsPz .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uT892bTsPz .embla {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uT892bTsPz .embla {
    padding-bottom: 32px;
  }
}
.cid-uT892bTsPz .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uT892bTsPz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uT892bTsPz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT892bTsPz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT892bTsPz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT892bTsPz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uT892bTsPz .mbr-section-title {
  color: #ffffff;
}
.cid-uT892bTsPz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uT892bTsPz .item-wrap {
  color: #ffffff;
}
.cid-uT892bTsPz .item-title {
  color: #ffffff;
}
.cid-uT892bTsPz .item-text {
  color: #ffffff;
}
.cid-uT80eqrn6m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1e2631;
}
.cid-uT80eqrn6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT80eqrn6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT80eqrn6m img {
  width: 100%;
  border: 15px solid #ebebeb;
}
.cid-uT80eqrn6m .title-text {
  color: #dfcefd;
}
.cid-uT80eqrn6m .mbr-text {
  color: #dfcefd;
}
.cid-uT7XWAqFZz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1e2631;
}
.cid-uT7XWAqFZz p {
  text-align: center;
}
.cid-uT7XWAqFZz .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uT7XWAqFZz .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uT7XWAqFZz .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uT7XWAqFZz .logo-footer {
  line-height: normal;
}
.cid-uT7XWAqFZz .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uT7XWAqFZz .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uT7XWAqFZz .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uT7XWAqFZz li {
  overflow: hidden;
}
.cid-uT7XWAqFZz .icon-transition span {
  display: block;
}
.cid-uT7XWAqFZz .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-uT7XWAqFZz .list-inline-item a {
  display: block;
}
.cid-uT7XWAqFZz .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uT7XWAqFZz .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT7XWAqFZz .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uT7XWAqFZz .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uT7XWAqFZz .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uT7XWAqFZz .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uT7XWAqFZz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uT7XWAqFZz .logo-footer {
    text-align: center;
  }
  .cid-uT7XWAqFZz .social-media {
    justify-content: center;
  }
}
.cid-uE12dspXSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2631;
}
.cid-uE12dspXSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12dspXSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12dspXSv .row {
  justify-content: center;
}
.cid-uE12dspXSv .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12dspXSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE12dspXSv .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE12dspXSv .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE12dspXSv .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE12dspXSv .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE12dspXSv .mbr-section-title {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-desc {
  color: #ffffff;
}
.cid-uE12dspXSv .list {
  color: #ffffff;
}
.cid-uT82OUvCEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2631;
  background-image: linear-gradient(#1e2631 80%, #1e2631 110%);
}
.cid-uT82OUvCEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT82OUvCEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT82OUvCEB .row {
  justify-content: center;
}
.cid-uT82OUvCEB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uT82OUvCEB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT82OUvCEB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uT82OUvCEB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uT82OUvCEB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uT82OUvCEB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT82OUvCEB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uT82OUvCEB .mbr-section-title {
  color: #ffffff;
}
.cid-uT82OUvCEB .mbr-text {
  color: #ffffff;
}
.cid-uT82OUvCEB .mbr-desc {
  color: #ffffff;
}
.cid-uT82uvIj5M .navbar-dropdown {
  position: relative !important;
}
.cid-uT82uvIj5M .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-uT82uvIj5M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT82uvIj5M .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uT82uvIj5M .dropdown-item:hover,
.cid-uT82uvIj5M .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uT82uvIj5M .dropdown-item:hover span {
  color: white;
}
.cid-uT82uvIj5M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT82uvIj5M .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT82uvIj5M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uT82uvIj5M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uT82uvIj5M .nav-link {
  position: relative;
}
.cid-uT82uvIj5M .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uT82uvIj5M .container {
    flex-wrap: nowrap;
  }
}
.cid-uT82uvIj5M .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uT82uvIj5M .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uT82uvIj5M .dropdown-menu,
.cid-uT82uvIj5M .navbar.opened {
  background: #1e2631 !important;
}
.cid-uT82uvIj5M .nav-item:focus,
.cid-uT82uvIj5M .nav-link:focus {
  outline: none;
}
.cid-uT82uvIj5M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT82uvIj5M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uT82uvIj5M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT82uvIj5M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT82uvIj5M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT82uvIj5M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT82uvIj5M .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e2631;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uT82uvIj5M .navbar.opened {
  transition: all 0.3s;
}
.cid-uT82uvIj5M .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uT82uvIj5M .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uT82uvIj5M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT82uvIj5M .navbar.collapsed {
  justify-content: center;
}
.cid-uT82uvIj5M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT82uvIj5M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT82uvIj5M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uT82uvIj5M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT82uvIj5M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT82uvIj5M .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-uT82uvIj5M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT82uvIj5M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT82uvIj5M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT82uvIj5M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT82uvIj5M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT82uvIj5M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT82uvIj5M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT82uvIj5M .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-uT82uvIj5M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT82uvIj5M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT82uvIj5M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT82uvIj5M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uT82uvIj5M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT82uvIj5M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT82uvIj5M .navbar.navbar-short {
  min-height: 96px;
}
.cid-uT82uvIj5M .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uT82uvIj5M .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uT82uvIj5M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uT82uvIj5M .navbar-brand .navbar-caption:hover,
.cid-uT82uvIj5M .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uT82uvIj5M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT82uvIj5M .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uT82uvIj5M .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uT82uvIj5M .dropdown-item.active,
.cid-uT82uvIj5M .dropdown-item:active {
  background-color: transparent;
}
.cid-uT82uvIj5M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT82uvIj5M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT82uvIj5M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT82uvIj5M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e2631;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uT82uvIj5M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uT82uvIj5M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uT82uvIj5M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT82uvIj5M ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uT82uvIj5M ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uT82uvIj5M .navbar-buttons {
  text-align: center;
}
.cid-uT82uvIj5M .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uT82uvIj5M .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uT82uvIj5M .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uT82uvIj5M button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e2631 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uT82uvIj5M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uT82uvIj5M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uT82uvIj5M button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uT82uvIj5M button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uT82uvIj5M button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uT82uvIj5M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT82uvIj5M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT82uvIj5M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT82uvIj5M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT82uvIj5M .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uT82uvIj5M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT82uvIj5M .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-uT82uvIj5M .navbar {
    height: 70px;
  }
  .cid-uT82uvIj5M .navbar.opened {
    height: auto;
  }
  .cid-uT82uvIj5M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT82uvIj5M .navbar-nav {
  margin: 0 auto;
}
.cid-uT82uvIj5M .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uT82uvIj5M .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uT82uvIj5M .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uT82uvIj5M .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uT82uvIj5M .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uT82uvIj5M .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uT82uvIj5M .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uT82uvIj5M .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uT82uvIj5M .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uT82uvIj5M .navbar {
    justify-content: flex-start !important;
  }
  .cid-uT82uvIj5M .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uT82uvIj5M .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uT82uvIj5M .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uT82uvIj5M .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uT82uvIj5M .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uT82uvIj5M .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uT82uvIj5M .content-wrap {
  min-height: 90px;
}
.cid-uT82uy4GRM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1e2631;
}
.cid-uT82uy4GRM p {
  text-align: center;
}
.cid-uT82uy4GRM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uT82uy4GRM .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uT82uy4GRM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uT82uy4GRM .logo-footer {
  line-height: normal;
}
.cid-uT82uy4GRM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uT82uy4GRM .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uT82uy4GRM .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uT82uy4GRM li {
  overflow: hidden;
}
.cid-uT82uy4GRM .icon-transition span {
  display: block;
}
.cid-uT82uy4GRM .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-uT82uy4GRM .list-inline-item a {
  display: block;
}
.cid-uT82uy4GRM .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uT82uy4GRM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT82uy4GRM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uT82uy4GRM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uT82uy4GRM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uT82uy4GRM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uT82uy4GRM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uT82uy4GRM .logo-footer {
    text-align: center;
  }
  .cid-uT82uy4GRM .social-media {
    justify-content: center;
  }
}
.cid-uT82uyH1hL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2631;
}
.cid-uT82uyH1hL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT82uyH1hL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT82uyH1hL .row {
  justify-content: center;
}
.cid-uT82uyH1hL .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uT82uyH1hL .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uT82uyH1hL .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uT82uyH1hL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT82uyH1hL .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uT82uyH1hL .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT82uyH1hL .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uT82uyH1hL .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uT82uyH1hL .content-wrapper .social {
  margin-top: 22px;
}
.cid-uT82uyH1hL .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uT82uyH1hL .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uT82uyH1hL .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uT82uyH1hL .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uT82uyH1hL .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uT82uyH1hL .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uT82uyH1hL .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uT82uyH1hL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT82uyH1hL .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uT82uyH1hL .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uT82uyH1hL .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uT82uyH1hL .mbr-section-title {
  color: #ffffff;
}
.cid-uT82uyH1hL .mbr-text {
  color: #ffffff;
}
.cid-uT82uyH1hL .mbr-desc {
  color: #ffffff;
}
.cid-uT82uyH1hL .list {
  color: #ffffff;
}
.cid-uT84BR7yMi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2631;
  background-image: linear-gradient(#1e2631 80%, #1e2631 110%);
}
.cid-uT84BR7yMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT84BR7yMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT84BR7yMi .row {
  justify-content: center;
}
.cid-uT84BR7yMi .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uT84BR7yMi .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uT84BR7yMi .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uT84BR7yMi .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uT84BR7yMi .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uT84BR7yMi .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uT84BR7yMi .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uT84BR7yMi .mbr-section-title {
  color: #ffffff;
}
.cid-uT84BR7yMi .mbr-text {
  color: #ffffff;
}
.cid-uT84BR7yMi .mbr-desc {
  color: #ffffff;
}
.cid-uT84BSmdaS .navbar-dropdown {
  position: relative !important;
}
.cid-uT84BSmdaS .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-uT84BSmdaS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT84BSmdaS .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uT84BSmdaS .dropdown-item:hover,
.cid-uT84BSmdaS .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uT84BSmdaS .dropdown-item:hover span {
  color: white;
}
.cid-uT84BSmdaS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT84BSmdaS .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT84BSmdaS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uT84BSmdaS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uT84BSmdaS .nav-link {
  position: relative;
}
.cid-uT84BSmdaS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uT84BSmdaS .container {
    flex-wrap: nowrap;
  }
}
.cid-uT84BSmdaS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uT84BSmdaS .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uT84BSmdaS .dropdown-menu,
.cid-uT84BSmdaS .navbar.opened {
  background: #1e2631 !important;
}
.cid-uT84BSmdaS .nav-item:focus,
.cid-uT84BSmdaS .nav-link:focus {
  outline: none;
}
.cid-uT84BSmdaS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT84BSmdaS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uT84BSmdaS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT84BSmdaS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT84BSmdaS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT84BSmdaS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT84BSmdaS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e2631;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uT84BSmdaS .navbar.opened {
  transition: all 0.3s;
}
.cid-uT84BSmdaS .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uT84BSmdaS .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uT84BSmdaS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT84BSmdaS .navbar.collapsed {
  justify-content: center;
}
.cid-uT84BSmdaS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT84BSmdaS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT84BSmdaS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uT84BSmdaS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT84BSmdaS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT84BSmdaS .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-uT84BSmdaS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT84BSmdaS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT84BSmdaS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT84BSmdaS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT84BSmdaS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT84BSmdaS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT84BSmdaS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT84BSmdaS .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-uT84BSmdaS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT84BSmdaS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT84BSmdaS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT84BSmdaS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uT84BSmdaS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT84BSmdaS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT84BSmdaS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uT84BSmdaS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uT84BSmdaS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uT84BSmdaS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uT84BSmdaS .navbar-brand .navbar-caption:hover,
.cid-uT84BSmdaS .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uT84BSmdaS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT84BSmdaS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uT84BSmdaS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uT84BSmdaS .dropdown-item.active,
.cid-uT84BSmdaS .dropdown-item:active {
  background-color: transparent;
}
.cid-uT84BSmdaS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT84BSmdaS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT84BSmdaS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT84BSmdaS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e2631;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uT84BSmdaS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uT84BSmdaS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uT84BSmdaS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT84BSmdaS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uT84BSmdaS ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uT84BSmdaS .navbar-buttons {
  text-align: center;
}
.cid-uT84BSmdaS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uT84BSmdaS .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uT84BSmdaS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uT84BSmdaS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1e2631 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uT84BSmdaS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uT84BSmdaS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uT84BSmdaS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uT84BSmdaS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uT84BSmdaS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uT84BSmdaS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT84BSmdaS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT84BSmdaS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT84BSmdaS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT84BSmdaS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uT84BSmdaS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT84BSmdaS .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-uT84BSmdaS .navbar {
    height: 70px;
  }
  .cid-uT84BSmdaS .navbar.opened {
    height: auto;
  }
  .cid-uT84BSmdaS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT84BSmdaS .navbar-nav {
  margin: 0 auto;
}
.cid-uT84BSmdaS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uT84BSmdaS .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uT84BSmdaS .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uT84BSmdaS .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uT84BSmdaS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uT84BSmdaS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uT84BSmdaS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uT84BSmdaS .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uT84BSmdaS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uT84BSmdaS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uT84BSmdaS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uT84BSmdaS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uT84BSmdaS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uT84BSmdaS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uT84BSmdaS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uT84BSmdaS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uT84BSmdaS .content-wrap {
  min-height: 90px;
}
.cid-uT84BT6ofv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1e2631;
}
.cid-uT84BT6ofv p {
  text-align: center;
}
.cid-uT84BT6ofv .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uT84BT6ofv .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uT84BT6ofv .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-uT84BT6ofv .logo-footer {
  line-height: normal;
}
.cid-uT84BT6ofv .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uT84BT6ofv .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-uT84BT6ofv .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-uT84BT6ofv li {
  overflow: hidden;
}
.cid-uT84BT6ofv .icon-transition span {
  display: block;
}
.cid-uT84BT6ofv .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-uT84BT6ofv .list-inline-item a {
  display: block;
}
.cid-uT84BT6ofv .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uT84BT6ofv .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT84BT6ofv .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uT84BT6ofv .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-uT84BT6ofv .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uT84BT6ofv .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uT84BT6ofv .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uT84BT6ofv .logo-footer {
    text-align: center;
  }
  .cid-uT84BT6ofv .social-media {
    justify-content: center;
  }
}
.cid-uT84BTOnKG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2631;
}
.cid-uT84BTOnKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT84BTOnKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT84BTOnKG .row {
  justify-content: center;
}
.cid-uT84BTOnKG .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uT84BTOnKG .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uT84BTOnKG .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uT84BTOnKG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uT84BTOnKG .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uT84BTOnKG .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uT84BTOnKG .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uT84BTOnKG .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uT84BTOnKG .content-wrapper .social {
  margin-top: 22px;
}
.cid-uT84BTOnKG .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uT84BTOnKG .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uT84BTOnKG .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uT84BTOnKG .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uT84BTOnKG .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uT84BTOnKG .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uT84BTOnKG .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uT84BTOnKG .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uT84BTOnKG .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uT84BTOnKG .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uT84BTOnKG .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uT84BTOnKG .mbr-section-title {
  color: #ffffff;
}
.cid-uT84BTOnKG .mbr-text {
  color: #ffffff;
}
.cid-uT84BTOnKG .mbr-desc {
  color: #ffffff;
}
.cid-uT84BTOnKG .list {
  color: #ffffff;
}
