.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-unset {
  object-fit: unset;
}

.object-fit-none {
  object-fit: none;
}

.object-fit-revert {
  object-fit: revert;
}

.object-fit-scale-down {
  object-fit: scale-down;
}

.object-fit-fill {
  object-fit: fill;
}

.object-fit-inherit {
  object-fit: inherit;
}

.object-fit-initial {
  object-fit: initial;
}

.font-thin {
  font-weight: 100;
}

.font-extra-light {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 800;
}

.font-italic {
  font-weight: italic;
}

.color-unset {
  color: unset;
}

.color-primary {
  color: #484848;
}

.color-primary-light {
  color: #555555;
}

.color-primary-lighter {
  color: #EDEDED;
}

.color-primary-dark {
  color: #313131;
}

.color-selection {
  color: #484848;
}

.color-secondary {
  color: unset;
}

.color-secondary-light {
  color: unset;
}

.color-secondary-lighter {
  color: unset;
}

.color-secondary-dark {
  color: unset;
}

.color-accent {
  color: unset;
}

.color-accent-light {
  color: unset;
}

.color-accent-lighter {
  color: unset;
}

.color-accent-dark {
  color: unset;
}

.color-neutral-light-100 {
  color: #FFFFFF;
}

.color-neutral-light-200 {
  color: #FAFAFA;
}

.color-neutral-light-300 {
  color: #F7F7F7;
}

.color-neutral-light-400 {
  color: #EFEFEF;
}

.color-neutral-light-500 {
  color: #E5E5E5;
}

.color-neutral {
  color: #DEDEDE;
}

.color-neutral-dark-100 {
  color: #D6D6D6;
}

.color-neutral-dark-200 {
  color: #898989;
}

.color-neutral-dark-300 {
  color: #656565;
}

.color-neutral-dark-400 {
  color: #555555;
}

.color-neutral-dark-500 {
  color: #313131;
}

.color-neutral-lightest {
  color: #FFFFFF;
}

.color-neutral-darkest {
  color: #313131;
}

.color-white-transparency-10 {
  color: rgba(255, 255, 255, 0.062745098);
}

.color-white-transparency-20 {
  color: rgba(255, 255, 255, 0.1254901961);
}

.color-white-transparency-30 {
  color: rgba(255, 255, 255, 0.1882352941);
}

.color-white-transparency-40 {
  color: rgba(255, 255, 255, 0.2509803922);
}

.color-white-transparency-50 {
  color: rgba(255, 255, 255, 0.3137254902);
}

.color-white-transparency-60 {
  color: rgba(255, 255, 255, 0.3764705882);
}

.color-white-transparency-70 {
  color: rgba(255, 255, 255, 0.4392156863);
}

.color-white-transparency-80 {
  color: rgba(255, 255, 255, 0.5019607843);
}

.color-white-transparency-90 {
  color: rgba(255, 255, 255, 0.5647058824);
}

.color-tip {
  color: #858B8C;
}

.color-tip-lighter {
  color: #F8F9FA;
}

.color-tip-light {
  color: #B3C6E9;
}

.color-tip-dark {
  color: #707070;
}

.color-info {
  color: #5D8BE2;
}

.color-info-lighter {
  color: #F2F5FB;
}

.color-info-light {
  color: #B3C6E9;
}

.color-info-dark {
  color: #2E58A7;
}

.color-error {
  color: #D44040;
}

.color-error-lighter {
  color: #FAF0F0;
}

.color-error-light {
  color: #E4A9A9;
}

.color-error-dark {
  color: #BC1D1D;
}

.color-warning {
  color: #FDC341;
}

.color-warning-lighter {
  color: #FCF9F1;
}

.color-warning-light {
  color: #F4DDA9;
}

.color-warning-dark {
  color: #E09B00;
}

.color-success {
  color: #50B748;
}

.color-success-lighter {
  color: #F1F8F0;
}

.color-success-light {
  color: #AED8AB;
}

.color-success-dark {
  color: #107C11;
}

.background-unset {
  background: unset;
}

.background-primary {
  background: #484848;
}

.background-primary-light {
  background: #555555;
}

.background-primary-lighter {
  background: #EDEDED;
}

.background-primary-dark {
  background: #313131;
}

.background-selection {
  background: #484848;
}

.background-secondary {
  background: unset;
}

.background-secondary-light {
  background: unset;
}

.background-secondary-lighter {
  background: unset;
}

.background-secondary-dark {
  background: unset;
}

.background-accent {
  background: unset;
}

.background-accent-light {
  background: unset;
}

.background-accent-lighter {
  background: unset;
}

.background-accent-dark {
  background: unset;
}

.background-neutral-light-100 {
  background: #FFFFFF;
}

.background-neutral-light-200 {
  background: #FAFAFA;
}

.background-neutral-light-300 {
  background: #F7F7F7;
}

.background-neutral-light-400 {
  background: #EFEFEF;
}

.background-neutral-light-500 {
  background: #E5E5E5;
}

.background-neutral {
  background: #DEDEDE;
}

.background-neutral-dark-100 {
  background: #D6D6D6;
}

.background-neutral-dark-200 {
  background: #898989;
}

.background-neutral-dark-300 {
  background: #656565;
}

.background-neutral-dark-400 {
  background: #555555;
}

.background-neutral-dark-500 {
  background: #313131;
}

.background-neutral-lightest {
  background: #FFFFFF;
}

.background-neutral-darkest {
  background: #313131;
}

.background-white-transparency-10 {
  background: rgba(255, 255, 255, 0.062745098);
}

.background-white-transparency-20 {
  background: rgba(255, 255, 255, 0.1254901961);
}

.background-white-transparency-30 {
  background: rgba(255, 255, 255, 0.1882352941);
}

.background-white-transparency-40 {
  background: rgba(255, 255, 255, 0.2509803922);
}

.background-white-transparency-50 {
  background: rgba(255, 255, 255, 0.3137254902);
}

.background-white-transparency-60 {
  background: rgba(255, 255, 255, 0.3764705882);
}

.background-white-transparency-70 {
  background: rgba(255, 255, 255, 0.4392156863);
}

.background-white-transparency-80 {
  background: rgba(255, 255, 255, 0.5019607843);
}

.background-white-transparency-90 {
  background: rgba(255, 255, 255, 0.5647058824);
}

.background-tip {
  background: #858B8C;
}

.background-tip-lighter {
  background: #F8F9FA;
}

.background-tip-light {
  background: #B3C6E9;
}

.background-tip-dark {
  background: #707070;
}

.background-info {
  background: #5D8BE2;
}

.background-info-lighter {
  background: #F2F5FB;
}

.background-info-light {
  background: #B3C6E9;
}

.background-info-dark {
  background: #2E58A7;
}

.background-error {
  background: #D44040;
}

.background-error-lighter {
  background: #FAF0F0;
}

.background-error-light {
  background: #E4A9A9;
}

.background-error-dark {
  background: #BC1D1D;
}

.background-warning {
  background: #FDC341;
}

.background-warning-lighter {
  background: #FCF9F1;
}

.background-warning-light {
  background: #F4DDA9;
}

.background-warning-dark {
  background: #E09B00;
}

.background-success {
  background: #50B748;
}

.background-success-lighter {
  background: #F1F8F0;
}

.background-success-light {
  background: #AED8AB;
}

.background-success-dark {
  background: #107C11;
}

.border-color-unset {
  border-color: unset !important;
}

.border-color-primary {
  border-color: #484848 !important;
}

.border-color-primary-light {
  border-color: #555555 !important;
}

.border-color-primary-lighter {
  border-color: #EDEDED !important;
}

.border-color-primary-dark {
  border-color: #313131 !important;
}

.border-color-selection {
  border-color: #484848 !important;
}

.border-color-secondary {
  border-color: unset !important;
}

.border-color-secondary-light {
  border-color: unset !important;
}

.border-color-secondary-lighter {
  border-color: unset !important;
}

.border-color-secondary-dark {
  border-color: unset !important;
}

.border-color-accent {
  border-color: unset !important;
}

.border-color-accent-light {
  border-color: unset !important;
}

.border-color-accent-lighter {
  border-color: unset !important;
}

.border-color-accent-dark {
  border-color: unset !important;
}

.border-color-neutral-light-100 {
  border-color: #FFFFFF !important;
}

.border-color-neutral-light-200 {
  border-color: #FAFAFA !important;
}

.border-color-neutral-light-300 {
  border-color: #F7F7F7 !important;
}

.border-color-neutral-light-400 {
  border-color: #EFEFEF !important;
}

.border-color-neutral-light-500 {
  border-color: #E5E5E5 !important;
}

.border-color-neutral {
  border-color: #DEDEDE !important;
}

.border-color-neutral-dark-100 {
  border-color: #D6D6D6 !important;
}

.border-color-neutral-dark-200 {
  border-color: #898989 !important;
}

.border-color-neutral-dark-300 {
  border-color: #656565 !important;
}

.border-color-neutral-dark-400 {
  border-color: #555555 !important;
}

.border-color-neutral-dark-500 {
  border-color: #313131 !important;
}

.border-color-neutral-lightest {
  border-color: #FFFFFF !important;
}

.border-color-neutral-darkest {
  border-color: #313131 !important;
}

.border-color-white-transparency-10 {
  border-color: rgba(255, 255, 255, 0.062745098) !important;
}

.border-color-white-transparency-20 {
  border-color: rgba(255, 255, 255, 0.1254901961) !important;
}

.border-color-white-transparency-30 {
  border-color: rgba(255, 255, 255, 0.1882352941) !important;
}

.border-color-white-transparency-40 {
  border-color: rgba(255, 255, 255, 0.2509803922) !important;
}

.border-color-white-transparency-50 {
  border-color: rgba(255, 255, 255, 0.3137254902) !important;
}

.border-color-white-transparency-60 {
  border-color: rgba(255, 255, 255, 0.3764705882) !important;
}

.border-color-white-transparency-70 {
  border-color: rgba(255, 255, 255, 0.4392156863) !important;
}

.border-color-white-transparency-80 {
  border-color: rgba(255, 255, 255, 0.5019607843) !important;
}

.border-color-white-transparency-90 {
  border-color: rgba(255, 255, 255, 0.5647058824) !important;
}

.border-color-tip {
  border-color: #858B8C !important;
}

.border-color-tip-lighter {
  border-color: #F8F9FA !important;
}

.border-color-tip-light {
  border-color: #B3C6E9 !important;
}

.border-color-tip-dark {
  border-color: #707070 !important;
}

.border-color-info {
  border-color: #5D8BE2 !important;
}

.border-color-info-lighter {
  border-color: #F2F5FB !important;
}

.border-color-info-light {
  border-color: #B3C6E9 !important;
}

.border-color-info-dark {
  border-color: #2E58A7 !important;
}

.border-color-error {
  border-color: #D44040 !important;
}

.border-color-error-lighter {
  border-color: #FAF0F0 !important;
}

.border-color-error-light {
  border-color: #E4A9A9 !important;
}

.border-color-error-dark {
  border-color: #BC1D1D !important;
}

.border-color-warning {
  border-color: #FDC341 !important;
}

.border-color-warning-lighter {
  border-color: #FCF9F1 !important;
}

.border-color-warning-light {
  border-color: #F4DDA9 !important;
}

.border-color-warning-dark {
  border-color: #E09B00 !important;
}

.border-color-success {
  border-color: #50B748 !important;
}

.border-color-success-lighter {
  border-color: #F1F8F0 !important;
}

.border-color-success-light {
  border-color: #AED8AB !important;
}

.border-color-success-dark {
  border-color: #107C11 !important;
}

.border-all-unset {
  border: 1px solid unset;
}

.border-all-primary {
  border: 1px solid #484848;
}

.border-all-primary-light {
  border: 1px solid #555555;
}

.border-all-primary-lighter {
  border: 1px solid #EDEDED;
}

.border-all-primary-dark {
  border: 1px solid #313131;
}

.border-all-selection {
  border: 1px solid #484848;
}

.border-all-secondary {
  border: 1px solid unset;
}

.border-all-secondary-light {
  border: 1px solid unset;
}

.border-all-secondary-lighter {
  border: 1px solid unset;
}

.border-all-secondary-dark {
  border: 1px solid unset;
}

.border-all-accent {
  border: 1px solid unset;
}

.border-all-accent-light {
  border: 1px solid unset;
}

.border-all-accent-lighter {
  border: 1px solid unset;
}

.border-all-accent-dark {
  border: 1px solid unset;
}

.border-all-neutral-light-100 {
  border: 1px solid #FFFFFF;
}

.border-all-neutral-light-200 {
  border: 1px solid #FAFAFA;
}

.border-all-neutral-light-300 {
  border: 1px solid #F7F7F7;
}

.border-all-neutral-light-400 {
  border: 1px solid #EFEFEF;
}

.border-all-neutral-light-500 {
  border: 1px solid #E5E5E5;
}

.border-all-neutral {
  border: 1px solid #DEDEDE;
}

.border-all-neutral-dark-100 {
  border: 1px solid #D6D6D6;
}

.border-all-neutral-dark-200 {
  border: 1px solid #898989;
}

.border-all-neutral-dark-300 {
  border: 1px solid #656565;
}

.border-all-neutral-dark-400 {
  border: 1px solid #555555;
}

.border-all-neutral-dark-500 {
  border: 1px solid #313131;
}

.border-all-neutral-lightest {
  border: 1px solid #FFFFFF;
}

.border-all-neutral-darkest {
  border: 1px solid #313131;
}

.border-all-white-transparency-10 {
  border: 1px solid rgba(255, 255, 255, 0.062745098);
}

.border-all-white-transparency-20 {
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}

.border-all-white-transparency-30 {
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
}

.border-all-white-transparency-40 {
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
}

.border-all-white-transparency-50 {
  border: 1px solid rgba(255, 255, 255, 0.3137254902);
}

.border-all-white-transparency-60 {
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
}

.border-all-white-transparency-70 {
  border: 1px solid rgba(255, 255, 255, 0.4392156863);
}

.border-all-white-transparency-80 {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}

.border-all-white-transparency-90 {
  border: 1px solid rgba(255, 255, 255, 0.5647058824);
}

.border-all-tip {
  border: 1px solid #858B8C;
}

.border-all-tip-lighter {
  border: 1px solid #F8F9FA;
}

.border-all-tip-light {
  border: 1px solid #B3C6E9;
}

.border-all-tip-dark {
  border: 1px solid #707070;
}

.border-all-info {
  border: 1px solid #5D8BE2;
}

.border-all-info-lighter {
  border: 1px solid #F2F5FB;
}

.border-all-info-light {
  border: 1px solid #B3C6E9;
}

.border-all-info-dark {
  border: 1px solid #2E58A7;
}

.border-all-error {
  border: 1px solid #D44040;
}

.border-all-error-lighter {
  border: 1px solid #FAF0F0;
}

.border-all-error-light {
  border: 1px solid #E4A9A9;
}

.border-all-error-dark {
  border: 1px solid #BC1D1D;
}

.border-all-warning {
  border: 1px solid #FDC341;
}

.border-all-warning-lighter {
  border: 1px solid #FCF9F1;
}

.border-all-warning-light {
  border: 1px solid #F4DDA9;
}

.border-all-warning-dark {
  border: 1px solid #E09B00;
}

.border-all-success {
  border: 1px solid #50B748;
}

.border-all-success-lighter {
  border: 1px solid #F1F8F0;
}

.border-all-success-light {
  border: 1px solid #AED8AB;
}

.border-all-success-dark {
  border: 1px solid #107C11;
}

@media (min-width: 0) {
  .w-auto {
    width: auto !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .w-75 {
    width: 75% !important;
  }
  .w-65 {
    width: 65% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .w-25 {
    width: 25% !important;
  }
  .w-20 {
    width: 20% !important;
  }
  .w-10 {
    width: 10% !important;
  }
  .w-0 {
    width: 0% !important;
  }
}
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-0 {
    width: 0% !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-0 {
    width: 0% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-0 {
    width: 0% !important;
  }
}
@media (min-width: 0) {
  .aspect_ratio_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio_6_3 {
    aspect-ratio: 2;
  }
}
@media (min-width: 576px) {
  .aspect_ratio-sm_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio-sm_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio-sm_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio-sm_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio-sm_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio-sm_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio-sm_6_3 {
    aspect-ratio: 2;
  }
}
@media (min-width: 768px) {
  .aspect_ratio-md_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio-md_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio-md_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio-md_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio-md_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio-md_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio-md_6_3 {
    aspect-ratio: 2;
  }
}
@media (min-width: 992px) {
  .aspect_ratio-lg_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio-lg_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio-lg_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio-lg_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio-lg_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio-lg_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio-lg_6_3 {
    aspect-ratio: 2;
  }
}
@media (min-width: 1200px) {
  .aspect_ratio-xl_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio-xl_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio-xl_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio-xl_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio-xl_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio-xl_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio-xl_6_3 {
    aspect-ratio: 2;
  }
}
@media (min-width: 1400px) {
  .aspect_ratio-xxl_1_1 {
    aspect-ratio: 1;
  }
  .aspect_ratio-xxl_1_2 {
    aspect-ratio: 0.5;
  }
  .aspect_ratio-xxl_2_3 {
    aspect-ratio: 0.6666666667;
  }
  .aspect_ratio-xxl_4_3 {
    aspect-ratio: 1.3333333333;
  }
  .aspect_ratio-xxl_5_2 {
    aspect-ratio: 2.5;
  }
  .aspect_ratio-xxl_5_3 {
    aspect-ratio: 1.6666666667;
  }
  .aspect_ratio-xxl_6_3 {
    aspect-ratio: 2;
  }
}
@media (min-width: 0) {
  .h-auto {
    height: auto !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .h-fit-content {
    height: fit-content !important;
  }
  .h-max-content {
    height: max-content !important;
  }
  .h-min-content {
    height: min-content !important;
  }
}
@media (min-width: 576px) {
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-fit-content {
    height: fit-content !important;
  }
  .h-sm-max-content {
    height: max-content !important;
  }
  .h-sm-min-content {
    height: min-content !important;
  }
}
@media (min-width: 768px) {
  .h-md-auto {
    height: auto !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-fit-content {
    height: fit-content !important;
  }
  .h-md-max-content {
    height: max-content !important;
  }
  .h-md-min-content {
    height: min-content !important;
  }
}
@media (min-width: 992px) {
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-fit-content {
    height: fit-content !important;
  }
  .h-lg-max-content {
    height: max-content !important;
  }
  .h-lg-min-content {
    height: min-content !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-fit-content {
    height: fit-content !important;
  }
  .h-xl-max-content {
    height: max-content !important;
  }
  .h-xl-min-content {
    height: min-content !important;
  }
}
@media (min-width: 1400px) {
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-fit-content {
    height: fit-content !important;
  }
  .h-xxl-max-content {
    height: max-content !important;
  }
  .h-xxl-min-content {
    height: min-content !important;
  }
}
@media (min-width: 0) {
  .mh-unset {
    max-height: unset !important;
  }
}
@media (min-width: 576px) {
  .mh-sm-unset {
    max-height: unset !important;
  }
}
@media (min-width: 768px) {
  .mh-md-unset {
    max-height: unset !important;
  }
}
@media (min-width: 992px) {
  .mh-lg-unset {
    max-height: unset !important;
  }
}
@media (min-width: 1200px) {
  .mh-xl-unset {
    max-height: unset !important;
  }
}
@media (min-width: 1400px) {
  .mh-xxl-unset {
    max-height: unset !important;
  }
}
@media (min-width: 0) {
  .offset-top--9 {
    top: -9rem;
  }
  .offset-bottom--9 {
    bottom: -9rem;
  }
  .offset-top--8 {
    top: -7.5rem;
  }
  .offset-bottom--8 {
    bottom: -7.5rem;
  }
  .offset-top--7 {
    top: -6rem;
  }
  .offset-bottom--7 {
    bottom: -6rem;
  }
  .offset-top--6 {
    top: -4.5rem;
  }
  .offset-bottom--6 {
    bottom: -4.5rem;
  }
  .offset-top--5 {
    top: -3rem;
  }
  .offset-bottom--5 {
    bottom: -3rem;
  }
  .offset-top--4 {
    top: -1.5rem;
  }
  .offset-bottom--4 {
    bottom: -1.5rem;
  }
  .offset-top--3 {
    top: -1rem;
  }
  .offset-bottom--3 {
    bottom: -1rem;
  }
  .offset-top--2 {
    top: -0.5rem;
  }
  .offset-bottom--2 {
    bottom: -0.5rem;
  }
  .offset-top--1 {
    top: -0.25rem;
  }
  .offset-bottom--1 {
    bottom: -0.25rem;
  }
  .offset-top-1 {
    top: 0.25rem;
  }
  .offset-bottom-1 {
    bottom: 0.25rem;
  }
  .offset-top-2 {
    top: 0.5rem;
  }
  .offset-bottom-2 {
    bottom: 0.5rem;
  }
  .offset-top-3 {
    top: 1rem;
  }
  .offset-bottom-3 {
    bottom: 1rem;
  }
  .offset-top-4 {
    top: 1.5rem;
  }
  .offset-bottom-4 {
    bottom: 1.5rem;
  }
  .offset-top-5 {
    top: 3rem;
  }
  .offset-bottom-5 {
    bottom: 3rem;
  }
  .offset-top-6 {
    top: 4.5rem;
  }
  .offset-bottom-6 {
    bottom: 4.5rem;
  }
  .offset-top-7 {
    top: 6rem;
  }
  .offset-bottom-7 {
    bottom: 6rem;
  }
  .offset-top-8 {
    top: 7.5rem;
  }
  .offset-bottom-8 {
    bottom: 7.5rem;
  }
  .offset-top-9 {
    top: 9rem;
  }
  .offset-bottom-9 {
    bottom: 9rem;
  }
}
@media (min-width: 576px) {
  .offset-top-sm--9 {
    top: -9rem;
  }
  .offset-bottom-sm--9 {
    bottom: -9rem;
  }
  .offset-top-sm--8 {
    top: -7.5rem;
  }
  .offset-bottom-sm--8 {
    bottom: -7.5rem;
  }
  .offset-top-sm--7 {
    top: -6rem;
  }
  .offset-bottom-sm--7 {
    bottom: -6rem;
  }
  .offset-top-sm--6 {
    top: -4.5rem;
  }
  .offset-bottom-sm--6 {
    bottom: -4.5rem;
  }
  .offset-top-sm--5 {
    top: -3rem;
  }
  .offset-bottom-sm--5 {
    bottom: -3rem;
  }
  .offset-top-sm--4 {
    top: -1.5rem;
  }
  .offset-bottom-sm--4 {
    bottom: -1.5rem;
  }
  .offset-top-sm--3 {
    top: -1rem;
  }
  .offset-bottom-sm--3 {
    bottom: -1rem;
  }
  .offset-top-sm--2 {
    top: -0.5rem;
  }
  .offset-bottom-sm--2 {
    bottom: -0.5rem;
  }
  .offset-top-sm--1 {
    top: -0.25rem;
  }
  .offset-bottom-sm--1 {
    bottom: -0.25rem;
  }
  .offset-top-sm-1 {
    top: 0.25rem;
  }
  .offset-bottom-sm-1 {
    bottom: 0.25rem;
  }
  .offset-top-sm-2 {
    top: 0.5rem;
  }
  .offset-bottom-sm-2 {
    bottom: 0.5rem;
  }
  .offset-top-sm-3 {
    top: 1rem;
  }
  .offset-bottom-sm-3 {
    bottom: 1rem;
  }
  .offset-top-sm-4 {
    top: 1.5rem;
  }
  .offset-bottom-sm-4 {
    bottom: 1.5rem;
  }
  .offset-top-sm-5 {
    top: 3rem;
  }
  .offset-bottom-sm-5 {
    bottom: 3rem;
  }
  .offset-top-sm-6 {
    top: 4.5rem;
  }
  .offset-bottom-sm-6 {
    bottom: 4.5rem;
  }
  .offset-top-sm-7 {
    top: 6rem;
  }
  .offset-bottom-sm-7 {
    bottom: 6rem;
  }
  .offset-top-sm-8 {
    top: 7.5rem;
  }
  .offset-bottom-sm-8 {
    bottom: 7.5rem;
  }
  .offset-top-sm-9 {
    top: 9rem;
  }
  .offset-bottom-sm-9 {
    bottom: 9rem;
  }
}
@media (min-width: 768px) {
  .offset-top-md--9 {
    top: -9rem;
  }
  .offset-bottom-md--9 {
    bottom: -9rem;
  }
  .offset-top-md--8 {
    top: -7.5rem;
  }
  .offset-bottom-md--8 {
    bottom: -7.5rem;
  }
  .offset-top-md--7 {
    top: -6rem;
  }
  .offset-bottom-md--7 {
    bottom: -6rem;
  }
  .offset-top-md--6 {
    top: -4.5rem;
  }
  .offset-bottom-md--6 {
    bottom: -4.5rem;
  }
  .offset-top-md--5 {
    top: -3rem;
  }
  .offset-bottom-md--5 {
    bottom: -3rem;
  }
  .offset-top-md--4 {
    top: -1.5rem;
  }
  .offset-bottom-md--4 {
    bottom: -1.5rem;
  }
  .offset-top-md--3 {
    top: -1rem;
  }
  .offset-bottom-md--3 {
    bottom: -1rem;
  }
  .offset-top-md--2 {
    top: -0.5rem;
  }
  .offset-bottom-md--2 {
    bottom: -0.5rem;
  }
  .offset-top-md--1 {
    top: -0.25rem;
  }
  .offset-bottom-md--1 {
    bottom: -0.25rem;
  }
  .offset-top-md-1 {
    top: 0.25rem;
  }
  .offset-bottom-md-1 {
    bottom: 0.25rem;
  }
  .offset-top-md-2 {
    top: 0.5rem;
  }
  .offset-bottom-md-2 {
    bottom: 0.5rem;
  }
  .offset-top-md-3 {
    top: 1rem;
  }
  .offset-bottom-md-3 {
    bottom: 1rem;
  }
  .offset-top-md-4 {
    top: 1.5rem;
  }
  .offset-bottom-md-4 {
    bottom: 1.5rem;
  }
  .offset-top-md-5 {
    top: 3rem;
  }
  .offset-bottom-md-5 {
    bottom: 3rem;
  }
  .offset-top-md-6 {
    top: 4.5rem;
  }
  .offset-bottom-md-6 {
    bottom: 4.5rem;
  }
  .offset-top-md-7 {
    top: 6rem;
  }
  .offset-bottom-md-7 {
    bottom: 6rem;
  }
  .offset-top-md-8 {
    top: 7.5rem;
  }
  .offset-bottom-md-8 {
    bottom: 7.5rem;
  }
  .offset-top-md-9 {
    top: 9rem;
  }
  .offset-bottom-md-9 {
    bottom: 9rem;
  }
}
@media (min-width: 992px) {
  .offset-top-lg--9 {
    top: -9rem;
  }
  .offset-bottom-lg--9 {
    bottom: -9rem;
  }
  .offset-top-lg--8 {
    top: -7.5rem;
  }
  .offset-bottom-lg--8 {
    bottom: -7.5rem;
  }
  .offset-top-lg--7 {
    top: -6rem;
  }
  .offset-bottom-lg--7 {
    bottom: -6rem;
  }
  .offset-top-lg--6 {
    top: -4.5rem;
  }
  .offset-bottom-lg--6 {
    bottom: -4.5rem;
  }
  .offset-top-lg--5 {
    top: -3rem;
  }
  .offset-bottom-lg--5 {
    bottom: -3rem;
  }
  .offset-top-lg--4 {
    top: -1.5rem;
  }
  .offset-bottom-lg--4 {
    bottom: -1.5rem;
  }
  .offset-top-lg--3 {
    top: -1rem;
  }
  .offset-bottom-lg--3 {
    bottom: -1rem;
  }
  .offset-top-lg--2 {
    top: -0.5rem;
  }
  .offset-bottom-lg--2 {
    bottom: -0.5rem;
  }
  .offset-top-lg--1 {
    top: -0.25rem;
  }
  .offset-bottom-lg--1 {
    bottom: -0.25rem;
  }
  .offset-top-lg-1 {
    top: 0.25rem;
  }
  .offset-bottom-lg-1 {
    bottom: 0.25rem;
  }
  .offset-top-lg-2 {
    top: 0.5rem;
  }
  .offset-bottom-lg-2 {
    bottom: 0.5rem;
  }
  .offset-top-lg-3 {
    top: 1rem;
  }
  .offset-bottom-lg-3 {
    bottom: 1rem;
  }
  .offset-top-lg-4 {
    top: 1.5rem;
  }
  .offset-bottom-lg-4 {
    bottom: 1.5rem;
  }
  .offset-top-lg-5 {
    top: 3rem;
  }
  .offset-bottom-lg-5 {
    bottom: 3rem;
  }
  .offset-top-lg-6 {
    top: 4.5rem;
  }
  .offset-bottom-lg-6 {
    bottom: 4.5rem;
  }
  .offset-top-lg-7 {
    top: 6rem;
  }
  .offset-bottom-lg-7 {
    bottom: 6rem;
  }
  .offset-top-lg-8 {
    top: 7.5rem;
  }
  .offset-bottom-lg-8 {
    bottom: 7.5rem;
  }
  .offset-top-lg-9 {
    top: 9rem;
  }
  .offset-bottom-lg-9 {
    bottom: 9rem;
  }
}
@media (min-width: 1200px) {
  .offset-top-xl--9 {
    top: -9rem;
  }
  .offset-bottom-xl--9 {
    bottom: -9rem;
  }
  .offset-top-xl--8 {
    top: -7.5rem;
  }
  .offset-bottom-xl--8 {
    bottom: -7.5rem;
  }
  .offset-top-xl--7 {
    top: -6rem;
  }
  .offset-bottom-xl--7 {
    bottom: -6rem;
  }
  .offset-top-xl--6 {
    top: -4.5rem;
  }
  .offset-bottom-xl--6 {
    bottom: -4.5rem;
  }
  .offset-top-xl--5 {
    top: -3rem;
  }
  .offset-bottom-xl--5 {
    bottom: -3rem;
  }
  .offset-top-xl--4 {
    top: -1.5rem;
  }
  .offset-bottom-xl--4 {
    bottom: -1.5rem;
  }
  .offset-top-xl--3 {
    top: -1rem;
  }
  .offset-bottom-xl--3 {
    bottom: -1rem;
  }
  .offset-top-xl--2 {
    top: -0.5rem;
  }
  .offset-bottom-xl--2 {
    bottom: -0.5rem;
  }
  .offset-top-xl--1 {
    top: -0.25rem;
  }
  .offset-bottom-xl--1 {
    bottom: -0.25rem;
  }
  .offset-top-xl-1 {
    top: 0.25rem;
  }
  .offset-bottom-xl-1 {
    bottom: 0.25rem;
  }
  .offset-top-xl-2 {
    top: 0.5rem;
  }
  .offset-bottom-xl-2 {
    bottom: 0.5rem;
  }
  .offset-top-xl-3 {
    top: 1rem;
  }
  .offset-bottom-xl-3 {
    bottom: 1rem;
  }
  .offset-top-xl-4 {
    top: 1.5rem;
  }
  .offset-bottom-xl-4 {
    bottom: 1.5rem;
  }
  .offset-top-xl-5 {
    top: 3rem;
  }
  .offset-bottom-xl-5 {
    bottom: 3rem;
  }
  .offset-top-xl-6 {
    top: 4.5rem;
  }
  .offset-bottom-xl-6 {
    bottom: 4.5rem;
  }
  .offset-top-xl-7 {
    top: 6rem;
  }
  .offset-bottom-xl-7 {
    bottom: 6rem;
  }
  .offset-top-xl-8 {
    top: 7.5rem;
  }
  .offset-bottom-xl-8 {
    bottom: 7.5rem;
  }
  .offset-top-xl-9 {
    top: 9rem;
  }
  .offset-bottom-xl-9 {
    bottom: 9rem;
  }
}
@media (min-width: 1400px) {
  .offset-top-xxl--9 {
    top: -9rem;
  }
  .offset-bottom-xxl--9 {
    bottom: -9rem;
  }
  .offset-top-xxl--8 {
    top: -7.5rem;
  }
  .offset-bottom-xxl--8 {
    bottom: -7.5rem;
  }
  .offset-top-xxl--7 {
    top: -6rem;
  }
  .offset-bottom-xxl--7 {
    bottom: -6rem;
  }
  .offset-top-xxl--6 {
    top: -4.5rem;
  }
  .offset-bottom-xxl--6 {
    bottom: -4.5rem;
  }
  .offset-top-xxl--5 {
    top: -3rem;
  }
  .offset-bottom-xxl--5 {
    bottom: -3rem;
  }
  .offset-top-xxl--4 {
    top: -1.5rem;
  }
  .offset-bottom-xxl--4 {
    bottom: -1.5rem;
  }
  .offset-top-xxl--3 {
    top: -1rem;
  }
  .offset-bottom-xxl--3 {
    bottom: -1rem;
  }
  .offset-top-xxl--2 {
    top: -0.5rem;
  }
  .offset-bottom-xxl--2 {
    bottom: -0.5rem;
  }
  .offset-top-xxl--1 {
    top: -0.25rem;
  }
  .offset-bottom-xxl--1 {
    bottom: -0.25rem;
  }
  .offset-top-xxl-1 {
    top: 0.25rem;
  }
  .offset-bottom-xxl-1 {
    bottom: 0.25rem;
  }
  .offset-top-xxl-2 {
    top: 0.5rem;
  }
  .offset-bottom-xxl-2 {
    bottom: 0.5rem;
  }
  .offset-top-xxl-3 {
    top: 1rem;
  }
  .offset-bottom-xxl-3 {
    bottom: 1rem;
  }
  .offset-top-xxl-4 {
    top: 1.5rem;
  }
  .offset-bottom-xxl-4 {
    bottom: 1.5rem;
  }
  .offset-top-xxl-5 {
    top: 3rem;
  }
  .offset-bottom-xxl-5 {
    bottom: 3rem;
  }
  .offset-top-xxl-6 {
    top: 4.5rem;
  }
  .offset-bottom-xxl-6 {
    bottom: 4.5rem;
  }
  .offset-top-xxl-7 {
    top: 6rem;
  }
  .offset-bottom-xxl-7 {
    bottom: 6rem;
  }
  .offset-top-xxl-8 {
    top: 7.5rem;
  }
  .offset-bottom-xxl-8 {
    bottom: 7.5rem;
  }
  .offset-top-xxl-9 {
    top: 9rem;
  }
  .offset-bottom-xxl-9 {
    bottom: 9rem;
  }
}
@media (min-width: 0) {
  .position-static {
    position: static !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .position-relative {
    position: relative !important;
  }
  .position-fixed {
    position: fixed !important;
  }
  .position-sticky {
    position: sticky !important;
  }
}
@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1400px) {
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
}
@media (min-width: 0) {
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-5 {
    z-index: 5;
  }
  .z-unset {
    z-index: unset;
  }
}
@media (min-width: 576px) {
  .z-sm-1 {
    z-index: 1;
  }
  .z-sm-2 {
    z-index: 2;
  }
  .z-sm-3 {
    z-index: 3;
  }
  .z-sm-4 {
    z-index: 4;
  }
  .z-sm-5 {
    z-index: 5;
  }
  .z-sm-unset {
    z-index: unset;
  }
}
@media (min-width: 768px) {
  .z-md-1 {
    z-index: 1;
  }
  .z-md-2 {
    z-index: 2;
  }
  .z-md-3 {
    z-index: 3;
  }
  .z-md-4 {
    z-index: 4;
  }
  .z-md-5 {
    z-index: 5;
  }
  .z-md-unset {
    z-index: unset;
  }
}
@media (min-width: 992px) {
  .z-lg-1 {
    z-index: 1;
  }
  .z-lg-2 {
    z-index: 2;
  }
  .z-lg-3 {
    z-index: 3;
  }
  .z-lg-4 {
    z-index: 4;
  }
  .z-lg-5 {
    z-index: 5;
  }
  .z-lg-unset {
    z-index: unset;
  }
}
@media (min-width: 1200px) {
  .z-xl-1 {
    z-index: 1;
  }
  .z-xl-2 {
    z-index: 2;
  }
  .z-xl-3 {
    z-index: 3;
  }
  .z-xl-4 {
    z-index: 4;
  }
  .z-xl-5 {
    z-index: 5;
  }
  .z-xl-unset {
    z-index: unset;
  }
}
@media (min-width: 1400px) {
  .z-xxl-1 {
    z-index: 1;
  }
  .z-xxl-2 {
    z-index: 2;
  }
  .z-xxl-3 {
    z-index: 3;
  }
  .z-xxl-4 {
    z-index: 4;
  }
  .z-xxl-5 {
    z-index: 5;
  }
  .z-xxl-unset {
    z-index: unset;
  }
}
@media (min-width: 0) {
  .overflow-auto {
    overflow: auto;
  }
  .overflow-unset {
    overflow: unset;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-unset {
    overflow-x: unset;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-unset {
    overflow-y: unset;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 576px) {
  .overflow-sm-auto {
    overflow: auto;
  }
  .overflow-sm-unset {
    overflow: unset;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .overflow-x-sm-auto {
    overflow-x: auto;
  }
  .overflow-x-sm-unset {
    overflow-x: unset;
  }
  .overflow-x-sm-hidden {
    overflow-x: hidden;
  }
  .overflow-y-sm-auto {
    overflow-y: auto;
  }
  .overflow-y-sm-unset {
    overflow-y: unset;
  }
  .overflow-y-sm-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 768px) {
  .overflow-md-auto {
    overflow: auto;
  }
  .overflow-md-unset {
    overflow: unset;
  }
  .overflow-md-hidden {
    overflow: hidden;
  }
  .overflow-x-md-auto {
    overflow-x: auto;
  }
  .overflow-x-md-unset {
    overflow-x: unset;
  }
  .overflow-x-md-hidden {
    overflow-x: hidden;
  }
  .overflow-y-md-auto {
    overflow-y: auto;
  }
  .overflow-y-md-unset {
    overflow-y: unset;
  }
  .overflow-y-md-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 992px) {
  .overflow-lg-auto {
    overflow: auto;
  }
  .overflow-lg-unset {
    overflow: unset;
  }
  .overflow-lg-hidden {
    overflow: hidden;
  }
  .overflow-x-lg-auto {
    overflow-x: auto;
  }
  .overflow-x-lg-unset {
    overflow-x: unset;
  }
  .overflow-x-lg-hidden {
    overflow-x: hidden;
  }
  .overflow-y-lg-auto {
    overflow-y: auto;
  }
  .overflow-y-lg-unset {
    overflow-y: unset;
  }
  .overflow-y-lg-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 1200px) {
  .overflow-xl-auto {
    overflow: auto;
  }
  .overflow-xl-unset {
    overflow: unset;
  }
  .overflow-xl-hidden {
    overflow: hidden;
  }
  .overflow-x-xl-auto {
    overflow-x: auto;
  }
  .overflow-x-xl-unset {
    overflow-x: unset;
  }
  .overflow-x-xl-hidden {
    overflow-x: hidden;
  }
  .overflow-y-xl-auto {
    overflow-y: auto;
  }
  .overflow-y-xl-unset {
    overflow-y: unset;
  }
  .overflow-y-xl-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 1400px) {
  .overflow-xxl-auto {
    overflow: auto;
  }
  .overflow-xxl-unset {
    overflow: unset;
  }
  .overflow-xxl-hidden {
    overflow: hidden;
  }
  .overflow-x-xxl-auto {
    overflow-x: auto;
  }
  .overflow-x-xxl-unset {
    overflow-x: unset;
  }
  .overflow-x-xxl-hidden {
    overflow-x: hidden;
  }
  .overflow-y-xxl-auto {
    overflow-y: auto;
  }
  .overflow-y-xxl-unset {
    overflow-y: unset;
  }
  .overflow-y-xxl-hidden {
    overflow-y: hidden;
  }
}
@media (min-width: 0) {
  .p-6 {
    padding: 4.5rem !important;
  }
  .pt-6 {
    padding-top: 4.5rem !important;
  }
  .ps-6 {
    padding-left: 4.5rem !important;
  }
  .pe-6 {
    padding-right: 4.5rem !important;
  }
  .pb-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-6 {
    margin: 4.5rem !important;
  }
  .mt-6 {
    margin-top: 4.5rem !important;
  }
  .ms-6 {
    margin-left: 4.5rem !important;
  }
  .me-6 {
    margin-right: 4.5rem !important;
  }
  .mb-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-7 {
    padding: 6rem !important;
  }
  .pt-7 {
    padding-top: 6rem !important;
  }
  .ps-7 {
    padding-left: 6rem !important;
  }
  .pe-7 {
    padding-right: 6rem !important;
  }
  .pb-7 {
    padding-bottom: 6rem !important;
  }
  .py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-7 {
    margin: 6rem !important;
  }
  .mt-7 {
    margin-top: 6rem !important;
  }
  .ms-7 {
    margin-left: 6rem !important;
  }
  .me-7 {
    margin-right: 6rem !important;
  }
  .mb-7 {
    margin-bottom: 6rem !important;
  }
  .my-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-8 {
    padding: 7.5rem !important;
  }
  .pt-8 {
    padding-top: 7.5rem !important;
  }
  .ps-8 {
    padding-left: 7.5rem !important;
  }
  .pe-8 {
    padding-right: 7.5rem !important;
  }
  .pb-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-8 {
    margin: 7.5rem !important;
  }
  .mt-8 {
    margin-top: 7.5rem !important;
  }
  .ms-8 {
    margin-left: 7.5rem !important;
  }
  .me-8 {
    margin-right: 7.5rem !important;
  }
  .mb-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-9 {
    padding: 9rem !important;
  }
  .pt-9 {
    padding-top: 9rem !important;
  }
  .ps-9 {
    padding-left: 9rem !important;
  }
  .pe-9 {
    padding-right: 9rem !important;
  }
  .pb-9 {
    padding-bottom: 9rem !important;
  }
  .py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-9 {
    margin: 9rem !important;
  }
  .mt-9 {
    margin-top: 9rem !important;
  }
  .ms-9 {
    margin-left: 9rem !important;
  }
  .me-9 {
    margin-right: 9rem !important;
  }
  .mb-9 {
    margin-bottom: 9rem !important;
  }
  .my-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-10 {
    padding: 10.5rem !important;
  }
  .pt-10 {
    padding-top: 10.5rem !important;
  }
  .ps-10 {
    padding-left: 10.5rem !important;
  }
  .pe-10 {
    padding-right: 10.5rem !important;
  }
  .pb-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-10 {
    margin: 10.5rem !important;
  }
  .mt-10 {
    margin-top: 10.5rem !important;
  }
  .ms-10 {
    margin-left: 10.5rem !important;
  }
  .me-10 {
    margin-right: 10.5rem !important;
  }
  .mb-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-11 {
    padding: 12rem !important;
  }
  .pt-11 {
    padding-top: 12rem !important;
  }
  .ps-11 {
    padding-left: 12rem !important;
  }
  .pe-11 {
    padding-right: 12rem !important;
  }
  .pb-11 {
    padding-bottom: 12rem !important;
  }
  .py-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-11 {
    margin: 12rem !important;
  }
  .mt-11 {
    margin-top: 12rem !important;
  }
  .ms-11 {
    margin-left: 12rem !important;
  }
  .me-11 {
    margin-right: 12rem !important;
  }
  .mb-11 {
    margin-bottom: 12rem !important;
  }
  .my-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-12 {
    padding: 13.5rem !important;
  }
  .pt-12 {
    padding-top: 13.5rem !important;
  }
  .ps-12 {
    padding-left: 13.5rem !important;
  }
  .pe-12 {
    padding-right: 13.5rem !important;
  }
  .pb-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-12 {
    margin: 13.5rem !important;
  }
  .mt-12 {
    margin-top: 13.5rem !important;
  }
  .ms-12 {
    margin-left: 13.5rem !important;
  }
  .me-12 {
    margin-right: 13.5rem !important;
  }
  .mb-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-13 {
    padding: 15rem !important;
  }
  .pt-13 {
    padding-top: 15rem !important;
  }
  .ps-13 {
    padding-left: 15rem !important;
  }
  .pe-13 {
    padding-right: 15rem !important;
  }
  .pb-13 {
    padding-bottom: 15rem !important;
  }
  .py-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-13 {
    margin: 15rem !important;
  }
  .mt-13 {
    margin-top: 15rem !important;
  }
  .ms-13 {
    margin-left: 15rem !important;
  }
  .me-13 {
    margin-right: 15rem !important;
  }
  .mb-13 {
    margin-bottom: 15rem !important;
  }
  .my-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-14 {
    padding: 16.5rem !important;
  }
  .pt-14 {
    padding-top: 16.5rem !important;
  }
  .ps-14 {
    padding-left: 16.5rem !important;
  }
  .pe-14 {
    padding-right: 16.5rem !important;
  }
  .pb-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-14 {
    margin: 16.5rem !important;
  }
  .mt-14 {
    margin-top: 16.5rem !important;
  }
  .ms-14 {
    margin-left: 16.5rem !important;
  }
  .me-14 {
    margin-right: 16.5rem !important;
  }
  .mb-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-15 {
    padding: 18rem !important;
  }
  .pt-15 {
    padding-top: 18rem !important;
  }
  .ps-15 {
    padding-left: 18rem !important;
  }
  .pe-15 {
    padding-right: 18rem !important;
  }
  .pb-15 {
    padding-bottom: 18rem !important;
  }
  .py-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-15 {
    margin: 18rem !important;
  }
  .mt-15 {
    margin-top: 18rem !important;
  }
  .ms-15 {
    margin-left: 18rem !important;
  }
  .me-15 {
    margin-right: 18rem !important;
  }
  .mb-15 {
    margin-bottom: 18rem !important;
  }
  .my-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}
@media (min-width: 576px) {
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-sm-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-sm-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-sm-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-sm-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 7.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 7.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-sm-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-sm-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 7.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 7.5rem !important;
  }
  .me-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-sm-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-sm-10 {
    padding: 10.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 10.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 10.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-sm-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-sm-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-sm-10 {
    margin: 10.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 10.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 10.5rem !important;
  }
  .me-sm-10 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-sm-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-sm-11 {
    padding: 12rem !important;
  }
  .pt-sm-11 {
    padding-top: 12rem !important;
  }
  .ps-sm-11 {
    padding-left: 12rem !important;
  }
  .pe-sm-11 {
    padding-right: 12rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 12rem !important;
  }
  .py-sm-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-sm-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-sm-11 {
    margin: 12rem !important;
  }
  .mt-sm-11 {
    margin-top: 12rem !important;
  }
  .ms-sm-11 {
    margin-left: 12rem !important;
  }
  .me-sm-11 {
    margin-right: 12rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 12rem !important;
  }
  .my-sm-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-sm-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-sm-12 {
    padding: 13.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 13.5rem !important;
  }
  .ps-sm-12 {
    padding-left: 13.5rem !important;
  }
  .pe-sm-12 {
    padding-right: 13.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-sm-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-sm-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-sm-12 {
    margin: 13.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 13.5rem !important;
  }
  .ms-sm-12 {
    margin-left: 13.5rem !important;
  }
  .me-sm-12 {
    margin-right: 13.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-sm-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-sm-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-sm-13 {
    padding: 15rem !important;
  }
  .pt-sm-13 {
    padding-top: 15rem !important;
  }
  .ps-sm-13 {
    padding-left: 15rem !important;
  }
  .pe-sm-13 {
    padding-right: 15rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 15rem !important;
  }
  .py-sm-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-sm-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-sm-13 {
    margin: 15rem !important;
  }
  .mt-sm-13 {
    margin-top: 15rem !important;
  }
  .ms-sm-13 {
    margin-left: 15rem !important;
  }
  .me-sm-13 {
    margin-right: 15rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 15rem !important;
  }
  .my-sm-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-sm-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-sm-14 {
    padding: 16.5rem !important;
  }
  .pt-sm-14 {
    padding-top: 16.5rem !important;
  }
  .ps-sm-14 {
    padding-left: 16.5rem !important;
  }
  .pe-sm-14 {
    padding-right: 16.5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-sm-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-sm-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-sm-14 {
    margin: 16.5rem !important;
  }
  .mt-sm-14 {
    margin-top: 16.5rem !important;
  }
  .ms-sm-14 {
    margin-left: 16.5rem !important;
  }
  .me-sm-14 {
    margin-right: 16.5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-sm-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-sm-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-sm-15 {
    padding: 18rem !important;
  }
  .pt-sm-15 {
    padding-top: 18rem !important;
  }
  .ps-sm-15 {
    padding-left: 18rem !important;
  }
  .pe-sm-15 {
    padding-right: 18rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 18rem !important;
  }
  .py-sm-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-sm-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-sm-15 {
    margin: 18rem !important;
  }
  .mt-sm-15 {
    margin-top: 18rem !important;
  }
  .ms-sm-15 {
    margin-left: 18rem !important;
  }
  .me-sm-15 {
    margin-right: 18rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 18rem !important;
  }
  .my-sm-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-sm-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-md-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-md-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-md-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  .me-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-md-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8 {
    padding-top: 7.5rem !important;
  }
  .ps-md-8 {
    padding-left: 7.5rem !important;
  }
  .pe-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-md-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-md-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8 {
    margin-top: 7.5rem !important;
  }
  .ms-md-8 {
    margin-left: 7.5rem !important;
  }
  .me-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-md-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-md-10 {
    padding: 10.5rem !important;
  }
  .pt-md-10 {
    padding-top: 10.5rem !important;
  }
  .ps-md-10 {
    padding-left: 10.5rem !important;
  }
  .pe-md-10 {
    padding-right: 10.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-md-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-md-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-md-10 {
    margin: 10.5rem !important;
  }
  .mt-md-10 {
    margin-top: 10.5rem !important;
  }
  .ms-md-10 {
    margin-left: 10.5rem !important;
  }
  .me-md-10 {
    margin-right: 10.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-md-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-md-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-md-11 {
    padding: 12rem !important;
  }
  .pt-md-11 {
    padding-top: 12rem !important;
  }
  .ps-md-11 {
    padding-left: 12rem !important;
  }
  .pe-md-11 {
    padding-right: 12rem !important;
  }
  .pb-md-11 {
    padding-bottom: 12rem !important;
  }
  .py-md-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-md-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-md-11 {
    margin: 12rem !important;
  }
  .mt-md-11 {
    margin-top: 12rem !important;
  }
  .ms-md-11 {
    margin-left: 12rem !important;
  }
  .me-md-11 {
    margin-right: 12rem !important;
  }
  .mb-md-11 {
    margin-bottom: 12rem !important;
  }
  .my-md-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-md-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-md-12 {
    padding: 13.5rem !important;
  }
  .pt-md-12 {
    padding-top: 13.5rem !important;
  }
  .ps-md-12 {
    padding-left: 13.5rem !important;
  }
  .pe-md-12 {
    padding-right: 13.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-md-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-md-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-md-12 {
    margin: 13.5rem !important;
  }
  .mt-md-12 {
    margin-top: 13.5rem !important;
  }
  .ms-md-12 {
    margin-left: 13.5rem !important;
  }
  .me-md-12 {
    margin-right: 13.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-md-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-md-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-md-13 {
    padding: 15rem !important;
  }
  .pt-md-13 {
    padding-top: 15rem !important;
  }
  .ps-md-13 {
    padding-left: 15rem !important;
  }
  .pe-md-13 {
    padding-right: 15rem !important;
  }
  .pb-md-13 {
    padding-bottom: 15rem !important;
  }
  .py-md-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-md-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-md-13 {
    margin: 15rem !important;
  }
  .mt-md-13 {
    margin-top: 15rem !important;
  }
  .ms-md-13 {
    margin-left: 15rem !important;
  }
  .me-md-13 {
    margin-right: 15rem !important;
  }
  .mb-md-13 {
    margin-bottom: 15rem !important;
  }
  .my-md-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-md-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-md-14 {
    padding: 16.5rem !important;
  }
  .pt-md-14 {
    padding-top: 16.5rem !important;
  }
  .ps-md-14 {
    padding-left: 16.5rem !important;
  }
  .pe-md-14 {
    padding-right: 16.5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-md-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-md-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-md-14 {
    margin: 16.5rem !important;
  }
  .mt-md-14 {
    margin-top: 16.5rem !important;
  }
  .ms-md-14 {
    margin-left: 16.5rem !important;
  }
  .me-md-14 {
    margin-right: 16.5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-md-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-md-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-md-15 {
    padding: 18rem !important;
  }
  .pt-md-15 {
    padding-top: 18rem !important;
  }
  .ps-md-15 {
    padding-left: 18rem !important;
  }
  .pe-md-15 {
    padding-right: 18rem !important;
  }
  .pb-md-15 {
    padding-bottom: 18rem !important;
  }
  .py-md-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-md-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-md-15 {
    margin: 18rem !important;
  }
  .mt-md-15 {
    margin-top: 18rem !important;
  }
  .ms-md-15 {
    margin-left: 18rem !important;
  }
  .me-md-15 {
    margin-right: 18rem !important;
  }
  .mb-md-15 {
    margin-bottom: 18rem !important;
  }
  .my-md-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-md-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-lg-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-lg-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-lg-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 7.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-lg-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 7.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 7.5rem !important;
  }
  .me-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-lg-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-lg-10 {
    padding: 10.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 10.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 10.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-lg-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-lg-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-lg-10 {
    margin: 10.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 10.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 10.5rem !important;
  }
  .me-lg-10 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-lg-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-lg-11 {
    padding: 12rem !important;
  }
  .pt-lg-11 {
    padding-top: 12rem !important;
  }
  .ps-lg-11 {
    padding-left: 12rem !important;
  }
  .pe-lg-11 {
    padding-right: 12rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 12rem !important;
  }
  .py-lg-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-lg-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-lg-11 {
    margin: 12rem !important;
  }
  .mt-lg-11 {
    margin-top: 12rem !important;
  }
  .ms-lg-11 {
    margin-left: 12rem !important;
  }
  .me-lg-11 {
    margin-right: 12rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 12rem !important;
  }
  .my-lg-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-lg-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-lg-12 {
    padding: 13.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 13.5rem !important;
  }
  .ps-lg-12 {
    padding-left: 13.5rem !important;
  }
  .pe-lg-12 {
    padding-right: 13.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-lg-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-lg-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-lg-12 {
    margin: 13.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 13.5rem !important;
  }
  .ms-lg-12 {
    margin-left: 13.5rem !important;
  }
  .me-lg-12 {
    margin-right: 13.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-lg-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-lg-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-lg-13 {
    padding: 15rem !important;
  }
  .pt-lg-13 {
    padding-top: 15rem !important;
  }
  .ps-lg-13 {
    padding-left: 15rem !important;
  }
  .pe-lg-13 {
    padding-right: 15rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 15rem !important;
  }
  .py-lg-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-lg-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-lg-13 {
    margin: 15rem !important;
  }
  .mt-lg-13 {
    margin-top: 15rem !important;
  }
  .ms-lg-13 {
    margin-left: 15rem !important;
  }
  .me-lg-13 {
    margin-right: 15rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 15rem !important;
  }
  .my-lg-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-lg-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-lg-14 {
    padding: 16.5rem !important;
  }
  .pt-lg-14 {
    padding-top: 16.5rem !important;
  }
  .ps-lg-14 {
    padding-left: 16.5rem !important;
  }
  .pe-lg-14 {
    padding-right: 16.5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-lg-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-lg-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-lg-14 {
    margin: 16.5rem !important;
  }
  .mt-lg-14 {
    margin-top: 16.5rem !important;
  }
  .ms-lg-14 {
    margin-left: 16.5rem !important;
  }
  .me-lg-14 {
    margin-right: 16.5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-lg-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-lg-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-lg-15 {
    padding: 18rem !important;
  }
  .pt-lg-15 {
    padding-top: 18rem !important;
  }
  .ps-lg-15 {
    padding-left: 18rem !important;
  }
  .pe-lg-15 {
    padding-right: 18rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 18rem !important;
  }
  .py-lg-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-lg-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-lg-15 {
    margin: 18rem !important;
  }
  .mt-lg-15 {
    margin-top: 18rem !important;
  }
  .ms-lg-15 {
    margin-left: 18rem !important;
  }
  .me-lg-15 {
    margin-right: 18rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 18rem !important;
  }
  .my-lg-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-lg-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-xl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-xl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-xl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-xl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 7.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 7.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-xl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 7.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 7.5rem !important;
  }
  .me-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-xl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-xl-10 {
    padding: 10.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 10.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 10.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-xl-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-xl-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-xl-10 {
    margin: 10.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 10.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 10.5rem !important;
  }
  .me-xl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-xl-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-xl-11 {
    padding: 12rem !important;
  }
  .pt-xl-11 {
    padding-top: 12rem !important;
  }
  .ps-xl-11 {
    padding-left: 12rem !important;
  }
  .pe-xl-11 {
    padding-right: 12rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 12rem !important;
  }
  .py-xl-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-xl-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-xl-11 {
    margin: 12rem !important;
  }
  .mt-xl-11 {
    margin-top: 12rem !important;
  }
  .ms-xl-11 {
    margin-left: 12rem !important;
  }
  .me-xl-11 {
    margin-right: 12rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 12rem !important;
  }
  .my-xl-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-xl-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-xl-12 {
    padding: 13.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 13.5rem !important;
  }
  .ps-xl-12 {
    padding-left: 13.5rem !important;
  }
  .pe-xl-12 {
    padding-right: 13.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-xl-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-xl-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-xl-12 {
    margin: 13.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 13.5rem !important;
  }
  .ms-xl-12 {
    margin-left: 13.5rem !important;
  }
  .me-xl-12 {
    margin-right: 13.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-xl-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-xl-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-xl-13 {
    padding: 15rem !important;
  }
  .pt-xl-13 {
    padding-top: 15rem !important;
  }
  .ps-xl-13 {
    padding-left: 15rem !important;
  }
  .pe-xl-13 {
    padding-right: 15rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 15rem !important;
  }
  .py-xl-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-xl-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-xl-13 {
    margin: 15rem !important;
  }
  .mt-xl-13 {
    margin-top: 15rem !important;
  }
  .ms-xl-13 {
    margin-left: 15rem !important;
  }
  .me-xl-13 {
    margin-right: 15rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 15rem !important;
  }
  .my-xl-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-xl-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-xl-14 {
    padding: 16.5rem !important;
  }
  .pt-xl-14 {
    padding-top: 16.5rem !important;
  }
  .ps-xl-14 {
    padding-left: 16.5rem !important;
  }
  .pe-xl-14 {
    padding-right: 16.5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-xl-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-xl-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-xl-14 {
    margin: 16.5rem !important;
  }
  .mt-xl-14 {
    margin-top: 16.5rem !important;
  }
  .ms-xl-14 {
    margin-left: 16.5rem !important;
  }
  .me-xl-14 {
    margin-right: 16.5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-xl-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-xl-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-xl-15 {
    padding: 18rem !important;
  }
  .pt-xl-15 {
    padding-top: 18rem !important;
  }
  .ps-xl-15 {
    padding-left: 18rem !important;
  }
  .pe-xl-15 {
    padding-right: 18rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 18rem !important;
  }
  .py-xl-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-xl-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-xl-15 {
    margin: 18rem !important;
  }
  .mt-xl-15 {
    margin-top: 18rem !important;
  }
  .ms-xl-15 {
    margin-left: 18rem !important;
  }
  .me-xl-15 {
    margin-right: 18rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 18rem !important;
  }
  .my-xl-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-xl-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-xxl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-xxl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-xxl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .p-xxl-8 {
    padding: 7.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 7.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 7.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-xxl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .m-xxl-8 {
    margin: 7.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 7.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 7.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-xxl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-xxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-xxl-10 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .m-xxl-10 {
    margin: 10.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-xxl-10 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .p-xxl-11 {
    padding: 12rem !important;
  }
  .pt-xxl-11 {
    padding-top: 12rem !important;
  }
  .ps-xxl-11 {
    padding-left: 12rem !important;
  }
  .pe-xxl-11 {
    padding-right: 12rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 12rem !important;
  }
  .py-xxl-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-xxl-11 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .m-xxl-11 {
    margin: 12rem !important;
  }
  .mt-xxl-11 {
    margin-top: 12rem !important;
  }
  .ms-xxl-11 {
    margin-left: 12rem !important;
  }
  .me-xxl-11 {
    margin-right: 12rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 12rem !important;
  }
  .my-xxl-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-xxl-11 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .p-xxl-12 {
    padding: 13.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 13.5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 13.5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 13.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 13.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-xxl-12 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .m-xxl-12 {
    margin: 13.5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 13.5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 13.5rem !important;
  }
  .me-xxl-12 {
    margin-right: 13.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 13.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-xxl-12 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .p-xxl-13 {
    padding: 15rem !important;
  }
  .pt-xxl-13 {
    padding-top: 15rem !important;
  }
  .ps-xxl-13 {
    padding-left: 15rem !important;
  }
  .pe-xxl-13 {
    padding-right: 15rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 15rem !important;
  }
  .py-xxl-13 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-xxl-13 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .m-xxl-13 {
    margin: 15rem !important;
  }
  .mt-xxl-13 {
    margin-top: 15rem !important;
  }
  .ms-xxl-13 {
    margin-left: 15rem !important;
  }
  .me-xxl-13 {
    margin-right: 15rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 15rem !important;
  }
  .my-xxl-13 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-xxl-13 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .p-xxl-14 {
    padding: 16.5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 16.5rem !important;
  }
  .ps-xxl-14 {
    padding-left: 16.5rem !important;
  }
  .pe-xxl-14 {
    padding-right: 16.5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 16.5rem !important;
  }
  .py-xxl-14 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-xxl-14 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .m-xxl-14 {
    margin: 16.5rem !important;
  }
  .mt-xxl-14 {
    margin-top: 16.5rem !important;
  }
  .ms-xxl-14 {
    margin-left: 16.5rem !important;
  }
  .me-xxl-14 {
    margin-right: 16.5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 16.5rem !important;
  }
  .my-xxl-14 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-xxl-14 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .p-xxl-15 {
    padding: 18rem !important;
  }
  .pt-xxl-15 {
    padding-top: 18rem !important;
  }
  .ps-xxl-15 {
    padding-left: 18rem !important;
  }
  .pe-xxl-15 {
    padding-right: 18rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 18rem !important;
  }
  .py-xxl-15 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-xxl-15 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .m-xxl-15 {
    margin: 18rem !important;
  }
  .mt-xxl-15 {
    margin-top: 18rem !important;
  }
  .ms-xxl-15 {
    margin-left: 18rem !important;
  }
  .me-xxl-15 {
    margin-right: 18rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 18rem !important;
  }
  .my-xxl-15 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-xxl-15 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
}