body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 4.6rem;
  line-height: 1.125;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3rem;
  line-height: 1.18;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 1199x) {
  .display-1 {
    font-size: 3.818rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 3.45rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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-6 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 546px) {
  .display-1 {
    font-size: 1.886rem;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.6rem 2.9rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff8e5e !important;
}
.bg-success {
  background-color: #8aae3d !important;
}
.bg-info {
  background-color: #35999a !important;
}
.bg-warning {
  background-color: #d6d2cd !important;
}
.bg-danger {
  background-color: #df561c !important;
}
.btn-primary,
.btn-primary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ff5107 !important;
  border-color: #ff5107 !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(29, 30, 34, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #35999a !important;
  border-color: #35999a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(53, 153, 154, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f5959 !important;
  border-color: #1f5959 !important;
}
.btn-success,
.btn-success:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(138, 174, 61, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #576e26 !important;
  border-color: #576e26 !important;
}
.btn-warning,
.btn-warning:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #afa79d !important;
  border-color: #afa79d !important;
}
.btn-danger,
.btn-danger:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #df561c !important;
  border-color: #df561c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #923812 !important;
  border-color: #923812 !important;
}
.btn-white,
.btn-white:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #ff8e5e;
  color: #ff8e5e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff8e5e;
  box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
  left: 6px;
  top: -6px;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #1d1e22;
  color: #1d1e22;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d1e22;
  box-shadow: -4px 4px 0 0 rgba(29, 30, 34, 0.5);
  left: 6px;
  top: -6px;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #35999a;
  color: #35999a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #35999a;
  box-shadow: -4px 4px 0 0 rgba(53, 153, 154, 0.5);
  left: 6px;
  top: -6px;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #35999a !important;
  border-color: #35999a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #8aae3d;
  color: #8aae3d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8aae3d;
  box-shadow: -4px 4px 0 0 rgba(138, 174, 61, 0.5);
  left: 6px;
  top: -6px;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #d6d2cd;
  color: #d6d2cd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d6d2cd;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
  left: 6px;
  top: -6px;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5a534a !important;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #df561c;
  color: #df561c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df561c;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
  left: 6px;
  top: -6px;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #df561c !important;
  border-color: #df561c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  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;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
  left: 6px;
  top: -6px;
}
.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 {
  position: relative;
  left: 0px;
  top: 0px;
  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;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
  left: 6px;
  top: -6px;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff8e5e !important;
}
.text-secondary {
  color: #1d1e22 !important;
}
.text-success {
  color: #8aae3d !important;
}
.text-info {
  color: #35999a !important;
}
.text-warning {
  color: #d6d2cd !important;
}
.text-danger {
  color: #df561c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f74a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4e6223 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b4e4e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a8a095 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #843311 !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]) {
  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]):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: #ff8e5e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #35999a;
}
.alert-warning {
  background-color: #d6d2cd;
}
.alert-danger {
  background-color: #df561c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8e5e;
  border-color: #ff8e5e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8e5e;
}
.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: #c2d992;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7cd1d2;
}
.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: #f9dbce;
}
/* Scroll to top button*/
.form-control {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ff8e5e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8e5e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff8e5e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8e5e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8e5e;
}
.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: #ff8e5e;
  border-bottom-color: #ff8e5e;
}
.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: #ff8e5e !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: #1d1e22 !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='%23ff8e5e' %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-scfzW1I84M .navbar-dropdown {
  position: relative !important;
}
.cid-scfzW1I84M .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-scfzW1I84M .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-scfzW1I84M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-scfzW1I84M .nav-link {
  position: relative;
}
.cid-scfzW1I84M .container {
  display: flex;
  margin: auto;
}
.cid-scfzW1I84M .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-scfzW1I84M .dropdown-menu,
.cid-scfzW1I84M .navbar.opened {
  background: #1d1e22 !important;
}
.cid-scfzW1I84M .nav-item:focus,
.cid-scfzW1I84M .nav-link:focus {
  outline: none;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scfzW1I84M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scfzW1I84M .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.9);
}
.cid-scfzW1I84M .navbar .container {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar.opened {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-scfzW1I84M .navbar .navbar-logo img {
  width: auto;
}
.cid-scfzW1I84M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scfzW1I84M .navbar.collapsed {
  justify-content: center;
}
.cid-scfzW1I84M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scfzW1I84M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scfzW1I84M .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-scfzW1I84M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scfzW1I84M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scfzW1I84M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scfzW1I84M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scfzW1I84M .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-scfzW1I84M .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-scfzW1I84M .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-scfzW1I84M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scfzW1I84M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-scfzW1I84M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scfzW1I84M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scfzW1I84M .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-scfzW1I84M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scfzW1I84M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scfzW1I84M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scfzW1I84M .dropdown-item.active,
.cid-scfzW1I84M .dropdown-item:active {
  background-color: transparent;
}
.cid-scfzW1I84M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scfzW1I84M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scfzW1I84M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scfzW1I84M .navbar-buttons {
  text-align: center;
}
.cid-scfzW1I84M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M .navbar-dropdown {
  padding: 0 1rem;
}
.cid-scfzW1I84M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scfzW1I84M .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-scfzW1I84M .navbar {
    height: 70px;
  }
  .cid-scfzW1I84M .navbar.opened {
    height: auto;
  }
  .cid-scfzW1I84M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJOx7ta339 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uJOx7ta339 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-uJOx7ta339 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uJOx7ta339 .image-block:hover:before {
  opacity: 0;
}
.cid-uJOx7ta339 .image-block:hover .wrap {
  opacity: 1;
}
.cid-uJOx7ta339 .image-block:hover img {
  transform: scale(1.05);
}
.cid-uJOx7ta339 h4 {
  letter-spacing: 2px;
}
.cid-uJOx7ta339 figcaption {
  position: relative;
}
.cid-uJOx7ta339 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uJOx7ta339 img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uJOx7ta339 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uJOx7ta339 .wrap {
    opacity: 1!important;
  }
  .cid-uJOx7ta339 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDu0bVLdYn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sDu0bVLdYn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sDu0bVLdYn img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-sDu0bVLdYn .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-sDu0bVLdYn .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-sDu0bVLdYn .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #1d1e22;
  white-space: nowrap;
}
.cid-sDu0bVLdYn .list-group-item span {
  font-size: 1.2em;
  color: #8aae3d;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-sDu0bVLdYn .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-sDu0bVLdYn .mbr-text {
  color: #1d1e22;
  text-align: left;
}
.cid-vdzQ20EPAR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vdzQ20EPAR img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vdzQ20EPAR img {
    height: 350px;
  }
}
.cid-vdzQ20EPAR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdzQ20EPAR .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vdzQ20EPAR .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vdzRXwVu18 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fefced;
}
.cid-vdzRXwVu18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzRXwVu18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzRXwVu18 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vdzRXwVu18 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vdzRXwVu18 .container {
    padding: 0 24px;
  }
}
.cid-vdzRXwVu18 .row {
  justify-content: center;
}
.cid-vdzRXwVu18 .item {
  margin-bottom: 32px;
}
.cid-vdzRXwVu18 .item .item-wrapper .card-box .card-title_1,
.cid-vdzRXwVu18 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 16px;
}
.cid-vdzRXwVu18 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdzRXwVu18 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vdzRXwVu18 .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vdzRXwVu18 .card-title_1 {
  color: #FF3399;
}
.cid-vdzRXwVu18 .card-title_2 {
  color: #00CCBD;
}
.cid-vdzRXwVu18 .card-text {
  color: #262642;
}
.cid-uJOCfQ5P2f {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #94b354;
}
.cid-uJOCfQ5P2f .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJOCfQ5P2f .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-uJOCfQ5P2f .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uJOCfQ5P2f .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJOCfQ5P2f .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJOCfQ5P2f .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-uJOCfQ5P2f .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-uJOCfQ5P2f .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-uJOCfQ5P2f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJOCfQ5P2f .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22;
}
.cid-uJOCfQ5P2f .mbr-text,
.cid-uJOCfQ5P2f .mbr-section-btn {
  color: #1d1e22;
}
.cid-uJOCfQ5P2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJOCfQ5P2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7sXwHDfMI {
  text-align: center;
  overflow: hidden;
}
.cid-t7sXwHDfMI .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-sEkfdZgYaY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #35999a;
}
.cid-sEkfdZgYaY .container-fluid {
  padding: 0 3rem;
}
.cid-sEkfdZgYaY .mbr-section-subtitle {
  color: #767676;
}
.cid-sEkfdZgYaY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sEkfdZgYaY .table-wrapper {
  margin: 0 auto;
}
.cid-sEkfdZgYaY table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sEkfdZgYaY table thead tr {
  border: none !important;
}
.cid-sEkfdZgYaY table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sEkfdZgYaY table tr td {
  border-color: #eceeef;
}
.cid-sEkfdZgYaY table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-sEkfdZgYaY th:after,
.cid-sEkfdZgYaY th:before {
  display: none !important;
}
.cid-sEkfdZgYaY .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sEkfdZgYaY .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sEkfdZgYaY table th,
  .cid-sEkfdZgYaY table td {
    padding: .75rem;
  }
}
.cid-sEkfdZgYaY .body-item {
  text-align: left;
}
.cid-sEkfdZgYaY .mbr-text {
  color: #767676;
}
.cid-sEkfdZgYaY .head-item {
  color: #232323;
}
.cid-sEkfdZgYaY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-uNaCMFpbMc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-uNaCMFpbMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaCMFpbMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNaCMFpbMc .row {
  justify-content: center;
}
.cid-uNaCMFpbMc .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNaCMFpbMc .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uNaCMFpbMc .row {
    padding: 0 24px;
  }
}
.cid-uNaCMFpbMc .title-wrapper {
  margin-bottom: 32px;
}
.cid-uNaCMFpbMc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNaCMFpbMc .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uNaCMFpbMc .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uNaCMFpbMc .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNaCMFpbMc .video-block {
    margin-bottom: 24px;
  }
}
.cid-uNaCMFpbMc .mbr-figure__img {
  object-fit: cover;
}
.cid-uNaCMFpbMc .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uNaDtwJrF5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNaDtwJrF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaDtwJrF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNaDtwJrF5 .video-wrapper iframe {
  width: 100%;
}
.cid-uNaDtwJrF5 .mbr-section-title,
.cid-uNaDtwJrF5 .mbr-section-subtitle,
.cid-uNaDtwJrF5 .mbr-text {
  text-align: center;
}
.cid-sDufea741Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f4f2;
}
.cid-sDufea741Z .content-wrapper {
  background: #87bcf1;
}
@media (max-width: 991px) {
  .cid-sDufea741Z .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-sDufea741Z .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sDufea741Z .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sDufea741Z .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDufea741Z .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-sDufea741Z .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-sDufea741Z .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-sDufea741Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDufea741Z .card-title {
  margin-bottom: 1.88rem !important;
  color: #fd1906;
}
.cid-sDufea741Z .mbr-text,
.cid-sDufea741Z .mbr-section-btn {
  color: #1d1e22;
}
.cid-scfzXKU5UZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-scfzXKU5UZ a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .align-left {
    text-align: center;
  }
}
.cid-scfzXKU5UZ .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scfzXKU5UZ .icon-transition span:hover {
  background-color: #ff9966;
  color: #f6f4f2 !important;
}
.cid-scfzXKU5UZ .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-scfzXKU5UZ .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .social-media {
    justify-content: center !important;
  }
}
.cid-scfzXKU5UZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-scfzXKU5UZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-scfzXKU5UZ .content-text,
.cid-scfzXKU5UZ .inner-text {
  color: #f6f4f2;
}
.cid-scfzXKU5UZ .hidden {
  visibility: visible !important;
}
.cid-sDumfjaS6N .navbar-dropdown {
  position: relative !important;
}
.cid-sDumfjaS6N .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-sDumfjaS6N .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDumfjaS6N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDumfjaS6N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDumfjaS6N .nav-link {
  position: relative;
}
.cid-sDumfjaS6N .container {
  display: flex;
  margin: auto;
}
.cid-sDumfjaS6N .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sDumfjaS6N .dropdown-menu,
.cid-sDumfjaS6N .navbar.opened {
  background: #1d1e22 !important;
}
.cid-sDumfjaS6N .nav-item:focus,
.cid-sDumfjaS6N .nav-link:focus {
  outline: none;
}
.cid-sDumfjaS6N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDumfjaS6N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDumfjaS6N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sDumfjaS6N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDumfjaS6N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDumfjaS6N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDumfjaS6N .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.9);
}
.cid-sDumfjaS6N .navbar .container {
  transition: all .3s;
}
.cid-sDumfjaS6N .navbar.opened {
  transition: all .3s;
}
.cid-sDumfjaS6N .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sDumfjaS6N .navbar .navbar-logo img {
  width: auto;
}
.cid-sDumfjaS6N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDumfjaS6N .navbar.collapsed {
  justify-content: center;
}
.cid-sDumfjaS6N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDumfjaS6N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDumfjaS6N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDumfjaS6N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDumfjaS6N .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-sDumfjaS6N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDumfjaS6N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sDumfjaS6N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDumfjaS6N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDumfjaS6N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDumfjaS6N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDumfjaS6N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDumfjaS6N .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-sDumfjaS6N .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sDumfjaS6N .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sDumfjaS6N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDumfjaS6N .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDumfjaS6N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDumfjaS6N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDumfjaS6N .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sDumfjaS6N .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sDumfjaS6N .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sDumfjaS6N .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-sDumfjaS6N .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sDumfjaS6N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDumfjaS6N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDumfjaS6N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDumfjaS6N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDumfjaS6N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDumfjaS6N .dropdown-item.active,
.cid-sDumfjaS6N .dropdown-item:active {
  background-color: transparent;
}
.cid-sDumfjaS6N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDumfjaS6N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDumfjaS6N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDumfjaS6N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-sDumfjaS6N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDumfjaS6N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDumfjaS6N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDumfjaS6N .navbar-buttons {
  text-align: center;
}
.cid-sDumfjaS6N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDumfjaS6N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDumfjaS6N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDumfjaS6N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDumfjaS6N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDumfjaS6N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDumfjaS6N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDumfjaS6N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDumfjaS6N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDumfjaS6N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDumfjaS6N .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sDumfjaS6N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDumfjaS6N .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-sDumfjaS6N .navbar {
    height: 70px;
  }
  .cid-sDumfjaS6N .navbar.opened {
    height: auto;
  }
  .cid-sDumfjaS6N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKmmqiQOaN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f76c31;
}
.cid-uKmmqiQOaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmmqiQOaN .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-uKmmqiQOaN .row {
    padding: 0 13px;
  }
}
.cid-uKmmqiQOaN .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKmmqiQOaN .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uKmmqiQOaN .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKmmqiQOaN .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uKmmqiQOaN .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uKmmqiQOaN .text-wrapper {
    padding: 0;
  }
}
.cid-uKmmqiQOaN .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uKmmqiQOaN .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uKmmqiQOaN .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uKmmqiQOaN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKmmqiQOaN .mbr-name {
  color: #ffffff;
}
.cid-uKmmqiQOaN .mbr-role {
  color: #ffffff;
}
.cid-sDumB4fnun {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sDumB4fnun .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDumB4fnun .img-item,
.cid-sDumB4fnun img {
  height: 100%;
  object-fit: cover;
}
.cid-sDumB4fnun .img-col {
  padding: 0;
}
.cid-sDumB4fnun .col-auto {
  width: 100%;
}
.cid-sDumB4fnun .wrapper {
  background: #dce8eb;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sDumB4fnun .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-sDumB4fnun textarea {
  min-height: 200px;
}
.cid-sDumB4fnun .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sDumB4fnun .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sDumB4fnun .form-control,
.cid-sDumB4fnun .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDumB4fnun .form-control::-webkit-input-placeholder,
.cid-sDumB4fnun .field-input::-webkit-input-placeholder,
.cid-sDumB4fnun .form-control::-webkit-input-placeholder,
.cid-sDumB4fnun .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-sDumB4fnun .form-control:-moz-placeholder,
.cid-sDumB4fnun .field-input:-moz-placeholder,
.cid-sDumB4fnun .form-control:-moz-placeholder,
.cid-sDumB4fnun .field-input:-moz-placeholder {
  color: #777777;
}
.cid-sDumB4fnun .form-control:hover,
.cid-sDumB4fnun .field-input:hover,
.cid-sDumB4fnun .form-control:focus,
.cid-sDumB4fnun .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-sDumB4fnun .form-control:hover::-webkit-input-placeholder,
.cid-sDumB4fnun .field-input:hover::-webkit-input-placeholder,
.cid-sDumB4fnun .form-control:focus::-webkit-input-placeholder,
.cid-sDumB4fnun .field-input:focus::-webkit-input-placeholder,
.cid-sDumB4fnun .form-control:hover::-webkit-input-placeholder,
.cid-sDumB4fnun .field-input:hover::-webkit-input-placeholder,
.cid-sDumB4fnun .form-control:focus::-webkit-input-placeholder,
.cid-sDumB4fnun .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-sDumB4fnun .form-control:hover:-moz-placeholder,
.cid-sDumB4fnun .field-input:hover:-moz-placeholder,
.cid-sDumB4fnun .form-control:focus:-moz-placeholder,
.cid-sDumB4fnun .field-input:focus:-moz-placeholder,
.cid-sDumB4fnun .form-control:hover:-moz-placeholder,
.cid-sDumB4fnun .field-input:hover:-moz-placeholder,
.cid-sDumB4fnun .form-control:focus:-moz-placeholder,
.cid-sDumB4fnun .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-sDumB4fnun .jq-number__spin:hover,
.cid-sDumB4fnun .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sDumB4fnun .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDumB4fnun .jq-selectbox li,
.cid-sDumB4fnun .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDumB4fnun .jq-selectbox li:hover,
.cid-sDumB4fnun .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDumB4fnun .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDumB4fnun .jq-number__spin.minus:hover:after,
.cid-sDumB4fnun .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDumB4fnun .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDumB4fnun .jq-number__spin.minus:after,
.cid-sDumB4fnun .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDumB4fnun input::-webkit-clear-button {
  display: none;
}
.cid-sDumB4fnun input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDumB4fnun input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDumB4fnun input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sDumB4fnun H4 {
  color: #777777;
}
.cid-sDumfnKmob {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-sDumfnKmob a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sDumfnKmob .align-left {
    text-align: center;
  }
}
.cid-sDumfnKmob .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sDumfnKmob .icon-transition span:hover {
  background-color: #ff9966;
  color: #f6f4f2 !important;
}
.cid-sDumfnKmob .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-sDumfnKmob .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDumfnKmob .social-media {
    justify-content: center !important;
  }
}
.cid-sDumfnKmob .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sDumfnKmob .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sDumfnKmob .content-text,
.cid-sDumfnKmob .inner-text {
  color: #f6f4f2;
}
.cid-sDumfnKmob .hidden {
  visibility: visible !important;
}
.cid-sDzt6DaGkW .navbar-dropdown {
  position: relative !important;
}
.cid-sDzt6DaGkW .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-sDzt6DaGkW .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDzt6DaGkW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDzt6DaGkW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDzt6DaGkW .nav-link {
  position: relative;
}
.cid-sDzt6DaGkW .container {
  display: flex;
  margin: auto;
}
.cid-sDzt6DaGkW .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sDzt6DaGkW .dropdown-menu,
.cid-sDzt6DaGkW .navbar.opened {
  background: #1d1e22 !important;
}
.cid-sDzt6DaGkW .nav-item:focus,
.cid-sDzt6DaGkW .nav-link:focus {
  outline: none;
}
.cid-sDzt6DaGkW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDzt6DaGkW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDzt6DaGkW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sDzt6DaGkW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDzt6DaGkW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDzt6DaGkW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDzt6DaGkW .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.9);
}
.cid-sDzt6DaGkW .navbar .container {
  transition: all .3s;
}
.cid-sDzt6DaGkW .navbar.opened {
  transition: all .3s;
}
.cid-sDzt6DaGkW .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sDzt6DaGkW .navbar .navbar-logo img {
  width: auto;
}
.cid-sDzt6DaGkW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDzt6DaGkW .navbar.collapsed {
  justify-content: center;
}
.cid-sDzt6DaGkW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDzt6DaGkW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDzt6DaGkW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDzt6DaGkW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDzt6DaGkW .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-sDzt6DaGkW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDzt6DaGkW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sDzt6DaGkW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDzt6DaGkW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDzt6DaGkW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDzt6DaGkW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDzt6DaGkW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDzt6DaGkW .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-sDzt6DaGkW .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sDzt6DaGkW .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sDzt6DaGkW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDzt6DaGkW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDzt6DaGkW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDzt6DaGkW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDzt6DaGkW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sDzt6DaGkW .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sDzt6DaGkW .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sDzt6DaGkW .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-sDzt6DaGkW .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sDzt6DaGkW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDzt6DaGkW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDzt6DaGkW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDzt6DaGkW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDzt6DaGkW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDzt6DaGkW .dropdown-item.active,
.cid-sDzt6DaGkW .dropdown-item:active {
  background-color: transparent;
}
.cid-sDzt6DaGkW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDzt6DaGkW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDzt6DaGkW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDzt6DaGkW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-sDzt6DaGkW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDzt6DaGkW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDzt6DaGkW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDzt6DaGkW .navbar-buttons {
  text-align: center;
}
.cid-sDzt6DaGkW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDzt6DaGkW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDzt6DaGkW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDzt6DaGkW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDzt6DaGkW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDzt6DaGkW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDzt6DaGkW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDzt6DaGkW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDzt6DaGkW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDzt6DaGkW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDzt6DaGkW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sDzt6DaGkW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDzt6DaGkW .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-sDzt6DaGkW .navbar {
    height: 70px;
  }
  .cid-sDzt6DaGkW .navbar.opened {
    height: auto;
  }
  .cid-sDzt6DaGkW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDztl6uxCv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-sDztl6uxCv .mbr-section-subtitle {
  position: relative;
  margin-bottom: 3.75rem;
  color: #1d1e22;
}
.cid-sDztl6uxCv .mbr-section-subtitle::before {
  content: '"';
  position: absolute;
  left: -1.5rem;
  top: -0.2em;
  font-size: 1.8em;
}
@media (max-width: 546px) {
  .cid-sDztl6uxCv .mbr-section-subtitle::before {
    content: none;
  }
}
@media (max-width: 786px) {
  .cid-sDztl6uxCv .mbr-section-subtitle {
    margin-bottom: 1.875rem;
  }
}
.cid-sDztl6uxCv .mbr-text {
  color: #1d1e22;
}
.cid-sDzt6EWvNo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-sDzt6EWvNo a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sDzt6EWvNo .align-left {
    text-align: center;
  }
}
.cid-sDzt6EWvNo .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sDzt6EWvNo .icon-transition span:hover {
  background-color: #ff9966;
  color: #f6f4f2 !important;
}
.cid-sDzt6EWvNo .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-sDzt6EWvNo .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDzt6EWvNo .social-media {
    justify-content: center !important;
  }
}
.cid-sDzt6EWvNo .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sDzt6EWvNo .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sDzt6EWvNo .content-text,
.cid-sDzt6EWvNo .inner-text {
  color: #f6f4f2;
}
.cid-sDzt6EWvNo .hidden {
  visibility: visible !important;
}
.cid-sDF31QIzRj .navbar-dropdown {
  position: relative !important;
}
.cid-sDF31QIzRj .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-sDF31QIzRj .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDF31QIzRj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sDF31QIzRj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDF31QIzRj .nav-link {
  position: relative;
}
.cid-sDF31QIzRj .container {
  display: flex;
  margin: auto;
}
.cid-sDF31QIzRj .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-sDF31QIzRj .dropdown-menu,
.cid-sDF31QIzRj .navbar.opened {
  background: #1d1e22 !important;
}
.cid-sDF31QIzRj .nav-item:focus,
.cid-sDF31QIzRj .nav-link:focus {
  outline: none;
}
.cid-sDF31QIzRj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDF31QIzRj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDF31QIzRj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sDF31QIzRj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDF31QIzRj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDF31QIzRj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDF31QIzRj .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.9);
}
.cid-sDF31QIzRj .navbar .container {
  transition: all .3s;
}
.cid-sDF31QIzRj .navbar.opened {
  transition: all .3s;
}
.cid-sDF31QIzRj .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sDF31QIzRj .navbar .navbar-logo img {
  width: auto;
}
.cid-sDF31QIzRj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDF31QIzRj .navbar.collapsed {
  justify-content: center;
}
.cid-sDF31QIzRj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDF31QIzRj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDF31QIzRj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDF31QIzRj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDF31QIzRj .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-sDF31QIzRj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDF31QIzRj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sDF31QIzRj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDF31QIzRj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDF31QIzRj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDF31QIzRj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDF31QIzRj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDF31QIzRj .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-sDF31QIzRj .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sDF31QIzRj .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sDF31QIzRj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDF31QIzRj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDF31QIzRj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDF31QIzRj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDF31QIzRj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sDF31QIzRj .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sDF31QIzRj .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sDF31QIzRj .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-sDF31QIzRj .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sDF31QIzRj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDF31QIzRj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDF31QIzRj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDF31QIzRj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDF31QIzRj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDF31QIzRj .dropdown-item.active,
.cid-sDF31QIzRj .dropdown-item:active {
  background-color: transparent;
}
.cid-sDF31QIzRj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDF31QIzRj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDF31QIzRj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDF31QIzRj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-sDF31QIzRj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDF31QIzRj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDF31QIzRj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDF31QIzRj .navbar-buttons {
  text-align: center;
}
.cid-sDF31QIzRj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDF31QIzRj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDF31QIzRj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDF31QIzRj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDF31QIzRj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDF31QIzRj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDF31QIzRj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDF31QIzRj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDF31QIzRj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDF31QIzRj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDF31QIzRj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sDF31QIzRj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDF31QIzRj .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-sDF31QIzRj .navbar {
    height: 70px;
  }
  .cid-sDF31QIzRj .navbar.opened {
    height: auto;
  }
  .cid-sDF31QIzRj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDF31S78Vu {
  background-image: url("../../../assets/images/getsaved-1400x800.jpg");
}
.cid-sDF31S78Vu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sDF31S78Vu .mbr-text,
.cid-sDF31S78Vu .mbr-section-btn {
  color: #ffffff;
}
.cid-sDF31S78Vu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDF31S78Vu .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sDF31S78Vu .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sDF31S78Vu .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sDF31S78Vu .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sDF31S78Vu .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sDF31S78Vu .mbr-section-subtitle,
.cid-sDF31S78Vu .mbr-section-btn {
  text-align: center;
}
.cid-sDF3ZscFC6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1d1e22;
}
.cid-sDF3ZscFC6 .title .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  width: 7.35rem;
  height: 7.35rem;
  background-color: #ff8e5e;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 6rem;
  font-size: 6rem;
}
@media (max-width: 786px) {
  .cid-sDF3ZscFC6 .title .num {
    width: 6rem;
    height: 6rem;
    line-height: 5rem;
    margin-bottom: 1rem;
    font-size: 5rem;
  }
}
.cid-sDF3ZscFC6 .card-title {
  z-index: 1;
  margin-bottom: 0.62rem;
}
@media (max-width: 786px) {
  .cid-sDF3ZscFC6 * {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sDF3ZscFC6 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-sDF3ZscFC6 .mbr-section-subtitle {
  margin-top: 4.37rem;
  margin-bottom: 0;
  max-width: 780px;
  margin-left: auto;
}
.cid-sDF3ZscFC6 .card {
  margin-bottom: 4.37rem;
}
@media (max-width: 786px) {
  .cid-sDF3ZscFC6 .card {
    margin-bottom: 2rem;
  }
}
.cid-sDF3ZscFC6 .card-wrapper {
  margin-bottom: 16.87rem;
}
@media (max-width: 786px) {
  .cid-sDF3ZscFC6 .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1028px) {
  .cid-sDF3ZscFC6 .content-row {
    margin-left: 160px;
  }
}
.cid-sDFeHQktA5 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f6f4f2;
}
.cid-sDFeHQktA5 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sDFeHQktA5 .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-sDFeHQktA5 .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sDFeHQktA5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sDFeHQktA5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDFeHQktA5 .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-sDFeHQktA5 .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-sDFeHQktA5 .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-sDFeHQktA5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDFeHQktA5 .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22;
}
.cid-sDFeHQktA5 .mbr-text,
.cid-sDFeHQktA5 .mbr-section-btn {
  color: #1d1e22;
}
.cid-sDF31TypRi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-sDF31TypRi a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sDF31TypRi .align-left {
    text-align: center;
  }
}
.cid-sDF31TypRi .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sDF31TypRi .icon-transition span:hover {
  background-color: #ff9966;
  color: #f6f4f2 !important;
}
.cid-sDF31TypRi .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-sDF31TypRi .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sDF31TypRi .social-media {
    justify-content: center !important;
  }
}
.cid-sDF31TypRi .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sDF31TypRi .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sDF31TypRi .content-text,
.cid-sDF31TypRi .inner-text {
  color: #f6f4f2;
}
.cid-sDF31TypRi .hidden {
  visibility: visible !important;
}
.cid-uJMVvtsyOL .navbar-dropdown {
  position: relative !important;
}
.cid-uJMVvtsyOL .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-uJMVvtsyOL .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJMVvtsyOL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uJMVvtsyOL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJMVvtsyOL .nav-link {
  position: relative;
}
.cid-uJMVvtsyOL .container {
  display: flex;
  margin: auto;
}
.cid-uJMVvtsyOL .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-uJMVvtsyOL .dropdown-menu,
.cid-uJMVvtsyOL .navbar.opened {
  background: #1d1e22 !important;
}
.cid-uJMVvtsyOL .nav-item:focus,
.cid-uJMVvtsyOL .nav-link:focus {
  outline: none;
}
.cid-uJMVvtsyOL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJMVvtsyOL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJMVvtsyOL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uJMVvtsyOL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJMVvtsyOL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJMVvtsyOL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJMVvtsyOL .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.9);
}
.cid-uJMVvtsyOL .navbar .container {
  transition: all .3s;
}
.cid-uJMVvtsyOL .navbar.opened {
  transition: all .3s;
}
.cid-uJMVvtsyOL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uJMVvtsyOL .navbar .navbar-logo img {
  width: auto;
}
.cid-uJMVvtsyOL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJMVvtsyOL .navbar.collapsed {
  justify-content: center;
}
.cid-uJMVvtsyOL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJMVvtsyOL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJMVvtsyOL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJMVvtsyOL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJMVvtsyOL .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-uJMVvtsyOL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJMVvtsyOL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uJMVvtsyOL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uJMVvtsyOL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJMVvtsyOL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJMVvtsyOL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJMVvtsyOL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJMVvtsyOL .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-uJMVvtsyOL .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-uJMVvtsyOL .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-uJMVvtsyOL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJMVvtsyOL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJMVvtsyOL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJMVvtsyOL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJMVvtsyOL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uJMVvtsyOL .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-uJMVvtsyOL .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uJMVvtsyOL .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-uJMVvtsyOL .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-uJMVvtsyOL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJMVvtsyOL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJMVvtsyOL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJMVvtsyOL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJMVvtsyOL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJMVvtsyOL .dropdown-item.active,
.cid-uJMVvtsyOL .dropdown-item:active {
  background-color: transparent;
}
.cid-uJMVvtsyOL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJMVvtsyOL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJMVvtsyOL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJMVvtsyOL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-uJMVvtsyOL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJMVvtsyOL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJMVvtsyOL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJMVvtsyOL .navbar-buttons {
  text-align: center;
}
.cid-uJMVvtsyOL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uJMVvtsyOL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJMVvtsyOL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJMVvtsyOL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJMVvtsyOL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJMVvtsyOL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJMVvtsyOL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJMVvtsyOL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJMVvtsyOL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJMVvtsyOL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJMVvtsyOL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJMVvtsyOL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJMVvtsyOL .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-uJMVvtsyOL .navbar {
    height: 70px;
  }
  .cid-uJMVvtsyOL .navbar.opened {
    height: auto;
  }
  .cid-uJMVvtsyOL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scfzWk7EMZ {
  background-image: url("../../../assets/images/couple.jpg-2000x1280.jpg");
}
.cid-scfzWk7EMZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-scfzWk7EMZ .mbr-text,
.cid-scfzWk7EMZ .mbr-section-btn {
  color: #ffffff;
}
.cid-scfzWk7EMZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-scfzWk7EMZ .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-scfzWk7EMZ .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-scfzWk7EMZ .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-scfzWk7EMZ .container-text {
    margin-top: 3.75rem;
  }
}
.cid-scfzWk7EMZ .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-scfzWk7EMZ .mbr-section-subtitle,
.cid-scfzWk7EMZ .mbr-section-btn {
  text-align: center;
}
.cid-uJN5o8h02s {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f6f4f2;
}
.cid-uJN5o8h02s .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJN5o8h02s .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-uJN5o8h02s .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uJN5o8h02s .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJN5o8h02s .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJN5o8h02s .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-uJN5o8h02s .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-uJN5o8h02s .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-uJN5o8h02s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJN5o8h02s .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22;
}
.cid-uJN5o8h02s .mbr-text,
.cid-uJN5o8h02s .mbr-section-btn {
  color: #1d1e22;
}
.cid-uJN5o8h02s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJN5o8h02s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-scfzWwZQG1 {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-scfzWwZQG1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-scfzWwZQG1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scfzWwZQG1 li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-scfzWwZQG1 li:nth-child(1) .mbr-iconfont {
  color: #ff8e5e;
}
.cid-scfzWwZQG1 li:nth-child(2) .mbr-iconfont {
  color: #1d1e22;
}
.cid-scfzWwZQG1 li:nth-child(3) .mbr-iconfont {
  color: #35999a;
}
.cid-scfzWwZQG1 li:nth-child(4) .mbr-iconfont {
  color: #8aae3d;
}
.cid-scfzWwZQG1 li:nth-child(5) .mbr-iconfont {
  color: #d6d2cd;
}
.cid-scfzWwZQG1 li:nth-child(6) .mbr-iconfont {
  color: #df561c;
}
.cid-scfzWwZQG1 li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-scfzWwZQG1 ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-scfzWwZQG1 .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-scfzWwZQG1 .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-scfzWwZQG1 .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-scfzWwZQG1 .mbr-text,
.cid-scfzWwZQG1 .mbr-section-btn {
  color: #1d1e22;
}
.cid-scfzWwZQG1 .mbr-section-title DIV {
  text-align: center;
}
.cid-uJOhK4IKEG {
  display: flex;
  padding-top: 195px;
  padding-bottom: 90px;
  background-color: #1d1e22;
}
.cid-uJOhK4IKEG .mbr-overlay {
  background: #1516b0;
  background: linear-gradient(90deg, #1516b0, #adcde9);
}
.cid-uJOhK4IKEG .mbr-section-title {
  margin-bottom: 8.8rem;
}
@media (min-width: 992px) {
  .cid-uJOhK4IKEG .mbr-section-title {
    margin-bottom: 18.8rem;
  }
}
.cid-uJOhK4IKEG .mbr-text {
  max-width: 400px;
  color: #efefef;
}
.cid-uJOhK4IKEG .card-title {
  max-width: 400px;
  font-size: 1.5rem;
}
.cid-uJOhK4IKEG .card {
  margin-bottom: 2.5rem;
}
.cid-uJOhK4IKEG .card .card-img span {
  color: #ff8e5e;
  font-size: 60px;
}
.cid-uJOhK4IKEG .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uJOhK4IKEG .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-uJOhK4IKEG .mbr-section-subtitle,
.cid-uJOhK4IKEG .features-row {
  max-width: 996px;
}
@media (max-width: 991px) {
  .cid-uJOhK4IKEG .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uJOhK4IKEG .card-title,
.cid-uJOhK4IKEG .card-img {
  text-align: left;
}
.cid-uJOhK4IKEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJOhK4IKEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJOpz58Df4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJOpz58Df4 .video-wrapper iframe {
  width: 100%;
}
.cid-uJOpz58Df4 .mbr-section-title,
.cid-uJOpz58Df4 .mbr-section-subtitle,
.cid-uJOpz58Df4 .mbr-text {
  text-align: center;
}
.cid-uJOpz58Df4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJOpz58Df4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-scfzXldJep {
  padding-top: 90px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f6f4f2, #f6f4f2);
}
.cid-scfzXldJep .mbr-section-title {
  margin-bottom: 3.1rem;
  color: #1d1e22;
}
.cid-scfzXldJep .plan-subtitle {
  margin-bottom: 2.5rem;
  text-align: left;
  color: #1d1e22;
}
@media (max-width: 992px) {
  .cid-scfzXldJep .plan-subtitle {
    font-size: 1.1rem;
  }
}
.cid-scfzXldJep .plan-body .btn-bgr {
  z-index: 0;
}
.cid-scfzXldJep .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #1d1e22;
  white-space: nowrap;
}
.cid-scfzXldJep .list-group-item .mbr-iconfont {
  font-size: 1.2em;
  color: #8aae3d;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-scfzXldJep .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-scfzXldJep .price-term {
  margin-left: -5px;
}
.cid-scfzXldJep .plan-sale {
  background-color: #ff8e5e;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  .cid-scfzXldJep .plan-sale {
    right: -63px;
    top: 20px;
  }
}
@media (max-width: 992px) {
  .cid-scfzXldJep .plan-sale {
    right: -60px;
    top: 20px;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-scfzXldJep .plan-card {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-scfzXldJep .plan-descr {
  color: #444444;
}
.cid-scfzXldJep .plan-price {
  margin-top: 2rem;
}
.cid-scfzXldJep .plan {
  position: relative;
  max-width: 386px;
  overflow: hidden;
  margin-bottom: 3rem !important;
}
@media (max-width: 1200px) {
  .cid-scfzXldJep .plan {
    padding-right: 8px;
    padding-left: 8px;
    max-width: none;
  }
}
.cid-scfzXldJep .plan-list {
  padding-bottom: 2.5rem;
}
.cid-scfzXldJep .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-scfzXldJep .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-scfzXldJep .plan-title {
  margin-bottom: 0.625rem;
  text-align: left;
  color: #1d1e22;
}
@media (max-width: 992px) {
  .cid-scfzXldJep .plan-title {
    font-size: 1.15rem;
  }
}
.cid-scfzXldJep .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 0 2.5rem;
}
@media (max-width: 1200px) {
  .cid-scfzXldJep .plan-header {
    padding: 2.5rem 1.6rem 0 1.6rem;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-scfzXldJep .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 0 1.6rem;
  }
}
@media (min-width: 546px) and (max-width: 992px) {
  .cid-scfzXldJep .plan-header .plan-sale {
    display: none !important;
  }
}
.cid-scfzXldJep .plan-body {
  position: relative;
  overflow: hidden;
  padding: 0 1.6rem 0 2.5rem;
}
@media (max-width: 1200px) {
  .cid-scfzXldJep .plan-body {
    padding: 0 1.6rem 0 1.6rem;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-scfzXldJep .plan-body {
    width: 50%;
    padding: 2.5rem 1.6rem 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-scfzXldJep .plan-body .plan-sale {
    display: none !important;
  }
}
@media (max-width: 546px) {
  .cid-scfzXldJep .plan-body .plan-sale {
    display: none !important;
  }
}
.cid-scfzXldJep .plan-bottom {
  padding: 0 2.5rem 1.6rem 2.5rem;
}
@media (max-width: 1200px) {
  .cid-scfzXldJep .plan-bottom {
    padding: 0 1.6rem 2.5rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .cid-scfzXldJep .plan-bottom {
    width: 100%;
  }
}
.cid-scfzXldJep .plan-header,
.cid-scfzXldJep .plan-body,
.cid-scfzXldJep .plan-bottom {
  background-color: #ffffff;
}
.cid-scfzXldJep UL {
  color: #8d97ad;
  text-align: left;
}
.cid-scfzXldJep .media-container-row {
  padding-top: 6.3rem;
  flex-wrap: wrap;
}
.cid-scfzXldJep P {
  color: #6a6868;
}
.cid-scfzXldJep LI {
  text-align: left;
}
.cid-scfzXldJep .mbr-section-subtitle {
  color: #1d1e22;
}
.cid-uJMWd3yd3l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-uJMWd3yd3l a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uJMWd3yd3l .align-left {
    text-align: center;
  }
}
.cid-uJMWd3yd3l .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJMWd3yd3l .icon-transition span:hover {
  background-color: #ff9966;
  color: #f6f4f2 !important;
}
.cid-uJMWd3yd3l .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-uJMWd3yd3l .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uJMWd3yd3l .social-media {
    justify-content: center !important;
  }
}
.cid-uJMWd3yd3l .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uJMWd3yd3l .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uJMWd3yd3l .content-text,
.cid-uJMWd3yd3l .inner-text {
  color: #f6f4f2;
}
.cid-uJMWd3yd3l .hidden {
  visibility: visible !important;
}
.cid-t7VkhNcp7q .navbar-dropdown {
  position: relative !important;
}
.cid-t7VkhNcp7q .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-t7VkhNcp7q .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7VkhNcp7q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t7VkhNcp7q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7VkhNcp7q .nav-link {
  position: relative;
}
.cid-t7VkhNcp7q .container {
  display: flex;
  margin: auto;
}
.cid-t7VkhNcp7q .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-t7VkhNcp7q .dropdown-menu,
.cid-t7VkhNcp7q .navbar.opened {
  background: #1d1e22 !important;
}
.cid-t7VkhNcp7q .nav-item:focus,
.cid-t7VkhNcp7q .nav-link:focus {
  outline: none;
}
.cid-t7VkhNcp7q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7VkhNcp7q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7VkhNcp7q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-t7VkhNcp7q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7VkhNcp7q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7VkhNcp7q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7VkhNcp7q .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.9);
}
.cid-t7VkhNcp7q .navbar .container {
  transition: all .3s;
}
.cid-t7VkhNcp7q .navbar.opened {
  transition: all .3s;
}
.cid-t7VkhNcp7q .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t7VkhNcp7q .navbar .navbar-logo img {
  width: auto;
}
.cid-t7VkhNcp7q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7VkhNcp7q .navbar.collapsed {
  justify-content: center;
}
.cid-t7VkhNcp7q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7VkhNcp7q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t7VkhNcp7q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7VkhNcp7q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7VkhNcp7q .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-t7VkhNcp7q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7VkhNcp7q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t7VkhNcp7q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t7VkhNcp7q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7VkhNcp7q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7VkhNcp7q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7VkhNcp7q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7VkhNcp7q .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-t7VkhNcp7q .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-t7VkhNcp7q .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-t7VkhNcp7q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7VkhNcp7q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7VkhNcp7q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7VkhNcp7q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7VkhNcp7q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t7VkhNcp7q .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-t7VkhNcp7q .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t7VkhNcp7q .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-t7VkhNcp7q .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-t7VkhNcp7q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7VkhNcp7q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7VkhNcp7q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7VkhNcp7q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7VkhNcp7q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7VkhNcp7q .dropdown-item.active,
.cid-t7VkhNcp7q .dropdown-item:active {
  background-color: transparent;
}
.cid-t7VkhNcp7q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7VkhNcp7q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7VkhNcp7q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7VkhNcp7q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-t7VkhNcp7q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7VkhNcp7q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7VkhNcp7q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7VkhNcp7q .navbar-buttons {
  text-align: center;
}
.cid-t7VkhNcp7q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7VkhNcp7q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7VkhNcp7q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7VkhNcp7q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7VkhNcp7q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7VkhNcp7q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7VkhNcp7q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7VkhNcp7q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7VkhNcp7q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7VkhNcp7q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7VkhNcp7q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t7VkhNcp7q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7VkhNcp7q .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-t7VkhNcp7q .navbar {
    height: 70px;
  }
  .cid-t7VkhNcp7q .navbar.opened {
    height: auto;
  }
  .cid-t7VkhNcp7q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdd3qXU2H1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/resources-banner.png-1-2000x500.png");
}
.cid-vdd3qXU2H1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdd3qXU2H1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdd3qXU2H1 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-vdd3qXU2H1 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdd3qXU2H1 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vdd3qXU2H1 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdd3qXU2H1 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-vdd3qXU2H1 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdd3qXU2H1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vdd3qXU2H1 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vdd3qXU2H1 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdd3qXU2H1 .mbr-section-title {
  color: #191c25;
}
.cid-vdd3qXU2H1 .mbr-desc {
  color: #858585;
  text-align: center;
}
.cid-vdd3qXU2H1 .mbr-section-title,
.cid-vdd3qXU2H1 .mbr-section-btn,
.cid-vdd3qXU2H1 .title-wrapper {
  text-align: center;
}
.cid-taaj2cP33Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-taaj2cP33Z .item-img {
  position: relative;
}
.cid-taaj2cP33Z .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-taaj2cP33Z .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-taaj2cP33Z .btn-tag:hover,
.cid-taaj2cP33Z .btn-tag:focus {
  box-shadow: none;
}
.cid-taaj2cP33Z img,
.cid-taaj2cP33Z .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-taaj2cP33Z .item:focus,
.cid-taaj2cP33Z span:focus {
  outline: none;
}
.cid-taaj2cP33Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-taaj2cP33Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-taaj2cP33Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-taaj2cP33Z .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-taaj2cP33Z .mbr-text,
.cid-taaj2cP33Z .mbr-section-btn {
  color: #353535;
}
.cid-taaj2cP33Z .item-title {
  color: #353535;
}
.cid-taaj2cP33Z .mbr-section-subtitle {
  text-align: left;
}
.cid-vdddi7RVl5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
.cid-vdddi7RVl5 .item-img {
  position: relative;
}
.cid-vdddi7RVl5 .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-vdddi7RVl5 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-vdddi7RVl5 .btn-tag:hover,
.cid-vdddi7RVl5 .btn-tag:focus {
  box-shadow: none;
}
.cid-vdddi7RVl5 img,
.cid-vdddi7RVl5 .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-vdddi7RVl5 .item:focus,
.cid-vdddi7RVl5 span:focus {
  outline: none;
}
.cid-vdddi7RVl5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vdddi7RVl5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-vdddi7RVl5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdddi7RVl5 .mbr-section-title {
  color: #232323;
}
.cid-vdddi7RVl5 .mbr-text,
.cid-vdddi7RVl5 .mbr-section-btn {
  color: #353535;
}
.cid-vdddi7RVl5 .item-title {
  color: #353535;
}
.cid-vddfzRJqcD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vddfzRJqcD .item-img {
  position: relative;
}
.cid-vddfzRJqcD .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-vddfzRJqcD .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-vddfzRJqcD .btn-tag:hover,
.cid-vddfzRJqcD .btn-tag:focus {
  box-shadow: none;
}
.cid-vddfzRJqcD img,
.cid-vddfzRJqcD .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-vddfzRJqcD .item:focus,
.cid-vddfzRJqcD span:focus {
  outline: none;
}
.cid-vddfzRJqcD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vddfzRJqcD .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-vddfzRJqcD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vddfzRJqcD .mbr-section-title {
  color: #232323;
}
.cid-vddfzRJqcD .mbr-text,
.cid-vddfzRJqcD .mbr-section-btn {
  color: #353535;
}
.cid-vddfzRJqcD .item-title {
  color: #353535;
}
.cid-t7VkhPkK4X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-t7VkhPkK4X a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-t7VkhPkK4X .align-left {
    text-align: center;
  }
}
.cid-t7VkhPkK4X .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t7VkhPkK4X .icon-transition span:hover {
  background-color: #ff9966;
  color: #f6f4f2 !important;
}
.cid-t7VkhPkK4X .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-t7VkhPkK4X .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-t7VkhPkK4X .social-media {
    justify-content: center !important;
  }
}
.cid-t7VkhPkK4X .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t7VkhPkK4X .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t7VkhPkK4X .content-text,
.cid-t7VkhPkK4X .inner-text {
  color: #f6f4f2;
}
.cid-t7VkhPkK4X .hidden {
  visibility: visible !important;
}
