@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);






body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.125;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.18;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Jost', 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: #21b573 !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: #21b573 !important;
  border-color: #21b573 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: linear-gradient(to left, #0077ff, #21b573);
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(33, 181, 115, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #146c44 !important;
  border-color: #146c44 !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #0077ff !important;
  border-color: #0077ff !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 {
  background: linear-gradient(to left, #0077ff, #21b573);
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(0, 119, 255, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #004fa8 !important;
  border-color: #004fa8 !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 {
  background: linear-gradient(to left, #0077ff, #21b573);
  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 {
  background: linear-gradient(to left, #0077ff, #21b573);
  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 {
  background: linear-gradient(to left, #0077ff, #21b573);
  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 {
  background: linear-gradient(to left, #0077ff, #21b573);
  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 {
  background: linear-gradient(to left, #0077ff, #21b573);
  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 {
  background: linear-gradient(to left, #0077ff, #21b573);
  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: #21b573;
  color: #21b573;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #21b573;
  background: linear-gradient(to left, #0077ff, #21b573);
  box-shadow: -4px 4px 0 0 rgba(33, 181, 115, 0.5);
  left: 6px;
  top: -6px;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #21b573 !important;
  border-color: #21b573 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0077ff;
  background: linear-gradient(to left, #0077ff, #0077ff);
  box-shadow: -4px 4px 0 0 rgba(0, 119, 255, 0.5);
  left: 6px;
  top: -6px;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !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;
  background: linear-gradient(to left, #0077ff, #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;
  background: linear-gradient(to left, #0077ff, #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;
  background: linear-gradient(to left, #0077ff, #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;
  background: linear-gradient(to left, #0077ff, #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;
  background: linear-gradient(to left, #0077ff, #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;
  background: linear-gradient(to left, #0077ff, #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: #21b573 !important;
}
.text-secondary {
  color: #0077ff !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: #115f3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #004799 !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: #21b573;
}
.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: #21b573;
  border-color: #21b573;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #21b573;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #70e5b1;
}
.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: 'Jost', sans-serif;
  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: #21b573 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  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: 'Jost', 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: #21b573 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #21b573;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #21b573;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #21b573;
}
.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: #21b573;
  border-bottom-color: #21b573;
}
.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: #21b573 !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: #0077ff !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='%2321b573' %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 {
  z-index: 1000;
  width: 100%;
}
.cid-scfzW1I84M nav.navbar {
  position: fixed;
}
.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 .navbar-caption {
  top: -8px;
  position: relative;
}
.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.6);
}
.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;
}
@media (min-width: 992px) {
  .cid-scfzW1I84M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.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;
  position: fixed;
}
.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-scfzW1I84M .byline {
  background: linear-gradient(to left, #0077ff, currentColor) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: #21b573 !important;
}
.cid-scfzW1I84M .byline:hover {
  background: linear-gradient(to right, rgba(0, 119, 255, 0.5) 0%, rgba(33, 181, 115, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800077ff', endColorstr='#8021b573', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #21b573 !important;
}
.cid-scfzW1I84M small {
  font-size: 80%;
  position: absolute;
  top: 57px;
  left: 223px;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: -10000px 1.2em;
}
.cid-scfzW1I84M small:hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(to right, rgba(0, 119, 255, 0.5) 0%, rgba(33, 181, 115, 0.5) 100%);
  background-position: 0px 1.2em;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
}
.cid-scfzWk7EMZ {
  background-image: url("../../../assets/images/main-image-half-as-large-1274x1328.png");
}
.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-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: #21b573;
}
.cid-scfzWwZQG1 li:nth-child(2) .mbr-iconfont {
  color: #0077ff;
}
.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-scfzX2R24e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1d1e22;
}
.cid-scfzX2R24e .card-wrapper {
  margin-top: 3rem;
}
.cid-scfzX2R24e .row {
  justify-content: center;
}
.cid-scfzX2R24e .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-scfzX2R24e .card-title,
.cid-scfzX2R24e .iconfont-wrapper {
  text-align: left;
  color: #fafafa;
}
.cid-scfzXbxGcj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-scfzXbxGcj .mbr-section-subtitle {
  position: relative;
  margin-bottom: 3.75rem;
  color: #1d1e22;
}
.cid-scfzXbxGcj .mbr-section-subtitle::before {
  content: '"';
  position: absolute;
  left: -1.5rem;
  top: -0.2em;
  font-size: 1.8em;
}
@media (max-width: 546px) {
  .cid-scfzXbxGcj .mbr-section-subtitle::before {
    content: none;
  }
}
@media (max-width: 786px) {
  .cid-scfzXbxGcj .mbr-section-subtitle {
    margin-bottom: 1.875rem;
  }
}
.cid-scfzXbxGcj .mbr-text {
  color: #1d1e22;
}
.cid-scfzXldJep {
  padding-top: 195px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #f6f4f2, #ffffff);
}
.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: #0077ff;
  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: #21b573;
  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-scfzXldJep .list-group-item .item-text {
  color: #000000;
}
.cid-smFvunt00T {
  padding-top: 0px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f6f4f2, #f6f4f2);
}
.cid-smFvunt00T .mbr-section-title {
  margin-bottom: 3.1rem;
  color: #1d1e22;
}
.cid-smFvunt00T .plan-subtitle {
  margin-bottom: 2.5rem;
  text-align: left;
  color: #1d1e22;
}
@media (max-width: 992px) {
  .cid-smFvunt00T .plan-subtitle {
    font-size: 1.1rem;
  }
}
.cid-smFvunt00T .plan-body .btn-bgr {
  z-index: 0;
}
.cid-smFvunt00T .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #0077ff;
  white-space: nowrap;
}
.cid-smFvunt00T .list-group-item .mbr-iconfont {
  font-size: 1.2em;
  color: #8aae3d;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-smFvunt00T .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-smFvunt00T .price-term {
  margin-left: -5px;
}
.cid-smFvunt00T .plan-sale {
  background-color: #21b573;
  width: 200px;
  z-index: 1;
  position: absolute;
  right: -55px;
  top: 30px;
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  .cid-smFvunt00T .plan-sale {
    right: -63px;
    top: 20px;
  }
}
@media (max-width: 992px) {
  .cid-smFvunt00T .plan-sale {
    right: -60px;
    top: 20px;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-smFvunt00T .plan-card {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-smFvunt00T .plan-descr {
  color: #444444;
}
.cid-smFvunt00T .plan-price {
  margin-top: 2rem;
}
.cid-smFvunt00T .plan {
  position: relative;
  max-width: 386px;
  overflow: hidden;
  margin-bottom: 3rem !important;
}
@media (max-width: 1200px) {
  .cid-smFvunt00T .plan {
    padding-right: 8px;
    padding-left: 8px;
    max-width: none;
  }
}
.cid-smFvunt00T .plan-list {
  padding-bottom: 2.5rem;
}
.cid-smFvunt00T .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-smFvunt00T .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-smFvunt00T .plan-title {
  margin-bottom: 0.625rem;
  text-align: left;
  color: #1d1e22;
}
@media (max-width: 992px) {
  .cid-smFvunt00T .plan-title {
    font-size: 1.15rem;
  }
}
.cid-smFvunt00T .plan-header {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 1.6rem 0 2.5rem;
}
@media (max-width: 1200px) {
  .cid-smFvunt00T .plan-header {
    padding: 2.5rem 1.6rem 0 1.6rem;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-smFvunt00T .plan-header {
    width: 50%;
    padding: 2.5rem 0.5rem 0 1.6rem;
  }
}
@media (min-width: 546px) and (max-width: 992px) {
  .cid-smFvunt00T .plan-header .plan-sale {
    display: none !important;
  }
}
.cid-smFvunt00T .plan-body {
  position: relative;
  overflow: hidden;
  padding: 0 1.6rem 0 2.5rem;
}
@media (max-width: 1200px) {
  .cid-smFvunt00T .plan-body {
    padding: 0 1.6rem 0 1.6rem;
  }
}
@media (max-width: 992px) and (min-width: 546px) {
  .cid-smFvunt00T .plan-body {
    width: 50%;
    padding: 2.5rem 1.6rem 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-smFvunt00T .plan-body .plan-sale {
    display: none !important;
  }
}
@media (max-width: 546px) {
  .cid-smFvunt00T .plan-body .plan-sale {
    display: none !important;
  }
}
.cid-smFvunt00T .plan-bottom {
  padding: 0 2.5rem 1.6rem 2.5rem;
}
@media (max-width: 1200px) {
  .cid-smFvunt00T .plan-bottom {
    padding: 0 1.6rem 2.5rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .cid-smFvunt00T .plan-bottom {
    width: 100%;
  }
}
.cid-smFvunt00T .plan-header,
.cid-smFvunt00T .plan-body,
.cid-smFvunt00T .plan-bottom {
  background-color: #ffffff;
}
.cid-smFvunt00T UL {
  color: #8d97ad;
  text-align: left;
}
.cid-smFvunt00T .media-container-row {
  padding-top: 6.3rem;
  flex-wrap: wrap;
}
.cid-smFvunt00T P {
  color: #6a6868;
}
.cid-smFvunt00T LI {
  text-align: left;
}
.cid-smFvunt00T .mbr-section-subtitle {
  color: #1d1e22;
}
.cid-smFvunt00T .list-group-item .item-text {
  color: #000000;
}
.cid-scfzXAPyhI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1d1e22;
}
.cid-scfzXAPyhI h4 {
  display: flex;
}
.cid-scfzXAPyhI .panel-text {
  line-height: 1.7;
}
.cid-scfzXAPyhI .wrap {
  display: flex;
}
.cid-scfzXAPyhI .icon {
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-scfzXAPyhI .icon:before {
  content: "\e908" !important;
}
.cid-scfzXAPyhI .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-scfzXAPyhI img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-scfzXAPyhI .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-scfzXAPyhI p {
  margin: 0;
}
.cid-scfzXAPyhI .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-scfzXAPyhI .mbr-section-subtitle {
  font-weight: 500;
}
.cid-scfzXAPyhI .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-scfzXAPyhI .panel-group {
  width: 100%;
}
.cid-scfzXAPyhI .panel-title {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-scfzXAPyhI .card {
  border-bottom: 1px solid #6a6868 !important;
}
.cid-scfzXAPyhI .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-scfzXAPyhI .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-scfzXAPyhI .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-scfzXAPyhI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-scfzXAPyhI .card .card-header a.panel-title h4 {
  font-size: 1.87rem;
  padding: 2.2rem 0rem;
  margin-bottom: 0;
}
@media (max-width: 546px) {
  .cid-scfzXAPyhI .card .card-header a.panel-title h4 {
    font-size: 1.2rem;
  }
}
.cid-scfzXAPyhI .card .panel-body {
  padding: 1.25rem 0 3.43rem;
}
.cid-scfzXAPyhI .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scfzXAPyhI .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-scfzXAPyhI .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-smzNJMwTeu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-smzNJMwTeu [class^="socicon-"]:before,
.cid-smzNJMwTeu [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-smzNJMwTeu .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-smzNJMwTeu .btn-social,
.cid-smzNJMwTeu .mbr-section-title {
  color: #57468b;
}
.cid-smzNJMwTeu .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-smzNJMwTeu .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-smzNJMwTeu .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-smzNJMwTeu .align-left {
    text-align: center;
  }
  .cid-smzNJMwTeu .align-right {
    text-align: center;
  }
  .cid-smzNJMwTeu .social-list {
    justify-content: center;
  }
  .cid-smzNJMwTeu .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-smzNJMwTeu .mbr-text {
  color: #ffffff;
}
.cid-smzNX5BGS4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-smzNX5BGS4 .media-container-row .mbr-text {
  color: #333333;
}
