@charset "UTF-8";
:root {
  --background: #fff;
  --text: #000;
  --gray-1: #111;
  --gray-2: #222;
  --gray-3: #333;
  --primary: #007bff;
  --secondary: #6c757d;
}
[data-theme="dark"] {
  --background: #000;
  --text: #fff;
  --gray-1: #999;
  --gray-2: #888;
  --gray-3: #777;
  --primary: #1a73e8;
  --secondary: #b0bec5;
}
body,
html {
  overflow-x: hidden;
}
body.fix,
html.fix {
  overflow-y: hidden !important;
}
@media (min-width: 1920px) {
  .container {
    max-width: 90rem !important;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-gray-0 {
  background-color: #000 !important;
}
a.bg-gray-0:focus,
a.bg-gray-0:hover,
button.bg-gray-0:focus,
button.bg-gray-0:hover {
  background-color: black !important;
}
.bg-gray-1 {
  background-color: #111 !important;
}
a.bg-gray-1:focus,
a.bg-gray-1:hover,
button.bg-gray-1:focus,
button.bg-gray-1:hover {
  background-color: black !important;
}
.bg-gray-2 {
  background-color: #222 !important;
}
a.bg-gray-2:focus,
a.bg-gray-2:hover,
button.bg-gray-2:focus,
button.bg-gray-2:hover {
  background-color: #090909 !important;
}
.bg-gray-3 {
  background-color: #333 !important;
}
a.bg-gray-3:focus,
a.bg-gray-3:hover,
button.bg-gray-3:focus,
button.bg-gray-3:hover {
  background-color: #1a1a1a !important;
}
.bg-gray-4 {
  background-color: #444 !important;
}
a.bg-gray-4:focus,
a.bg-gray-4:hover,
button.bg-gray-4:focus,
button.bg-gray-4:hover {
  background-color: #2b2b2b !important;
}
.bg-gray-5 {
  background-color: #555 !important;
}
a.bg-gray-5:focus,
a.bg-gray-5:hover,
button.bg-gray-5:focus,
button.bg-gray-5:hover {
  background-color: #3c3c3c !important;
}
.bg-gray-6 {
  background-color: #666 !important;
}
a.bg-gray-6:focus,
a.bg-gray-6:hover,
button.bg-gray-6:focus,
button.bg-gray-6:hover {
  background-color: #4d4d4d !important;
}
.bg-gray-7 {
  background-color: #777 !important;
}
a.bg-gray-7:focus,
a.bg-gray-7:hover,
button.bg-gray-7:focus,
button.bg-gray-7:hover {
  background-color: #5e5e5e !important;
}
.bg-gray-8 {
  background-color: #888 !important;
}
a.bg-gray-8:focus,
a.bg-gray-8:hover,
button.bg-gray-8:focus,
button.bg-gray-8:hover {
  background-color: #6f6f6f !important;
}
.bg-gray-9 {
  background-color: #999 !important;
}
a.bg-gray-9:focus,
a.bg-gray-9:hover,
button.bg-gray-9:focus,
button.bg-gray-9:hover {
  background-color: gray !important;
}
.bg-gray-a {
  background-color: #aaa !important;
}
a.bg-gray-a:focus,
a.bg-gray-a:hover,
button.bg-gray-a:focus,
button.bg-gray-a:hover {
  background-color: #919191 !important;
}
.bg-gray-b {
  background-color: #bbb !important;
}
a.bg-gray-b:focus,
a.bg-gray-b:hover,
button.bg-gray-b:focus,
button.bg-gray-b:hover {
  background-color: #a2a2a2 !important;
}
.bg-gray-c {
  background-color: #ccc !important;
}
a.bg-gray-c:focus,
a.bg-gray-c:hover,
button.bg-gray-c:focus,
button.bg-gray-c:hover {
  background-color: #b3b3b3 !important;
}
.bg-gray-d {
  background-color: #ddd !important;
}
a.bg-gray-d:focus,
a.bg-gray-d:hover,
button.bg-gray-d:focus,
button.bg-gray-d:hover {
  background-color: #c4c4c4 !important;
}
.bg-gray-e {
  background-color: #eee !important;
}
a.bg-gray-e:focus,
a.bg-gray-e:hover,
button.bg-gray-e:focus,
button.bg-gray-e:hover {
  background-color: #d5d5d5 !important;
}
.bg-gray-f {
  background-color: #fff !important;
}
a.bg-gray-f:focus,
a.bg-gray-f:hover,
button.bg-gray-f:focus,
button.bg-gray-f:hover {
  background-color: #e6e6e6 !important;
}
.bg-color-1 {
  background-color: #1b3a66 !important;
}
a.bg-color-1:focus,
a.bg-color-1:hover,
button.bg-color-1:focus,
button.bg-color-1:hover {
  background-color: #10233e !important;
}
.bg-color-2 {
  background-color: #ff5e2e !important;
}
a.bg-color-2:focus,
a.bg-color-2:hover,
button.bg-color-2:focus,
button.bg-color-2:hover {
  background-color: #fa3900 !important;
}
.bg-color-3 {
  background-color: #848b90 !important;
}
a.bg-color-3:focus,
a.bg-color-3:hover,
button.bg-color-3:focus,
button.bg-color-3:hover {
  background-color: #6b7176 !important;
}
.bg-color-4 {
  background-color: #000f1f !important;
}
a.bg-color-4:focus,
a.bg-color-4:hover,
button.bg-color-4:focus,
button.bg-color-4:hover {
  background-color: black !important;
}
.bg-color-5 {
  background-color: #8e979d !important;
}
a.bg-color-5:focus,
a.bg-color-5:hover,
button.bg-color-5:focus,
button.bg-color-5:hover {
  background-color: #737e85 !important;
}
.bg-color-6 {
  background-color: #8c959c !important;
}
a.bg-color-6:focus,
a.bg-color-6:hover,
button.bg-color-6:focus,
button.bg-color-6:hover {
  background-color: #717c84 !important;
}
.bg-color-7 {
  background-color: #f3f5f8 !important;
}
a.bg-color-7:focus,
a.bg-color-7:hover,
button.bg-color-7:focus,
button.bg-color-7:hover {
  background-color: #d3dae5 !important;
}
.bg-success {
  background-color: #5cb85c !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #449d44 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #cc0000 !important;
}
.bg-light {
  background-color: #eee !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #d5d5d5 !important;
}
.bg-dark {
  background-color: #666 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #4d4d4d !important;
}
.bg-gradient-color-1 {
  background: #1b3a66 linear-gradient(180deg, #3d587d, #1b3a66) repeat-x !important;
}
.bg-gradient-color-2 {
  background: #ff5e2e linear-gradient(180deg, #ff764d, #ff5e2e) repeat-x !important;
}
.bg-gradient-color-3 {
  background: #848b90 linear-gradient(180deg, #969ca1, #848b90) repeat-x !important;
}
.bg-gradient-color-4 {
  background: #000f1f linear-gradient(180deg, #263341, #000f1f) repeat-x !important;
}
.bg-gradient-color-5 {
  background: #8e979d linear-gradient(180deg, #9fa7ac, #8e979d) repeat-x !important;
}
.bg-gradient-color-6 {
  background: #8c959c linear-gradient(180deg, #9da5ab, #8c959c) repeat-x !important;
}
.bg-gradient-color-7 {
  background: #f3f5f8 linear-gradient(180deg, #f5f7f9, #f3f5f8) repeat-x !important;
}
.bg-gradient-success {
  background: #5cb85c linear-gradient(180deg, #74c374, #5cb85c) repeat-x !important;
}
.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}
.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}
.bg-gradient-danger {
  background: #ff0000 linear-gradient(180deg, #ff2626, #ff0000) repeat-x !important;
}
.bg-gradient-light {
  background: #eee linear-gradient(180deg, #f1f1f1, #eee) repeat-x !important;
}
.bg-gradient-dark {
  background: #666 linear-gradient(180deg, #7d7d7d, #666) repeat-x !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #ddd !important;
}
.border-top {
  border-top: 1px solid #ddd !important;
}
.border-right {
  border-right: 1px solid #ddd !important;
}
.border-bottom {
  border-bottom: 1px solid #ddd !important;
}
.border-left {
  border-left: 1px solid #ddd !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-color-1 {
  border-color: #1b3a66 !important;
}
.border-color-2 {
  border-color: #ff5e2e !important;
}
.border-color-3 {
  border-color: #848b90 !important;
}
.border-color-4 {
  border-color: #000f1f !important;
}
.border-color-5 {
  border-color: #8e979d !important;
}
.border-color-6 {
  border-color: #8c959c !important;
}
.border-color-7 {
  border-color: #f3f5f8 !important;
}
.border-success {
  border-color: #5cb85c !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #ff0000 !important;
}
.border-light {
  border-color: #eee !important;
}
.border-dark {
  border-color: #666 !important;
}
.border-gray-0 {
  border-color: #000 !important;
}
.border-gray-1 {
  border-color: #111 !important;
}
.border-gray-2 {
  border-color: #222 !important;
}
.border-gray-3 {
  border-color: #333 !important;
}
.border-gray-4 {
  border-color: #444 !important;
}
.border-gray-5 {
  border-color: #555 !important;
}
.border-gray-6 {
  border-color: #666 !important;
}
.border-gray-7 {
  border-color: #777 !important;
}
.border-gray-8 {
  border-color: #888 !important;
}
.border-gray-9 {
  border-color: #999 !important;
}
.border-gray-a {
  border-color: #aaa !important;
}
.border-gray-b {
  border-color: #bbb !important;
}
.border-gray-c {
  border-color: #ccc !important;
}
.border-gray-d {
  border-color: #ddd !important;
}
.border-gray-e {
  border-color: #eee !important;
}
.border-gray-f {
  border-color: #fff !important;
}
.border-blue {
  border-color: #007bff !important;
}
.border-indigo {
  border-color: #6610f2 !important;
}
.border-purple {
  border-color: #6f42c1 !important;
}
.border-pink {
  border-color: #e83e8c !important;
}
.border-red {
  border-color: #ff0000 !important;
}
.border-orange {
  border-color: #fd7e14 !important;
}
.border-yellow {
  border-color: #ffc107 !important;
}
.border-green {
  border-color: #5cb85c !important;
}
.border-teal {
  border-color: #20c997 !important;
}
.border-cyan {
  border-color: #17a2b8 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-gray {
  border-color: #666 !important;
}
.border-gray-dark {
  border-color: #888 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-caption {
  display: table-caption !important;
}
.d-table-column {
  display: table-column !important;
}
.d-table-column-group {
  display: table-column-group !important;
}
.d-table-header-group {
  display: table-header-group !important;
}
.d-table-footer-group {
  display: table-footer-group !important;
}
.d-table-row-group {
  display: table-row-group !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 320.02px) {
  .d-xxs-none {
    display: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-caption {
    display: table-caption !important;
  }
  .d-xxs-table-column {
    display: table-column !important;
  }
  .d-xxs-table-column-group {
    display: table-column-group !important;
  }
  .d-xxs-table-header-group {
    display: table-header-group !important;
  }
  .d-xxs-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xxs-table-row-group {
    display: table-row-group !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 375.02px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-caption {
    display: table-caption !important;
  }
  .d-xs-table-column {
    display: table-column !important;
  }
  .d-xs-table-column-group {
    display: table-column-group !important;
  }
  .d-xs-table-header-group {
    display: table-header-group !important;
  }
  .d-xs-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xs-table-row-group {
    display: table-row-group !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576.02px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-caption {
    display: table-caption !important;
  }
  .d-sm-table-column {
    display: table-column !important;
  }
  .d-sm-table-column-group {
    display: table-column-group !important;
  }
  .d-sm-table-header-group {
    display: table-header-group !important;
  }
  .d-sm-table-footer-group {
    display: table-footer-group !important;
  }
  .d-sm-table-row-group {
    display: table-row-group !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768.02px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-caption {
    display: table-caption !important;
  }
  .d-md-table-column {
    display: table-column !important;
  }
  .d-md-table-column-group {
    display: table-column-group !important;
  }
  .d-md-table-header-group {
    display: table-header-group !important;
  }
  .d-md-table-footer-group {
    display: table-footer-group !important;
  }
  .d-md-table-row-group {
    display: table-row-group !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024.02px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-caption {
    display: table-caption !important;
  }
  .d-lg-table-column {
    display: table-column !important;
  }
  .d-lg-table-column-group {
    display: table-column-group !important;
  }
  .d-lg-table-header-group {
    display: table-header-group !important;
  }
  .d-lg-table-footer-group {
    display: table-footer-group !important;
  }
  .d-lg-table-row-group {
    display: table-row-group !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200.02px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-caption {
    display: table-caption !important;
  }
  .d-xl-table-column {
    display: table-column !important;
  }
  .d-xl-table-column-group {
    display: table-column-group !important;
  }
  .d-xl-table-header-group {
    display: table-header-group !important;
  }
  .d-xl-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xl-table-row-group {
    display: table-row-group !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400.02px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-caption {
    display: table-caption !important;
  }
  .d-xxl-table-column {
    display: table-column !important;
  }
  .d-xxl-table-column-group {
    display: table-column-group !important;
  }
  .d-xxl-table-header-group {
    display: table-header-group !important;
  }
  .d-xxl-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xxl-table-row-group {
    display: table-row-group !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600.02px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-caption {
    display: table-caption !important;
  }
  .d-xxxl-table-column {
    display: table-column !important;
  }
  .d-xxxl-table-column-group {
    display: table-column-group !important;
  }
  .d-xxxl-table-header-group {
    display: table-header-group !important;
  }
  .d-xxxl-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xxxl-table-row-group {
    display: table-row-group !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920.02px) {
  .d-xxxxl-none {
    display: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-caption {
    display: table-caption !important;
  }
  .d-xxxxl-table-column {
    display: table-column !important;
  }
  .d-xxxxl-table-column-group {
    display: table-column-group !important;
  }
  .d-xxxxl-table-header-group {
    display: table-header-group !important;
  }
  .d-xxxxl-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xxxxl-table-row-group {
    display: table-row-group !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 2300.02px) {
  .d-xxxxxl-none {
    display: none !important;
  }
  .d-xxxxxl-inline {
    display: inline !important;
  }
  .d-xxxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxxl-block {
    display: block !important;
  }
  .d-xxxxxl-table {
    display: table !important;
  }
  .d-xxxxxl-table-caption {
    display: table-caption !important;
  }
  .d-xxxxxl-table-column {
    display: table-column !important;
  }
  .d-xxxxxl-table-column-group {
    display: table-column-group !important;
  }
  .d-xxxxxl-table-header-group {
    display: table-header-group !important;
  }
  .d-xxxxxl-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xxxxxl-table-row-group {
    display: table-row-group !important;
  }
  .d-xxxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxxl-flex {
    display: flex !important;
  }
  .d-xxxxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 2560.02px) {
  .d-x1l-none {
    display: none !important;
  }
  .d-x1l-inline {
    display: inline !important;
  }
  .d-x1l-inline-block {
    display: inline-block !important;
  }
  .d-x1l-block {
    display: block !important;
  }
  .d-x1l-table {
    display: table !important;
  }
  .d-x1l-table-caption {
    display: table-caption !important;
  }
  .d-x1l-table-column {
    display: table-column !important;
  }
  .d-x1l-table-column-group {
    display: table-column-group !important;
  }
  .d-x1l-table-header-group {
    display: table-header-group !important;
  }
  .d-x1l-table-footer-group {
    display: table-footer-group !important;
  }
  .d-x1l-table-row-group {
    display: table-row-group !important;
  }
  .d-x1l-table-row {
    display: table-row !important;
  }
  .d-x1l-table-cell {
    display: table-cell !important;
  }
  .d-x1l-flex {
    display: flex !important;
  }
  .d-x1l-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 2880.02px) {
  .d-xx1l-none {
    display: none !important;
  }
  .d-xx1l-inline {
    display: inline !important;
  }
  .d-xx1l-inline-block {
    display: inline-block !important;
  }
  .d-xx1l-block {
    display: block !important;
  }
  .d-xx1l-table {
    display: table !important;
  }
  .d-xx1l-table-caption {
    display: table-caption !important;
  }
  .d-xx1l-table-column {
    display: table-column !important;
  }
  .d-xx1l-table-column-group {
    display: table-column-group !important;
  }
  .d-xx1l-table-header-group {
    display: table-header-group !important;
  }
  .d-xx1l-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xx1l-table-row-group {
    display: table-row-group !important;
  }
  .d-xx1l-table-row {
    display: table-row !important;
  }
  .d-xx1l-table-cell {
    display: table-cell !important;
  }
  .d-xx1l-flex {
    display: flex !important;
  }
  .d-xx1l-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 3840.02px) {
  .d-xxx1l-none {
    display: none !important;
  }
  .d-xxx1l-inline {
    display: inline !important;
  }
  .d-xxx1l-inline-block {
    display: inline-block !important;
  }
  .d-xxx1l-block {
    display: block !important;
  }
  .d-xxx1l-table {
    display: table !important;
  }
  .d-xxx1l-table-caption {
    display: table-caption !important;
  }
  .d-xxx1l-table-column {
    display: table-column !important;
  }
  .d-xxx1l-table-column-group {
    display: table-column-group !important;
  }
  .d-xxx1l-table-header-group {
    display: table-header-group !important;
  }
  .d-xxx1l-table-footer-group {
    display: table-footer-group !important;
  }
  .d-xxx1l-table-row-group {
    display: table-row-group !important;
  }
  .d-xxx1l-table-row {
    display: table-row !important;
  }
  .d-xxx1l-table-cell {
    display: table-cell !important;
  }
  .d-xxx1l-flex {
    display: flex !important;
  }
  .d-xxx1l-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-caption {
    display: table-caption !important;
  }
  .d-print-table-column {
    display: table-column !important;
  }
  .d-print-table-column-group {
    display: table-column-group !important;
  }
  .d-print-table-header-group {
    display: table-header-group !important;
  }
  .d-print-table-footer-group {
    display: table-footer-group !important;
  }
  .d-print-table-row-group {
    display: table-row-group !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 320.02px) {
  .flex-xxs-row {
    flex-direction: row !important;
  }
  .flex-xxs-column {
    flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    justify-content: space-around !important;
  }
  .align-items-xxs-start {
    align-items: flex-start !important;
  }
  .align-items-xxs-end {
    align-items: flex-end !important;
  }
  .align-items-xxs-center {
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    align-items: stretch !important;
  }
  .align-content-xxs-start {
    align-content: flex-start !important;
  }
  .align-content-xxs-end {
    align-content: flex-end !important;
  }
  .align-content-xxs-center {
    align-content: center !important;
  }
  .align-content-xxs-between {
    align-content: space-between !important;
  }
  .align-content-xxs-around {
    align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    align-content: stretch !important;
  }
  .align-self-xxs-auto {
    align-self: auto !important;
  }
  .align-self-xxs-start {
    align-self: flex-start !important;
  }
  .align-self-xxs-end {
    align-self: flex-end !important;
  }
  .align-self-xxs-center {
    align-self: center !important;
  }
  .align-self-xxs-baseline {
    align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 375.02px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576.02px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768.02px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024.02px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200.02px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400.02px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600.02px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920.02px) {
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 2300.02px) {
  .flex-xxxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 2560.02px) {
  .flex-x1l-row {
    flex-direction: row !important;
  }
  .flex-x1l-column {
    flex-direction: column !important;
  }
  .flex-x1l-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-x1l-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-x1l-wrap {
    flex-wrap: wrap !important;
  }
  .flex-x1l-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-x1l-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-x1l-fill {
    flex: 1 1 auto !important;
  }
  .flex-x1l-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-x1l-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-x1l-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-x1l-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-x1l-start {
    justify-content: flex-start !important;
  }
  .justify-content-x1l-end {
    justify-content: flex-end !important;
  }
  .justify-content-x1l-center {
    justify-content: center !important;
  }
  .justify-content-x1l-between {
    justify-content: space-between !important;
  }
  .justify-content-x1l-around {
    justify-content: space-around !important;
  }
  .align-items-x1l-start {
    align-items: flex-start !important;
  }
  .align-items-x1l-end {
    align-items: flex-end !important;
  }
  .align-items-x1l-center {
    align-items: center !important;
  }
  .align-items-x1l-baseline {
    align-items: baseline !important;
  }
  .align-items-x1l-stretch {
    align-items: stretch !important;
  }
  .align-content-x1l-start {
    align-content: flex-start !important;
  }
  .align-content-x1l-end {
    align-content: flex-end !important;
  }
  .align-content-x1l-center {
    align-content: center !important;
  }
  .align-content-x1l-between {
    align-content: space-between !important;
  }
  .align-content-x1l-around {
    align-content: space-around !important;
  }
  .align-content-x1l-stretch {
    align-content: stretch !important;
  }
  .align-self-x1l-auto {
    align-self: auto !important;
  }
  .align-self-x1l-start {
    align-self: flex-start !important;
  }
  .align-self-x1l-end {
    align-self: flex-end !important;
  }
  .align-self-x1l-center {
    align-self: center !important;
  }
  .align-self-x1l-baseline {
    align-self: baseline !important;
  }
  .align-self-x1l-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 2880.02px) {
  .flex-xx1l-row {
    flex-direction: row !important;
  }
  .flex-xx1l-column {
    flex-direction: column !important;
  }
  .flex-xx1l-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xx1l-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xx1l-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xx1l-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xx1l-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xx1l-fill {
    flex: 1 1 auto !important;
  }
  .flex-xx1l-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xx1l-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xx1l-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xx1l-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xx1l-start {
    justify-content: flex-start !important;
  }
  .justify-content-xx1l-end {
    justify-content: flex-end !important;
  }
  .justify-content-xx1l-center {
    justify-content: center !important;
  }
  .justify-content-xx1l-between {
    justify-content: space-between !important;
  }
  .justify-content-xx1l-around {
    justify-content: space-around !important;
  }
  .align-items-xx1l-start {
    align-items: flex-start !important;
  }
  .align-items-xx1l-end {
    align-items: flex-end !important;
  }
  .align-items-xx1l-center {
    align-items: center !important;
  }
  .align-items-xx1l-baseline {
    align-items: baseline !important;
  }
  .align-items-xx1l-stretch {
    align-items: stretch !important;
  }
  .align-content-xx1l-start {
    align-content: flex-start !important;
  }
  .align-content-xx1l-end {
    align-content: flex-end !important;
  }
  .align-content-xx1l-center {
    align-content: center !important;
  }
  .align-content-xx1l-between {
    align-content: space-between !important;
  }
  .align-content-xx1l-around {
    align-content: space-around !important;
  }
  .align-content-xx1l-stretch {
    align-content: stretch !important;
  }
  .align-self-xx1l-auto {
    align-self: auto !important;
  }
  .align-self-xx1l-start {
    align-self: flex-start !important;
  }
  .align-self-xx1l-end {
    align-self: flex-end !important;
  }
  .align-self-xx1l-center {
    align-self: center !important;
  }
  .align-self-xx1l-baseline {
    align-self: baseline !important;
  }
  .align-self-xx1l-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 3840.02px) {
  .flex-xxx1l-row {
    flex-direction: row !important;
  }
  .flex-xxx1l-column {
    flex-direction: column !important;
  }
  .flex-xxx1l-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxx1l-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxx1l-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxx1l-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxx1l-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxx1l-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxx1l-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxx1l-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxx1l-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxx1l-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxx1l-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxx1l-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxx1l-center {
    justify-content: center !important;
  }
  .justify-content-xxx1l-between {
    justify-content: space-between !important;
  }
  .justify-content-xxx1l-around {
    justify-content: space-around !important;
  }
  .align-items-xxx1l-start {
    align-items: flex-start !important;
  }
  .align-items-xxx1l-end {
    align-items: flex-end !important;
  }
  .align-items-xxx1l-center {
    align-items: center !important;
  }
  .align-items-xxx1l-baseline {
    align-items: baseline !important;
  }
  .align-items-xxx1l-stretch {
    align-items: stretch !important;
  }
  .align-content-xxx1l-start {
    align-content: flex-start !important;
  }
  .align-content-xxx1l-end {
    align-content: flex-end !important;
  }
  .align-content-xxx1l-center {
    align-content: center !important;
  }
  .align-content-xxx1l-between {
    align-content: space-between !important;
  }
  .align-content-xxx1l-around {
    align-content: space-around !important;
  }
  .align-content-xxx1l-stretch {
    align-content: stretch !important;
  }
  .align-self-xxx1l-auto {
    align-self: auto !important;
  }
  .align-self-xxx1l-start {
    align-self: flex-start !important;
  }
  .align-self-xxx1l-end {
    align-self: flex-end !important;
  }
  .align-self-xxx1l-center {
    align-self: center !important;
  }
  .align-self-xxx1l-baseline {
    align-self: baseline !important;
  }
  .align-self-xxx1l-stretch {
    align-self: stretch !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.w-100 {
  width: 100% !important;
}
.w-99 {
  width: 99% !important;
}
.w-98 {
  width: 98% !important;
}
.w-97 {
  width: 97% !important;
}
.w-96 {
  width: 96% !important;
}
.w-95 {
  width: 95% !important;
}
.w-94 {
  width: 94% !important;
}
.w-93 {
  width: 93% !important;
}
.w-92 {
  width: 92% !important;
}
.w-91 {
  width: 91% !important;
}
.w-90 {
  width: 90% !important;
}
.w-89 {
  width: 89% !important;
}
.w-88 {
  width: 88% !important;
}
.w-87 {
  width: 87% !important;
}
.w-86 {
  width: 86% !important;
}
.w-85 {
  width: 85% !important;
}
.w-84 {
  width: 84% !important;
}
.w-83 {
  width: 83% !important;
}
.w-82 {
  width: 82% !important;
}
.w-81 {
  width: 81% !important;
}
.w-80 {
  width: 80% !important;
}
.w-79 {
  width: 79% !important;
}
.w-78 {
  width: 78% !important;
}
.w-77 {
  width: 77% !important;
}
.w-76 {
  width: 76% !important;
}
.w-75 {
  width: 75% !important;
}
.w-74 {
  width: 74% !important;
}
.w-73 {
  width: 73% !important;
}
.w-72 {
  width: 72% !important;
}
.w-71 {
  width: 71% !important;
}
.w-70 {
  width: 70% !important;
}
.w-69 {
  width: 69% !important;
}
.w-68 {
  width: 68% !important;
}
.w-67 {
  width: 67% !important;
}
.w-66 {
  width: 66% !important;
}
.w-65 {
  width: 65% !important;
}
.w-64 {
  width: 64% !important;
}
.w-63 {
  width: 63% !important;
}
.w-62 {
  width: 62% !important;
}
.w-61 {
  width: 61% !important;
}
.w-60 {
  width: 60% !important;
}
.w-59 {
  width: 59% !important;
}
.w-58 {
  width: 58% !important;
}
.w-57 {
  width: 57% !important;
}
.w-56 {
  width: 56% !important;
}
.w-55 {
  width: 55% !important;
}
.w-54 {
  width: 54% !important;
}
.w-53 {
  width: 53% !important;
}
.w-52 {
  width: 52% !important;
}
.w-51 {
  width: 51% !important;
}
.w-50 {
  width: 50% !important;
}
.w-49 {
  width: 49% !important;
}
.w-48 {
  width: 48% !important;
}
.w-47 {
  width: 47% !important;
}
.w-46 {
  width: 46% !important;
}
.w-45 {
  width: 45% !important;
}
.w-44 {
  width: 44% !important;
}
.w-43 {
  width: 43% !important;
}
.w-42 {
  width: 42% !important;
}
.w-41 {
  width: 41% !important;
}
.w-40 {
  width: 40% !important;
}
.w-39 {
  width: 39% !important;
}
.w-38 {
  width: 38% !important;
}
.w-37 {
  width: 37% !important;
}
.w-36 {
  width: 36% !important;
}
.w-35 {
  width: 35% !important;
}
.w-34 {
  width: 34% !important;
}
.w-33 {
  width: 33% !important;
}
.w-32 {
  width: 32% !important;
}
.w-31 {
  width: 31% !important;
}
.w-30 {
  width: 30% !important;
}
.w-29 {
  width: 29% !important;
}
.w-28 {
  width: 28% !important;
}
.w-27 {
  width: 27% !important;
}
.w-26 {
  width: 26% !important;
}
.w-25 {
  width: 25% !important;
}
.w-24 {
  width: 24% !important;
}
.w-23 {
  width: 23% !important;
}
.w-22 {
  width: 22% !important;
}
.w-21 {
  width: 21% !important;
}
.w-20 {
  width: 20% !important;
}
.w-19 {
  width: 19% !important;
}
.w-18 {
  width: 18% !important;
}
.w-17 {
  width: 17% !important;
}
.w-16 {
  width: 16% !important;
}
.w-15 {
  width: 15% !important;
}
.w-14 {
  width: 14% !important;
}
.w-13 {
  width: 13% !important;
}
.w-12 {
  width: 12% !important;
}
.w-11 {
  width: 11% !important;
}
.w-10 {
  width: 10% !important;
}
.w-9 {
  width: 9% !important;
}
.w-8 {
  width: 8% !important;
}
.w-7 {
  width: 7% !important;
}
.w-6 {
  width: 6% !important;
}
.w-5 {
  width: 5% !important;
}
.w-4 {
  width: 4% !important;
}
.w-3 {
  width: 3% !important;
}
.w-2 {
  width: 2% !important;
}
.w-1 {
  width: 1% !important;
}
.w-0 {
  width: 0% !important;
}
.h-100 {
  height: 100% !important;
}
.h-99 {
  height: 99% !important;
}
.h-98 {
  height: 98% !important;
}
.h-97 {
  height: 97% !important;
}
.h-96 {
  height: 96% !important;
}
.h-95 {
  height: 95% !important;
}
.h-94 {
  height: 94% !important;
}
.h-93 {
  height: 93% !important;
}
.h-92 {
  height: 92% !important;
}
.h-91 {
  height: 91% !important;
}
.h-90 {
  height: 90% !important;
}
.h-89 {
  height: 89% !important;
}
.h-88 {
  height: 88% !important;
}
.h-87 {
  height: 87% !important;
}
.h-86 {
  height: 86% !important;
}
.h-85 {
  height: 85% !important;
}
.h-84 {
  height: 84% !important;
}
.h-83 {
  height: 83% !important;
}
.h-82 {
  height: 82% !important;
}
.h-81 {
  height: 81% !important;
}
.h-80 {
  height: 80% !important;
}
.h-79 {
  height: 79% !important;
}
.h-78 {
  height: 78% !important;
}
.h-77 {
  height: 77% !important;
}
.h-76 {
  height: 76% !important;
}
.h-75 {
  height: 75% !important;
}
.h-74 {
  height: 74% !important;
}
.h-73 {
  height: 73% !important;
}
.h-72 {
  height: 72% !important;
}
.h-71 {
  height: 71% !important;
}
.h-70 {
  height: 70% !important;
}
.h-69 {
  height: 69% !important;
}
.h-68 {
  height: 68% !important;
}
.h-67 {
  height: 67% !important;
}
.h-66 {
  height: 66% !important;
}
.h-65 {
  height: 65% !important;
}
.h-64 {
  height: 64% !important;
}
.h-63 {
  height: 63% !important;
}
.h-62 {
  height: 62% !important;
}
.h-61 {
  height: 61% !important;
}
.h-60 {
  height: 60% !important;
}
.h-59 {
  height: 59% !important;
}
.h-58 {
  height: 58% !important;
}
.h-57 {
  height: 57% !important;
}
.h-56 {
  height: 56% !important;
}
.h-55 {
  height: 55% !important;
}
.h-54 {
  height: 54% !important;
}
.h-53 {
  height: 53% !important;
}
.h-52 {
  height: 52% !important;
}
.h-51 {
  height: 51% !important;
}
.h-50 {
  height: 50% !important;
}
.h-49 {
  height: 49% !important;
}
.h-48 {
  height: 48% !important;
}
.h-47 {
  height: 47% !important;
}
.h-46 {
  height: 46% !important;
}
.h-45 {
  height: 45% !important;
}
.h-44 {
  height: 44% !important;
}
.h-43 {
  height: 43% !important;
}
.h-42 {
  height: 42% !important;
}
.h-41 {
  height: 41% !important;
}
.h-40 {
  height: 40% !important;
}
.h-39 {
  height: 39% !important;
}
.h-38 {
  height: 38% !important;
}
.h-37 {
  height: 37% !important;
}
.h-36 {
  height: 36% !important;
}
.h-35 {
  height: 35% !important;
}
.h-34 {
  height: 34% !important;
}
.h-33 {
  height: 33% !important;
}
.h-32 {
  height: 32% !important;
}
.h-31 {
  height: 31% !important;
}
.h-30 {
  height: 30% !important;
}
.h-29 {
  height: 29% !important;
}
.h-28 {
  height: 28% !important;
}
.h-27 {
  height: 27% !important;
}
.h-26 {
  height: 26% !important;
}
.h-25 {
  height: 25% !important;
}
.h-24 {
  height: 24% !important;
}
.h-23 {
  height: 23% !important;
}
.h-22 {
  height: 22% !important;
}
.h-21 {
  height: 21% !important;
}
.h-20 {
  height: 20% !important;
}
.h-19 {
  height: 19% !important;
}
.h-18 {
  height: 18% !important;
}
.h-17 {
  height: 17% !important;
}
.h-16 {
  height: 16% !important;
}
.h-15 {
  height: 15% !important;
}
.h-14 {
  height: 14% !important;
}
.h-13 {
  height: 13% !important;
}
.h-12 {
  height: 12% !important;
}
.h-11 {
  height: 11% !important;
}
.h-10 {
  height: 10% !important;
}
.h-9 {
  height: 9% !important;
}
.h-8 {
  height: 8% !important;
}
.h-7 {
  height: 7% !important;
}
.h-6 {
  height: 6% !important;
}
.h-5 {
  height: 5% !important;
}
.h-4 {
  height: 4% !important;
}
.h-3 {
  height: 3% !important;
}
.h-2 {
  height: 2% !important;
}
.h-1 {
  height: 1% !important;
}
.h-0 {
  height: 0% !important;
}
@media (min-width: 320.02px) {
  .w-xxs-100 {
    width: 100% !important;
  }
  .w-xxs-99 {
    width: 99% !important;
  }
  .w-xxs-98 {
    width: 98% !important;
  }
  .w-xxs-97 {
    width: 97% !important;
  }
  .w-xxs-96 {
    width: 96% !important;
  }
  .w-xxs-95 {
    width: 95% !important;
  }
  .w-xxs-94 {
    width: 94% !important;
  }
  .w-xxs-93 {
    width: 93% !important;
  }
  .w-xxs-92 {
    width: 92% !important;
  }
  .w-xxs-91 {
    width: 91% !important;
  }
  .w-xxs-90 {
    width: 90% !important;
  }
  .w-xxs-89 {
    width: 89% !important;
  }
  .w-xxs-88 {
    width: 88% !important;
  }
  .w-xxs-87 {
    width: 87% !important;
  }
  .w-xxs-86 {
    width: 86% !important;
  }
  .w-xxs-85 {
    width: 85% !important;
  }
  .w-xxs-84 {
    width: 84% !important;
  }
  .w-xxs-83 {
    width: 83% !important;
  }
  .w-xxs-82 {
    width: 82% !important;
  }
  .w-xxs-81 {
    width: 81% !important;
  }
  .w-xxs-80 {
    width: 80% !important;
  }
  .w-xxs-79 {
    width: 79% !important;
  }
  .w-xxs-78 {
    width: 78% !important;
  }
  .w-xxs-77 {
    width: 77% !important;
  }
  .w-xxs-76 {
    width: 76% !important;
  }
  .w-xxs-75 {
    width: 75% !important;
  }
  .w-xxs-74 {
    width: 74% !important;
  }
  .w-xxs-73 {
    width: 73% !important;
  }
  .w-xxs-72 {
    width: 72% !important;
  }
  .w-xxs-71 {
    width: 71% !important;
  }
  .w-xxs-70 {
    width: 70% !important;
  }
  .w-xxs-69 {
    width: 69% !important;
  }
  .w-xxs-68 {
    width: 68% !important;
  }
  .w-xxs-67 {
    width: 67% !important;
  }
  .w-xxs-66 {
    width: 66% !important;
  }
  .w-xxs-65 {
    width: 65% !important;
  }
  .w-xxs-64 {
    width: 64% !important;
  }
  .w-xxs-63 {
    width: 63% !important;
  }
  .w-xxs-62 {
    width: 62% !important;
  }
  .w-xxs-61 {
    width: 61% !important;
  }
  .w-xxs-60 {
    width: 60% !important;
  }
  .w-xxs-59 {
    width: 59% !important;
  }
  .w-xxs-58 {
    width: 58% !important;
  }
  .w-xxs-57 {
    width: 57% !important;
  }
  .w-xxs-56 {
    width: 56% !important;
  }
  .w-xxs-55 {
    width: 55% !important;
  }
  .w-xxs-54 {
    width: 54% !important;
  }
  .w-xxs-53 {
    width: 53% !important;
  }
  .w-xxs-52 {
    width: 52% !important;
  }
  .w-xxs-51 {
    width: 51% !important;
  }
  .w-xxs-50 {
    width: 50% !important;
  }
  .w-xxs-49 {
    width: 49% !important;
  }
  .w-xxs-48 {
    width: 48% !important;
  }
  .w-xxs-47 {
    width: 47% !important;
  }
  .w-xxs-46 {
    width: 46% !important;
  }
  .w-xxs-45 {
    width: 45% !important;
  }
  .w-xxs-44 {
    width: 44% !important;
  }
  .w-xxs-43 {
    width: 43% !important;
  }
  .w-xxs-42 {
    width: 42% !important;
  }
  .w-xxs-41 {
    width: 41% !important;
  }
  .w-xxs-40 {
    width: 40% !important;
  }
  .w-xxs-39 {
    width: 39% !important;
  }
  .w-xxs-38 {
    width: 38% !important;
  }
  .w-xxs-37 {
    width: 37% !important;
  }
  .w-xxs-36 {
    width: 36% !important;
  }
  .w-xxs-35 {
    width: 35% !important;
  }
  .w-xxs-34 {
    width: 34% !important;
  }
  .w-xxs-33 {
    width: 33% !important;
  }
  .w-xxs-32 {
    width: 32% !important;
  }
  .w-xxs-31 {
    width: 31% !important;
  }
  .w-xxs-30 {
    width: 30% !important;
  }
  .w-xxs-29 {
    width: 29% !important;
  }
  .w-xxs-28 {
    width: 28% !important;
  }
  .w-xxs-27 {
    width: 27% !important;
  }
  .w-xxs-26 {
    width: 26% !important;
  }
  .w-xxs-25 {
    width: 25% !important;
  }
  .w-xxs-24 {
    width: 24% !important;
  }
  .w-xxs-23 {
    width: 23% !important;
  }
  .w-xxs-22 {
    width: 22% !important;
  }
  .w-xxs-21 {
    width: 21% !important;
  }
  .w-xxs-20 {
    width: 20% !important;
  }
  .w-xxs-19 {
    width: 19% !important;
  }
  .w-xxs-18 {
    width: 18% !important;
  }
  .w-xxs-17 {
    width: 17% !important;
  }
  .w-xxs-16 {
    width: 16% !important;
  }
  .w-xxs-15 {
    width: 15% !important;
  }
  .w-xxs-14 {
    width: 14% !important;
  }
  .w-xxs-13 {
    width: 13% !important;
  }
  .w-xxs-12 {
    width: 12% !important;
  }
  .w-xxs-11 {
    width: 11% !important;
  }
  .w-xxs-10 {
    width: 10% !important;
  }
  .w-xxs-9 {
    width: 9% !important;
  }
  .w-xxs-8 {
    width: 8% !important;
  }
  .w-xxs-7 {
    width: 7% !important;
  }
  .w-xxs-6 {
    width: 6% !important;
  }
  .w-xxs-5 {
    width: 5% !important;
  }
  .w-xxs-4 {
    width: 4% !important;
  }
  .w-xxs-3 {
    width: 3% !important;
  }
  .w-xxs-2 {
    width: 2% !important;
  }
  .w-xxs-1 {
    width: 1% !important;
  }
  .w-xxs-0 {
    width: 0% !important;
  }
  .h-xxs-100 {
    height: 100% !important;
  }
  .h-xxs-99 {
    height: 99% !important;
  }
  .h-xxs-98 {
    height: 98% !important;
  }
  .h-xxs-97 {
    height: 97% !important;
  }
  .h-xxs-96 {
    height: 96% !important;
  }
  .h-xxs-95 {
    height: 95% !important;
  }
  .h-xxs-94 {
    height: 94% !important;
  }
  .h-xxs-93 {
    height: 93% !important;
  }
  .h-xxs-92 {
    height: 92% !important;
  }
  .h-xxs-91 {
    height: 91% !important;
  }
  .h-xxs-90 {
    height: 90% !important;
  }
  .h-xxs-89 {
    height: 89% !important;
  }
  .h-xxs-88 {
    height: 88% !important;
  }
  .h-xxs-87 {
    height: 87% !important;
  }
  .h-xxs-86 {
    height: 86% !important;
  }
  .h-xxs-85 {
    height: 85% !important;
  }
  .h-xxs-84 {
    height: 84% !important;
  }
  .h-xxs-83 {
    height: 83% !important;
  }
  .h-xxs-82 {
    height: 82% !important;
  }
  .h-xxs-81 {
    height: 81% !important;
  }
  .h-xxs-80 {
    height: 80% !important;
  }
  .h-xxs-79 {
    height: 79% !important;
  }
  .h-xxs-78 {
    height: 78% !important;
  }
  .h-xxs-77 {
    height: 77% !important;
  }
  .h-xxs-76 {
    height: 76% !important;
  }
  .h-xxs-75 {
    height: 75% !important;
  }
  .h-xxs-74 {
    height: 74% !important;
  }
  .h-xxs-73 {
    height: 73% !important;
  }
  .h-xxs-72 {
    height: 72% !important;
  }
  .h-xxs-71 {
    height: 71% !important;
  }
  .h-xxs-70 {
    height: 70% !important;
  }
  .h-xxs-69 {
    height: 69% !important;
  }
  .h-xxs-68 {
    height: 68% !important;
  }
  .h-xxs-67 {
    height: 67% !important;
  }
  .h-xxs-66 {
    height: 66% !important;
  }
  .h-xxs-65 {
    height: 65% !important;
  }
  .h-xxs-64 {
    height: 64% !important;
  }
  .h-xxs-63 {
    height: 63% !important;
  }
  .h-xxs-62 {
    height: 62% !important;
  }
  .h-xxs-61 {
    height: 61% !important;
  }
  .h-xxs-60 {
    height: 60% !important;
  }
  .h-xxs-59 {
    height: 59% !important;
  }
  .h-xxs-58 {
    height: 58% !important;
  }
  .h-xxs-57 {
    height: 57% !important;
  }
  .h-xxs-56 {
    height: 56% !important;
  }
  .h-xxs-55 {
    height: 55% !important;
  }
  .h-xxs-54 {
    height: 54% !important;
  }
  .h-xxs-53 {
    height: 53% !important;
  }
  .h-xxs-52 {
    height: 52% !important;
  }
  .h-xxs-51 {
    height: 51% !important;
  }
  .h-xxs-50 {
    height: 50% !important;
  }
  .h-xxs-49 {
    height: 49% !important;
  }
  .h-xxs-48 {
    height: 48% !important;
  }
  .h-xxs-47 {
    height: 47% !important;
  }
  .h-xxs-46 {
    height: 46% !important;
  }
  .h-xxs-45 {
    height: 45% !important;
  }
  .h-xxs-44 {
    height: 44% !important;
  }
  .h-xxs-43 {
    height: 43% !important;
  }
  .h-xxs-42 {
    height: 42% !important;
  }
  .h-xxs-41 {
    height: 41% !important;
  }
  .h-xxs-40 {
    height: 40% !important;
  }
  .h-xxs-39 {
    height: 39% !important;
  }
  .h-xxs-38 {
    height: 38% !important;
  }
  .h-xxs-37 {
    height: 37% !important;
  }
  .h-xxs-36 {
    height: 36% !important;
  }
  .h-xxs-35 {
    height: 35% !important;
  }
  .h-xxs-34 {
    height: 34% !important;
  }
  .h-xxs-33 {
    height: 33% !important;
  }
  .h-xxs-32 {
    height: 32% !important;
  }
  .h-xxs-31 {
    height: 31% !important;
  }
  .h-xxs-30 {
    height: 30% !important;
  }
  .h-xxs-29 {
    height: 29% !important;
  }
  .h-xxs-28 {
    height: 28% !important;
  }
  .h-xxs-27 {
    height: 27% !important;
  }
  .h-xxs-26 {
    height: 26% !important;
  }
  .h-xxs-25 {
    height: 25% !important;
  }
  .h-xxs-24 {
    height: 24% !important;
  }
  .h-xxs-23 {
    height: 23% !important;
  }
  .h-xxs-22 {
    height: 22% !important;
  }
  .h-xxs-21 {
    height: 21% !important;
  }
  .h-xxs-20 {
    height: 20% !important;
  }
  .h-xxs-19 {
    height: 19% !important;
  }
  .h-xxs-18 {
    height: 18% !important;
  }
  .h-xxs-17 {
    height: 17% !important;
  }
  .h-xxs-16 {
    height: 16% !important;
  }
  .h-xxs-15 {
    height: 15% !important;
  }
  .h-xxs-14 {
    height: 14% !important;
  }
  .h-xxs-13 {
    height: 13% !important;
  }
  .h-xxs-12 {
    height: 12% !important;
  }
  .h-xxs-11 {
    height: 11% !important;
  }
  .h-xxs-10 {
    height: 10% !important;
  }
  .h-xxs-9 {
    height: 9% !important;
  }
  .h-xxs-8 {
    height: 8% !important;
  }
  .h-xxs-7 {
    height: 7% !important;
  }
  .h-xxs-6 {
    height: 6% !important;
  }
  .h-xxs-5 {
    height: 5% !important;
  }
  .h-xxs-4 {
    height: 4% !important;
  }
  .h-xxs-3 {
    height: 3% !important;
  }
  .h-xxs-2 {
    height: 2% !important;
  }
  .h-xxs-1 {
    height: 1% !important;
  }
  .h-xxs-0 {
    height: 0% !important;
  }
}
@media (min-width: 375.02px) {
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-99 {
    width: 99% !important;
  }
  .w-xs-98 {
    width: 98% !important;
  }
  .w-xs-97 {
    width: 97% !important;
  }
  .w-xs-96 {
    width: 96% !important;
  }
  .w-xs-95 {
    width: 95% !important;
  }
  .w-xs-94 {
    width: 94% !important;
  }
  .w-xs-93 {
    width: 93% !important;
  }
  .w-xs-92 {
    width: 92% !important;
  }
  .w-xs-91 {
    width: 91% !important;
  }
  .w-xs-90 {
    width: 90% !important;
  }
  .w-xs-89 {
    width: 89% !important;
  }
  .w-xs-88 {
    width: 88% !important;
  }
  .w-xs-87 {
    width: 87% !important;
  }
  .w-xs-86 {
    width: 86% !important;
  }
  .w-xs-85 {
    width: 85% !important;
  }
  .w-xs-84 {
    width: 84% !important;
  }
  .w-xs-83 {
    width: 83% !important;
  }
  .w-xs-82 {
    width: 82% !important;
  }
  .w-xs-81 {
    width: 81% !important;
  }
  .w-xs-80 {
    width: 80% !important;
  }
  .w-xs-79 {
    width: 79% !important;
  }
  .w-xs-78 {
    width: 78% !important;
  }
  .w-xs-77 {
    width: 77% !important;
  }
  .w-xs-76 {
    width: 76% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-74 {
    width: 74% !important;
  }
  .w-xs-73 {
    width: 73% !important;
  }
  .w-xs-72 {
    width: 72% !important;
  }
  .w-xs-71 {
    width: 71% !important;
  }
  .w-xs-70 {
    width: 70% !important;
  }
  .w-xs-69 {
    width: 69% !important;
  }
  .w-xs-68 {
    width: 68% !important;
  }
  .w-xs-67 {
    width: 67% !important;
  }
  .w-xs-66 {
    width: 66% !important;
  }
  .w-xs-65 {
    width: 65% !important;
  }
  .w-xs-64 {
    width: 64% !important;
  }
  .w-xs-63 {
    width: 63% !important;
  }
  .w-xs-62 {
    width: 62% !important;
  }
  .w-xs-61 {
    width: 61% !important;
  }
  .w-xs-60 {
    width: 60% !important;
  }
  .w-xs-59 {
    width: 59% !important;
  }
  .w-xs-58 {
    width: 58% !important;
  }
  .w-xs-57 {
    width: 57% !important;
  }
  .w-xs-56 {
    width: 56% !important;
  }
  .w-xs-55 {
    width: 55% !important;
  }
  .w-xs-54 {
    width: 54% !important;
  }
  .w-xs-53 {
    width: 53% !important;
  }
  .w-xs-52 {
    width: 52% !important;
  }
  .w-xs-51 {
    width: 51% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-49 {
    width: 49% !important;
  }
  .w-xs-48 {
    width: 48% !important;
  }
  .w-xs-47 {
    width: 47% !important;
  }
  .w-xs-46 {
    width: 46% !important;
  }
  .w-xs-45 {
    width: 45% !important;
  }
  .w-xs-44 {
    width: 44% !important;
  }
  .w-xs-43 {
    width: 43% !important;
  }
  .w-xs-42 {
    width: 42% !important;
  }
  .w-xs-41 {
    width: 41% !important;
  }
  .w-xs-40 {
    width: 40% !important;
  }
  .w-xs-39 {
    width: 39% !important;
  }
  .w-xs-38 {
    width: 38% !important;
  }
  .w-xs-37 {
    width: 37% !important;
  }
  .w-xs-36 {
    width: 36% !important;
  }
  .w-xs-35 {
    width: 35% !important;
  }
  .w-xs-34 {
    width: 34% !important;
  }
  .w-xs-33 {
    width: 33% !important;
  }
  .w-xs-32 {
    width: 32% !important;
  }
  .w-xs-31 {
    width: 31% !important;
  }
  .w-xs-30 {
    width: 30% !important;
  }
  .w-xs-29 {
    width: 29% !important;
  }
  .w-xs-28 {
    width: 28% !important;
  }
  .w-xs-27 {
    width: 27% !important;
  }
  .w-xs-26 {
    width: 26% !important;
  }
  .w-xs-25 {
    width: 25% !important;
  }
  .w-xs-24 {
    width: 24% !important;
  }
  .w-xs-23 {
    width: 23% !important;
  }
  .w-xs-22 {
    width: 22% !important;
  }
  .w-xs-21 {
    width: 21% !important;
  }
  .w-xs-20 {
    width: 20% !important;
  }
  .w-xs-19 {
    width: 19% !important;
  }
  .w-xs-18 {
    width: 18% !important;
  }
  .w-xs-17 {
    width: 17% !important;
  }
  .w-xs-16 {
    width: 16% !important;
  }
  .w-xs-15 {
    width: 15% !important;
  }
  .w-xs-14 {
    width: 14% !important;
  }
  .w-xs-13 {
    width: 13% !important;
  }
  .w-xs-12 {
    width: 12% !important;
  }
  .w-xs-11 {
    width: 11% !important;
  }
  .w-xs-10 {
    width: 10% !important;
  }
  .w-xs-9 {
    width: 9% !important;
  }
  .w-xs-8 {
    width: 8% !important;
  }
  .w-xs-7 {
    width: 7% !important;
  }
  .w-xs-6 {
    width: 6% !important;
  }
  .w-xs-5 {
    width: 5% !important;
  }
  .w-xs-4 {
    width: 4% !important;
  }
  .w-xs-3 {
    width: 3% !important;
  }
  .w-xs-2 {
    width: 2% !important;
  }
  .w-xs-1 {
    width: 1% !important;
  }
  .w-xs-0 {
    width: 0% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
  .h-xs-99 {
    height: 99% !important;
  }
  .h-xs-98 {
    height: 98% !important;
  }
  .h-xs-97 {
    height: 97% !important;
  }
  .h-xs-96 {
    height: 96% !important;
  }
  .h-xs-95 {
    height: 95% !important;
  }
  .h-xs-94 {
    height: 94% !important;
  }
  .h-xs-93 {
    height: 93% !important;
  }
  .h-xs-92 {
    height: 92% !important;
  }
  .h-xs-91 {
    height: 91% !important;
  }
  .h-xs-90 {
    height: 90% !important;
  }
  .h-xs-89 {
    height: 89% !important;
  }
  .h-xs-88 {
    height: 88% !important;
  }
  .h-xs-87 {
    height: 87% !important;
  }
  .h-xs-86 {
    height: 86% !important;
  }
  .h-xs-85 {
    height: 85% !important;
  }
  .h-xs-84 {
    height: 84% !important;
  }
  .h-xs-83 {
    height: 83% !important;
  }
  .h-xs-82 {
    height: 82% !important;
  }
  .h-xs-81 {
    height: 81% !important;
  }
  .h-xs-80 {
    height: 80% !important;
  }
  .h-xs-79 {
    height: 79% !important;
  }
  .h-xs-78 {
    height: 78% !important;
  }
  .h-xs-77 {
    height: 77% !important;
  }
  .h-xs-76 {
    height: 76% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
  .h-xs-74 {
    height: 74% !important;
  }
  .h-xs-73 {
    height: 73% !important;
  }
  .h-xs-72 {
    height: 72% !important;
  }
  .h-xs-71 {
    height: 71% !important;
  }
  .h-xs-70 {
    height: 70% !important;
  }
  .h-xs-69 {
    height: 69% !important;
  }
  .h-xs-68 {
    height: 68% !important;
  }
  .h-xs-67 {
    height: 67% !important;
  }
  .h-xs-66 {
    height: 66% !important;
  }
  .h-xs-65 {
    height: 65% !important;
  }
  .h-xs-64 {
    height: 64% !important;
  }
  .h-xs-63 {
    height: 63% !important;
  }
  .h-xs-62 {
    height: 62% !important;
  }
  .h-xs-61 {
    height: 61% !important;
  }
  .h-xs-60 {
    height: 60% !important;
  }
  .h-xs-59 {
    height: 59% !important;
  }
  .h-xs-58 {
    height: 58% !important;
  }
  .h-xs-57 {
    height: 57% !important;
  }
  .h-xs-56 {
    height: 56% !important;
  }
  .h-xs-55 {
    height: 55% !important;
  }
  .h-xs-54 {
    height: 54% !important;
  }
  .h-xs-53 {
    height: 53% !important;
  }
  .h-xs-52 {
    height: 52% !important;
  }
  .h-xs-51 {
    height: 51% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
  .h-xs-49 {
    height: 49% !important;
  }
  .h-xs-48 {
    height: 48% !important;
  }
  .h-xs-47 {
    height: 47% !important;
  }
  .h-xs-46 {
    height: 46% !important;
  }
  .h-xs-45 {
    height: 45% !important;
  }
  .h-xs-44 {
    height: 44% !important;
  }
  .h-xs-43 {
    height: 43% !important;
  }
  .h-xs-42 {
    height: 42% !important;
  }
  .h-xs-41 {
    height: 41% !important;
  }
  .h-xs-40 {
    height: 40% !important;
  }
  .h-xs-39 {
    height: 39% !important;
  }
  .h-xs-38 {
    height: 38% !important;
  }
  .h-xs-37 {
    height: 37% !important;
  }
  .h-xs-36 {
    height: 36% !important;
  }
  .h-xs-35 {
    height: 35% !important;
  }
  .h-xs-34 {
    height: 34% !important;
  }
  .h-xs-33 {
    height: 33% !important;
  }
  .h-xs-32 {
    height: 32% !important;
  }
  .h-xs-31 {
    height: 31% !important;
  }
  .h-xs-30 {
    height: 30% !important;
  }
  .h-xs-29 {
    height: 29% !important;
  }
  .h-xs-28 {
    height: 28% !important;
  }
  .h-xs-27 {
    height: 27% !important;
  }
  .h-xs-26 {
    height: 26% !important;
  }
  .h-xs-25 {
    height: 25% !important;
  }
  .h-xs-24 {
    height: 24% !important;
  }
  .h-xs-23 {
    height: 23% !important;
  }
  .h-xs-22 {
    height: 22% !important;
  }
  .h-xs-21 {
    height: 21% !important;
  }
  .h-xs-20 {
    height: 20% !important;
  }
  .h-xs-19 {
    height: 19% !important;
  }
  .h-xs-18 {
    height: 18% !important;
  }
  .h-xs-17 {
    height: 17% !important;
  }
  .h-xs-16 {
    height: 16% !important;
  }
  .h-xs-15 {
    height: 15% !important;
  }
  .h-xs-14 {
    height: 14% !important;
  }
  .h-xs-13 {
    height: 13% !important;
  }
  .h-xs-12 {
    height: 12% !important;
  }
  .h-xs-11 {
    height: 11% !important;
  }
  .h-xs-10 {
    height: 10% !important;
  }
  .h-xs-9 {
    height: 9% !important;
  }
  .h-xs-8 {
    height: 8% !important;
  }
  .h-xs-7 {
    height: 7% !important;
  }
  .h-xs-6 {
    height: 6% !important;
  }
  .h-xs-5 {
    height: 5% !important;
  }
  .h-xs-4 {
    height: 4% !important;
  }
  .h-xs-3 {
    height: 3% !important;
  }
  .h-xs-2 {
    height: 2% !important;
  }
  .h-xs-1 {
    height: 1% !important;
  }
  .h-xs-0 {
    height: 0% !important;
  }
}
@media (min-width: 576.02px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-99 {
    width: 99% !important;
  }
  .w-sm-98 {
    width: 98% !important;
  }
  .w-sm-97 {
    width: 97% !important;
  }
  .w-sm-96 {
    width: 96% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-94 {
    width: 94% !important;
  }
  .w-sm-93 {
    width: 93% !important;
  }
  .w-sm-92 {
    width: 92% !important;
  }
  .w-sm-91 {
    width: 91% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-89 {
    width: 89% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-87 {
    width: 87% !important;
  }
  .w-sm-86 {
    width: 86% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-84 {
    width: 84% !important;
  }
  .w-sm-83 {
    width: 83% !important;
  }
  .w-sm-82 {
    width: 82% !important;
  }
  .w-sm-81 {
    width: 81% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-79 {
    width: 79% !important;
  }
  .w-sm-78 {
    width: 78% !important;
  }
  .w-sm-77 {
    width: 77% !important;
  }
  .w-sm-76 {
    width: 76% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-74 {
    width: 74% !important;
  }
  .w-sm-73 {
    width: 73% !important;
  }
  .w-sm-72 {
    width: 72% !important;
  }
  .w-sm-71 {
    width: 71% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-69 {
    width: 69% !important;
  }
  .w-sm-68 {
    width: 68% !important;
  }
  .w-sm-67 {
    width: 67% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-64 {
    width: 64% !important;
  }
  .w-sm-63 {
    width: 63% !important;
  }
  .w-sm-62 {
    width: 62% !important;
  }
  .w-sm-61 {
    width: 61% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-59 {
    width: 59% !important;
  }
  .w-sm-58 {
    width: 58% !important;
  }
  .w-sm-57 {
    width: 57% !important;
  }
  .w-sm-56 {
    width: 56% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-54 {
    width: 54% !important;
  }
  .w-sm-53 {
    width: 53% !important;
  }
  .w-sm-52 {
    width: 52% !important;
  }
  .w-sm-51 {
    width: 51% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-49 {
    width: 49% !important;
  }
  .w-sm-48 {
    width: 48% !important;
  }
  .w-sm-47 {
    width: 47% !important;
  }
  .w-sm-46 {
    width: 46% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-44 {
    width: 44% !important;
  }
  .w-sm-43 {
    width: 43% !important;
  }
  .w-sm-42 {
    width: 42% !important;
  }
  .w-sm-41 {
    width: 41% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-39 {
    width: 39% !important;
  }
  .w-sm-38 {
    width: 38% !important;
  }
  .w-sm-37 {
    width: 37% !important;
  }
  .w-sm-36 {
    width: 36% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-34 {
    width: 34% !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-32 {
    width: 32% !important;
  }
  .w-sm-31 {
    width: 31% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-29 {
    width: 29% !important;
  }
  .w-sm-28 {
    width: 28% !important;
  }
  .w-sm-27 {
    width: 27% !important;
  }
  .w-sm-26 {
    width: 26% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-24 {
    width: 24% !important;
  }
  .w-sm-23 {
    width: 23% !important;
  }
  .w-sm-22 {
    width: 22% !important;
  }
  .w-sm-21 {
    width: 21% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-19 {
    width: 19% !important;
  }
  .w-sm-18 {
    width: 18% !important;
  }
  .w-sm-17 {
    width: 17% !important;
  }
  .w-sm-16 {
    width: 16% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-14 {
    width: 14% !important;
  }
  .w-sm-13 {
    width: 13% !important;
  }
  .w-sm-12 {
    width: 12% !important;
  }
  .w-sm-11 {
    width: 11% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-9 {
    width: 9% !important;
  }
  .w-sm-8 {
    width: 8% !important;
  }
  .w-sm-7 {
    width: 7% !important;
  }
  .w-sm-6 {
    width: 6% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-4 {
    width: 4% !important;
  }
  .w-sm-3 {
    width: 3% !important;
  }
  .w-sm-2 {
    width: 2% !important;
  }
  .w-sm-1 {
    width: 1% !important;
  }
  .w-sm-0 {
    width: 0% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-99 {
    height: 99% !important;
  }
  .h-sm-98 {
    height: 98% !important;
  }
  .h-sm-97 {
    height: 97% !important;
  }
  .h-sm-96 {
    height: 96% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-94 {
    height: 94% !important;
  }
  .h-sm-93 {
    height: 93% !important;
  }
  .h-sm-92 {
    height: 92% !important;
  }
  .h-sm-91 {
    height: 91% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-89 {
    height: 89% !important;
  }
  .h-sm-88 {
    height: 88% !important;
  }
  .h-sm-87 {
    height: 87% !important;
  }
  .h-sm-86 {
    height: 86% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-84 {
    height: 84% !important;
  }
  .h-sm-83 {
    height: 83% !important;
  }
  .h-sm-82 {
    height: 82% !important;
  }
  .h-sm-81 {
    height: 81% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-79 {
    height: 79% !important;
  }
  .h-sm-78 {
    height: 78% !important;
  }
  .h-sm-77 {
    height: 77% !important;
  }
  .h-sm-76 {
    height: 76% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-74 {
    height: 74% !important;
  }
  .h-sm-73 {
    height: 73% !important;
  }
  .h-sm-72 {
    height: 72% !important;
  }
  .h-sm-71 {
    height: 71% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-69 {
    height: 69% !important;
  }
  .h-sm-68 {
    height: 68% !important;
  }
  .h-sm-67 {
    height: 67% !important;
  }
  .h-sm-66 {
    height: 66% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-64 {
    height: 64% !important;
  }
  .h-sm-63 {
    height: 63% !important;
  }
  .h-sm-62 {
    height: 62% !important;
  }
  .h-sm-61 {
    height: 61% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-59 {
    height: 59% !important;
  }
  .h-sm-58 {
    height: 58% !important;
  }
  .h-sm-57 {
    height: 57% !important;
  }
  .h-sm-56 {
    height: 56% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .h-sm-54 {
    height: 54% !important;
  }
  .h-sm-53 {
    height: 53% !important;
  }
  .h-sm-52 {
    height: 52% !important;
  }
  .h-sm-51 {
    height: 51% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-49 {
    height: 49% !important;
  }
  .h-sm-48 {
    height: 48% !important;
  }
  .h-sm-47 {
    height: 47% !important;
  }
  .h-sm-46 {
    height: 46% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-44 {
    height: 44% !important;
  }
  .h-sm-43 {
    height: 43% !important;
  }
  .h-sm-42 {
    height: 42% !important;
  }
  .h-sm-41 {
    height: 41% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-39 {
    height: 39% !important;
  }
  .h-sm-38 {
    height: 38% !important;
  }
  .h-sm-37 {
    height: 37% !important;
  }
  .h-sm-36 {
    height: 36% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-34 {
    height: 34% !important;
  }
  .h-sm-33 {
    height: 33% !important;
  }
  .h-sm-32 {
    height: 32% !important;
  }
  .h-sm-31 {
    height: 31% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-29 {
    height: 29% !important;
  }
  .h-sm-28 {
    height: 28% !important;
  }
  .h-sm-27 {
    height: 27% !important;
  }
  .h-sm-26 {
    height: 26% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-24 {
    height: 24% !important;
  }
  .h-sm-23 {
    height: 23% !important;
  }
  .h-sm-22 {
    height: 22% !important;
  }
  .h-sm-21 {
    height: 21% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-19 {
    height: 19% !important;
  }
  .h-sm-18 {
    height: 18% !important;
  }
  .h-sm-17 {
    height: 17% !important;
  }
  .h-sm-16 {
    height: 16% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .h-sm-14 {
    height: 14% !important;
  }
  .h-sm-13 {
    height: 13% !important;
  }
  .h-sm-12 {
    height: 12% !important;
  }
  .h-sm-11 {
    height: 11% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-9 {
    height: 9% !important;
  }
  .h-sm-8 {
    height: 8% !important;
  }
  .h-sm-7 {
    height: 7% !important;
  }
  .h-sm-6 {
    height: 6% !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-4 {
    height: 4% !important;
  }
  .h-sm-3 {
    height: 3% !important;
  }
  .h-sm-2 {
    height: 2% !important;
  }
  .h-sm-1 {
    height: 1% !important;
  }
  .h-sm-0 {
    height: 0% !important;
  }
}
@media (min-width: 768.02px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-99 {
    width: 99% !important;
  }
  .w-md-98 {
    width: 98% !important;
  }
  .w-md-97 {
    width: 97% !important;
  }
  .w-md-96 {
    width: 96% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-93 {
    width: 93% !important;
  }
  .w-md-92 {
    width: 92% !important;
  }
  .w-md-91 {
    width: 91% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-89 {
    width: 89% !important;
  }
  .w-md-88 {
    width: 88% !important;
  }
  .w-md-87 {
    width: 87% !important;
  }
  .w-md-86 {
    width: 86% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-84 {
    width: 84% !important;
  }
  .w-md-83 {
    width: 83% !important;
  }
  .w-md-82 {
    width: 82% !important;
  }
  .w-md-81 {
    width: 81% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-79 {
    width: 79% !important;
  }
  .w-md-78 {
    width: 78% !important;
  }
  .w-md-77 {
    width: 77% !important;
  }
  .w-md-76 {
    width: 76% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-74 {
    width: 74% !important;
  }
  .w-md-73 {
    width: 73% !important;
  }
  .w-md-72 {
    width: 72% !important;
  }
  .w-md-71 {
    width: 71% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-69 {
    width: 69% !important;
  }
  .w-md-68 {
    width: 68% !important;
  }
  .w-md-67 {
    width: 67% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-64 {
    width: 64% !important;
  }
  .w-md-63 {
    width: 63% !important;
  }
  .w-md-62 {
    width: 62% !important;
  }
  .w-md-61 {
    width: 61% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-59 {
    width: 59% !important;
  }
  .w-md-58 {
    width: 58% !important;
  }
  .w-md-57 {
    width: 57% !important;
  }
  .w-md-56 {
    width: 56% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-54 {
    width: 54% !important;
  }
  .w-md-53 {
    width: 53% !important;
  }
  .w-md-52 {
    width: 52% !important;
  }
  .w-md-51 {
    width: 51% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-49 {
    width: 49% !important;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .w-md-47 {
    width: 47% !important;
  }
  .w-md-46 {
    width: 46% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-44 {
    width: 44% !important;
  }
  .w-md-43 {
    width: 43% !important;
  }
  .w-md-42 {
    width: 42% !important;
  }
  .w-md-41 {
    width: 41% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-39 {
    width: 39% !important;
  }
  .w-md-38 {
    width: 38% !important;
  }
  .w-md-37 {
    width: 37% !important;
  }
  .w-md-36 {
    width: 36% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-34 {
    width: 34% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-32 {
    width: 32% !important;
  }
  .w-md-31 {
    width: 31% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-29 {
    width: 29% !important;
  }
  .w-md-28 {
    width: 28% !important;
  }
  .w-md-27 {
    width: 27% !important;
  }
  .w-md-26 {
    width: 26% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-24 {
    width: 24% !important;
  }
  .w-md-23 {
    width: 23% !important;
  }
  .w-md-22 {
    width: 22% !important;
  }
  .w-md-21 {
    width: 21% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-19 {
    width: 19% !important;
  }
  .w-md-18 {
    width: 18% !important;
  }
  .w-md-17 {
    width: 17% !important;
  }
  .w-md-16 {
    width: 16% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-14 {
    width: 14% !important;
  }
  .w-md-13 {
    width: 13% !important;
  }
  .w-md-12 {
    width: 12% !important;
  }
  .w-md-11 {
    width: 11% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-9 {
    width: 9% !important;
  }
  .w-md-8 {
    width: 8% !important;
  }
  .w-md-7 {
    width: 7% !important;
  }
  .w-md-6 {
    width: 6% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-4 {
    width: 4% !important;
  }
  .w-md-3 {
    width: 3% !important;
  }
  .w-md-2 {
    width: 2% !important;
  }
  .w-md-1 {
    width: 1% !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-99 {
    height: 99% !important;
  }
  .h-md-98 {
    height: 98% !important;
  }
  .h-md-97 {
    height: 97% !important;
  }
  .h-md-96 {
    height: 96% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-94 {
    height: 94% !important;
  }
  .h-md-93 {
    height: 93% !important;
  }
  .h-md-92 {
    height: 92% !important;
  }
  .h-md-91 {
    height: 91% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-89 {
    height: 89% !important;
  }
  .h-md-88 {
    height: 88% !important;
  }
  .h-md-87 {
    height: 87% !important;
  }
  .h-md-86 {
    height: 86% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-84 {
    height: 84% !important;
  }
  .h-md-83 {
    height: 83% !important;
  }
  .h-md-82 {
    height: 82% !important;
  }
  .h-md-81 {
    height: 81% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-79 {
    height: 79% !important;
  }
  .h-md-78 {
    height: 78% !important;
  }
  .h-md-77 {
    height: 77% !important;
  }
  .h-md-76 {
    height: 76% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-74 {
    height: 74% !important;
  }
  .h-md-73 {
    height: 73% !important;
  }
  .h-md-72 {
    height: 72% !important;
  }
  .h-md-71 {
    height: 71% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-69 {
    height: 69% !important;
  }
  .h-md-68 {
    height: 68% !important;
  }
  .h-md-67 {
    height: 67% !important;
  }
  .h-md-66 {
    height: 66% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-64 {
    height: 64% !important;
  }
  .h-md-63 {
    height: 63% !important;
  }
  .h-md-62 {
    height: 62% !important;
  }
  .h-md-61 {
    height: 61% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-59 {
    height: 59% !important;
  }
  .h-md-58 {
    height: 58% !important;
  }
  .h-md-57 {
    height: 57% !important;
  }
  .h-md-56 {
    height: 56% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .h-md-54 {
    height: 54% !important;
  }
  .h-md-53 {
    height: 53% !important;
  }
  .h-md-52 {
    height: 52% !important;
  }
  .h-md-51 {
    height: 51% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-49 {
    height: 49% !important;
  }
  .h-md-48 {
    height: 48% !important;
  }
  .h-md-47 {
    height: 47% !important;
  }
  .h-md-46 {
    height: 46% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-44 {
    height: 44% !important;
  }
  .h-md-43 {
    height: 43% !important;
  }
  .h-md-42 {
    height: 42% !important;
  }
  .h-md-41 {
    height: 41% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-39 {
    height: 39% !important;
  }
  .h-md-38 {
    height: 38% !important;
  }
  .h-md-37 {
    height: 37% !important;
  }
  .h-md-36 {
    height: 36% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-34 {
    height: 34% !important;
  }
  .h-md-33 {
    height: 33% !important;
  }
  .h-md-32 {
    height: 32% !important;
  }
  .h-md-31 {
    height: 31% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-29 {
    height: 29% !important;
  }
  .h-md-28 {
    height: 28% !important;
  }
  .h-md-27 {
    height: 27% !important;
  }
  .h-md-26 {
    height: 26% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-24 {
    height: 24% !important;
  }
  .h-md-23 {
    height: 23% !important;
  }
  .h-md-22 {
    height: 22% !important;
  }
  .h-md-21 {
    height: 21% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-19 {
    height: 19% !important;
  }
  .h-md-18 {
    height: 18% !important;
  }
  .h-md-17 {
    height: 17% !important;
  }
  .h-md-16 {
    height: 16% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .h-md-14 {
    height: 14% !important;
  }
  .h-md-13 {
    height: 13% !important;
  }
  .h-md-12 {
    height: 12% !important;
  }
  .h-md-11 {
    height: 11% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-9 {
    height: 9% !important;
  }
  .h-md-8 {
    height: 8% !important;
  }
  .h-md-7 {
    height: 7% !important;
  }
  .h-md-6 {
    height: 6% !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-4 {
    height: 4% !important;
  }
  .h-md-3 {
    height: 3% !important;
  }
  .h-md-2 {
    height: 2% !important;
  }
  .h-md-1 {
    height: 1% !important;
  }
  .h-md-0 {
    height: 0% !important;
  }
}
@media (min-width: 1024.02px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-99 {
    width: 99% !important;
  }
  .w-lg-98 {
    width: 98% !important;
  }
  .w-lg-97 {
    width: 97% !important;
  }
  .w-lg-96 {
    width: 96% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-94 {
    width: 94% !important;
  }
  .w-lg-93 {
    width: 93% !important;
  }
  .w-lg-92 {
    width: 92% !important;
  }
  .w-lg-91 {
    width: 91% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-89 {
    width: 89% !important;
  }
  .w-lg-88 {
    width: 88% !important;
  }
  .w-lg-87 {
    width: 87% !important;
  }
  .w-lg-86 {
    width: 86% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-84 {
    width: 84% !important;
  }
  .w-lg-83 {
    width: 83% !important;
  }
  .w-lg-82 {
    width: 82% !important;
  }
  .w-lg-81 {
    width: 81% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-79 {
    width: 79% !important;
  }
  .w-lg-78 {
    width: 78% !important;
  }
  .w-lg-77 {
    width: 77% !important;
  }
  .w-lg-76 {
    width: 76% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-74 {
    width: 74% !important;
  }
  .w-lg-73 {
    width: 73% !important;
  }
  .w-lg-72 {
    width: 72% !important;
  }
  .w-lg-71 {
    width: 71% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-69 {
    width: 69% !important;
  }
  .w-lg-68 {
    width: 68% !important;
  }
  .w-lg-67 {
    width: 67% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-64 {
    width: 64% !important;
  }
  .w-lg-63 {
    width: 63% !important;
  }
  .w-lg-62 {
    width: 62% !important;
  }
  .w-lg-61 {
    width: 61% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-59 {
    width: 59% !important;
  }
  .w-lg-58 {
    width: 58% !important;
  }
  .w-lg-57 {
    width: 57% !important;
  }
  .w-lg-56 {
    width: 56% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-54 {
    width: 54% !important;
  }
  .w-lg-53 {
    width: 53% !important;
  }
  .w-lg-52 {
    width: 52% !important;
  }
  .w-lg-51 {
    width: 51% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-49 {
    width: 49% !important;
  }
  .w-lg-48 {
    width: 48% !important;
  }
  .w-lg-47 {
    width: 47% !important;
  }
  .w-lg-46 {
    width: 46% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-44 {
    width: 44% !important;
  }
  .w-lg-43 {
    width: 43% !important;
  }
  .w-lg-42 {
    width: 42% !important;
  }
  .w-lg-41 {
    width: 41% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-39 {
    width: 39% !important;
  }
  .w-lg-38 {
    width: 38% !important;
  }
  .w-lg-37 {
    width: 37% !important;
  }
  .w-lg-36 {
    width: 36% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-34 {
    width: 34% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-32 {
    width: 32% !important;
  }
  .w-lg-31 {
    width: 31% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-29 {
    width: 29% !important;
  }
  .w-lg-28 {
    width: 28% !important;
  }
  .w-lg-27 {
    width: 27% !important;
  }
  .w-lg-26 {
    width: 26% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-24 {
    width: 24% !important;
  }
  .w-lg-23 {
    width: 23% !important;
  }
  .w-lg-22 {
    width: 22% !important;
  }
  .w-lg-21 {
    width: 21% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-19 {
    width: 19% !important;
  }
  .w-lg-18 {
    width: 18% !important;
  }
  .w-lg-17 {
    width: 17% !important;
  }
  .w-lg-16 {
    width: 16% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-14 {
    width: 14% !important;
  }
  .w-lg-13 {
    width: 13% !important;
  }
  .w-lg-12 {
    width: 12% !important;
  }
  .w-lg-11 {
    width: 11% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-9 {
    width: 9% !important;
  }
  .w-lg-8 {
    width: 8% !important;
  }
  .w-lg-7 {
    width: 7% !important;
  }
  .w-lg-6 {
    width: 6% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-4 {
    width: 4% !important;
  }
  .w-lg-3 {
    width: 3% !important;
  }
  .w-lg-2 {
    width: 2% !important;
  }
  .w-lg-1 {
    width: 1% !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-99 {
    height: 99% !important;
  }
  .h-lg-98 {
    height: 98% !important;
  }
  .h-lg-97 {
    height: 97% !important;
  }
  .h-lg-96 {
    height: 96% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-94 {
    height: 94% !important;
  }
  .h-lg-93 {
    height: 93% !important;
  }
  .h-lg-92 {
    height: 92% !important;
  }
  .h-lg-91 {
    height: 91% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-89 {
    height: 89% !important;
  }
  .h-lg-88 {
    height: 88% !important;
  }
  .h-lg-87 {
    height: 87% !important;
  }
  .h-lg-86 {
    height: 86% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-84 {
    height: 84% !important;
  }
  .h-lg-83 {
    height: 83% !important;
  }
  .h-lg-82 {
    height: 82% !important;
  }
  .h-lg-81 {
    height: 81% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-79 {
    height: 79% !important;
  }
  .h-lg-78 {
    height: 78% !important;
  }
  .h-lg-77 {
    height: 77% !important;
  }
  .h-lg-76 {
    height: 76% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-74 {
    height: 74% !important;
  }
  .h-lg-73 {
    height: 73% !important;
  }
  .h-lg-72 {
    height: 72% !important;
  }
  .h-lg-71 {
    height: 71% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-69 {
    height: 69% !important;
  }
  .h-lg-68 {
    height: 68% !important;
  }
  .h-lg-67 {
    height: 67% !important;
  }
  .h-lg-66 {
    height: 66% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-64 {
    height: 64% !important;
  }
  .h-lg-63 {
    height: 63% !important;
  }
  .h-lg-62 {
    height: 62% !important;
  }
  .h-lg-61 {
    height: 61% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-59 {
    height: 59% !important;
  }
  .h-lg-58 {
    height: 58% !important;
  }
  .h-lg-57 {
    height: 57% !important;
  }
  .h-lg-56 {
    height: 56% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .h-lg-54 {
    height: 54% !important;
  }
  .h-lg-53 {
    height: 53% !important;
  }
  .h-lg-52 {
    height: 52% !important;
  }
  .h-lg-51 {
    height: 51% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-49 {
    height: 49% !important;
  }
  .h-lg-48 {
    height: 48% !important;
  }
  .h-lg-47 {
    height: 47% !important;
  }
  .h-lg-46 {
    height: 46% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-44 {
    height: 44% !important;
  }
  .h-lg-43 {
    height: 43% !important;
  }
  .h-lg-42 {
    height: 42% !important;
  }
  .h-lg-41 {
    height: 41% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-39 {
    height: 39% !important;
  }
  .h-lg-38 {
    height: 38% !important;
  }
  .h-lg-37 {
    height: 37% !important;
  }
  .h-lg-36 {
    height: 36% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-34 {
    height: 34% !important;
  }
  .h-lg-33 {
    height: 33% !important;
  }
  .h-lg-32 {
    height: 32% !important;
  }
  .h-lg-31 {
    height: 31% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-29 {
    height: 29% !important;
  }
  .h-lg-28 {
    height: 28% !important;
  }
  .h-lg-27 {
    height: 27% !important;
  }
  .h-lg-26 {
    height: 26% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-24 {
    height: 24% !important;
  }
  .h-lg-23 {
    height: 23% !important;
  }
  .h-lg-22 {
    height: 22% !important;
  }
  .h-lg-21 {
    height: 21% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-19 {
    height: 19% !important;
  }
  .h-lg-18 {
    height: 18% !important;
  }
  .h-lg-17 {
    height: 17% !important;
  }
  .h-lg-16 {
    height: 16% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .h-lg-14 {
    height: 14% !important;
  }
  .h-lg-13 {
    height: 13% !important;
  }
  .h-lg-12 {
    height: 12% !important;
  }
  .h-lg-11 {
    height: 11% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-9 {
    height: 9% !important;
  }
  .h-lg-8 {
    height: 8% !important;
  }
  .h-lg-7 {
    height: 7% !important;
  }
  .h-lg-6 {
    height: 6% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-4 {
    height: 4% !important;
  }
  .h-lg-3 {
    height: 3% !important;
  }
  .h-lg-2 {
    height: 2% !important;
  }
  .h-lg-1 {
    height: 1% !important;
  }
  .h-lg-0 {
    height: 0% !important;
  }
}
@media (min-width: 1200.02px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-99 {
    width: 99% !important;
  }
  .w-xl-98 {
    width: 98% !important;
  }
  .w-xl-97 {
    width: 97% !important;
  }
  .w-xl-96 {
    width: 96% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-94 {
    width: 94% !important;
  }
  .w-xl-93 {
    width: 93% !important;
  }
  .w-xl-92 {
    width: 92% !important;
  }
  .w-xl-91 {
    width: 91% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-89 {
    width: 89% !important;
  }
  .w-xl-88 {
    width: 88% !important;
  }
  .w-xl-87 {
    width: 87% !important;
  }
  .w-xl-86 {
    width: 86% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-84 {
    width: 84% !important;
  }
  .w-xl-83 {
    width: 83% !important;
  }
  .w-xl-82 {
    width: 82% !important;
  }
  .w-xl-81 {
    width: 81% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-79 {
    width: 79% !important;
  }
  .w-xl-78 {
    width: 78% !important;
  }
  .w-xl-77 {
    width: 77% !important;
  }
  .w-xl-76 {
    width: 76% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-74 {
    width: 74% !important;
  }
  .w-xl-73 {
    width: 73% !important;
  }
  .w-xl-72 {
    width: 72% !important;
  }
  .w-xl-71 {
    width: 71% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-69 {
    width: 69% !important;
  }
  .w-xl-68 {
    width: 68% !important;
  }
  .w-xl-67 {
    width: 67% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-64 {
    width: 64% !important;
  }
  .w-xl-63 {
    width: 63% !important;
  }
  .w-xl-62 {
    width: 62% !important;
  }
  .w-xl-61 {
    width: 61% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-59 {
    width: 59% !important;
  }
  .w-xl-58 {
    width: 58% !important;
  }
  .w-xl-57 {
    width: 57% !important;
  }
  .w-xl-56 {
    width: 56% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-54 {
    width: 54% !important;
  }
  .w-xl-53 {
    width: 53% !important;
  }
  .w-xl-52 {
    width: 52% !important;
  }
  .w-xl-51 {
    width: 51% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-49 {
    width: 49% !important;
  }
  .w-xl-48 {
    width: 48% !important;
  }
  .w-xl-47 {
    width: 47% !important;
  }
  .w-xl-46 {
    width: 46% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-44 {
    width: 44% !important;
  }
  .w-xl-43 {
    width: 43% !important;
  }
  .w-xl-42 {
    width: 42% !important;
  }
  .w-xl-41 {
    width: 41% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-39 {
    width: 39% !important;
  }
  .w-xl-38 {
    width: 38% !important;
  }
  .w-xl-37 {
    width: 37% !important;
  }
  .w-xl-36 {
    width: 36% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-34 {
    width: 34% !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-32 {
    width: 32% !important;
  }
  .w-xl-31 {
    width: 31% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-29 {
    width: 29% !important;
  }
  .w-xl-28 {
    width: 28% !important;
  }
  .w-xl-27 {
    width: 27% !important;
  }
  .w-xl-26 {
    width: 26% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-24 {
    width: 24% !important;
  }
  .w-xl-23 {
    width: 23% !important;
  }
  .w-xl-22 {
    width: 22% !important;
  }
  .w-xl-21 {
    width: 21% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-19 {
    width: 19% !important;
  }
  .w-xl-18 {
    width: 18% !important;
  }
  .w-xl-17 {
    width: 17% !important;
  }
  .w-xl-16 {
    width: 16% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-14 {
    width: 14% !important;
  }
  .w-xl-13 {
    width: 13% !important;
  }
  .w-xl-12 {
    width: 12% !important;
  }
  .w-xl-11 {
    width: 11% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-9 {
    width: 9% !important;
  }
  .w-xl-8 {
    width: 8% !important;
  }
  .w-xl-7 {
    width: 7% !important;
  }
  .w-xl-6 {
    width: 6% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-4 {
    width: 4% !important;
  }
  .w-xl-3 {
    width: 3% !important;
  }
  .w-xl-2 {
    width: 2% !important;
  }
  .w-xl-1 {
    width: 1% !important;
  }
  .w-xl-0 {
    width: 0% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-99 {
    height: 99% !important;
  }
  .h-xl-98 {
    height: 98% !important;
  }
  .h-xl-97 {
    height: 97% !important;
  }
  .h-xl-96 {
    height: 96% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-94 {
    height: 94% !important;
  }
  .h-xl-93 {
    height: 93% !important;
  }
  .h-xl-92 {
    height: 92% !important;
  }
  .h-xl-91 {
    height: 91% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-89 {
    height: 89% !important;
  }
  .h-xl-88 {
    height: 88% !important;
  }
  .h-xl-87 {
    height: 87% !important;
  }
  .h-xl-86 {
    height: 86% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-84 {
    height: 84% !important;
  }
  .h-xl-83 {
    height: 83% !important;
  }
  .h-xl-82 {
    height: 82% !important;
  }
  .h-xl-81 {
    height: 81% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-79 {
    height: 79% !important;
  }
  .h-xl-78 {
    height: 78% !important;
  }
  .h-xl-77 {
    height: 77% !important;
  }
  .h-xl-76 {
    height: 76% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-74 {
    height: 74% !important;
  }
  .h-xl-73 {
    height: 73% !important;
  }
  .h-xl-72 {
    height: 72% !important;
  }
  .h-xl-71 {
    height: 71% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-69 {
    height: 69% !important;
  }
  .h-xl-68 {
    height: 68% !important;
  }
  .h-xl-67 {
    height: 67% !important;
  }
  .h-xl-66 {
    height: 66% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-64 {
    height: 64% !important;
  }
  .h-xl-63 {
    height: 63% !important;
  }
  .h-xl-62 {
    height: 62% !important;
  }
  .h-xl-61 {
    height: 61% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-59 {
    height: 59% !important;
  }
  .h-xl-58 {
    height: 58% !important;
  }
  .h-xl-57 {
    height: 57% !important;
  }
  .h-xl-56 {
    height: 56% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .h-xl-54 {
    height: 54% !important;
  }
  .h-xl-53 {
    height: 53% !important;
  }
  .h-xl-52 {
    height: 52% !important;
  }
  .h-xl-51 {
    height: 51% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-49 {
    height: 49% !important;
  }
  .h-xl-48 {
    height: 48% !important;
  }
  .h-xl-47 {
    height: 47% !important;
  }
  .h-xl-46 {
    height: 46% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-44 {
    height: 44% !important;
  }
  .h-xl-43 {
    height: 43% !important;
  }
  .h-xl-42 {
    height: 42% !important;
  }
  .h-xl-41 {
    height: 41% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-39 {
    height: 39% !important;
  }
  .h-xl-38 {
    height: 38% !important;
  }
  .h-xl-37 {
    height: 37% !important;
  }
  .h-xl-36 {
    height: 36% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-34 {
    height: 34% !important;
  }
  .h-xl-33 {
    height: 33% !important;
  }
  .h-xl-32 {
    height: 32% !important;
  }
  .h-xl-31 {
    height: 31% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-29 {
    height: 29% !important;
  }
  .h-xl-28 {
    height: 28% !important;
  }
  .h-xl-27 {
    height: 27% !important;
  }
  .h-xl-26 {
    height: 26% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-24 {
    height: 24% !important;
  }
  .h-xl-23 {
    height: 23% !important;
  }
  .h-xl-22 {
    height: 22% !important;
  }
  .h-xl-21 {
    height: 21% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-19 {
    height: 19% !important;
  }
  .h-xl-18 {
    height: 18% !important;
  }
  .h-xl-17 {
    height: 17% !important;
  }
  .h-xl-16 {
    height: 16% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .h-xl-14 {
    height: 14% !important;
  }
  .h-xl-13 {
    height: 13% !important;
  }
  .h-xl-12 {
    height: 12% !important;
  }
  .h-xl-11 {
    height: 11% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-9 {
    height: 9% !important;
  }
  .h-xl-8 {
    height: 8% !important;
  }
  .h-xl-7 {
    height: 7% !important;
  }
  .h-xl-6 {
    height: 6% !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-4 {
    height: 4% !important;
  }
  .h-xl-3 {
    height: 3% !important;
  }
  .h-xl-2 {
    height: 2% !important;
  }
  .h-xl-1 {
    height: 1% !important;
  }
  .h-xl-0 {
    height: 0% !important;
  }
}
@media (min-width: 1400.02px) {
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-99 {
    width: 99% !important;
  }
  .w-xxl-98 {
    width: 98% !important;
  }
  .w-xxl-97 {
    width: 97% !important;
  }
  .w-xxl-96 {
    width: 96% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-94 {
    width: 94% !important;
  }
  .w-xxl-93 {
    width: 93% !important;
  }
  .w-xxl-92 {
    width: 92% !important;
  }
  .w-xxl-91 {
    width: 91% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-89 {
    width: 89% !important;
  }
  .w-xxl-88 {
    width: 88% !important;
  }
  .w-xxl-87 {
    width: 87% !important;
  }
  .w-xxl-86 {
    width: 86% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-84 {
    width: 84% !important;
  }
  .w-xxl-83 {
    width: 83% !important;
  }
  .w-xxl-82 {
    width: 82% !important;
  }
  .w-xxl-81 {
    width: 81% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-79 {
    width: 79% !important;
  }
  .w-xxl-78 {
    width: 78% !important;
  }
  .w-xxl-77 {
    width: 77% !important;
  }
  .w-xxl-76 {
    width: 76% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-74 {
    width: 74% !important;
  }
  .w-xxl-73 {
    width: 73% !important;
  }
  .w-xxl-72 {
    width: 72% !important;
  }
  .w-xxl-71 {
    width: 71% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-69 {
    width: 69% !important;
  }
  .w-xxl-68 {
    width: 68% !important;
  }
  .w-xxl-67 {
    width: 67% !important;
  }
  .w-xxl-66 {
    width: 66% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-64 {
    width: 64% !important;
  }
  .w-xxl-63 {
    width: 63% !important;
  }
  .w-xxl-62 {
    width: 62% !important;
  }
  .w-xxl-61 {
    width: 61% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-59 {
    width: 59% !important;
  }
  .w-xxl-58 {
    width: 58% !important;
  }
  .w-xxl-57 {
    width: 57% !important;
  }
  .w-xxl-56 {
    width: 56% !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .w-xxl-54 {
    width: 54% !important;
  }
  .w-xxl-53 {
    width: 53% !important;
  }
  .w-xxl-52 {
    width: 52% !important;
  }
  .w-xxl-51 {
    width: 51% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-49 {
    width: 49% !important;
  }
  .w-xxl-48 {
    width: 48% !important;
  }
  .w-xxl-47 {
    width: 47% !important;
  }
  .w-xxl-46 {
    width: 46% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-44 {
    width: 44% !important;
  }
  .w-xxl-43 {
    width: 43% !important;
  }
  .w-xxl-42 {
    width: 42% !important;
  }
  .w-xxl-41 {
    width: 41% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-39 {
    width: 39% !important;
  }
  .w-xxl-38 {
    width: 38% !important;
  }
  .w-xxl-37 {
    width: 37% !important;
  }
  .w-xxl-36 {
    width: 36% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-34 {
    width: 34% !important;
  }
  .w-xxl-33 {
    width: 33% !important;
  }
  .w-xxl-32 {
    width: 32% !important;
  }
  .w-xxl-31 {
    width: 31% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-29 {
    width: 29% !important;
  }
  .w-xxl-28 {
    width: 28% !important;
  }
  .w-xxl-27 {
    width: 27% !important;
  }
  .w-xxl-26 {
    width: 26% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-24 {
    width: 24% !important;
  }
  .w-xxl-23 {
    width: 23% !important;
  }
  .w-xxl-22 {
    width: 22% !important;
  }
  .w-xxl-21 {
    width: 21% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-19 {
    width: 19% !important;
  }
  .w-xxl-18 {
    width: 18% !important;
  }
  .w-xxl-17 {
    width: 17% !important;
  }
  .w-xxl-16 {
    width: 16% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .w-xxl-14 {
    width: 14% !important;
  }
  .w-xxl-13 {
    width: 13% !important;
  }
  .w-xxl-12 {
    width: 12% !important;
  }
  .w-xxl-11 {
    width: 11% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-9 {
    width: 9% !important;
  }
  .w-xxl-8 {
    width: 8% !important;
  }
  .w-xxl-7 {
    width: 7% !important;
  }
  .w-xxl-6 {
    width: 6% !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-4 {
    width: 4% !important;
  }
  .w-xxl-3 {
    width: 3% !important;
  }
  .w-xxl-2 {
    width: 2% !important;
  }
  .w-xxl-1 {
    width: 1% !important;
  }
  .w-xxl-0 {
    width: 0% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-99 {
    height: 99% !important;
  }
  .h-xxl-98 {
    height: 98% !important;
  }
  .h-xxl-97 {
    height: 97% !important;
  }
  .h-xxl-96 {
    height: 96% !important;
  }
  .h-xxl-95 {
    height: 95% !important;
  }
  .h-xxl-94 {
    height: 94% !important;
  }
  .h-xxl-93 {
    height: 93% !important;
  }
  .h-xxl-92 {
    height: 92% !important;
  }
  .h-xxl-91 {
    height: 91% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
  .h-xxl-89 {
    height: 89% !important;
  }
  .h-xxl-88 {
    height: 88% !important;
  }
  .h-xxl-87 {
    height: 87% !important;
  }
  .h-xxl-86 {
    height: 86% !important;
  }
  .h-xxl-85 {
    height: 85% !important;
  }
  .h-xxl-84 {
    height: 84% !important;
  }
  .h-xxl-83 {
    height: 83% !important;
  }
  .h-xxl-82 {
    height: 82% !important;
  }
  .h-xxl-81 {
    height: 81% !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-79 {
    height: 79% !important;
  }
  .h-xxl-78 {
    height: 78% !important;
  }
  .h-xxl-77 {
    height: 77% !important;
  }
  .h-xxl-76 {
    height: 76% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-74 {
    height: 74% !important;
  }
  .h-xxl-73 {
    height: 73% !important;
  }
  .h-xxl-72 {
    height: 72% !important;
  }
  .h-xxl-71 {
    height: 71% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-69 {
    height: 69% !important;
  }
  .h-xxl-68 {
    height: 68% !important;
  }
  .h-xxl-67 {
    height: 67% !important;
  }
  .h-xxl-66 {
    height: 66% !important;
  }
  .h-xxl-65 {
    height: 65% !important;
  }
  .h-xxl-64 {
    height: 64% !important;
  }
  .h-xxl-63 {
    height: 63% !important;
  }
  .h-xxl-62 {
    height: 62% !important;
  }
  .h-xxl-61 {
    height: 61% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-59 {
    height: 59% !important;
  }
  .h-xxl-58 {
    height: 58% !important;
  }
  .h-xxl-57 {
    height: 57% !important;
  }
  .h-xxl-56 {
    height: 56% !important;
  }
  .h-xxl-55 {
    height: 55% !important;
  }
  .h-xxl-54 {
    height: 54% !important;
  }
  .h-xxl-53 {
    height: 53% !important;
  }
  .h-xxl-52 {
    height: 52% !important;
  }
  .h-xxl-51 {
    height: 51% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-49 {
    height: 49% !important;
  }
  .h-xxl-48 {
    height: 48% !important;
  }
  .h-xxl-47 {
    height: 47% !important;
  }
  .h-xxl-46 {
    height: 46% !important;
  }
  .h-xxl-45 {
    height: 45% !important;
  }
  .h-xxl-44 {
    height: 44% !important;
  }
  .h-xxl-43 {
    height: 43% !important;
  }
  .h-xxl-42 {
    height: 42% !important;
  }
  .h-xxl-41 {
    height: 41% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-39 {
    height: 39% !important;
  }
  .h-xxl-38 {
    height: 38% !important;
  }
  .h-xxl-37 {
    height: 37% !important;
  }
  .h-xxl-36 {
    height: 36% !important;
  }
  .h-xxl-35 {
    height: 35% !important;
  }
  .h-xxl-34 {
    height: 34% !important;
  }
  .h-xxl-33 {
    height: 33% !important;
  }
  .h-xxl-32 {
    height: 32% !important;
  }
  .h-xxl-31 {
    height: 31% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-29 {
    height: 29% !important;
  }
  .h-xxl-28 {
    height: 28% !important;
  }
  .h-xxl-27 {
    height: 27% !important;
  }
  .h-xxl-26 {
    height: 26% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-24 {
    height: 24% !important;
  }
  .h-xxl-23 {
    height: 23% !important;
  }
  .h-xxl-22 {
    height: 22% !important;
  }
  .h-xxl-21 {
    height: 21% !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-19 {
    height: 19% !important;
  }
  .h-xxl-18 {
    height: 18% !important;
  }
  .h-xxl-17 {
    height: 17% !important;
  }
  .h-xxl-16 {
    height: 16% !important;
  }
  .h-xxl-15 {
    height: 15% !important;
  }
  .h-xxl-14 {
    height: 14% !important;
  }
  .h-xxl-13 {
    height: 13% !important;
  }
  .h-xxl-12 {
    height: 12% !important;
  }
  .h-xxl-11 {
    height: 11% !important;
  }
  .h-xxl-10 {
    height: 10% !important;
  }
  .h-xxl-9 {
    height: 9% !important;
  }
  .h-xxl-8 {
    height: 8% !important;
  }
  .h-xxl-7 {
    height: 7% !important;
  }
  .h-xxl-6 {
    height: 6% !important;
  }
  .h-xxl-5 {
    height: 5% !important;
  }
  .h-xxl-4 {
    height: 4% !important;
  }
  .h-xxl-3 {
    height: 3% !important;
  }
  .h-xxl-2 {
    height: 2% !important;
  }
  .h-xxl-1 {
    height: 1% !important;
  }
  .h-xxl-0 {
    height: 0% !important;
  }
}
@media (min-width: 1600.02px) {
  .w-xxxl-100 {
    width: 100% !important;
  }
  .w-xxxl-99 {
    width: 99% !important;
  }
  .w-xxxl-98 {
    width: 98% !important;
  }
  .w-xxxl-97 {
    width: 97% !important;
  }
  .w-xxxl-96 {
    width: 96% !important;
  }
  .w-xxxl-95 {
    width: 95% !important;
  }
  .w-xxxl-94 {
    width: 94% !important;
  }
  .w-xxxl-93 {
    width: 93% !important;
  }
  .w-xxxl-92 {
    width: 92% !important;
  }
  .w-xxxl-91 {
    width: 91% !important;
  }
  .w-xxxl-90 {
    width: 90% !important;
  }
  .w-xxxl-89 {
    width: 89% !important;
  }
  .w-xxxl-88 {
    width: 88% !important;
  }
  .w-xxxl-87 {
    width: 87% !important;
  }
  .w-xxxl-86 {
    width: 86% !important;
  }
  .w-xxxl-85 {
    width: 85% !important;
  }
  .w-xxxl-84 {
    width: 84% !important;
  }
  .w-xxxl-83 {
    width: 83% !important;
  }
  .w-xxxl-82 {
    width: 82% !important;
  }
  .w-xxxl-81 {
    width: 81% !important;
  }
  .w-xxxl-80 {
    width: 80% !important;
  }
  .w-xxxl-79 {
    width: 79% !important;
  }
  .w-xxxl-78 {
    width: 78% !important;
  }
  .w-xxxl-77 {
    width: 77% !important;
  }
  .w-xxxl-76 {
    width: 76% !important;
  }
  .w-xxxl-75 {
    width: 75% !important;
  }
  .w-xxxl-74 {
    width: 74% !important;
  }
  .w-xxxl-73 {
    width: 73% !important;
  }
  .w-xxxl-72 {
    width: 72% !important;
  }
  .w-xxxl-71 {
    width: 71% !important;
  }
  .w-xxxl-70 {
    width: 70% !important;
  }
  .w-xxxl-69 {
    width: 69% !important;
  }
  .w-xxxl-68 {
    width: 68% !important;
  }
  .w-xxxl-67 {
    width: 67% !important;
  }
  .w-xxxl-66 {
    width: 66% !important;
  }
  .w-xxxl-65 {
    width: 65% !important;
  }
  .w-xxxl-64 {
    width: 64% !important;
  }
  .w-xxxl-63 {
    width: 63% !important;
  }
  .w-xxxl-62 {
    width: 62% !important;
  }
  .w-xxxl-61 {
    width: 61% !important;
  }
  .w-xxxl-60 {
    width: 60% !important;
  }
  .w-xxxl-59 {
    width: 59% !important;
  }
  .w-xxxl-58 {
    width: 58% !important;
  }
  .w-xxxl-57 {
    width: 57% !important;
  }
  .w-xxxl-56 {
    width: 56% !important;
  }
  .w-xxxl-55 {
    width: 55% !important;
  }
  .w-xxxl-54 {
    width: 54% !important;
  }
  .w-xxxl-53 {
    width: 53% !important;
  }
  .w-xxxl-52 {
    width: 52% !important;
  }
  .w-xxxl-51 {
    width: 51% !important;
  }
  .w-xxxl-50 {
    width: 50% !important;
  }
  .w-xxxl-49 {
    width: 49% !important;
  }
  .w-xxxl-48 {
    width: 48% !important;
  }
  .w-xxxl-47 {
    width: 47% !important;
  }
  .w-xxxl-46 {
    width: 46% !important;
  }
  .w-xxxl-45 {
    width: 45% !important;
  }
  .w-xxxl-44 {
    width: 44% !important;
  }
  .w-xxxl-43 {
    width: 43% !important;
  }
  .w-xxxl-42 {
    width: 42% !important;
  }
  .w-xxxl-41 {
    width: 41% !important;
  }
  .w-xxxl-40 {
    width: 40% !important;
  }
  .w-xxxl-39 {
    width: 39% !important;
  }
  .w-xxxl-38 {
    width: 38% !important;
  }
  .w-xxxl-37 {
    width: 37% !important;
  }
  .w-xxxl-36 {
    width: 36% !important;
  }
  .w-xxxl-35 {
    width: 35% !important;
  }
  .w-xxxl-34 {
    width: 34% !important;
  }
  .w-xxxl-33 {
    width: 33% !important;
  }
  .w-xxxl-32 {
    width: 32% !important;
  }
  .w-xxxl-31 {
    width: 31% !important;
  }
  .w-xxxl-30 {
    width: 30% !important;
  }
  .w-xxxl-29 {
    width: 29% !important;
  }
  .w-xxxl-28 {
    width: 28% !important;
  }
  .w-xxxl-27 {
    width: 27% !important;
  }
  .w-xxxl-26 {
    width: 26% !important;
  }
  .w-xxxl-25 {
    width: 25% !important;
  }
  .w-xxxl-24 {
    width: 24% !important;
  }
  .w-xxxl-23 {
    width: 23% !important;
  }
  .w-xxxl-22 {
    width: 22% !important;
  }
  .w-xxxl-21 {
    width: 21% !important;
  }
  .w-xxxl-20 {
    width: 20% !important;
  }
  .w-xxxl-19 {
    width: 19% !important;
  }
  .w-xxxl-18 {
    width: 18% !important;
  }
  .w-xxxl-17 {
    width: 17% !important;
  }
  .w-xxxl-16 {
    width: 16% !important;
  }
  .w-xxxl-15 {
    width: 15% !important;
  }
  .w-xxxl-14 {
    width: 14% !important;
  }
  .w-xxxl-13 {
    width: 13% !important;
  }
  .w-xxxl-12 {
    width: 12% !important;
  }
  .w-xxxl-11 {
    width: 11% !important;
  }
  .w-xxxl-10 {
    width: 10% !important;
  }
  .w-xxxl-9 {
    width: 9% !important;
  }
  .w-xxxl-8 {
    width: 8% !important;
  }
  .w-xxxl-7 {
    width: 7% !important;
  }
  .w-xxxl-6 {
    width: 6% !important;
  }
  .w-xxxl-5 {
    width: 5% !important;
  }
  .w-xxxl-4 {
    width: 4% !important;
  }
  .w-xxxl-3 {
    width: 3% !important;
  }
  .w-xxxl-2 {
    width: 2% !important;
  }
  .w-xxxl-1 {
    width: 1% !important;
  }
  .w-xxxl-0 {
    width: 0% !important;
  }
  .h-xxxl-100 {
    height: 100% !important;
  }
  .h-xxxl-99 {
    height: 99% !important;
  }
  .h-xxxl-98 {
    height: 98% !important;
  }
  .h-xxxl-97 {
    height: 97% !important;
  }
  .h-xxxl-96 {
    height: 96% !important;
  }
  .h-xxxl-95 {
    height: 95% !important;
  }
  .h-xxxl-94 {
    height: 94% !important;
  }
  .h-xxxl-93 {
    height: 93% !important;
  }
  .h-xxxl-92 {
    height: 92% !important;
  }
  .h-xxxl-91 {
    height: 91% !important;
  }
  .h-xxxl-90 {
    height: 90% !important;
  }
  .h-xxxl-89 {
    height: 89% !important;
  }
  .h-xxxl-88 {
    height: 88% !important;
  }
  .h-xxxl-87 {
    height: 87% !important;
  }
  .h-xxxl-86 {
    height: 86% !important;
  }
  .h-xxxl-85 {
    height: 85% !important;
  }
  .h-xxxl-84 {
    height: 84% !important;
  }
  .h-xxxl-83 {
    height: 83% !important;
  }
  .h-xxxl-82 {
    height: 82% !important;
  }
  .h-xxxl-81 {
    height: 81% !important;
  }
  .h-xxxl-80 {
    height: 80% !important;
  }
  .h-xxxl-79 {
    height: 79% !important;
  }
  .h-xxxl-78 {
    height: 78% !important;
  }
  .h-xxxl-77 {
    height: 77% !important;
  }
  .h-xxxl-76 {
    height: 76% !important;
  }
  .h-xxxl-75 {
    height: 75% !important;
  }
  .h-xxxl-74 {
    height: 74% !important;
  }
  .h-xxxl-73 {
    height: 73% !important;
  }
  .h-xxxl-72 {
    height: 72% !important;
  }
  .h-xxxl-71 {
    height: 71% !important;
  }
  .h-xxxl-70 {
    height: 70% !important;
  }
  .h-xxxl-69 {
    height: 69% !important;
  }
  .h-xxxl-68 {
    height: 68% !important;
  }
  .h-xxxl-67 {
    height: 67% !important;
  }
  .h-xxxl-66 {
    height: 66% !important;
  }
  .h-xxxl-65 {
    height: 65% !important;
  }
  .h-xxxl-64 {
    height: 64% !important;
  }
  .h-xxxl-63 {
    height: 63% !important;
  }
  .h-xxxl-62 {
    height: 62% !important;
  }
  .h-xxxl-61 {
    height: 61% !important;
  }
  .h-xxxl-60 {
    height: 60% !important;
  }
  .h-xxxl-59 {
    height: 59% !important;
  }
  .h-xxxl-58 {
    height: 58% !important;
  }
  .h-xxxl-57 {
    height: 57% !important;
  }
  .h-xxxl-56 {
    height: 56% !important;
  }
  .h-xxxl-55 {
    height: 55% !important;
  }
  .h-xxxl-54 {
    height: 54% !important;
  }
  .h-xxxl-53 {
    height: 53% !important;
  }
  .h-xxxl-52 {
    height: 52% !important;
  }
  .h-xxxl-51 {
    height: 51% !important;
  }
  .h-xxxl-50 {
    height: 50% !important;
  }
  .h-xxxl-49 {
    height: 49% !important;
  }
  .h-xxxl-48 {
    height: 48% !important;
  }
  .h-xxxl-47 {
    height: 47% !important;
  }
  .h-xxxl-46 {
    height: 46% !important;
  }
  .h-xxxl-45 {
    height: 45% !important;
  }
  .h-xxxl-44 {
    height: 44% !important;
  }
  .h-xxxl-43 {
    height: 43% !important;
  }
  .h-xxxl-42 {
    height: 42% !important;
  }
  .h-xxxl-41 {
    height: 41% !important;
  }
  .h-xxxl-40 {
    height: 40% !important;
  }
  .h-xxxl-39 {
    height: 39% !important;
  }
  .h-xxxl-38 {
    height: 38% !important;
  }
  .h-xxxl-37 {
    height: 37% !important;
  }
  .h-xxxl-36 {
    height: 36% !important;
  }
  .h-xxxl-35 {
    height: 35% !important;
  }
  .h-xxxl-34 {
    height: 34% !important;
  }
  .h-xxxl-33 {
    height: 33% !important;
  }
  .h-xxxl-32 {
    height: 32% !important;
  }
  .h-xxxl-31 {
    height: 31% !important;
  }
  .h-xxxl-30 {
    height: 30% !important;
  }
  .h-xxxl-29 {
    height: 29% !important;
  }
  .h-xxxl-28 {
    height: 28% !important;
  }
  .h-xxxl-27 {
    height: 27% !important;
  }
  .h-xxxl-26 {
    height: 26% !important;
  }
  .h-xxxl-25 {
    height: 25% !important;
  }
  .h-xxxl-24 {
    height: 24% !important;
  }
  .h-xxxl-23 {
    height: 23% !important;
  }
  .h-xxxl-22 {
    height: 22% !important;
  }
  .h-xxxl-21 {
    height: 21% !important;
  }
  .h-xxxl-20 {
    height: 20% !important;
  }
  .h-xxxl-19 {
    height: 19% !important;
  }
  .h-xxxl-18 {
    height: 18% !important;
  }
  .h-xxxl-17 {
    height: 17% !important;
  }
  .h-xxxl-16 {
    height: 16% !important;
  }
  .h-xxxl-15 {
    height: 15% !important;
  }
  .h-xxxl-14 {
    height: 14% !important;
  }
  .h-xxxl-13 {
    height: 13% !important;
  }
  .h-xxxl-12 {
    height: 12% !important;
  }
  .h-xxxl-11 {
    height: 11% !important;
  }
  .h-xxxl-10 {
    height: 10% !important;
  }
  .h-xxxl-9 {
    height: 9% !important;
  }
  .h-xxxl-8 {
    height: 8% !important;
  }
  .h-xxxl-7 {
    height: 7% !important;
  }
  .h-xxxl-6 {
    height: 6% !important;
  }
  .h-xxxl-5 {
    height: 5% !important;
  }
  .h-xxxl-4 {
    height: 4% !important;
  }
  .h-xxxl-3 {
    height: 3% !important;
  }
  .h-xxxl-2 {
    height: 2% !important;
  }
  .h-xxxl-1 {
    height: 1% !important;
  }
  .h-xxxl-0 {
    height: 0% !important;
  }
}
@media (min-width: 1920.02px) {
  .w-xxxxl-100 {
    width: 100% !important;
  }
  .w-xxxxl-99 {
    width: 99% !important;
  }
  .w-xxxxl-98 {
    width: 98% !important;
  }
  .w-xxxxl-97 {
    width: 97% !important;
  }
  .w-xxxxl-96 {
    width: 96% !important;
  }
  .w-xxxxl-95 {
    width: 95% !important;
  }
  .w-xxxxl-94 {
    width: 94% !important;
  }
  .w-xxxxl-93 {
    width: 93% !important;
  }
  .w-xxxxl-92 {
    width: 92% !important;
  }
  .w-xxxxl-91 {
    width: 91% !important;
  }
  .w-xxxxl-90 {
    width: 90% !important;
  }
  .w-xxxxl-89 {
    width: 89% !important;
  }
  .w-xxxxl-88 {
    width: 88% !important;
  }
  .w-xxxxl-87 {
    width: 87% !important;
  }
  .w-xxxxl-86 {
    width: 86% !important;
  }
  .w-xxxxl-85 {
    width: 85% !important;
  }
  .w-xxxxl-84 {
    width: 84% !important;
  }
  .w-xxxxl-83 {
    width: 83% !important;
  }
  .w-xxxxl-82 {
    width: 82% !important;
  }
  .w-xxxxl-81 {
    width: 81% !important;
  }
  .w-xxxxl-80 {
    width: 80% !important;
  }
  .w-xxxxl-79 {
    width: 79% !important;
  }
  .w-xxxxl-78 {
    width: 78% !important;
  }
  .w-xxxxl-77 {
    width: 77% !important;
  }
  .w-xxxxl-76 {
    width: 76% !important;
  }
  .w-xxxxl-75 {
    width: 75% !important;
  }
  .w-xxxxl-74 {
    width: 74% !important;
  }
  .w-xxxxl-73 {
    width: 73% !important;
  }
  .w-xxxxl-72 {
    width: 72% !important;
  }
  .w-xxxxl-71 {
    width: 71% !important;
  }
  .w-xxxxl-70 {
    width: 70% !important;
  }
  .w-xxxxl-69 {
    width: 69% !important;
  }
  .w-xxxxl-68 {
    width: 68% !important;
  }
  .w-xxxxl-67 {
    width: 67% !important;
  }
  .w-xxxxl-66 {
    width: 66% !important;
  }
  .w-xxxxl-65 {
    width: 65% !important;
  }
  .w-xxxxl-64 {
    width: 64% !important;
  }
  .w-xxxxl-63 {
    width: 63% !important;
  }
  .w-xxxxl-62 {
    width: 62% !important;
  }
  .w-xxxxl-61 {
    width: 61% !important;
  }
  .w-xxxxl-60 {
    width: 60% !important;
  }
  .w-xxxxl-59 {
    width: 59% !important;
  }
  .w-xxxxl-58 {
    width: 58% !important;
  }
  .w-xxxxl-57 {
    width: 57% !important;
  }
  .w-xxxxl-56 {
    width: 56% !important;
  }
  .w-xxxxl-55 {
    width: 55% !important;
  }
  .w-xxxxl-54 {
    width: 54% !important;
  }
  .w-xxxxl-53 {
    width: 53% !important;
  }
  .w-xxxxl-52 {
    width: 52% !important;
  }
  .w-xxxxl-51 {
    width: 51% !important;
  }
  .w-xxxxl-50 {
    width: 50% !important;
  }
  .w-xxxxl-49 {
    width: 49% !important;
  }
  .w-xxxxl-48 {
    width: 48% !important;
  }
  .w-xxxxl-47 {
    width: 47% !important;
  }
  .w-xxxxl-46 {
    width: 46% !important;
  }
  .w-xxxxl-45 {
    width: 45% !important;
  }
  .w-xxxxl-44 {
    width: 44% !important;
  }
  .w-xxxxl-43 {
    width: 43% !important;
  }
  .w-xxxxl-42 {
    width: 42% !important;
  }
  .w-xxxxl-41 {
    width: 41% !important;
  }
  .w-xxxxl-40 {
    width: 40% !important;
  }
  .w-xxxxl-39 {
    width: 39% !important;
  }
  .w-xxxxl-38 {
    width: 38% !important;
  }
  .w-xxxxl-37 {
    width: 37% !important;
  }
  .w-xxxxl-36 {
    width: 36% !important;
  }
  .w-xxxxl-35 {
    width: 35% !important;
  }
  .w-xxxxl-34 {
    width: 34% !important;
  }
  .w-xxxxl-33 {
    width: 33% !important;
  }
  .w-xxxxl-32 {
    width: 32% !important;
  }
  .w-xxxxl-31 {
    width: 31% !important;
  }
  .w-xxxxl-30 {
    width: 30% !important;
  }
  .w-xxxxl-29 {
    width: 29% !important;
  }
  .w-xxxxl-28 {
    width: 28% !important;
  }
  .w-xxxxl-27 {
    width: 27% !important;
  }
  .w-xxxxl-26 {
    width: 26% !important;
  }
  .w-xxxxl-25 {
    width: 25% !important;
  }
  .w-xxxxl-24 {
    width: 24% !important;
  }
  .w-xxxxl-23 {
    width: 23% !important;
  }
  .w-xxxxl-22 {
    width: 22% !important;
  }
  .w-xxxxl-21 {
    width: 21% !important;
  }
  .w-xxxxl-20 {
    width: 20% !important;
  }
  .w-xxxxl-19 {
    width: 19% !important;
  }
  .w-xxxxl-18 {
    width: 18% !important;
  }
  .w-xxxxl-17 {
    width: 17% !important;
  }
  .w-xxxxl-16 {
    width: 16% !important;
  }
  .w-xxxxl-15 {
    width: 15% !important;
  }
  .w-xxxxl-14 {
    width: 14% !important;
  }
  .w-xxxxl-13 {
    width: 13% !important;
  }
  .w-xxxxl-12 {
    width: 12% !important;
  }
  .w-xxxxl-11 {
    width: 11% !important;
  }
  .w-xxxxl-10 {
    width: 10% !important;
  }
  .w-xxxxl-9 {
    width: 9% !important;
  }
  .w-xxxxl-8 {
    width: 8% !important;
  }
  .w-xxxxl-7 {
    width: 7% !important;
  }
  .w-xxxxl-6 {
    width: 6% !important;
  }
  .w-xxxxl-5 {
    width: 5% !important;
  }
  .w-xxxxl-4 {
    width: 4% !important;
  }
  .w-xxxxl-3 {
    width: 3% !important;
  }
  .w-xxxxl-2 {
    width: 2% !important;
  }
  .w-xxxxl-1 {
    width: 1% !important;
  }
  .w-xxxxl-0 {
    width: 0% !important;
  }
  .h-xxxxl-100 {
    height: 100% !important;
  }
  .h-xxxxl-99 {
    height: 99% !important;
  }
  .h-xxxxl-98 {
    height: 98% !important;
  }
  .h-xxxxl-97 {
    height: 97% !important;
  }
  .h-xxxxl-96 {
    height: 96% !important;
  }
  .h-xxxxl-95 {
    height: 95% !important;
  }
  .h-xxxxl-94 {
    height: 94% !important;
  }
  .h-xxxxl-93 {
    height: 93% !important;
  }
  .h-xxxxl-92 {
    height: 92% !important;
  }
  .h-xxxxl-91 {
    height: 91% !important;
  }
  .h-xxxxl-90 {
    height: 90% !important;
  }
  .h-xxxxl-89 {
    height: 89% !important;
  }
  .h-xxxxl-88 {
    height: 88% !important;
  }
  .h-xxxxl-87 {
    height: 87% !important;
  }
  .h-xxxxl-86 {
    height: 86% !important;
  }
  .h-xxxxl-85 {
    height: 85% !important;
  }
  .h-xxxxl-84 {
    height: 84% !important;
  }
  .h-xxxxl-83 {
    height: 83% !important;
  }
  .h-xxxxl-82 {
    height: 82% !important;
  }
  .h-xxxxl-81 {
    height: 81% !important;
  }
  .h-xxxxl-80 {
    height: 80% !important;
  }
  .h-xxxxl-79 {
    height: 79% !important;
  }
  .h-xxxxl-78 {
    height: 78% !important;
  }
  .h-xxxxl-77 {
    height: 77% !important;
  }
  .h-xxxxl-76 {
    height: 76% !important;
  }
  .h-xxxxl-75 {
    height: 75% !important;
  }
  .h-xxxxl-74 {
    height: 74% !important;
  }
  .h-xxxxl-73 {
    height: 73% !important;
  }
  .h-xxxxl-72 {
    height: 72% !important;
  }
  .h-xxxxl-71 {
    height: 71% !important;
  }
  .h-xxxxl-70 {
    height: 70% !important;
  }
  .h-xxxxl-69 {
    height: 69% !important;
  }
  .h-xxxxl-68 {
    height: 68% !important;
  }
  .h-xxxxl-67 {
    height: 67% !important;
  }
  .h-xxxxl-66 {
    height: 66% !important;
  }
  .h-xxxxl-65 {
    height: 65% !important;
  }
  .h-xxxxl-64 {
    height: 64% !important;
  }
  .h-xxxxl-63 {
    height: 63% !important;
  }
  .h-xxxxl-62 {
    height: 62% !important;
  }
  .h-xxxxl-61 {
    height: 61% !important;
  }
  .h-xxxxl-60 {
    height: 60% !important;
  }
  .h-xxxxl-59 {
    height: 59% !important;
  }
  .h-xxxxl-58 {
    height: 58% !important;
  }
  .h-xxxxl-57 {
    height: 57% !important;
  }
  .h-xxxxl-56 {
    height: 56% !important;
  }
  .h-xxxxl-55 {
    height: 55% !important;
  }
  .h-xxxxl-54 {
    height: 54% !important;
  }
  .h-xxxxl-53 {
    height: 53% !important;
  }
  .h-xxxxl-52 {
    height: 52% !important;
  }
  .h-xxxxl-51 {
    height: 51% !important;
  }
  .h-xxxxl-50 {
    height: 50% !important;
  }
  .h-xxxxl-49 {
    height: 49% !important;
  }
  .h-xxxxl-48 {
    height: 48% !important;
  }
  .h-xxxxl-47 {
    height: 47% !important;
  }
  .h-xxxxl-46 {
    height: 46% !important;
  }
  .h-xxxxl-45 {
    height: 45% !important;
  }
  .h-xxxxl-44 {
    height: 44% !important;
  }
  .h-xxxxl-43 {
    height: 43% !important;
  }
  .h-xxxxl-42 {
    height: 42% !important;
  }
  .h-xxxxl-41 {
    height: 41% !important;
  }
  .h-xxxxl-40 {
    height: 40% !important;
  }
  .h-xxxxl-39 {
    height: 39% !important;
  }
  .h-xxxxl-38 {
    height: 38% !important;
  }
  .h-xxxxl-37 {
    height: 37% !important;
  }
  .h-xxxxl-36 {
    height: 36% !important;
  }
  .h-xxxxl-35 {
    height: 35% !important;
  }
  .h-xxxxl-34 {
    height: 34% !important;
  }
  .h-xxxxl-33 {
    height: 33% !important;
  }
  .h-xxxxl-32 {
    height: 32% !important;
  }
  .h-xxxxl-31 {
    height: 31% !important;
  }
  .h-xxxxl-30 {
    height: 30% !important;
  }
  .h-xxxxl-29 {
    height: 29% !important;
  }
  .h-xxxxl-28 {
    height: 28% !important;
  }
  .h-xxxxl-27 {
    height: 27% !important;
  }
  .h-xxxxl-26 {
    height: 26% !important;
  }
  .h-xxxxl-25 {
    height: 25% !important;
  }
  .h-xxxxl-24 {
    height: 24% !important;
  }
  .h-xxxxl-23 {
    height: 23% !important;
  }
  .h-xxxxl-22 {
    height: 22% !important;
  }
  .h-xxxxl-21 {
    height: 21% !important;
  }
  .h-xxxxl-20 {
    height: 20% !important;
  }
  .h-xxxxl-19 {
    height: 19% !important;
  }
  .h-xxxxl-18 {
    height: 18% !important;
  }
  .h-xxxxl-17 {
    height: 17% !important;
  }
  .h-xxxxl-16 {
    height: 16% !important;
  }
  .h-xxxxl-15 {
    height: 15% !important;
  }
  .h-xxxxl-14 {
    height: 14% !important;
  }
  .h-xxxxl-13 {
    height: 13% !important;
  }
  .h-xxxxl-12 {
    height: 12% !important;
  }
  .h-xxxxl-11 {
    height: 11% !important;
  }
  .h-xxxxl-10 {
    height: 10% !important;
  }
  .h-xxxxl-9 {
    height: 9% !important;
  }
  .h-xxxxl-8 {
    height: 8% !important;
  }
  .h-xxxxl-7 {
    height: 7% !important;
  }
  .h-xxxxl-6 {
    height: 6% !important;
  }
  .h-xxxxl-5 {
    height: 5% !important;
  }
  .h-xxxxl-4 {
    height: 4% !important;
  }
  .h-xxxxl-3 {
    height: 3% !important;
  }
  .h-xxxxl-2 {
    height: 2% !important;
  }
  .h-xxxxl-1 {
    height: 1% !important;
  }
  .h-xxxxl-0 {
    height: 0% !important;
  }
}
@media (min-width: 2300.02px) {
  .w-xxxxxl-100 {
    width: 100% !important;
  }
  .w-xxxxxl-99 {
    width: 99% !important;
  }
  .w-xxxxxl-98 {
    width: 98% !important;
  }
  .w-xxxxxl-97 {
    width: 97% !important;
  }
  .w-xxxxxl-96 {
    width: 96% !important;
  }
  .w-xxxxxl-95 {
    width: 95% !important;
  }
  .w-xxxxxl-94 {
    width: 94% !important;
  }
  .w-xxxxxl-93 {
    width: 93% !important;
  }
  .w-xxxxxl-92 {
    width: 92% !important;
  }
  .w-xxxxxl-91 {
    width: 91% !important;
  }
  .w-xxxxxl-90 {
    width: 90% !important;
  }
  .w-xxxxxl-89 {
    width: 89% !important;
  }
  .w-xxxxxl-88 {
    width: 88% !important;
  }
  .w-xxxxxl-87 {
    width: 87% !important;
  }
  .w-xxxxxl-86 {
    width: 86% !important;
  }
  .w-xxxxxl-85 {
    width: 85% !important;
  }
  .w-xxxxxl-84 {
    width: 84% !important;
  }
  .w-xxxxxl-83 {
    width: 83% !important;
  }
  .w-xxxxxl-82 {
    width: 82% !important;
  }
  .w-xxxxxl-81 {
    width: 81% !important;
  }
  .w-xxxxxl-80 {
    width: 80% !important;
  }
  .w-xxxxxl-79 {
    width: 79% !important;
  }
  .w-xxxxxl-78 {
    width: 78% !important;
  }
  .w-xxxxxl-77 {
    width: 77% !important;
  }
  .w-xxxxxl-76 {
    width: 76% !important;
  }
  .w-xxxxxl-75 {
    width: 75% !important;
  }
  .w-xxxxxl-74 {
    width: 74% !important;
  }
  .w-xxxxxl-73 {
    width: 73% !important;
  }
  .w-xxxxxl-72 {
    width: 72% !important;
  }
  .w-xxxxxl-71 {
    width: 71% !important;
  }
  .w-xxxxxl-70 {
    width: 70% !important;
  }
  .w-xxxxxl-69 {
    width: 69% !important;
  }
  .w-xxxxxl-68 {
    width: 68% !important;
  }
  .w-xxxxxl-67 {
    width: 67% !important;
  }
  .w-xxxxxl-66 {
    width: 66% !important;
  }
  .w-xxxxxl-65 {
    width: 65% !important;
  }
  .w-xxxxxl-64 {
    width: 64% !important;
  }
  .w-xxxxxl-63 {
    width: 63% !important;
  }
  .w-xxxxxl-62 {
    width: 62% !important;
  }
  .w-xxxxxl-61 {
    width: 61% !important;
  }
  .w-xxxxxl-60 {
    width: 60% !important;
  }
  .w-xxxxxl-59 {
    width: 59% !important;
  }
  .w-xxxxxl-58 {
    width: 58% !important;
  }
  .w-xxxxxl-57 {
    width: 57% !important;
  }
  .w-xxxxxl-56 {
    width: 56% !important;
  }
  .w-xxxxxl-55 {
    width: 55% !important;
  }
  .w-xxxxxl-54 {
    width: 54% !important;
  }
  .w-xxxxxl-53 {
    width: 53% !important;
  }
  .w-xxxxxl-52 {
    width: 52% !important;
  }
  .w-xxxxxl-51 {
    width: 51% !important;
  }
  .w-xxxxxl-50 {
    width: 50% !important;
  }
  .w-xxxxxl-49 {
    width: 49% !important;
  }
  .w-xxxxxl-48 {
    width: 48% !important;
  }
  .w-xxxxxl-47 {
    width: 47% !important;
  }
  .w-xxxxxl-46 {
    width: 46% !important;
  }
  .w-xxxxxl-45 {
    width: 45% !important;
  }
  .w-xxxxxl-44 {
    width: 44% !important;
  }
  .w-xxxxxl-43 {
    width: 43% !important;
  }
  .w-xxxxxl-42 {
    width: 42% !important;
  }
  .w-xxxxxl-41 {
    width: 41% !important;
  }
  .w-xxxxxl-40 {
    width: 40% !important;
  }
  .w-xxxxxl-39 {
    width: 39% !important;
  }
  .w-xxxxxl-38 {
    width: 38% !important;
  }
  .w-xxxxxl-37 {
    width: 37% !important;
  }
  .w-xxxxxl-36 {
    width: 36% !important;
  }
  .w-xxxxxl-35 {
    width: 35% !important;
  }
  .w-xxxxxl-34 {
    width: 34% !important;
  }
  .w-xxxxxl-33 {
    width: 33% !important;
  }
  .w-xxxxxl-32 {
    width: 32% !important;
  }
  .w-xxxxxl-31 {
    width: 31% !important;
  }
  .w-xxxxxl-30 {
    width: 30% !important;
  }
  .w-xxxxxl-29 {
    width: 29% !important;
  }
  .w-xxxxxl-28 {
    width: 28% !important;
  }
  .w-xxxxxl-27 {
    width: 27% !important;
  }
  .w-xxxxxl-26 {
    width: 26% !important;
  }
  .w-xxxxxl-25 {
    width: 25% !important;
  }
  .w-xxxxxl-24 {
    width: 24% !important;
  }
  .w-xxxxxl-23 {
    width: 23% !important;
  }
  .w-xxxxxl-22 {
    width: 22% !important;
  }
  .w-xxxxxl-21 {
    width: 21% !important;
  }
  .w-xxxxxl-20 {
    width: 20% !important;
  }
  .w-xxxxxl-19 {
    width: 19% !important;
  }
  .w-xxxxxl-18 {
    width: 18% !important;
  }
  .w-xxxxxl-17 {
    width: 17% !important;
  }
  .w-xxxxxl-16 {
    width: 16% !important;
  }
  .w-xxxxxl-15 {
    width: 15% !important;
  }
  .w-xxxxxl-14 {
    width: 14% !important;
  }
  .w-xxxxxl-13 {
    width: 13% !important;
  }
  .w-xxxxxl-12 {
    width: 12% !important;
  }
  .w-xxxxxl-11 {
    width: 11% !important;
  }
  .w-xxxxxl-10 {
    width: 10% !important;
  }
  .w-xxxxxl-9 {
    width: 9% !important;
  }
  .w-xxxxxl-8 {
    width: 8% !important;
  }
  .w-xxxxxl-7 {
    width: 7% !important;
  }
  .w-xxxxxl-6 {
    width: 6% !important;
  }
  .w-xxxxxl-5 {
    width: 5% !important;
  }
  .w-xxxxxl-4 {
    width: 4% !important;
  }
  .w-xxxxxl-3 {
    width: 3% !important;
  }
  .w-xxxxxl-2 {
    width: 2% !important;
  }
  .w-xxxxxl-1 {
    width: 1% !important;
  }
  .w-xxxxxl-0 {
    width: 0% !important;
  }
  .h-xxxxxl-100 {
    height: 100% !important;
  }
  .h-xxxxxl-99 {
    height: 99% !important;
  }
  .h-xxxxxl-98 {
    height: 98% !important;
  }
  .h-xxxxxl-97 {
    height: 97% !important;
  }
  .h-xxxxxl-96 {
    height: 96% !important;
  }
  .h-xxxxxl-95 {
    height: 95% !important;
  }
  .h-xxxxxl-94 {
    height: 94% !important;
  }
  .h-xxxxxl-93 {
    height: 93% !important;
  }
  .h-xxxxxl-92 {
    height: 92% !important;
  }
  .h-xxxxxl-91 {
    height: 91% !important;
  }
  .h-xxxxxl-90 {
    height: 90% !important;
  }
  .h-xxxxxl-89 {
    height: 89% !important;
  }
  .h-xxxxxl-88 {
    height: 88% !important;
  }
  .h-xxxxxl-87 {
    height: 87% !important;
  }
  .h-xxxxxl-86 {
    height: 86% !important;
  }
  .h-xxxxxl-85 {
    height: 85% !important;
  }
  .h-xxxxxl-84 {
    height: 84% !important;
  }
  .h-xxxxxl-83 {
    height: 83% !important;
  }
  .h-xxxxxl-82 {
    height: 82% !important;
  }
  .h-xxxxxl-81 {
    height: 81% !important;
  }
  .h-xxxxxl-80 {
    height: 80% !important;
  }
  .h-xxxxxl-79 {
    height: 79% !important;
  }
  .h-xxxxxl-78 {
    height: 78% !important;
  }
  .h-xxxxxl-77 {
    height: 77% !important;
  }
  .h-xxxxxl-76 {
    height: 76% !important;
  }
  .h-xxxxxl-75 {
    height: 75% !important;
  }
  .h-xxxxxl-74 {
    height: 74% !important;
  }
  .h-xxxxxl-73 {
    height: 73% !important;
  }
  .h-xxxxxl-72 {
    height: 72% !important;
  }
  .h-xxxxxl-71 {
    height: 71% !important;
  }
  .h-xxxxxl-70 {
    height: 70% !important;
  }
  .h-xxxxxl-69 {
    height: 69% !important;
  }
  .h-xxxxxl-68 {
    height: 68% !important;
  }
  .h-xxxxxl-67 {
    height: 67% !important;
  }
  .h-xxxxxl-66 {
    height: 66% !important;
  }
  .h-xxxxxl-65 {
    height: 65% !important;
  }
  .h-xxxxxl-64 {
    height: 64% !important;
  }
  .h-xxxxxl-63 {
    height: 63% !important;
  }
  .h-xxxxxl-62 {
    height: 62% !important;
  }
  .h-xxxxxl-61 {
    height: 61% !important;
  }
  .h-xxxxxl-60 {
    height: 60% !important;
  }
  .h-xxxxxl-59 {
    height: 59% !important;
  }
  .h-xxxxxl-58 {
    height: 58% !important;
  }
  .h-xxxxxl-57 {
    height: 57% !important;
  }
  .h-xxxxxl-56 {
    height: 56% !important;
  }
  .h-xxxxxl-55 {
    height: 55% !important;
  }
  .h-xxxxxl-54 {
    height: 54% !important;
  }
  .h-xxxxxl-53 {
    height: 53% !important;
  }
  .h-xxxxxl-52 {
    height: 52% !important;
  }
  .h-xxxxxl-51 {
    height: 51% !important;
  }
  .h-xxxxxl-50 {
    height: 50% !important;
  }
  .h-xxxxxl-49 {
    height: 49% !important;
  }
  .h-xxxxxl-48 {
    height: 48% !important;
  }
  .h-xxxxxl-47 {
    height: 47% !important;
  }
  .h-xxxxxl-46 {
    height: 46% !important;
  }
  .h-xxxxxl-45 {
    height: 45% !important;
  }
  .h-xxxxxl-44 {
    height: 44% !important;
  }
  .h-xxxxxl-43 {
    height: 43% !important;
  }
  .h-xxxxxl-42 {
    height: 42% !important;
  }
  .h-xxxxxl-41 {
    height: 41% !important;
  }
  .h-xxxxxl-40 {
    height: 40% !important;
  }
  .h-xxxxxl-39 {
    height: 39% !important;
  }
  .h-xxxxxl-38 {
    height: 38% !important;
  }
  .h-xxxxxl-37 {
    height: 37% !important;
  }
  .h-xxxxxl-36 {
    height: 36% !important;
  }
  .h-xxxxxl-35 {
    height: 35% !important;
  }
  .h-xxxxxl-34 {
    height: 34% !important;
  }
  .h-xxxxxl-33 {
    height: 33% !important;
  }
  .h-xxxxxl-32 {
    height: 32% !important;
  }
  .h-xxxxxl-31 {
    height: 31% !important;
  }
  .h-xxxxxl-30 {
    height: 30% !important;
  }
  .h-xxxxxl-29 {
    height: 29% !important;
  }
  .h-xxxxxl-28 {
    height: 28% !important;
  }
  .h-xxxxxl-27 {
    height: 27% !important;
  }
  .h-xxxxxl-26 {
    height: 26% !important;
  }
  .h-xxxxxl-25 {
    height: 25% !important;
  }
  .h-xxxxxl-24 {
    height: 24% !important;
  }
  .h-xxxxxl-23 {
    height: 23% !important;
  }
  .h-xxxxxl-22 {
    height: 22% !important;
  }
  .h-xxxxxl-21 {
    height: 21% !important;
  }
  .h-xxxxxl-20 {
    height: 20% !important;
  }
  .h-xxxxxl-19 {
    height: 19% !important;
  }
  .h-xxxxxl-18 {
    height: 18% !important;
  }
  .h-xxxxxl-17 {
    height: 17% !important;
  }
  .h-xxxxxl-16 {
    height: 16% !important;
  }
  .h-xxxxxl-15 {
    height: 15% !important;
  }
  .h-xxxxxl-14 {
    height: 14% !important;
  }
  .h-xxxxxl-13 {
    height: 13% !important;
  }
  .h-xxxxxl-12 {
    height: 12% !important;
  }
  .h-xxxxxl-11 {
    height: 11% !important;
  }
  .h-xxxxxl-10 {
    height: 10% !important;
  }
  .h-xxxxxl-9 {
    height: 9% !important;
  }
  .h-xxxxxl-8 {
    height: 8% !important;
  }
  .h-xxxxxl-7 {
    height: 7% !important;
  }
  .h-xxxxxl-6 {
    height: 6% !important;
  }
  .h-xxxxxl-5 {
    height: 5% !important;
  }
  .h-xxxxxl-4 {
    height: 4% !important;
  }
  .h-xxxxxl-3 {
    height: 3% !important;
  }
  .h-xxxxxl-2 {
    height: 2% !important;
  }
  .h-xxxxxl-1 {
    height: 1% !important;
  }
  .h-xxxxxl-0 {
    height: 0% !important;
  }
}
@media (min-width: 2560.02px) {
  .w-x1l-100 {
    width: 100% !important;
  }
  .w-x1l-99 {
    width: 99% !important;
  }
  .w-x1l-98 {
    width: 98% !important;
  }
  .w-x1l-97 {
    width: 97% !important;
  }
  .w-x1l-96 {
    width: 96% !important;
  }
  .w-x1l-95 {
    width: 95% !important;
  }
  .w-x1l-94 {
    width: 94% !important;
  }
  .w-x1l-93 {
    width: 93% !important;
  }
  .w-x1l-92 {
    width: 92% !important;
  }
  .w-x1l-91 {
    width: 91% !important;
  }
  .w-x1l-90 {
    width: 90% !important;
  }
  .w-x1l-89 {
    width: 89% !important;
  }
  .w-x1l-88 {
    width: 88% !important;
  }
  .w-x1l-87 {
    width: 87% !important;
  }
  .w-x1l-86 {
    width: 86% !important;
  }
  .w-x1l-85 {
    width: 85% !important;
  }
  .w-x1l-84 {
    width: 84% !important;
  }
  .w-x1l-83 {
    width: 83% !important;
  }
  .w-x1l-82 {
    width: 82% !important;
  }
  .w-x1l-81 {
    width: 81% !important;
  }
  .w-x1l-80 {
    width: 80% !important;
  }
  .w-x1l-79 {
    width: 79% !important;
  }
  .w-x1l-78 {
    width: 78% !important;
  }
  .w-x1l-77 {
    width: 77% !important;
  }
  .w-x1l-76 {
    width: 76% !important;
  }
  .w-x1l-75 {
    width: 75% !important;
  }
  .w-x1l-74 {
    width: 74% !important;
  }
  .w-x1l-73 {
    width: 73% !important;
  }
  .w-x1l-72 {
    width: 72% !important;
  }
  .w-x1l-71 {
    width: 71% !important;
  }
  .w-x1l-70 {
    width: 70% !important;
  }
  .w-x1l-69 {
    width: 69% !important;
  }
  .w-x1l-68 {
    width: 68% !important;
  }
  .w-x1l-67 {
    width: 67% !important;
  }
  .w-x1l-66 {
    width: 66% !important;
  }
  .w-x1l-65 {
    width: 65% !important;
  }
  .w-x1l-64 {
    width: 64% !important;
  }
  .w-x1l-63 {
    width: 63% !important;
  }
  .w-x1l-62 {
    width: 62% !important;
  }
  .w-x1l-61 {
    width: 61% !important;
  }
  .w-x1l-60 {
    width: 60% !important;
  }
  .w-x1l-59 {
    width: 59% !important;
  }
  .w-x1l-58 {
    width: 58% !important;
  }
  .w-x1l-57 {
    width: 57% !important;
  }
  .w-x1l-56 {
    width: 56% !important;
  }
  .w-x1l-55 {
    width: 55% !important;
  }
  .w-x1l-54 {
    width: 54% !important;
  }
  .w-x1l-53 {
    width: 53% !important;
  }
  .w-x1l-52 {
    width: 52% !important;
  }
  .w-x1l-51 {
    width: 51% !important;
  }
  .w-x1l-50 {
    width: 50% !important;
  }
  .w-x1l-49 {
    width: 49% !important;
  }
  .w-x1l-48 {
    width: 48% !important;
  }
  .w-x1l-47 {
    width: 47% !important;
  }
  .w-x1l-46 {
    width: 46% !important;
  }
  .w-x1l-45 {
    width: 45% !important;
  }
  .w-x1l-44 {
    width: 44% !important;
  }
  .w-x1l-43 {
    width: 43% !important;
  }
  .w-x1l-42 {
    width: 42% !important;
  }
  .w-x1l-41 {
    width: 41% !important;
  }
  .w-x1l-40 {
    width: 40% !important;
  }
  .w-x1l-39 {
    width: 39% !important;
  }
  .w-x1l-38 {
    width: 38% !important;
  }
  .w-x1l-37 {
    width: 37% !important;
  }
  .w-x1l-36 {
    width: 36% !important;
  }
  .w-x1l-35 {
    width: 35% !important;
  }
  .w-x1l-34 {
    width: 34% !important;
  }
  .w-x1l-33 {
    width: 33% !important;
  }
  .w-x1l-32 {
    width: 32% !important;
  }
  .w-x1l-31 {
    width: 31% !important;
  }
  .w-x1l-30 {
    width: 30% !important;
  }
  .w-x1l-29 {
    width: 29% !important;
  }
  .w-x1l-28 {
    width: 28% !important;
  }
  .w-x1l-27 {
    width: 27% !important;
  }
  .w-x1l-26 {
    width: 26% !important;
  }
  .w-x1l-25 {
    width: 25% !important;
  }
  .w-x1l-24 {
    width: 24% !important;
  }
  .w-x1l-23 {
    width: 23% !important;
  }
  .w-x1l-22 {
    width: 22% !important;
  }
  .w-x1l-21 {
    width: 21% !important;
  }
  .w-x1l-20 {
    width: 20% !important;
  }
  .w-x1l-19 {
    width: 19% !important;
  }
  .w-x1l-18 {
    width: 18% !important;
  }
  .w-x1l-17 {
    width: 17% !important;
  }
  .w-x1l-16 {
    width: 16% !important;
  }
  .w-x1l-15 {
    width: 15% !important;
  }
  .w-x1l-14 {
    width: 14% !important;
  }
  .w-x1l-13 {
    width: 13% !important;
  }
  .w-x1l-12 {
    width: 12% !important;
  }
  .w-x1l-11 {
    width: 11% !important;
  }
  .w-x1l-10 {
    width: 10% !important;
  }
  .w-x1l-9 {
    width: 9% !important;
  }
  .w-x1l-8 {
    width: 8% !important;
  }
  .w-x1l-7 {
    width: 7% !important;
  }
  .w-x1l-6 {
    width: 6% !important;
  }
  .w-x1l-5 {
    width: 5% !important;
  }
  .w-x1l-4 {
    width: 4% !important;
  }
  .w-x1l-3 {
    width: 3% !important;
  }
  .w-x1l-2 {
    width: 2% !important;
  }
  .w-x1l-1 {
    width: 1% !important;
  }
  .w-x1l-0 {
    width: 0% !important;
  }
  .h-x1l-100 {
    height: 100% !important;
  }
  .h-x1l-99 {
    height: 99% !important;
  }
  .h-x1l-98 {
    height: 98% !important;
  }
  .h-x1l-97 {
    height: 97% !important;
  }
  .h-x1l-96 {
    height: 96% !important;
  }
  .h-x1l-95 {
    height: 95% !important;
  }
  .h-x1l-94 {
    height: 94% !important;
  }
  .h-x1l-93 {
    height: 93% !important;
  }
  .h-x1l-92 {
    height: 92% !important;
  }
  .h-x1l-91 {
    height: 91% !important;
  }
  .h-x1l-90 {
    height: 90% !important;
  }
  .h-x1l-89 {
    height: 89% !important;
  }
  .h-x1l-88 {
    height: 88% !important;
  }
  .h-x1l-87 {
    height: 87% !important;
  }
  .h-x1l-86 {
    height: 86% !important;
  }
  .h-x1l-85 {
    height: 85% !important;
  }
  .h-x1l-84 {
    height: 84% !important;
  }
  .h-x1l-83 {
    height: 83% !important;
  }
  .h-x1l-82 {
    height: 82% !important;
  }
  .h-x1l-81 {
    height: 81% !important;
  }
  .h-x1l-80 {
    height: 80% !important;
  }
  .h-x1l-79 {
    height: 79% !important;
  }
  .h-x1l-78 {
    height: 78% !important;
  }
  .h-x1l-77 {
    height: 77% !important;
  }
  .h-x1l-76 {
    height: 76% !important;
  }
  .h-x1l-75 {
    height: 75% !important;
  }
  .h-x1l-74 {
    height: 74% !important;
  }
  .h-x1l-73 {
    height: 73% !important;
  }
  .h-x1l-72 {
    height: 72% !important;
  }
  .h-x1l-71 {
    height: 71% !important;
  }
  .h-x1l-70 {
    height: 70% !important;
  }
  .h-x1l-69 {
    height: 69% !important;
  }
  .h-x1l-68 {
    height: 68% !important;
  }
  .h-x1l-67 {
    height: 67% !important;
  }
  .h-x1l-66 {
    height: 66% !important;
  }
  .h-x1l-65 {
    height: 65% !important;
  }
  .h-x1l-64 {
    height: 64% !important;
  }
  .h-x1l-63 {
    height: 63% !important;
  }
  .h-x1l-62 {
    height: 62% !important;
  }
  .h-x1l-61 {
    height: 61% !important;
  }
  .h-x1l-60 {
    height: 60% !important;
  }
  .h-x1l-59 {
    height: 59% !important;
  }
  .h-x1l-58 {
    height: 58% !important;
  }
  .h-x1l-57 {
    height: 57% !important;
  }
  .h-x1l-56 {
    height: 56% !important;
  }
  .h-x1l-55 {
    height: 55% !important;
  }
  .h-x1l-54 {
    height: 54% !important;
  }
  .h-x1l-53 {
    height: 53% !important;
  }
  .h-x1l-52 {
    height: 52% !important;
  }
  .h-x1l-51 {
    height: 51% !important;
  }
  .h-x1l-50 {
    height: 50% !important;
  }
  .h-x1l-49 {
    height: 49% !important;
  }
  .h-x1l-48 {
    height: 48% !important;
  }
  .h-x1l-47 {
    height: 47% !important;
  }
  .h-x1l-46 {
    height: 46% !important;
  }
  .h-x1l-45 {
    height: 45% !important;
  }
  .h-x1l-44 {
    height: 44% !important;
  }
  .h-x1l-43 {
    height: 43% !important;
  }
  .h-x1l-42 {
    height: 42% !important;
  }
  .h-x1l-41 {
    height: 41% !important;
  }
  .h-x1l-40 {
    height: 40% !important;
  }
  .h-x1l-39 {
    height: 39% !important;
  }
  .h-x1l-38 {
    height: 38% !important;
  }
  .h-x1l-37 {
    height: 37% !important;
  }
  .h-x1l-36 {
    height: 36% !important;
  }
  .h-x1l-35 {
    height: 35% !important;
  }
  .h-x1l-34 {
    height: 34% !important;
  }
  .h-x1l-33 {
    height: 33% !important;
  }
  .h-x1l-32 {
    height: 32% !important;
  }
  .h-x1l-31 {
    height: 31% !important;
  }
  .h-x1l-30 {
    height: 30% !important;
  }
  .h-x1l-29 {
    height: 29% !important;
  }
  .h-x1l-28 {
    height: 28% !important;
  }
  .h-x1l-27 {
    height: 27% !important;
  }
  .h-x1l-26 {
    height: 26% !important;
  }
  .h-x1l-25 {
    height: 25% !important;
  }
  .h-x1l-24 {
    height: 24% !important;
  }
  .h-x1l-23 {
    height: 23% !important;
  }
  .h-x1l-22 {
    height: 22% !important;
  }
  .h-x1l-21 {
    height: 21% !important;
  }
  .h-x1l-20 {
    height: 20% !important;
  }
  .h-x1l-19 {
    height: 19% !important;
  }
  .h-x1l-18 {
    height: 18% !important;
  }
  .h-x1l-17 {
    height: 17% !important;
  }
  .h-x1l-16 {
    height: 16% !important;
  }
  .h-x1l-15 {
    height: 15% !important;
  }
  .h-x1l-14 {
    height: 14% !important;
  }
  .h-x1l-13 {
    height: 13% !important;
  }
  .h-x1l-12 {
    height: 12% !important;
  }
  .h-x1l-11 {
    height: 11% !important;
  }
  .h-x1l-10 {
    height: 10% !important;
  }
  .h-x1l-9 {
    height: 9% !important;
  }
  .h-x1l-8 {
    height: 8% !important;
  }
  .h-x1l-7 {
    height: 7% !important;
  }
  .h-x1l-6 {
    height: 6% !important;
  }
  .h-x1l-5 {
    height: 5% !important;
  }
  .h-x1l-4 {
    height: 4% !important;
  }
  .h-x1l-3 {
    height: 3% !important;
  }
  .h-x1l-2 {
    height: 2% !important;
  }
  .h-x1l-1 {
    height: 1% !important;
  }
  .h-x1l-0 {
    height: 0% !important;
  }
}
@media (min-width: 2880.02px) {
  .w-xx1l-100 {
    width: 100% !important;
  }
  .w-xx1l-99 {
    width: 99% !important;
  }
  .w-xx1l-98 {
    width: 98% !important;
  }
  .w-xx1l-97 {
    width: 97% !important;
  }
  .w-xx1l-96 {
    width: 96% !important;
  }
  .w-xx1l-95 {
    width: 95% !important;
  }
  .w-xx1l-94 {
    width: 94% !important;
  }
  .w-xx1l-93 {
    width: 93% !important;
  }
  .w-xx1l-92 {
    width: 92% !important;
  }
  .w-xx1l-91 {
    width: 91% !important;
  }
  .w-xx1l-90 {
    width: 90% !important;
  }
  .w-xx1l-89 {
    width: 89% !important;
  }
  .w-xx1l-88 {
    width: 88% !important;
  }
  .w-xx1l-87 {
    width: 87% !important;
  }
  .w-xx1l-86 {
    width: 86% !important;
  }
  .w-xx1l-85 {
    width: 85% !important;
  }
  .w-xx1l-84 {
    width: 84% !important;
  }
  .w-xx1l-83 {
    width: 83% !important;
  }
  .w-xx1l-82 {
    width: 82% !important;
  }
  .w-xx1l-81 {
    width: 81% !important;
  }
  .w-xx1l-80 {
    width: 80% !important;
  }
  .w-xx1l-79 {
    width: 79% !important;
  }
  .w-xx1l-78 {
    width: 78% !important;
  }
  .w-xx1l-77 {
    width: 77% !important;
  }
  .w-xx1l-76 {
    width: 76% !important;
  }
  .w-xx1l-75 {
    width: 75% !important;
  }
  .w-xx1l-74 {
    width: 74% !important;
  }
  .w-xx1l-73 {
    width: 73% !important;
  }
  .w-xx1l-72 {
    width: 72% !important;
  }
  .w-xx1l-71 {
    width: 71% !important;
  }
  .w-xx1l-70 {
    width: 70% !important;
  }
  .w-xx1l-69 {
    width: 69% !important;
  }
  .w-xx1l-68 {
    width: 68% !important;
  }
  .w-xx1l-67 {
    width: 67% !important;
  }
  .w-xx1l-66 {
    width: 66% !important;
  }
  .w-xx1l-65 {
    width: 65% !important;
  }
  .w-xx1l-64 {
    width: 64% !important;
  }
  .w-xx1l-63 {
    width: 63% !important;
  }
  .w-xx1l-62 {
    width: 62% !important;
  }
  .w-xx1l-61 {
    width: 61% !important;
  }
  .w-xx1l-60 {
    width: 60% !important;
  }
  .w-xx1l-59 {
    width: 59% !important;
  }
  .w-xx1l-58 {
    width: 58% !important;
  }
  .w-xx1l-57 {
    width: 57% !important;
  }
  .w-xx1l-56 {
    width: 56% !important;
  }
  .w-xx1l-55 {
    width: 55% !important;
  }
  .w-xx1l-54 {
    width: 54% !important;
  }
  .w-xx1l-53 {
    width: 53% !important;
  }
  .w-xx1l-52 {
    width: 52% !important;
  }
  .w-xx1l-51 {
    width: 51% !important;
  }
  .w-xx1l-50 {
    width: 50% !important;
  }
  .w-xx1l-49 {
    width: 49% !important;
  }
  .w-xx1l-48 {
    width: 48% !important;
  }
  .w-xx1l-47 {
    width: 47% !important;
  }
  .w-xx1l-46 {
    width: 46% !important;
  }
  .w-xx1l-45 {
    width: 45% !important;
  }
  .w-xx1l-44 {
    width: 44% !important;
  }
  .w-xx1l-43 {
    width: 43% !important;
  }
  .w-xx1l-42 {
    width: 42% !important;
  }
  .w-xx1l-41 {
    width: 41% !important;
  }
  .w-xx1l-40 {
    width: 40% !important;
  }
  .w-xx1l-39 {
    width: 39% !important;
  }
  .w-xx1l-38 {
    width: 38% !important;
  }
  .w-xx1l-37 {
    width: 37% !important;
  }
  .w-xx1l-36 {
    width: 36% !important;
  }
  .w-xx1l-35 {
    width: 35% !important;
  }
  .w-xx1l-34 {
    width: 34% !important;
  }
  .w-xx1l-33 {
    width: 33% !important;
  }
  .w-xx1l-32 {
    width: 32% !important;
  }
  .w-xx1l-31 {
    width: 31% !important;
  }
  .w-xx1l-30 {
    width: 30% !important;
  }
  .w-xx1l-29 {
    width: 29% !important;
  }
  .w-xx1l-28 {
    width: 28% !important;
  }
  .w-xx1l-27 {
    width: 27% !important;
  }
  .w-xx1l-26 {
    width: 26% !important;
  }
  .w-xx1l-25 {
    width: 25% !important;
  }
  .w-xx1l-24 {
    width: 24% !important;
  }
  .w-xx1l-23 {
    width: 23% !important;
  }
  .w-xx1l-22 {
    width: 22% !important;
  }
  .w-xx1l-21 {
    width: 21% !important;
  }
  .w-xx1l-20 {
    width: 20% !important;
  }
  .w-xx1l-19 {
    width: 19% !important;
  }
  .w-xx1l-18 {
    width: 18% !important;
  }
  .w-xx1l-17 {
    width: 17% !important;
  }
  .w-xx1l-16 {
    width: 16% !important;
  }
  .w-xx1l-15 {
    width: 15% !important;
  }
  .w-xx1l-14 {
    width: 14% !important;
  }
  .w-xx1l-13 {
    width: 13% !important;
  }
  .w-xx1l-12 {
    width: 12% !important;
  }
  .w-xx1l-11 {
    width: 11% !important;
  }
  .w-xx1l-10 {
    width: 10% !important;
  }
  .w-xx1l-9 {
    width: 9% !important;
  }
  .w-xx1l-8 {
    width: 8% !important;
  }
  .w-xx1l-7 {
    width: 7% !important;
  }
  .w-xx1l-6 {
    width: 6% !important;
  }
  .w-xx1l-5 {
    width: 5% !important;
  }
  .w-xx1l-4 {
    width: 4% !important;
  }
  .w-xx1l-3 {
    width: 3% !important;
  }
  .w-xx1l-2 {
    width: 2% !important;
  }
  .w-xx1l-1 {
    width: 1% !important;
  }
  .w-xx1l-0 {
    width: 0% !important;
  }
  .h-xx1l-100 {
    height: 100% !important;
  }
  .h-xx1l-99 {
    height: 99% !important;
  }
  .h-xx1l-98 {
    height: 98% !important;
  }
  .h-xx1l-97 {
    height: 97% !important;
  }
  .h-xx1l-96 {
    height: 96% !important;
  }
  .h-xx1l-95 {
    height: 95% !important;
  }
  .h-xx1l-94 {
    height: 94% !important;
  }
  .h-xx1l-93 {
    height: 93% !important;
  }
  .h-xx1l-92 {
    height: 92% !important;
  }
  .h-xx1l-91 {
    height: 91% !important;
  }
  .h-xx1l-90 {
    height: 90% !important;
  }
  .h-xx1l-89 {
    height: 89% !important;
  }
  .h-xx1l-88 {
    height: 88% !important;
  }
  .h-xx1l-87 {
    height: 87% !important;
  }
  .h-xx1l-86 {
    height: 86% !important;
  }
  .h-xx1l-85 {
    height: 85% !important;
  }
  .h-xx1l-84 {
    height: 84% !important;
  }
  .h-xx1l-83 {
    height: 83% !important;
  }
  .h-xx1l-82 {
    height: 82% !important;
  }
  .h-xx1l-81 {
    height: 81% !important;
  }
  .h-xx1l-80 {
    height: 80% !important;
  }
  .h-xx1l-79 {
    height: 79% !important;
  }
  .h-xx1l-78 {
    height: 78% !important;
  }
  .h-xx1l-77 {
    height: 77% !important;
  }
  .h-xx1l-76 {
    height: 76% !important;
  }
  .h-xx1l-75 {
    height: 75% !important;
  }
  .h-xx1l-74 {
    height: 74% !important;
  }
  .h-xx1l-73 {
    height: 73% !important;
  }
  .h-xx1l-72 {
    height: 72% !important;
  }
  .h-xx1l-71 {
    height: 71% !important;
  }
  .h-xx1l-70 {
    height: 70% !important;
  }
  .h-xx1l-69 {
    height: 69% !important;
  }
  .h-xx1l-68 {
    height: 68% !important;
  }
  .h-xx1l-67 {
    height: 67% !important;
  }
  .h-xx1l-66 {
    height: 66% !important;
  }
  .h-xx1l-65 {
    height: 65% !important;
  }
  .h-xx1l-64 {
    height: 64% !important;
  }
  .h-xx1l-63 {
    height: 63% !important;
  }
  .h-xx1l-62 {
    height: 62% !important;
  }
  .h-xx1l-61 {
    height: 61% !important;
  }
  .h-xx1l-60 {
    height: 60% !important;
  }
  .h-xx1l-59 {
    height: 59% !important;
  }
  .h-xx1l-58 {
    height: 58% !important;
  }
  .h-xx1l-57 {
    height: 57% !important;
  }
  .h-xx1l-56 {
    height: 56% !important;
  }
  .h-xx1l-55 {
    height: 55% !important;
  }
  .h-xx1l-54 {
    height: 54% !important;
  }
  .h-xx1l-53 {
    height: 53% !important;
  }
  .h-xx1l-52 {
    height: 52% !important;
  }
  .h-xx1l-51 {
    height: 51% !important;
  }
  .h-xx1l-50 {
    height: 50% !important;
  }
  .h-xx1l-49 {
    height: 49% !important;
  }
  .h-xx1l-48 {
    height: 48% !important;
  }
  .h-xx1l-47 {
    height: 47% !important;
  }
  .h-xx1l-46 {
    height: 46% !important;
  }
  .h-xx1l-45 {
    height: 45% !important;
  }
  .h-xx1l-44 {
    height: 44% !important;
  }
  .h-xx1l-43 {
    height: 43% !important;
  }
  .h-xx1l-42 {
    height: 42% !important;
  }
  .h-xx1l-41 {
    height: 41% !important;
  }
  .h-xx1l-40 {
    height: 40% !important;
  }
  .h-xx1l-39 {
    height: 39% !important;
  }
  .h-xx1l-38 {
    height: 38% !important;
  }
  .h-xx1l-37 {
    height: 37% !important;
  }
  .h-xx1l-36 {
    height: 36% !important;
  }
  .h-xx1l-35 {
    height: 35% !important;
  }
  .h-xx1l-34 {
    height: 34% !important;
  }
  .h-xx1l-33 {
    height: 33% !important;
  }
  .h-xx1l-32 {
    height: 32% !important;
  }
  .h-xx1l-31 {
    height: 31% !important;
  }
  .h-xx1l-30 {
    height: 30% !important;
  }
  .h-xx1l-29 {
    height: 29% !important;
  }
  .h-xx1l-28 {
    height: 28% !important;
  }
  .h-xx1l-27 {
    height: 27% !important;
  }
  .h-xx1l-26 {
    height: 26% !important;
  }
  .h-xx1l-25 {
    height: 25% !important;
  }
  .h-xx1l-24 {
    height: 24% !important;
  }
  .h-xx1l-23 {
    height: 23% !important;
  }
  .h-xx1l-22 {
    height: 22% !important;
  }
  .h-xx1l-21 {
    height: 21% !important;
  }
  .h-xx1l-20 {
    height: 20% !important;
  }
  .h-xx1l-19 {
    height: 19% !important;
  }
  .h-xx1l-18 {
    height: 18% !important;
  }
  .h-xx1l-17 {
    height: 17% !important;
  }
  .h-xx1l-16 {
    height: 16% !important;
  }
  .h-xx1l-15 {
    height: 15% !important;
  }
  .h-xx1l-14 {
    height: 14% !important;
  }
  .h-xx1l-13 {
    height: 13% !important;
  }
  .h-xx1l-12 {
    height: 12% !important;
  }
  .h-xx1l-11 {
    height: 11% !important;
  }
  .h-xx1l-10 {
    height: 10% !important;
  }
  .h-xx1l-9 {
    height: 9% !important;
  }
  .h-xx1l-8 {
    height: 8% !important;
  }
  .h-xx1l-7 {
    height: 7% !important;
  }
  .h-xx1l-6 {
    height: 6% !important;
  }
  .h-xx1l-5 {
    height: 5% !important;
  }
  .h-xx1l-4 {
    height: 4% !important;
  }
  .h-xx1l-3 {
    height: 3% !important;
  }
  .h-xx1l-2 {
    height: 2% !important;
  }
  .h-xx1l-1 {
    height: 1% !important;
  }
  .h-xx1l-0 {
    height: 0% !important;
  }
}
@media (min-width: 3840.02px) {
  .w-xxx1l-100 {
    width: 100% !important;
  }
  .w-xxx1l-99 {
    width: 99% !important;
  }
  .w-xxx1l-98 {
    width: 98% !important;
  }
  .w-xxx1l-97 {
    width: 97% !important;
  }
  .w-xxx1l-96 {
    width: 96% !important;
  }
  .w-xxx1l-95 {
    width: 95% !important;
  }
  .w-xxx1l-94 {
    width: 94% !important;
  }
  .w-xxx1l-93 {
    width: 93% !important;
  }
  .w-xxx1l-92 {
    width: 92% !important;
  }
  .w-xxx1l-91 {
    width: 91% !important;
  }
  .w-xxx1l-90 {
    width: 90% !important;
  }
  .w-xxx1l-89 {
    width: 89% !important;
  }
  .w-xxx1l-88 {
    width: 88% !important;
  }
  .w-xxx1l-87 {
    width: 87% !important;
  }
  .w-xxx1l-86 {
    width: 86% !important;
  }
  .w-xxx1l-85 {
    width: 85% !important;
  }
  .w-xxx1l-84 {
    width: 84% !important;
  }
  .w-xxx1l-83 {
    width: 83% !important;
  }
  .w-xxx1l-82 {
    width: 82% !important;
  }
  .w-xxx1l-81 {
    width: 81% !important;
  }
  .w-xxx1l-80 {
    width: 80% !important;
  }
  .w-xxx1l-79 {
    width: 79% !important;
  }
  .w-xxx1l-78 {
    width: 78% !important;
  }
  .w-xxx1l-77 {
    width: 77% !important;
  }
  .w-xxx1l-76 {
    width: 76% !important;
  }
  .w-xxx1l-75 {
    width: 75% !important;
  }
  .w-xxx1l-74 {
    width: 74% !important;
  }
  .w-xxx1l-73 {
    width: 73% !important;
  }
  .w-xxx1l-72 {
    width: 72% !important;
  }
  .w-xxx1l-71 {
    width: 71% !important;
  }
  .w-xxx1l-70 {
    width: 70% !important;
  }
  .w-xxx1l-69 {
    width: 69% !important;
  }
  .w-xxx1l-68 {
    width: 68% !important;
  }
  .w-xxx1l-67 {
    width: 67% !important;
  }
  .w-xxx1l-66 {
    width: 66% !important;
  }
  .w-xxx1l-65 {
    width: 65% !important;
  }
  .w-xxx1l-64 {
    width: 64% !important;
  }
  .w-xxx1l-63 {
    width: 63% !important;
  }
  .w-xxx1l-62 {
    width: 62% !important;
  }
  .w-xxx1l-61 {
    width: 61% !important;
  }
  .w-xxx1l-60 {
    width: 60% !important;
  }
  .w-xxx1l-59 {
    width: 59% !important;
  }
  .w-xxx1l-58 {
    width: 58% !important;
  }
  .w-xxx1l-57 {
    width: 57% !important;
  }
  .w-xxx1l-56 {
    width: 56% !important;
  }
  .w-xxx1l-55 {
    width: 55% !important;
  }
  .w-xxx1l-54 {
    width: 54% !important;
  }
  .w-xxx1l-53 {
    width: 53% !important;
  }
  .w-xxx1l-52 {
    width: 52% !important;
  }
  .w-xxx1l-51 {
    width: 51% !important;
  }
  .w-xxx1l-50 {
    width: 50% !important;
  }
  .w-xxx1l-49 {
    width: 49% !important;
  }
  .w-xxx1l-48 {
    width: 48% !important;
  }
  .w-xxx1l-47 {
    width: 47% !important;
  }
  .w-xxx1l-46 {
    width: 46% !important;
  }
  .w-xxx1l-45 {
    width: 45% !important;
  }
  .w-xxx1l-44 {
    width: 44% !important;
  }
  .w-xxx1l-43 {
    width: 43% !important;
  }
  .w-xxx1l-42 {
    width: 42% !important;
  }
  .w-xxx1l-41 {
    width: 41% !important;
  }
  .w-xxx1l-40 {
    width: 40% !important;
  }
  .w-xxx1l-39 {
    width: 39% !important;
  }
  .w-xxx1l-38 {
    width: 38% !important;
  }
  .w-xxx1l-37 {
    width: 37% !important;
  }
  .w-xxx1l-36 {
    width: 36% !important;
  }
  .w-xxx1l-35 {
    width: 35% !important;
  }
  .w-xxx1l-34 {
    width: 34% !important;
  }
  .w-xxx1l-33 {
    width: 33% !important;
  }
  .w-xxx1l-32 {
    width: 32% !important;
  }
  .w-xxx1l-31 {
    width: 31% !important;
  }
  .w-xxx1l-30 {
    width: 30% !important;
  }
  .w-xxx1l-29 {
    width: 29% !important;
  }
  .w-xxx1l-28 {
    width: 28% !important;
  }
  .w-xxx1l-27 {
    width: 27% !important;
  }
  .w-xxx1l-26 {
    width: 26% !important;
  }
  .w-xxx1l-25 {
    width: 25% !important;
  }
  .w-xxx1l-24 {
    width: 24% !important;
  }
  .w-xxx1l-23 {
    width: 23% !important;
  }
  .w-xxx1l-22 {
    width: 22% !important;
  }
  .w-xxx1l-21 {
    width: 21% !important;
  }
  .w-xxx1l-20 {
    width: 20% !important;
  }
  .w-xxx1l-19 {
    width: 19% !important;
  }
  .w-xxx1l-18 {
    width: 18% !important;
  }
  .w-xxx1l-17 {
    width: 17% !important;
  }
  .w-xxx1l-16 {
    width: 16% !important;
  }
  .w-xxx1l-15 {
    width: 15% !important;
  }
  .w-xxx1l-14 {
    width: 14% !important;
  }
  .w-xxx1l-13 {
    width: 13% !important;
  }
  .w-xxx1l-12 {
    width: 12% !important;
  }
  .w-xxx1l-11 {
    width: 11% !important;
  }
  .w-xxx1l-10 {
    width: 10% !important;
  }
  .w-xxx1l-9 {
    width: 9% !important;
  }
  .w-xxx1l-8 {
    width: 8% !important;
  }
  .w-xxx1l-7 {
    width: 7% !important;
  }
  .w-xxx1l-6 {
    width: 6% !important;
  }
  .w-xxx1l-5 {
    width: 5% !important;
  }
  .w-xxx1l-4 {
    width: 4% !important;
  }
  .w-xxx1l-3 {
    width: 3% !important;
  }
  .w-xxx1l-2 {
    width: 2% !important;
  }
  .w-xxx1l-1 {
    width: 1% !important;
  }
  .w-xxx1l-0 {
    width: 0% !important;
  }
  .h-xxx1l-100 {
    height: 100% !important;
  }
  .h-xxx1l-99 {
    height: 99% !important;
  }
  .h-xxx1l-98 {
    height: 98% !important;
  }
  .h-xxx1l-97 {
    height: 97% !important;
  }
  .h-xxx1l-96 {
    height: 96% !important;
  }
  .h-xxx1l-95 {
    height: 95% !important;
  }
  .h-xxx1l-94 {
    height: 94% !important;
  }
  .h-xxx1l-93 {
    height: 93% !important;
  }
  .h-xxx1l-92 {
    height: 92% !important;
  }
  .h-xxx1l-91 {
    height: 91% !important;
  }
  .h-xxx1l-90 {
    height: 90% !important;
  }
  .h-xxx1l-89 {
    height: 89% !important;
  }
  .h-xxx1l-88 {
    height: 88% !important;
  }
  .h-xxx1l-87 {
    height: 87% !important;
  }
  .h-xxx1l-86 {
    height: 86% !important;
  }
  .h-xxx1l-85 {
    height: 85% !important;
  }
  .h-xxx1l-84 {
    height: 84% !important;
  }
  .h-xxx1l-83 {
    height: 83% !important;
  }
  .h-xxx1l-82 {
    height: 82% !important;
  }
  .h-xxx1l-81 {
    height: 81% !important;
  }
  .h-xxx1l-80 {
    height: 80% !important;
  }
  .h-xxx1l-79 {
    height: 79% !important;
  }
  .h-xxx1l-78 {
    height: 78% !important;
  }
  .h-xxx1l-77 {
    height: 77% !important;
  }
  .h-xxx1l-76 {
    height: 76% !important;
  }
  .h-xxx1l-75 {
    height: 75% !important;
  }
  .h-xxx1l-74 {
    height: 74% !important;
  }
  .h-xxx1l-73 {
    height: 73% !important;
  }
  .h-xxx1l-72 {
    height: 72% !important;
  }
  .h-xxx1l-71 {
    height: 71% !important;
  }
  .h-xxx1l-70 {
    height: 70% !important;
  }
  .h-xxx1l-69 {
    height: 69% !important;
  }
  .h-xxx1l-68 {
    height: 68% !important;
  }
  .h-xxx1l-67 {
    height: 67% !important;
  }
  .h-xxx1l-66 {
    height: 66% !important;
  }
  .h-xxx1l-65 {
    height: 65% !important;
  }
  .h-xxx1l-64 {
    height: 64% !important;
  }
  .h-xxx1l-63 {
    height: 63% !important;
  }
  .h-xxx1l-62 {
    height: 62% !important;
  }
  .h-xxx1l-61 {
    height: 61% !important;
  }
  .h-xxx1l-60 {
    height: 60% !important;
  }
  .h-xxx1l-59 {
    height: 59% !important;
  }
  .h-xxx1l-58 {
    height: 58% !important;
  }
  .h-xxx1l-57 {
    height: 57% !important;
  }
  .h-xxx1l-56 {
    height: 56% !important;
  }
  .h-xxx1l-55 {
    height: 55% !important;
  }
  .h-xxx1l-54 {
    height: 54% !important;
  }
  .h-xxx1l-53 {
    height: 53% !important;
  }
  .h-xxx1l-52 {
    height: 52% !important;
  }
  .h-xxx1l-51 {
    height: 51% !important;
  }
  .h-xxx1l-50 {
    height: 50% !important;
  }
  .h-xxx1l-49 {
    height: 49% !important;
  }
  .h-xxx1l-48 {
    height: 48% !important;
  }
  .h-xxx1l-47 {
    height: 47% !important;
  }
  .h-xxx1l-46 {
    height: 46% !important;
  }
  .h-xxx1l-45 {
    height: 45% !important;
  }
  .h-xxx1l-44 {
    height: 44% !important;
  }
  .h-xxx1l-43 {
    height: 43% !important;
  }
  .h-xxx1l-42 {
    height: 42% !important;
  }
  .h-xxx1l-41 {
    height: 41% !important;
  }
  .h-xxx1l-40 {
    height: 40% !important;
  }
  .h-xxx1l-39 {
    height: 39% !important;
  }
  .h-xxx1l-38 {
    height: 38% !important;
  }
  .h-xxx1l-37 {
    height: 37% !important;
  }
  .h-xxx1l-36 {
    height: 36% !important;
  }
  .h-xxx1l-35 {
    height: 35% !important;
  }
  .h-xxx1l-34 {
    height: 34% !important;
  }
  .h-xxx1l-33 {
    height: 33% !important;
  }
  .h-xxx1l-32 {
    height: 32% !important;
  }
  .h-xxx1l-31 {
    height: 31% !important;
  }
  .h-xxx1l-30 {
    height: 30% !important;
  }
  .h-xxx1l-29 {
    height: 29% !important;
  }
  .h-xxx1l-28 {
    height: 28% !important;
  }
  .h-xxx1l-27 {
    height: 27% !important;
  }
  .h-xxx1l-26 {
    height: 26% !important;
  }
  .h-xxx1l-25 {
    height: 25% !important;
  }
  .h-xxx1l-24 {
    height: 24% !important;
  }
  .h-xxx1l-23 {
    height: 23% !important;
  }
  .h-xxx1l-22 {
    height: 22% !important;
  }
  .h-xxx1l-21 {
    height: 21% !important;
  }
  .h-xxx1l-20 {
    height: 20% !important;
  }
  .h-xxx1l-19 {
    height: 19% !important;
  }
  .h-xxx1l-18 {
    height: 18% !important;
  }
  .h-xxx1l-17 {
    height: 17% !important;
  }
  .h-xxx1l-16 {
    height: 16% !important;
  }
  .h-xxx1l-15 {
    height: 15% !important;
  }
  .h-xxx1l-14 {
    height: 14% !important;
  }
  .h-xxx1l-13 {
    height: 13% !important;
  }
  .h-xxx1l-12 {
    height: 12% !important;
  }
  .h-xxx1l-11 {
    height: 11% !important;
  }
  .h-xxx1l-10 {
    height: 10% !important;
  }
  .h-xxx1l-9 {
    height: 9% !important;
  }
  .h-xxx1l-8 {
    height: 8% !important;
  }
  .h-xxx1l-7 {
    height: 7% !important;
  }
  .h-xxx1l-6 {
    height: 6% !important;
  }
  .h-xxx1l-5 {
    height: 5% !important;
  }
  .h-xxx1l-4 {
    height: 4% !important;
  }
  .h-xxx1l-3 {
    height: 3% !important;
  }
  .h-xxx1l-2 {
    height: 2% !important;
  }
  .h-xxx1l-1 {
    height: 1% !important;
  }
  .h-xxx1l-0 {
    height: 0% !important;
  }
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-60 {
  margin: 15rem !important;
}
.mt-60,
.my-60 {
  margin-top: 15rem !important;
}
.mr-60,
.mx-60 {
  margin-right: 15rem !important;
}
.mb-60,
.my-60 {
  margin-bottom: 15rem !important;
}
.ml-60,
.mx-60 {
  margin-left: 15rem !important;
}
.m-59 {
  margin: 14.75rem !important;
}
.mt-59,
.my-59 {
  margin-top: 14.75rem !important;
}
.mr-59,
.mx-59 {
  margin-right: 14.75rem !important;
}
.mb-59,
.my-59 {
  margin-bottom: 14.75rem !important;
}
.ml-59,
.mx-59 {
  margin-left: 14.75rem !important;
}
.m-58 {
  margin: 14.5rem !important;
}
.mt-58,
.my-58 {
  margin-top: 14.5rem !important;
}
.mr-58,
.mx-58 {
  margin-right: 14.5rem !important;
}
.mb-58,
.my-58 {
  margin-bottom: 14.5rem !important;
}
.ml-58,
.mx-58 {
  margin-left: 14.5rem !important;
}
.m-57 {
  margin: 14.25rem !important;
}
.mt-57,
.my-57 {
  margin-top: 14.25rem !important;
}
.mr-57,
.mx-57 {
  margin-right: 14.25rem !important;
}
.mb-57,
.my-57 {
  margin-bottom: 14.25rem !important;
}
.ml-57,
.mx-57 {
  margin-left: 14.25rem !important;
}
.m-56 {
  margin: 14rem !important;
}
.mt-56,
.my-56 {
  margin-top: 14rem !important;
}
.mr-56,
.mx-56 {
  margin-right: 14rem !important;
}
.mb-56,
.my-56 {
  margin-bottom: 14rem !important;
}
.ml-56,
.mx-56 {
  margin-left: 14rem !important;
}
.m-55 {
  margin: 13.75rem !important;
}
.mt-55,
.my-55 {
  margin-top: 13.75rem !important;
}
.mr-55,
.mx-55 {
  margin-right: 13.75rem !important;
}
.mb-55,
.my-55 {
  margin-bottom: 13.75rem !important;
}
.ml-55,
.mx-55 {
  margin-left: 13.75rem !important;
}
.m-54 {
  margin: 13.5rem !important;
}
.mt-54,
.my-54 {
  margin-top: 13.5rem !important;
}
.mr-54,
.mx-54 {
  margin-right: 13.5rem !important;
}
.mb-54,
.my-54 {
  margin-bottom: 13.5rem !important;
}
.ml-54,
.mx-54 {
  margin-left: 13.5rem !important;
}
.m-53 {
  margin: 13.25rem !important;
}
.mt-53,
.my-53 {
  margin-top: 13.25rem !important;
}
.mr-53,
.mx-53 {
  margin-right: 13.25rem !important;
}
.mb-53,
.my-53 {
  margin-bottom: 13.25rem !important;
}
.ml-53,
.mx-53 {
  margin-left: 13.25rem !important;
}
.m-52 {
  margin: 13rem !important;
}
.mt-52,
.my-52 {
  margin-top: 13rem !important;
}
.mr-52,
.mx-52 {
  margin-right: 13rem !important;
}
.mb-52,
.my-52 {
  margin-bottom: 13rem !important;
}
.ml-52,
.mx-52 {
  margin-left: 13rem !important;
}
.m-51 {
  margin: 12.75rem !important;
}
.mt-51,
.my-51 {
  margin-top: 12.75rem !important;
}
.mr-51,
.mx-51 {
  margin-right: 12.75rem !important;
}
.mb-51,
.my-51 {
  margin-bottom: 12.75rem !important;
}
.ml-51,
.mx-51 {
  margin-left: 12.75rem !important;
}
.m-50 {
  margin: 12.5rem !important;
}
.mt-50,
.my-50 {
  margin-top: 12.5rem !important;
}
.mr-50,
.mx-50 {
  margin-right: 12.5rem !important;
}
.mb-50,
.my-50 {
  margin-bottom: 12.5rem !important;
}
.ml-50,
.mx-50 {
  margin-left: 12.5rem !important;
}
.m-49 {
  margin: 12.25rem !important;
}
.mt-49,
.my-49 {
  margin-top: 12.25rem !important;
}
.mr-49,
.mx-49 {
  margin-right: 12.25rem !important;
}
.mb-49,
.my-49 {
  margin-bottom: 12.25rem !important;
}
.ml-49,
.mx-49 {
  margin-left: 12.25rem !important;
}
.m-48 {
  margin: 12rem !important;
}
.mt-48,
.my-48 {
  margin-top: 12rem !important;
}
.mr-48,
.mx-48 {
  margin-right: 12rem !important;
}
.mb-48,
.my-48 {
  margin-bottom: 12rem !important;
}
.ml-48,
.mx-48 {
  margin-left: 12rem !important;
}
.m-47 {
  margin: 11.75rem !important;
}
.mt-47,
.my-47 {
  margin-top: 11.75rem !important;
}
.mr-47,
.mx-47 {
  margin-right: 11.75rem !important;
}
.mb-47,
.my-47 {
  margin-bottom: 11.75rem !important;
}
.ml-47,
.mx-47 {
  margin-left: 11.75rem !important;
}
.m-46 {
  margin: 11.5rem !important;
}
.mt-46,
.my-46 {
  margin-top: 11.5rem !important;
}
.mr-46,
.mx-46 {
  margin-right: 11.5rem !important;
}
.mb-46,
.my-46 {
  margin-bottom: 11.5rem !important;
}
.ml-46,
.mx-46 {
  margin-left: 11.5rem !important;
}
.m-45 {
  margin: 11.25rem !important;
}
.mt-45,
.my-45 {
  margin-top: 11.25rem !important;
}
.mr-45,
.mx-45 {
  margin-right: 11.25rem !important;
}
.mb-45,
.my-45 {
  margin-bottom: 11.25rem !important;
}
.ml-45,
.mx-45 {
  margin-left: 11.25rem !important;
}
.m-44 {
  margin: 11rem !important;
}
.mt-44,
.my-44 {
  margin-top: 11rem !important;
}
.mr-44,
.mx-44 {
  margin-right: 11rem !important;
}
.mb-44,
.my-44 {
  margin-bottom: 11rem !important;
}
.ml-44,
.mx-44 {
  margin-left: 11rem !important;
}
.m-43 {
  margin: 10.75rem !important;
}
.mt-43,
.my-43 {
  margin-top: 10.75rem !important;
}
.mr-43,
.mx-43 {
  margin-right: 10.75rem !important;
}
.mb-43,
.my-43 {
  margin-bottom: 10.75rem !important;
}
.ml-43,
.mx-43 {
  margin-left: 10.75rem !important;
}
.m-42 {
  margin: 10.5rem !important;
}
.mt-42,
.my-42 {
  margin-top: 10.5rem !important;
}
.mr-42,
.mx-42 {
  margin-right: 10.5rem !important;
}
.mb-42,
.my-42 {
  margin-bottom: 10.5rem !important;
}
.ml-42,
.mx-42 {
  margin-left: 10.5rem !important;
}
.m-41 {
  margin: 10.25rem !important;
}
.mt-41,
.my-41 {
  margin-top: 10.25rem !important;
}
.mr-41,
.mx-41 {
  margin-right: 10.25rem !important;
}
.mb-41,
.my-41 {
  margin-bottom: 10.25rem !important;
}
.ml-41,
.mx-41 {
  margin-left: 10.25rem !important;
}
.m-40 {
  margin: 10rem !important;
}
.mt-40,
.my-40 {
  margin-top: 10rem !important;
}
.mr-40,
.mx-40 {
  margin-right: 10rem !important;
}
.mb-40,
.my-40 {
  margin-bottom: 10rem !important;
}
.ml-40,
.mx-40 {
  margin-left: 10rem !important;
}
.m-39 {
  margin: 9.75rem !important;
}
.mt-39,
.my-39 {
  margin-top: 9.75rem !important;
}
.mr-39,
.mx-39 {
  margin-right: 9.75rem !important;
}
.mb-39,
.my-39 {
  margin-bottom: 9.75rem !important;
}
.ml-39,
.mx-39 {
  margin-left: 9.75rem !important;
}
.m-38 {
  margin: 9.5rem !important;
}
.mt-38,
.my-38 {
  margin-top: 9.5rem !important;
}
.mr-38,
.mx-38 {
  margin-right: 9.5rem !important;
}
.mb-38,
.my-38 {
  margin-bottom: 9.5rem !important;
}
.ml-38,
.mx-38 {
  margin-left: 9.5rem !important;
}
.m-37 {
  margin: 9.25rem !important;
}
.mt-37,
.my-37 {
  margin-top: 9.25rem !important;
}
.mr-37,
.mx-37 {
  margin-right: 9.25rem !important;
}
.mb-37,
.my-37 {
  margin-bottom: 9.25rem !important;
}
.ml-37,
.mx-37 {
  margin-left: 9.25rem !important;
}
.m-36 {
  margin: 9rem !important;
}
.mt-36,
.my-36 {
  margin-top: 9rem !important;
}
.mr-36,
.mx-36 {
  margin-right: 9rem !important;
}
.mb-36,
.my-36 {
  margin-bottom: 9rem !important;
}
.ml-36,
.mx-36 {
  margin-left: 9rem !important;
}
.m-35 {
  margin: 8.75rem !important;
}
.mt-35,
.my-35 {
  margin-top: 8.75rem !important;
}
.mr-35,
.mx-35 {
  margin-right: 8.75rem !important;
}
.mb-35,
.my-35 {
  margin-bottom: 8.75rem !important;
}
.ml-35,
.mx-35 {
  margin-left: 8.75rem !important;
}
.m-34 {
  margin: 8.5rem !important;
}
.mt-34,
.my-34 {
  margin-top: 8.5rem !important;
}
.mr-34,
.mx-34 {
  margin-right: 8.5rem !important;
}
.mb-34,
.my-34 {
  margin-bottom: 8.5rem !important;
}
.ml-34,
.mx-34 {
  margin-left: 8.5rem !important;
}
.m-33 {
  margin: 8.25rem !important;
}
.mt-33,
.my-33 {
  margin-top: 8.25rem !important;
}
.mr-33,
.mx-33 {
  margin-right: 8.25rem !important;
}
.mb-33,
.my-33 {
  margin-bottom: 8.25rem !important;
}
.ml-33,
.mx-33 {
  margin-left: 8.25rem !important;
}
.m-32 {
  margin: 8rem !important;
}
.mt-32,
.my-32 {
  margin-top: 8rem !important;
}
.mr-32,
.mx-32 {
  margin-right: 8rem !important;
}
.mb-32,
.my-32 {
  margin-bottom: 8rem !important;
}
.ml-32,
.mx-32 {
  margin-left: 8rem !important;
}
.m-31 {
  margin: 7.75rem !important;
}
.mt-31,
.my-31 {
  margin-top: 7.75rem !important;
}
.mr-31,
.mx-31 {
  margin-right: 7.75rem !important;
}
.mb-31,
.my-31 {
  margin-bottom: 7.75rem !important;
}
.ml-31,
.mx-31 {
  margin-left: 7.75rem !important;
}
.m-30 {
  margin: 7.5rem !important;
}
.mt-30,
.my-30 {
  margin-top: 7.5rem !important;
}
.mr-30,
.mx-30 {
  margin-right: 7.5rem !important;
}
.mb-30,
.my-30 {
  margin-bottom: 7.5rem !important;
}
.ml-30,
.mx-30 {
  margin-left: 7.5rem !important;
}
.m-29 {
  margin: 7.25rem !important;
}
.mt-29,
.my-29 {
  margin-top: 7.25rem !important;
}
.mr-29,
.mx-29 {
  margin-right: 7.25rem !important;
}
.mb-29,
.my-29 {
  margin-bottom: 7.25rem !important;
}
.ml-29,
.mx-29 {
  margin-left: 7.25rem !important;
}
.m-28 {
  margin: 7rem !important;
}
.mt-28,
.my-28 {
  margin-top: 7rem !important;
}
.mr-28,
.mx-28 {
  margin-right: 7rem !important;
}
.mb-28,
.my-28 {
  margin-bottom: 7rem !important;
}
.ml-28,
.mx-28 {
  margin-left: 7rem !important;
}
.m-27 {
  margin: 6.75rem !important;
}
.mt-27,
.my-27 {
  margin-top: 6.75rem !important;
}
.mr-27,
.mx-27 {
  margin-right: 6.75rem !important;
}
.mb-27,
.my-27 {
  margin-bottom: 6.75rem !important;
}
.ml-27,
.mx-27 {
  margin-left: 6.75rem !important;
}
.m-26 {
  margin: 6.5rem !important;
}
.mt-26,
.my-26 {
  margin-top: 6.5rem !important;
}
.mr-26,
.mx-26 {
  margin-right: 6.5rem !important;
}
.mb-26,
.my-26 {
  margin-bottom: 6.5rem !important;
}
.ml-26,
.mx-26 {
  margin-left: 6.5rem !important;
}
.m-25 {
  margin: 6.25rem !important;
}
.mt-25,
.my-25 {
  margin-top: 6.25rem !important;
}
.mr-25,
.mx-25 {
  margin-right: 6.25rem !important;
}
.mb-25,
.my-25 {
  margin-bottom: 6.25rem !important;
}
.ml-25,
.mx-25 {
  margin-left: 6.25rem !important;
}
.m-24 {
  margin: 6rem !important;
}
.mt-24,
.my-24 {
  margin-top: 6rem !important;
}
.mr-24,
.mx-24 {
  margin-right: 6rem !important;
}
.mb-24,
.my-24 {
  margin-bottom: 6rem !important;
}
.ml-24,
.mx-24 {
  margin-left: 6rem !important;
}
.m-23 {
  margin: 5.75rem !important;
}
.mt-23,
.my-23 {
  margin-top: 5.75rem !important;
}
.mr-23,
.mx-23 {
  margin-right: 5.75rem !important;
}
.mb-23,
.my-23 {
  margin-bottom: 5.75rem !important;
}
.ml-23,
.mx-23 {
  margin-left: 5.75rem !important;
}
.m-22 {
  margin: 5.5rem !important;
}
.mt-22,
.my-22 {
  margin-top: 5.5rem !important;
}
.mr-22,
.mx-22 {
  margin-right: 5.5rem !important;
}
.mb-22,
.my-22 {
  margin-bottom: 5.5rem !important;
}
.ml-22,
.mx-22 {
  margin-left: 5.5rem !important;
}
.m-21 {
  margin: 5.25rem !important;
}
.mt-21,
.my-21 {
  margin-top: 5.25rem !important;
}
.mr-21,
.mx-21 {
  margin-right: 5.25rem !important;
}
.mb-21,
.my-21 {
  margin-bottom: 5.25rem !important;
}
.ml-21,
.mx-21 {
  margin-left: 5.25rem !important;
}
.m-20 {
  margin: 5rem !important;
}
.mt-20,
.my-20 {
  margin-top: 5rem !important;
}
.mr-20,
.mx-20 {
  margin-right: 5rem !important;
}
.mb-20,
.my-20 {
  margin-bottom: 5rem !important;
}
.ml-20,
.mx-20 {
  margin-left: 5rem !important;
}
.m-19 {
  margin: 4.75rem !important;
}
.mt-19,
.my-19 {
  margin-top: 4.75rem !important;
}
.mr-19,
.mx-19 {
  margin-right: 4.75rem !important;
}
.mb-19,
.my-19 {
  margin-bottom: 4.75rem !important;
}
.ml-19,
.mx-19 {
  margin-left: 4.75rem !important;
}
.m-18 {
  margin: 4.5rem !important;
}
.mt-18,
.my-18 {
  margin-top: 4.5rem !important;
}
.mr-18,
.mx-18 {
  margin-right: 4.5rem !important;
}
.mb-18,
.my-18 {
  margin-bottom: 4.5rem !important;
}
.ml-18,
.mx-18 {
  margin-left: 4.5rem !important;
}
.m-17 {
  margin: 4.25rem !important;
}
.mt-17,
.my-17 {
  margin-top: 4.25rem !important;
}
.mr-17,
.mx-17 {
  margin-right: 4.25rem !important;
}
.mb-17,
.my-17 {
  margin-bottom: 4.25rem !important;
}
.ml-17,
.mx-17 {
  margin-left: 4.25rem !important;
}
.m-16 {
  margin: 4rem !important;
}
.mt-16,
.my-16 {
  margin-top: 4rem !important;
}
.mr-16,
.mx-16 {
  margin-right: 4rem !important;
}
.mb-16,
.my-16 {
  margin-bottom: 4rem !important;
}
.ml-16,
.mx-16 {
  margin-left: 4rem !important;
}
.m-15 {
  margin: 3.75rem !important;
}
.mt-15,
.my-15 {
  margin-top: 3.75rem !important;
}
.mr-15,
.mx-15 {
  margin-right: 3.75rem !important;
}
.mb-15,
.my-15 {
  margin-bottom: 3.75rem !important;
}
.ml-15,
.mx-15 {
  margin-left: 3.75rem !important;
}
.m-14 {
  margin: 3.5rem !important;
}
.mt-14,
.my-14 {
  margin-top: 3.5rem !important;
}
.mr-14,
.mx-14 {
  margin-right: 3.5rem !important;
}
.mb-14,
.my-14 {
  margin-bottom: 3.5rem !important;
}
.ml-14,
.mx-14 {
  margin-left: 3.5rem !important;
}
.m-13 {
  margin: 3.25rem !important;
}
.mt-13,
.my-13 {
  margin-top: 3.25rem !important;
}
.mr-13,
.mx-13 {
  margin-right: 3.25rem !important;
}
.mb-13,
.my-13 {
  margin-bottom: 3.25rem !important;
}
.ml-13,
.mx-13 {
  margin-left: 3.25rem !important;
}
.m-12 {
  margin: 3rem !important;
}
.mt-12,
.my-12 {
  margin-top: 3rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 3rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 3rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 3rem !important;
}
.m-11 {
  margin: 2.75rem !important;
}
.mt-11,
.my-11 {
  margin-top: 2.75rem !important;
}
.mr-11,
.mx-11 {
  margin-right: 2.75rem !important;
}
.mb-11,
.my-11 {
  margin-bottom: 2.75rem !important;
}
.ml-11,
.mx-11 {
  margin-left: 2.75rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}
.m-9 {
  margin: 2.25rem !important;
}
.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.mt-8,
.my-8 {
  margin-top: 2rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 2rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 2rem !important;
}
.m-7 {
  margin: 1.75rem !important;
}
.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-0 {
  margin: 0rem !important;
}
.mt-0,
.my-0 {
  margin-top: 0rem !important;
}
.mr-0,
.mx-0 {
  margin-right: 0rem !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0rem !important;
}
.ml-0,
.mx-0 {
  margin-left: 0rem !important;
}
.p-60 {
  padding: 15rem !important;
}
.pt-60,
.py-60 {
  padding-top: 15rem !important;
}
.pr-60,
.px-60 {
  padding-right: 15rem !important;
}
.pb-60,
.py-60 {
  padding-bottom: 15rem !important;
}
.pl-60,
.px-60 {
  padding-left: 15rem !important;
}
.p-59 {
  padding: 14.75rem !important;
}
.pt-59,
.py-59 {
  padding-top: 14.75rem !important;
}
.pr-59,
.px-59 {
  padding-right: 14.75rem !important;
}
.pb-59,
.py-59 {
  padding-bottom: 14.75rem !important;
}
.pl-59,
.px-59 {
  padding-left: 14.75rem !important;
}
.p-58 {
  padding: 14.5rem !important;
}
.pt-58,
.py-58 {
  padding-top: 14.5rem !important;
}
.pr-58,
.px-58 {
  padding-right: 14.5rem !important;
}
.pb-58,
.py-58 {
  padding-bottom: 14.5rem !important;
}
.pl-58,
.px-58 {
  padding-left: 14.5rem !important;
}
.p-57 {
  padding: 14.25rem !important;
}
.pt-57,
.py-57 {
  padding-top: 14.25rem !important;
}
.pr-57,
.px-57 {
  padding-right: 14.25rem !important;
}
.pb-57,
.py-57 {
  padding-bottom: 14.25rem !important;
}
.pl-57,
.px-57 {
  padding-left: 14.25rem !important;
}
.p-56 {
  padding: 14rem !important;
}
.pt-56,
.py-56 {
  padding-top: 14rem !important;
}
.pr-56,
.px-56 {
  padding-right: 14rem !important;
}
.pb-56,
.py-56 {
  padding-bottom: 14rem !important;
}
.pl-56,
.px-56 {
  padding-left: 14rem !important;
}
.p-55 {
  padding: 13.75rem !important;
}
.pt-55,
.py-55 {
  padding-top: 13.75rem !important;
}
.pr-55,
.px-55 {
  padding-right: 13.75rem !important;
}
.pb-55,
.py-55 {
  padding-bottom: 13.75rem !important;
}
.pl-55,
.px-55 {
  padding-left: 13.75rem !important;
}
.p-54 {
  padding: 13.5rem !important;
}
.pt-54,
.py-54 {
  padding-top: 13.5rem !important;
}
.pr-54,
.px-54 {
  padding-right: 13.5rem !important;
}
.pb-54,
.py-54 {
  padding-bottom: 13.5rem !important;
}
.pl-54,
.px-54 {
  padding-left: 13.5rem !important;
}
.p-53 {
  padding: 13.25rem !important;
}
.pt-53,
.py-53 {
  padding-top: 13.25rem !important;
}
.pr-53,
.px-53 {
  padding-right: 13.25rem !important;
}
.pb-53,
.py-53 {
  padding-bottom: 13.25rem !important;
}
.pl-53,
.px-53 {
  padding-left: 13.25rem !important;
}
.p-52 {
  padding: 13rem !important;
}
.pt-52,
.py-52 {
  padding-top: 13rem !important;
}
.pr-52,
.px-52 {
  padding-right: 13rem !important;
}
.pb-52,
.py-52 {
  padding-bottom: 13rem !important;
}
.pl-52,
.px-52 {
  padding-left: 13rem !important;
}
.p-51 {
  padding: 12.75rem !important;
}
.pt-51,
.py-51 {
  padding-top: 12.75rem !important;
}
.pr-51,
.px-51 {
  padding-right: 12.75rem !important;
}
.pb-51,
.py-51 {
  padding-bottom: 12.75rem !important;
}
.pl-51,
.px-51 {
  padding-left: 12.75rem !important;
}
.p-50 {
  padding: 12.5rem !important;
}
.pt-50,
.py-50 {
  padding-top: 12.5rem !important;
}
.pr-50,
.px-50 {
  padding-right: 12.5rem !important;
}
.pb-50,
.py-50 {
  padding-bottom: 12.5rem !important;
}
.pl-50,
.px-50 {
  padding-left: 12.5rem !important;
}
.p-49 {
  padding: 12.25rem !important;
}
.pt-49,
.py-49 {
  padding-top: 12.25rem !important;
}
.pr-49,
.px-49 {
  padding-right: 12.25rem !important;
}
.pb-49,
.py-49 {
  padding-bottom: 12.25rem !important;
}
.pl-49,
.px-49 {
  padding-left: 12.25rem !important;
}
.p-48 {
  padding: 12rem !important;
}
.pt-48,
.py-48 {
  padding-top: 12rem !important;
}
.pr-48,
.px-48 {
  padding-right: 12rem !important;
}
.pb-48,
.py-48 {
  padding-bottom: 12rem !important;
}
.pl-48,
.px-48 {
  padding-left: 12rem !important;
}
.p-47 {
  padding: 11.75rem !important;
}
.pt-47,
.py-47 {
  padding-top: 11.75rem !important;
}
.pr-47,
.px-47 {
  padding-right: 11.75rem !important;
}
.pb-47,
.py-47 {
  padding-bottom: 11.75rem !important;
}
.pl-47,
.px-47 {
  padding-left: 11.75rem !important;
}
.p-46 {
  padding: 11.5rem !important;
}
.pt-46,
.py-46 {
  padding-top: 11.5rem !important;
}
.pr-46,
.px-46 {
  padding-right: 11.5rem !important;
}
.pb-46,
.py-46 {
  padding-bottom: 11.5rem !important;
}
.pl-46,
.px-46 {
  padding-left: 11.5rem !important;
}
.p-45 {
  padding: 11.25rem !important;
}
.pt-45,
.py-45 {
  padding-top: 11.25rem !important;
}
.pr-45,
.px-45 {
  padding-right: 11.25rem !important;
}
.pb-45,
.py-45 {
  padding-bottom: 11.25rem !important;
}
.pl-45,
.px-45 {
  padding-left: 11.25rem !important;
}
.p-44 {
  padding: 11rem !important;
}
.pt-44,
.py-44 {
  padding-top: 11rem !important;
}
.pr-44,
.px-44 {
  padding-right: 11rem !important;
}
.pb-44,
.py-44 {
  padding-bottom: 11rem !important;
}
.pl-44,
.px-44 {
  padding-left: 11rem !important;
}
.p-43 {
  padding: 10.75rem !important;
}
.pt-43,
.py-43 {
  padding-top: 10.75rem !important;
}
.pr-43,
.px-43 {
  padding-right: 10.75rem !important;
}
.pb-43,
.py-43 {
  padding-bottom: 10.75rem !important;
}
.pl-43,
.px-43 {
  padding-left: 10.75rem !important;
}
.p-42 {
  padding: 10.5rem !important;
}
.pt-42,
.py-42 {
  padding-top: 10.5rem !important;
}
.pr-42,
.px-42 {
  padding-right: 10.5rem !important;
}
.pb-42,
.py-42 {
  padding-bottom: 10.5rem !important;
}
.pl-42,
.px-42 {
  padding-left: 10.5rem !important;
}
.p-41 {
  padding: 10.25rem !important;
}
.pt-41,
.py-41 {
  padding-top: 10.25rem !important;
}
.pr-41,
.px-41 {
  padding-right: 10.25rem !important;
}
.pb-41,
.py-41 {
  padding-bottom: 10.25rem !important;
}
.pl-41,
.px-41 {
  padding-left: 10.25rem !important;
}
.p-40 {
  padding: 10rem !important;
}
.pt-40,
.py-40 {
  padding-top: 10rem !important;
}
.pr-40,
.px-40 {
  padding-right: 10rem !important;
}
.pb-40,
.py-40 {
  padding-bottom: 10rem !important;
}
.pl-40,
.px-40 {
  padding-left: 10rem !important;
}
.p-39 {
  padding: 9.75rem !important;
}
.pt-39,
.py-39 {
  padding-top: 9.75rem !important;
}
.pr-39,
.px-39 {
  padding-right: 9.75rem !important;
}
.pb-39,
.py-39 {
  padding-bottom: 9.75rem !important;
}
.pl-39,
.px-39 {
  padding-left: 9.75rem !important;
}
.p-38 {
  padding: 9.5rem !important;
}
.pt-38,
.py-38 {
  padding-top: 9.5rem !important;
}
.pr-38,
.px-38 {
  padding-right: 9.5rem !important;
}
.pb-38,
.py-38 {
  padding-bottom: 9.5rem !important;
}
.pl-38,
.px-38 {
  padding-left: 9.5rem !important;
}
.p-37 {
  padding: 9.25rem !important;
}
.pt-37,
.py-37 {
  padding-top: 9.25rem !important;
}
.pr-37,
.px-37 {
  padding-right: 9.25rem !important;
}
.pb-37,
.py-37 {
  padding-bottom: 9.25rem !important;
}
.pl-37,
.px-37 {
  padding-left: 9.25rem !important;
}
.p-36 {
  padding: 9rem !important;
}
.pt-36,
.py-36 {
  padding-top: 9rem !important;
}
.pr-36,
.px-36 {
  padding-right: 9rem !important;
}
.pb-36,
.py-36 {
  padding-bottom: 9rem !important;
}
.pl-36,
.px-36 {
  padding-left: 9rem !important;
}
.p-35 {
  padding: 8.75rem !important;
}
.pt-35,
.py-35 {
  padding-top: 8.75rem !important;
}
.pr-35,
.px-35 {
  padding-right: 8.75rem !important;
}
.pb-35,
.py-35 {
  padding-bottom: 8.75rem !important;
}
.pl-35,
.px-35 {
  padding-left: 8.75rem !important;
}
.p-34 {
  padding: 8.5rem !important;
}
.pt-34,
.py-34 {
  padding-top: 8.5rem !important;
}
.pr-34,
.px-34 {
  padding-right: 8.5rem !important;
}
.pb-34,
.py-34 {
  padding-bottom: 8.5rem !important;
}
.pl-34,
.px-34 {
  padding-left: 8.5rem !important;
}
.p-33 {
  padding: 8.25rem !important;
}
.pt-33,
.py-33 {
  padding-top: 8.25rem !important;
}
.pr-33,
.px-33 {
  padding-right: 8.25rem !important;
}
.pb-33,
.py-33 {
  padding-bottom: 8.25rem !important;
}
.pl-33,
.px-33 {
  padding-left: 8.25rem !important;
}
.p-32 {
  padding: 8rem !important;
}
.pt-32,
.py-32 {
  padding-top: 8rem !important;
}
.pr-32,
.px-32 {
  padding-right: 8rem !important;
}
.pb-32,
.py-32 {
  padding-bottom: 8rem !important;
}
.pl-32,
.px-32 {
  padding-left: 8rem !important;
}
.p-31 {
  padding: 7.75rem !important;
}
.pt-31,
.py-31 {
  padding-top: 7.75rem !important;
}
.pr-31,
.px-31 {
  padding-right: 7.75rem !important;
}
.pb-31,
.py-31 {
  padding-bottom: 7.75rem !important;
}
.pl-31,
.px-31 {
  padding-left: 7.75rem !important;
}
.p-30 {
  padding: 7.5rem !important;
}
.pt-30,
.py-30 {
  padding-top: 7.5rem !important;
}
.pr-30,
.px-30 {
  padding-right: 7.5rem !important;
}
.pb-30,
.py-30 {
  padding-bottom: 7.5rem !important;
}
.pl-30,
.px-30 {
  padding-left: 7.5rem !important;
}
.p-29 {
  padding: 7.25rem !important;
}
.pt-29,
.py-29 {
  padding-top: 7.25rem !important;
}
.pr-29,
.px-29 {
  padding-right: 7.25rem !important;
}
.pb-29,
.py-29 {
  padding-bottom: 7.25rem !important;
}
.pl-29,
.px-29 {
  padding-left: 7.25rem !important;
}
.p-28 {
  padding: 7rem !important;
}
.pt-28,
.py-28 {
  padding-top: 7rem !important;
}
.pr-28,
.px-28 {
  padding-right: 7rem !important;
}
.pb-28,
.py-28 {
  padding-bottom: 7rem !important;
}
.pl-28,
.px-28 {
  padding-left: 7rem !important;
}
.p-27 {
  padding: 6.75rem !important;
}
.pt-27,
.py-27 {
  padding-top: 6.75rem !important;
}
.pr-27,
.px-27 {
  padding-right: 6.75rem !important;
}
.pb-27,
.py-27 {
  padding-bottom: 6.75rem !important;
}
.pl-27,
.px-27 {
  padding-left: 6.75rem !important;
}
.p-26 {
  padding: 6.5rem !important;
}
.pt-26,
.py-26 {
  padding-top: 6.5rem !important;
}
.pr-26,
.px-26 {
  padding-right: 6.5rem !important;
}
.pb-26,
.py-26 {
  padding-bottom: 6.5rem !important;
}
.pl-26,
.px-26 {
  padding-left: 6.5rem !important;
}
.p-25 {
  padding: 6.25rem !important;
}
.pt-25,
.py-25 {
  padding-top: 6.25rem !important;
}
.pr-25,
.px-25 {
  padding-right: 6.25rem !important;
}
.pb-25,
.py-25 {
  padding-bottom: 6.25rem !important;
}
.pl-25,
.px-25 {
  padding-left: 6.25rem !important;
}
.p-24 {
  padding: 6rem !important;
}
.pt-24,
.py-24 {
  padding-top: 6rem !important;
}
.pr-24,
.px-24 {
  padding-right: 6rem !important;
}
.pb-24,
.py-24 {
  padding-bottom: 6rem !important;
}
.pl-24,
.px-24 {
  padding-left: 6rem !important;
}
.p-23 {
  padding: 5.75rem !important;
}
.pt-23,
.py-23 {
  padding-top: 5.75rem !important;
}
.pr-23,
.px-23 {
  padding-right: 5.75rem !important;
}
.pb-23,
.py-23 {
  padding-bottom: 5.75rem !important;
}
.pl-23,
.px-23 {
  padding-left: 5.75rem !important;
}
.p-22 {
  padding: 5.5rem !important;
}
.pt-22,
.py-22 {
  padding-top: 5.5rem !important;
}
.pr-22,
.px-22 {
  padding-right: 5.5rem !important;
}
.pb-22,
.py-22 {
  padding-bottom: 5.5rem !important;
}
.pl-22,
.px-22 {
  padding-left: 5.5rem !important;
}
.p-21 {
  padding: 5.25rem !important;
}
.pt-21,
.py-21 {
  padding-top: 5.25rem !important;
}
.pr-21,
.px-21 {
  padding-right: 5.25rem !important;
}
.pb-21,
.py-21 {
  padding-bottom: 5.25rem !important;
}
.pl-21,
.px-21 {
  padding-left: 5.25rem !important;
}
.p-20 {
  padding: 5rem !important;
}
.pt-20,
.py-20 {
  padding-top: 5rem !important;
}
.pr-20,
.px-20 {
  padding-right: 5rem !important;
}
.pb-20,
.py-20 {
  padding-bottom: 5rem !important;
}
.pl-20,
.px-20 {
  padding-left: 5rem !important;
}
.p-19 {
  padding: 4.75rem !important;
}
.pt-19,
.py-19 {
  padding-top: 4.75rem !important;
}
.pr-19,
.px-19 {
  padding-right: 4.75rem !important;
}
.pb-19,
.py-19 {
  padding-bottom: 4.75rem !important;
}
.pl-19,
.px-19 {
  padding-left: 4.75rem !important;
}
.p-18 {
  padding: 4.5rem !important;
}
.pt-18,
.py-18 {
  padding-top: 4.5rem !important;
}
.pr-18,
.px-18 {
  padding-right: 4.5rem !important;
}
.pb-18,
.py-18 {
  padding-bottom: 4.5rem !important;
}
.pl-18,
.px-18 {
  padding-left: 4.5rem !important;
}
.p-17 {
  padding: 4.25rem !important;
}
.pt-17,
.py-17 {
  padding-top: 4.25rem !important;
}
.pr-17,
.px-17 {
  padding-right: 4.25rem !important;
}
.pb-17,
.py-17 {
  padding-bottom: 4.25rem !important;
}
.pl-17,
.px-17 {
  padding-left: 4.25rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.pt-16,
.py-16 {
  padding-top: 4rem !important;
}
.pr-16,
.px-16 {
  padding-right: 4rem !important;
}
.pb-16,
.py-16 {
  padding-bottom: 4rem !important;
}
.pl-16,
.px-16 {
  padding-left: 4rem !important;
}
.p-15 {
  padding: 3.75rem !important;
}
.pt-15,
.py-15 {
  padding-top: 3.75rem !important;
}
.pr-15,
.px-15 {
  padding-right: 3.75rem !important;
}
.pb-15,
.py-15 {
  padding-bottom: 3.75rem !important;
}
.pl-15,
.px-15 {
  padding-left: 3.75rem !important;
}
.p-14 {
  padding: 3.5rem !important;
}
.pt-14,
.py-14 {
  padding-top: 3.5rem !important;
}
.pr-14,
.px-14 {
  padding-right: 3.5rem !important;
}
.pb-14,
.py-14 {
  padding-bottom: 3.5rem !important;
}
.pl-14,
.px-14 {
  padding-left: 3.5rem !important;
}
.p-13 {
  padding: 3.25rem !important;
}
.pt-13,
.py-13 {
  padding-top: 3.25rem !important;
}
.pr-13,
.px-13 {
  padding-right: 3.25rem !important;
}
.pb-13,
.py-13 {
  padding-bottom: 3.25rem !important;
}
.pl-13,
.px-13 {
  padding-left: 3.25rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.pt-12,
.py-12 {
  padding-top: 3rem !important;
}
.pr-12,
.px-12 {
  padding-right: 3rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 3rem !important;
}
.pl-12,
.px-12 {
  padding-left: 3rem !important;
}
.p-11 {
  padding: 2.75rem !important;
}
.pt-11,
.py-11 {
  padding-top: 2.75rem !important;
}
.pr-11,
.px-11 {
  padding-right: 2.75rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 2.75rem !important;
}
.pl-11,
.px-11 {
  padding-left: 2.75rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}
.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}
.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}
.p-9 {
  padding: 2.25rem !important;
}
.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}
.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}
.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.pt-8,
.py-8 {
  padding-top: 2rem !important;
}
.pr-8,
.px-8 {
  padding-right: 2rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}
.pl-8,
.px-8 {
  padding-left: 2rem !important;
}
.p-7 {
  padding: 1.75rem !important;
}
.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}
.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}
.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}
.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}
.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-0 {
  padding: 0rem !important;
}
.pt-0,
.py-0 {
  padding-top: 0rem !important;
}
.pr-0,
.px-0 {
  padding-right: 0rem !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0rem !important;
}
.pl-0,
.px-0 {
  padding-left: 0rem !important;
}
.m-n60 {
  margin: -15rem !important;
}
.mt-n60,
.my-n60 {
  margin-top: -15rem !important;
}
.mr-n60,
.mx-n60 {
  margin-right: -15rem !important;
}
.mb-n60,
.my-n60 {
  margin-bottom: -15rem !important;
}
.ml-n60,
.mx-n60 {
  margin-left: -15rem !important;
}
.m-n59 {
  margin: -14.75rem !important;
}
.mt-n59,
.my-n59 {
  margin-top: -14.75rem !important;
}
.mr-n59,
.mx-n59 {
  margin-right: -14.75rem !important;
}
.mb-n59,
.my-n59 {
  margin-bottom: -14.75rem !important;
}
.ml-n59,
.mx-n59 {
  margin-left: -14.75rem !important;
}
.m-n58 {
  margin: -14.5rem !important;
}
.mt-n58,
.my-n58 {
  margin-top: -14.5rem !important;
}
.mr-n58,
.mx-n58 {
  margin-right: -14.5rem !important;
}
.mb-n58,
.my-n58 {
  margin-bottom: -14.5rem !important;
}
.ml-n58,
.mx-n58 {
  margin-left: -14.5rem !important;
}
.m-n57 {
  margin: -14.25rem !important;
}
.mt-n57,
.my-n57 {
  margin-top: -14.25rem !important;
}
.mr-n57,
.mx-n57 {
  margin-right: -14.25rem !important;
}
.mb-n57,
.my-n57 {
  margin-bottom: -14.25rem !important;
}
.ml-n57,
.mx-n57 {
  margin-left: -14.25rem !important;
}
.m-n56 {
  margin: -14rem !important;
}
.mt-n56,
.my-n56 {
  margin-top: -14rem !important;
}
.mr-n56,
.mx-n56 {
  margin-right: -14rem !important;
}
.mb-n56,
.my-n56 {
  margin-bottom: -14rem !important;
}
.ml-n56,
.mx-n56 {
  margin-left: -14rem !important;
}
.m-n55 {
  margin: -13.75rem !important;
}
.mt-n55,
.my-n55 {
  margin-top: -13.75rem !important;
}
.mr-n55,
.mx-n55 {
  margin-right: -13.75rem !important;
}
.mb-n55,
.my-n55 {
  margin-bottom: -13.75rem !important;
}
.ml-n55,
.mx-n55 {
  margin-left: -13.75rem !important;
}
.m-n54 {
  margin: -13.5rem !important;
}
.mt-n54,
.my-n54 {
  margin-top: -13.5rem !important;
}
.mr-n54,
.mx-n54 {
  margin-right: -13.5rem !important;
}
.mb-n54,
.my-n54 {
  margin-bottom: -13.5rem !important;
}
.ml-n54,
.mx-n54 {
  margin-left: -13.5rem !important;
}
.m-n53 {
  margin: -13.25rem !important;
}
.mt-n53,
.my-n53 {
  margin-top: -13.25rem !important;
}
.mr-n53,
.mx-n53 {
  margin-right: -13.25rem !important;
}
.mb-n53,
.my-n53 {
  margin-bottom: -13.25rem !important;
}
.ml-n53,
.mx-n53 {
  margin-left: -13.25rem !important;
}
.m-n52 {
  margin: -13rem !important;
}
.mt-n52,
.my-n52 {
  margin-top: -13rem !important;
}
.mr-n52,
.mx-n52 {
  margin-right: -13rem !important;
}
.mb-n52,
.my-n52 {
  margin-bottom: -13rem !important;
}
.ml-n52,
.mx-n52 {
  margin-left: -13rem !important;
}
.m-n51 {
  margin: -12.75rem !important;
}
.mt-n51,
.my-n51 {
  margin-top: -12.75rem !important;
}
.mr-n51,
.mx-n51 {
  margin-right: -12.75rem !important;
}
.mb-n51,
.my-n51 {
  margin-bottom: -12.75rem !important;
}
.ml-n51,
.mx-n51 {
  margin-left: -12.75rem !important;
}
.m-n50 {
  margin: -12.5rem !important;
}
.mt-n50,
.my-n50 {
  margin-top: -12.5rem !important;
}
.mr-n50,
.mx-n50 {
  margin-right: -12.5rem !important;
}
.mb-n50,
.my-n50 {
  margin-bottom: -12.5rem !important;
}
.ml-n50,
.mx-n50 {
  margin-left: -12.5rem !important;
}
.m-n49 {
  margin: -12.25rem !important;
}
.mt-n49,
.my-n49 {
  margin-top: -12.25rem !important;
}
.mr-n49,
.mx-n49 {
  margin-right: -12.25rem !important;
}
.mb-n49,
.my-n49 {
  margin-bottom: -12.25rem !important;
}
.ml-n49,
.mx-n49 {
  margin-left: -12.25rem !important;
}
.m-n48 {
  margin: -12rem !important;
}
.mt-n48,
.my-n48 {
  margin-top: -12rem !important;
}
.mr-n48,
.mx-n48 {
  margin-right: -12rem !important;
}
.mb-n48,
.my-n48 {
  margin-bottom: -12rem !important;
}
.ml-n48,
.mx-n48 {
  margin-left: -12rem !important;
}
.m-n47 {
  margin: -11.75rem !important;
}
.mt-n47,
.my-n47 {
  margin-top: -11.75rem !important;
}
.mr-n47,
.mx-n47 {
  margin-right: -11.75rem !important;
}
.mb-n47,
.my-n47 {
  margin-bottom: -11.75rem !important;
}
.ml-n47,
.mx-n47 {
  margin-left: -11.75rem !important;
}
.m-n46 {
  margin: -11.5rem !important;
}
.mt-n46,
.my-n46 {
  margin-top: -11.5rem !important;
}
.mr-n46,
.mx-n46 {
  margin-right: -11.5rem !important;
}
.mb-n46,
.my-n46 {
  margin-bottom: -11.5rem !important;
}
.ml-n46,
.mx-n46 {
  margin-left: -11.5rem !important;
}
.m-n45 {
  margin: -11.25rem !important;
}
.mt-n45,
.my-n45 {
  margin-top: -11.25rem !important;
}
.mr-n45,
.mx-n45 {
  margin-right: -11.25rem !important;
}
.mb-n45,
.my-n45 {
  margin-bottom: -11.25rem !important;
}
.ml-n45,
.mx-n45 {
  margin-left: -11.25rem !important;
}
.m-n44 {
  margin: -11rem !important;
}
.mt-n44,
.my-n44 {
  margin-top: -11rem !important;
}
.mr-n44,
.mx-n44 {
  margin-right: -11rem !important;
}
.mb-n44,
.my-n44 {
  margin-bottom: -11rem !important;
}
.ml-n44,
.mx-n44 {
  margin-left: -11rem !important;
}
.m-n43 {
  margin: -10.75rem !important;
}
.mt-n43,
.my-n43 {
  margin-top: -10.75rem !important;
}
.mr-n43,
.mx-n43 {
  margin-right: -10.75rem !important;
}
.mb-n43,
.my-n43 {
  margin-bottom: -10.75rem !important;
}
.ml-n43,
.mx-n43 {
  margin-left: -10.75rem !important;
}
.m-n42 {
  margin: -10.5rem !important;
}
.mt-n42,
.my-n42 {
  margin-top: -10.5rem !important;
}
.mr-n42,
.mx-n42 {
  margin-right: -10.5rem !important;
}
.mb-n42,
.my-n42 {
  margin-bottom: -10.5rem !important;
}
.ml-n42,
.mx-n42 {
  margin-left: -10.5rem !important;
}
.m-n41 {
  margin: -10.25rem !important;
}
.mt-n41,
.my-n41 {
  margin-top: -10.25rem !important;
}
.mr-n41,
.mx-n41 {
  margin-right: -10.25rem !important;
}
.mb-n41,
.my-n41 {
  margin-bottom: -10.25rem !important;
}
.ml-n41,
.mx-n41 {
  margin-left: -10.25rem !important;
}
.m-n40 {
  margin: -10rem !important;
}
.mt-n40,
.my-n40 {
  margin-top: -10rem !important;
}
.mr-n40,
.mx-n40 {
  margin-right: -10rem !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -10rem !important;
}
.ml-n40,
.mx-n40 {
  margin-left: -10rem !important;
}
.m-n39 {
  margin: -9.75rem !important;
}
.mt-n39,
.my-n39 {
  margin-top: -9.75rem !important;
}
.mr-n39,
.mx-n39 {
  margin-right: -9.75rem !important;
}
.mb-n39,
.my-n39 {
  margin-bottom: -9.75rem !important;
}
.ml-n39,
.mx-n39 {
  margin-left: -9.75rem !important;
}
.m-n38 {
  margin: -9.5rem !important;
}
.mt-n38,
.my-n38 {
  margin-top: -9.5rem !important;
}
.mr-n38,
.mx-n38 {
  margin-right: -9.5rem !important;
}
.mb-n38,
.my-n38 {
  margin-bottom: -9.5rem !important;
}
.ml-n38,
.mx-n38 {
  margin-left: -9.5rem !important;
}
.m-n37 {
  margin: -9.25rem !important;
}
.mt-n37,
.my-n37 {
  margin-top: -9.25rem !important;
}
.mr-n37,
.mx-n37 {
  margin-right: -9.25rem !important;
}
.mb-n37,
.my-n37 {
  margin-bottom: -9.25rem !important;
}
.ml-n37,
.mx-n37 {
  margin-left: -9.25rem !important;
}
.m-n36 {
  margin: -9rem !important;
}
.mt-n36,
.my-n36 {
  margin-top: -9rem !important;
}
.mr-n36,
.mx-n36 {
  margin-right: -9rem !important;
}
.mb-n36,
.my-n36 {
  margin-bottom: -9rem !important;
}
.ml-n36,
.mx-n36 {
  margin-left: -9rem !important;
}
.m-n35 {
  margin: -8.75rem !important;
}
.mt-n35,
.my-n35 {
  margin-top: -8.75rem !important;
}
.mr-n35,
.mx-n35 {
  margin-right: -8.75rem !important;
}
.mb-n35,
.my-n35 {
  margin-bottom: -8.75rem !important;
}
.ml-n35,
.mx-n35 {
  margin-left: -8.75rem !important;
}
.m-n34 {
  margin: -8.5rem !important;
}
.mt-n34,
.my-n34 {
  margin-top: -8.5rem !important;
}
.mr-n34,
.mx-n34 {
  margin-right: -8.5rem !important;
}
.mb-n34,
.my-n34 {
  margin-bottom: -8.5rem !important;
}
.ml-n34,
.mx-n34 {
  margin-left: -8.5rem !important;
}
.m-n33 {
  margin: -8.25rem !important;
}
.mt-n33,
.my-n33 {
  margin-top: -8.25rem !important;
}
.mr-n33,
.mx-n33 {
  margin-right: -8.25rem !important;
}
.mb-n33,
.my-n33 {
  margin-bottom: -8.25rem !important;
}
.ml-n33,
.mx-n33 {
  margin-left: -8.25rem !important;
}
.m-n32 {
  margin: -8rem !important;
}
.mt-n32,
.my-n32 {
  margin-top: -8rem !important;
}
.mr-n32,
.mx-n32 {
  margin-right: -8rem !important;
}
.mb-n32,
.my-n32 {
  margin-bottom: -8rem !important;
}
.ml-n32,
.mx-n32 {
  margin-left: -8rem !important;
}
.m-n31 {
  margin: -7.75rem !important;
}
.mt-n31,
.my-n31 {
  margin-top: -7.75rem !important;
}
.mr-n31,
.mx-n31 {
  margin-right: -7.75rem !important;
}
.mb-n31,
.my-n31 {
  margin-bottom: -7.75rem !important;
}
.ml-n31,
.mx-n31 {
  margin-left: -7.75rem !important;
}
.m-n30 {
  margin: -7.5rem !important;
}
.mt-n30,
.my-n30 {
  margin-top: -7.5rem !important;
}
.mr-n30,
.mx-n30 {
  margin-right: -7.5rem !important;
}
.mb-n30,
.my-n30 {
  margin-bottom: -7.5rem !important;
}
.ml-n30,
.mx-n30 {
  margin-left: -7.5rem !important;
}
.m-n29 {
  margin: -7.25rem !important;
}
.mt-n29,
.my-n29 {
  margin-top: -7.25rem !important;
}
.mr-n29,
.mx-n29 {
  margin-right: -7.25rem !important;
}
.mb-n29,
.my-n29 {
  margin-bottom: -7.25rem !important;
}
.ml-n29,
.mx-n29 {
  margin-left: -7.25rem !important;
}
.m-n28 {
  margin: -7rem !important;
}
.mt-n28,
.my-n28 {
  margin-top: -7rem !important;
}
.mr-n28,
.mx-n28 {
  margin-right: -7rem !important;
}
.mb-n28,
.my-n28 {
  margin-bottom: -7rem !important;
}
.ml-n28,
.mx-n28 {
  margin-left: -7rem !important;
}
.m-n27 {
  margin: -6.75rem !important;
}
.mt-n27,
.my-n27 {
  margin-top: -6.75rem !important;
}
.mr-n27,
.mx-n27 {
  margin-right: -6.75rem !important;
}
.mb-n27,
.my-n27 {
  margin-bottom: -6.75rem !important;
}
.ml-n27,
.mx-n27 {
  margin-left: -6.75rem !important;
}
.m-n26 {
  margin: -6.5rem !important;
}
.mt-n26,
.my-n26 {
  margin-top: -6.5rem !important;
}
.mr-n26,
.mx-n26 {
  margin-right: -6.5rem !important;
}
.mb-n26,
.my-n26 {
  margin-bottom: -6.5rem !important;
}
.ml-n26,
.mx-n26 {
  margin-left: -6.5rem !important;
}
.m-n25 {
  margin: -6.25rem !important;
}
.mt-n25,
.my-n25 {
  margin-top: -6.25rem !important;
}
.mr-n25,
.mx-n25 {
  margin-right: -6.25rem !important;
}
.mb-n25,
.my-n25 {
  margin-bottom: -6.25rem !important;
}
.ml-n25,
.mx-n25 {
  margin-left: -6.25rem !important;
}
.m-n24 {
  margin: -6rem !important;
}
.mt-n24,
.my-n24 {
  margin-top: -6rem !important;
}
.mr-n24,
.mx-n24 {
  margin-right: -6rem !important;
}
.mb-n24,
.my-n24 {
  margin-bottom: -6rem !important;
}
.ml-n24,
.mx-n24 {
  margin-left: -6rem !important;
}
.m-n23 {
  margin: -5.75rem !important;
}
.mt-n23,
.my-n23 {
  margin-top: -5.75rem !important;
}
.mr-n23,
.mx-n23 {
  margin-right: -5.75rem !important;
}
.mb-n23,
.my-n23 {
  margin-bottom: -5.75rem !important;
}
.ml-n23,
.mx-n23 {
  margin-left: -5.75rem !important;
}
.m-n22 {
  margin: -5.5rem !important;
}
.mt-n22,
.my-n22 {
  margin-top: -5.5rem !important;
}
.mr-n22,
.mx-n22 {
  margin-right: -5.5rem !important;
}
.mb-n22,
.my-n22 {
  margin-bottom: -5.5rem !important;
}
.ml-n22,
.mx-n22 {
  margin-left: -5.5rem !important;
}
.m-n21 {
  margin: -5.25rem !important;
}
.mt-n21,
.my-n21 {
  margin-top: -5.25rem !important;
}
.mr-n21,
.mx-n21 {
  margin-right: -5.25rem !important;
}
.mb-n21,
.my-n21 {
  margin-bottom: -5.25rem !important;
}
.ml-n21,
.mx-n21 {
  margin-left: -5.25rem !important;
}
.m-n20 {
  margin: -5rem !important;
}
.mt-n20,
.my-n20 {
  margin-top: -5rem !important;
}
.mr-n20,
.mx-n20 {
  margin-right: -5rem !important;
}
.mb-n20,
.my-n20 {
  margin-bottom: -5rem !important;
}
.ml-n20,
.mx-n20 {
  margin-left: -5rem !important;
}
.m-n19 {
  margin: -4.75rem !important;
}
.mt-n19,
.my-n19 {
  margin-top: -4.75rem !important;
}
.mr-n19,
.mx-n19 {
  margin-right: -4.75rem !important;
}
.mb-n19,
.my-n19 {
  margin-bottom: -4.75rem !important;
}
.ml-n19,
.mx-n19 {
  margin-left: -4.75rem !important;
}
.m-n18 {
  margin: -4.5rem !important;
}
.mt-n18,
.my-n18 {
  margin-top: -4.5rem !important;
}
.mr-n18,
.mx-n18 {
  margin-right: -4.5rem !important;
}
.mb-n18,
.my-n18 {
  margin-bottom: -4.5rem !important;
}
.ml-n18,
.mx-n18 {
  margin-left: -4.5rem !important;
}
.m-n17 {
  margin: -4.25rem !important;
}
.mt-n17,
.my-n17 {
  margin-top: -4.25rem !important;
}
.mr-n17,
.mx-n17 {
  margin-right: -4.25rem !important;
}
.mb-n17,
.my-n17 {
  margin-bottom: -4.25rem !important;
}
.ml-n17,
.mx-n17 {
  margin-left: -4.25rem !important;
}
.m-n16 {
  margin: -4rem !important;
}
.mt-n16,
.my-n16 {
  margin-top: -4rem !important;
}
.mr-n16,
.mx-n16 {
  margin-right: -4rem !important;
}
.mb-n16,
.my-n16 {
  margin-bottom: -4rem !important;
}
.ml-n16,
.mx-n16 {
  margin-left: -4rem !important;
}
.m-n15 {
  margin: -3.75rem !important;
}
.mt-n15,
.my-n15 {
  margin-top: -3.75rem !important;
}
.mr-n15,
.mx-n15 {
  margin-right: -3.75rem !important;
}
.mb-n15,
.my-n15 {
  margin-bottom: -3.75rem !important;
}
.ml-n15,
.mx-n15 {
  margin-left: -3.75rem !important;
}
.m-n14 {
  margin: -3.5rem !important;
}
.mt-n14,
.my-n14 {
  margin-top: -3.5rem !important;
}
.mr-n14,
.mx-n14 {
  margin-right: -3.5rem !important;
}
.mb-n14,
.my-n14 {
  margin-bottom: -3.5rem !important;
}
.ml-n14,
.mx-n14 {
  margin-left: -3.5rem !important;
}
.m-n13 {
  margin: -3.25rem !important;
}
.mt-n13,
.my-n13 {
  margin-top: -3.25rem !important;
}
.mr-n13,
.mx-n13 {
  margin-right: -3.25rem !important;
}
.mb-n13,
.my-n13 {
  margin-bottom: -3.25rem !important;
}
.ml-n13,
.mx-n13 {
  margin-left: -3.25rem !important;
}
.m-n12 {
  margin: -3rem !important;
}
.mt-n12,
.my-n12 {
  margin-top: -3rem !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -3rem !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -3rem !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -3rem !important;
}
.m-n11 {
  margin: -2.75rem !important;
}
.mt-n11,
.my-n11 {
  margin-top: -2.75rem !important;
}
.mr-n11,
.mx-n11 {
  margin-right: -2.75rem !important;
}
.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem !important;
}
.ml-n11,
.mx-n11 {
  margin-left: -2.75rem !important;
}
.m-n10 {
  margin: -2.5rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}
.m-n9 {
  margin: -2.25rem !important;
}
.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}
.m-n8 {
  margin: -2rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -2rem !important;
}
.m-n7 {
  margin: -1.75rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}
.m-n6 {
  margin: -1.5rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -1.25rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}
.m-n4 {
  margin: -1rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}
.m-n3 {
  margin: -0.75rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n0 {
  margin: 0rem !important;
}
.mt-n0,
.my-n0 {
  margin-top: 0rem !important;
}
.mr-n0,
.mx-n0 {
  margin-right: 0rem !important;
}
.mb-n0,
.my-n0 {
  margin-bottom: 0rem !important;
}
.ml-n0,
.mx-n0 {
  margin-left: 0rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 320.02px) {
  .m-xxs-60 {
    margin: 15rem !important;
  }
  .mt-xxs-60,
  .my-xxs-60 {
    margin-top: 15rem !important;
  }
  .mr-xxs-60,
  .mx-xxs-60 {
    margin-right: 15rem !important;
  }
  .mb-xxs-60,
  .my-xxs-60 {
    margin-bottom: 15rem !important;
  }
  .ml-xxs-60,
  .mx-xxs-60 {
    margin-left: 15rem !important;
  }
  .m-xxs-59 {
    margin: 14.75rem !important;
  }
  .mt-xxs-59,
  .my-xxs-59 {
    margin-top: 14.75rem !important;
  }
  .mr-xxs-59,
  .mx-xxs-59 {
    margin-right: 14.75rem !important;
  }
  .mb-xxs-59,
  .my-xxs-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-xxs-59,
  .mx-xxs-59 {
    margin-left: 14.75rem !important;
  }
  .m-xxs-58 {
    margin: 14.5rem !important;
  }
  .mt-xxs-58,
  .my-xxs-58 {
    margin-top: 14.5rem !important;
  }
  .mr-xxs-58,
  .mx-xxs-58 {
    margin-right: 14.5rem !important;
  }
  .mb-xxs-58,
  .my-xxs-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xxs-58,
  .mx-xxs-58 {
    margin-left: 14.5rem !important;
  }
  .m-xxs-57 {
    margin: 14.25rem !important;
  }
  .mt-xxs-57,
  .my-xxs-57 {
    margin-top: 14.25rem !important;
  }
  .mr-xxs-57,
  .mx-xxs-57 {
    margin-right: 14.25rem !important;
  }
  .mb-xxs-57,
  .my-xxs-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-xxs-57,
  .mx-xxs-57 {
    margin-left: 14.25rem !important;
  }
  .m-xxs-56 {
    margin: 14rem !important;
  }
  .mt-xxs-56,
  .my-xxs-56 {
    margin-top: 14rem !important;
  }
  .mr-xxs-56,
  .mx-xxs-56 {
    margin-right: 14rem !important;
  }
  .mb-xxs-56,
  .my-xxs-56 {
    margin-bottom: 14rem !important;
  }
  .ml-xxs-56,
  .mx-xxs-56 {
    margin-left: 14rem !important;
  }
  .m-xxs-55 {
    margin: 13.75rem !important;
  }
  .mt-xxs-55,
  .my-xxs-55 {
    margin-top: 13.75rem !important;
  }
  .mr-xxs-55,
  .mx-xxs-55 {
    margin-right: 13.75rem !important;
  }
  .mb-xxs-55,
  .my-xxs-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-xxs-55,
  .mx-xxs-55 {
    margin-left: 13.75rem !important;
  }
  .m-xxs-54 {
    margin: 13.5rem !important;
  }
  .mt-xxs-54,
  .my-xxs-54 {
    margin-top: 13.5rem !important;
  }
  .mr-xxs-54,
  .mx-xxs-54 {
    margin-right: 13.5rem !important;
  }
  .mb-xxs-54,
  .my-xxs-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xxs-54,
  .mx-xxs-54 {
    margin-left: 13.5rem !important;
  }
  .m-xxs-53 {
    margin: 13.25rem !important;
  }
  .mt-xxs-53,
  .my-xxs-53 {
    margin-top: 13.25rem !important;
  }
  .mr-xxs-53,
  .mx-xxs-53 {
    margin-right: 13.25rem !important;
  }
  .mb-xxs-53,
  .my-xxs-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-xxs-53,
  .mx-xxs-53 {
    margin-left: 13.25rem !important;
  }
  .m-xxs-52 {
    margin: 13rem !important;
  }
  .mt-xxs-52,
  .my-xxs-52 {
    margin-top: 13rem !important;
  }
  .mr-xxs-52,
  .mx-xxs-52 {
    margin-right: 13rem !important;
  }
  .mb-xxs-52,
  .my-xxs-52 {
    margin-bottom: 13rem !important;
  }
  .ml-xxs-52,
  .mx-xxs-52 {
    margin-left: 13rem !important;
  }
  .m-xxs-51 {
    margin: 12.75rem !important;
  }
  .mt-xxs-51,
  .my-xxs-51 {
    margin-top: 12.75rem !important;
  }
  .mr-xxs-51,
  .mx-xxs-51 {
    margin-right: 12.75rem !important;
  }
  .mb-xxs-51,
  .my-xxs-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-xxs-51,
  .mx-xxs-51 {
    margin-left: 12.75rem !important;
  }
  .m-xxs-50 {
    margin: 12.5rem !important;
  }
  .mt-xxs-50,
  .my-xxs-50 {
    margin-top: 12.5rem !important;
  }
  .mr-xxs-50,
  .mx-xxs-50 {
    margin-right: 12.5rem !important;
  }
  .mb-xxs-50,
  .my-xxs-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xxs-50,
  .mx-xxs-50 {
    margin-left: 12.5rem !important;
  }
  .m-xxs-49 {
    margin: 12.25rem !important;
  }
  .mt-xxs-49,
  .my-xxs-49 {
    margin-top: 12.25rem !important;
  }
  .mr-xxs-49,
  .mx-xxs-49 {
    margin-right: 12.25rem !important;
  }
  .mb-xxs-49,
  .my-xxs-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-xxs-49,
  .mx-xxs-49 {
    margin-left: 12.25rem !important;
  }
  .m-xxs-48 {
    margin: 12rem !important;
  }
  .mt-xxs-48,
  .my-xxs-48 {
    margin-top: 12rem !important;
  }
  .mr-xxs-48,
  .mx-xxs-48 {
    margin-right: 12rem !important;
  }
  .mb-xxs-48,
  .my-xxs-48 {
    margin-bottom: 12rem !important;
  }
  .ml-xxs-48,
  .mx-xxs-48 {
    margin-left: 12rem !important;
  }
  .m-xxs-47 {
    margin: 11.75rem !important;
  }
  .mt-xxs-47,
  .my-xxs-47 {
    margin-top: 11.75rem !important;
  }
  .mr-xxs-47,
  .mx-xxs-47 {
    margin-right: 11.75rem !important;
  }
  .mb-xxs-47,
  .my-xxs-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-xxs-47,
  .mx-xxs-47 {
    margin-left: 11.75rem !important;
  }
  .m-xxs-46 {
    margin: 11.5rem !important;
  }
  .mt-xxs-46,
  .my-xxs-46 {
    margin-top: 11.5rem !important;
  }
  .mr-xxs-46,
  .mx-xxs-46 {
    margin-right: 11.5rem !important;
  }
  .mb-xxs-46,
  .my-xxs-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xxs-46,
  .mx-xxs-46 {
    margin-left: 11.5rem !important;
  }
  .m-xxs-45 {
    margin: 11.25rem !important;
  }
  .mt-xxs-45,
  .my-xxs-45 {
    margin-top: 11.25rem !important;
  }
  .mr-xxs-45,
  .mx-xxs-45 {
    margin-right: 11.25rem !important;
  }
  .mb-xxs-45,
  .my-xxs-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xxs-45,
  .mx-xxs-45 {
    margin-left: 11.25rem !important;
  }
  .m-xxs-44 {
    margin: 11rem !important;
  }
  .mt-xxs-44,
  .my-xxs-44 {
    margin-top: 11rem !important;
  }
  .mr-xxs-44,
  .mx-xxs-44 {
    margin-right: 11rem !important;
  }
  .mb-xxs-44,
  .my-xxs-44 {
    margin-bottom: 11rem !important;
  }
  .ml-xxs-44,
  .mx-xxs-44 {
    margin-left: 11rem !important;
  }
  .m-xxs-43 {
    margin: 10.75rem !important;
  }
  .mt-xxs-43,
  .my-xxs-43 {
    margin-top: 10.75rem !important;
  }
  .mr-xxs-43,
  .mx-xxs-43 {
    margin-right: 10.75rem !important;
  }
  .mb-xxs-43,
  .my-xxs-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xxs-43,
  .mx-xxs-43 {
    margin-left: 10.75rem !important;
  }
  .m-xxs-42 {
    margin: 10.5rem !important;
  }
  .mt-xxs-42,
  .my-xxs-42 {
    margin-top: 10.5rem !important;
  }
  .mr-xxs-42,
  .mx-xxs-42 {
    margin-right: 10.5rem !important;
  }
  .mb-xxs-42,
  .my-xxs-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xxs-42,
  .mx-xxs-42 {
    margin-left: 10.5rem !important;
  }
  .m-xxs-41 {
    margin: 10.25rem !important;
  }
  .mt-xxs-41,
  .my-xxs-41 {
    margin-top: 10.25rem !important;
  }
  .mr-xxs-41,
  .mx-xxs-41 {
    margin-right: 10.25rem !important;
  }
  .mb-xxs-41,
  .my-xxs-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xxs-41,
  .mx-xxs-41 {
    margin-left: 10.25rem !important;
  }
  .m-xxs-40 {
    margin: 10rem !important;
  }
  .mt-xxs-40,
  .my-xxs-40 {
    margin-top: 10rem !important;
  }
  .mr-xxs-40,
  .mx-xxs-40 {
    margin-right: 10rem !important;
  }
  .mb-xxs-40,
  .my-xxs-40 {
    margin-bottom: 10rem !important;
  }
  .ml-xxs-40,
  .mx-xxs-40 {
    margin-left: 10rem !important;
  }
  .m-xxs-39 {
    margin: 9.75rem !important;
  }
  .mt-xxs-39,
  .my-xxs-39 {
    margin-top: 9.75rem !important;
  }
  .mr-xxs-39,
  .mx-xxs-39 {
    margin-right: 9.75rem !important;
  }
  .mb-xxs-39,
  .my-xxs-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xxs-39,
  .mx-xxs-39 {
    margin-left: 9.75rem !important;
  }
  .m-xxs-38 {
    margin: 9.5rem !important;
  }
  .mt-xxs-38,
  .my-xxs-38 {
    margin-top: 9.5rem !important;
  }
  .mr-xxs-38,
  .mx-xxs-38 {
    margin-right: 9.5rem !important;
  }
  .mb-xxs-38,
  .my-xxs-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxs-38,
  .mx-xxs-38 {
    margin-left: 9.5rem !important;
  }
  .m-xxs-37 {
    margin: 9.25rem !important;
  }
  .mt-xxs-37,
  .my-xxs-37 {
    margin-top: 9.25rem !important;
  }
  .mr-xxs-37,
  .mx-xxs-37 {
    margin-right: 9.25rem !important;
  }
  .mb-xxs-37,
  .my-xxs-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xxs-37,
  .mx-xxs-37 {
    margin-left: 9.25rem !important;
  }
  .m-xxs-36 {
    margin: 9rem !important;
  }
  .mt-xxs-36,
  .my-xxs-36 {
    margin-top: 9rem !important;
  }
  .mr-xxs-36,
  .mx-xxs-36 {
    margin-right: 9rem !important;
  }
  .mb-xxs-36,
  .my-xxs-36 {
    margin-bottom: 9rem !important;
  }
  .ml-xxs-36,
  .mx-xxs-36 {
    margin-left: 9rem !important;
  }
  .m-xxs-35 {
    margin: 8.75rem !important;
  }
  .mt-xxs-35,
  .my-xxs-35 {
    margin-top: 8.75rem !important;
  }
  .mr-xxs-35,
  .mx-xxs-35 {
    margin-right: 8.75rem !important;
  }
  .mb-xxs-35,
  .my-xxs-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xxs-35,
  .mx-xxs-35 {
    margin-left: 8.75rem !important;
  }
  .m-xxs-34 {
    margin: 8.5rem !important;
  }
  .mt-xxs-34,
  .my-xxs-34 {
    margin-top: 8.5rem !important;
  }
  .mr-xxs-34,
  .mx-xxs-34 {
    margin-right: 8.5rem !important;
  }
  .mb-xxs-34,
  .my-xxs-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxs-34,
  .mx-xxs-34 {
    margin-left: 8.5rem !important;
  }
  .m-xxs-33 {
    margin: 8.25rem !important;
  }
  .mt-xxs-33,
  .my-xxs-33 {
    margin-top: 8.25rem !important;
  }
  .mr-xxs-33,
  .mx-xxs-33 {
    margin-right: 8.25rem !important;
  }
  .mb-xxs-33,
  .my-xxs-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xxs-33,
  .mx-xxs-33 {
    margin-left: 8.25rem !important;
  }
  .m-xxs-32 {
    margin: 8rem !important;
  }
  .mt-xxs-32,
  .my-xxs-32 {
    margin-top: 8rem !important;
  }
  .mr-xxs-32,
  .mx-xxs-32 {
    margin-right: 8rem !important;
  }
  .mb-xxs-32,
  .my-xxs-32 {
    margin-bottom: 8rem !important;
  }
  .ml-xxs-32,
  .mx-xxs-32 {
    margin-left: 8rem !important;
  }
  .m-xxs-31 {
    margin: 7.75rem !important;
  }
  .mt-xxs-31,
  .my-xxs-31 {
    margin-top: 7.75rem !important;
  }
  .mr-xxs-31,
  .mx-xxs-31 {
    margin-right: 7.75rem !important;
  }
  .mb-xxs-31,
  .my-xxs-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xxs-31,
  .mx-xxs-31 {
    margin-left: 7.75rem !important;
  }
  .m-xxs-30 {
    margin: 7.5rem !important;
  }
  .mt-xxs-30,
  .my-xxs-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxs-30,
  .mx-xxs-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxs-30,
  .my-xxs-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxs-30,
  .mx-xxs-30 {
    margin-left: 7.5rem !important;
  }
  .m-xxs-29 {
    margin: 7.25rem !important;
  }
  .mt-xxs-29,
  .my-xxs-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxs-29,
  .mx-xxs-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxs-29,
  .my-xxs-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxs-29,
  .mx-xxs-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxs-28 {
    margin: 7rem !important;
  }
  .mt-xxs-28,
  .my-xxs-28 {
    margin-top: 7rem !important;
  }
  .mr-xxs-28,
  .mx-xxs-28 {
    margin-right: 7rem !important;
  }
  .mb-xxs-28,
  .my-xxs-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxs-28,
  .mx-xxs-28 {
    margin-left: 7rem !important;
  }
  .m-xxs-27 {
    margin: 6.75rem !important;
  }
  .mt-xxs-27,
  .my-xxs-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxs-27,
  .mx-xxs-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxs-27,
  .my-xxs-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxs-27,
  .mx-xxs-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxs-26 {
    margin: 6.5rem !important;
  }
  .mt-xxs-26,
  .my-xxs-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxs-26,
  .mx-xxs-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxs-26,
  .my-xxs-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxs-26,
  .mx-xxs-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxs-25 {
    margin: 6.25rem !important;
  }
  .mt-xxs-25,
  .my-xxs-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxs-25,
  .mx-xxs-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxs-25,
  .my-xxs-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxs-25,
  .mx-xxs-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxs-24 {
    margin: 6rem !important;
  }
  .mt-xxs-24,
  .my-xxs-24 {
    margin-top: 6rem !important;
  }
  .mr-xxs-24,
  .mx-xxs-24 {
    margin-right: 6rem !important;
  }
  .mb-xxs-24,
  .my-xxs-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxs-24,
  .mx-xxs-24 {
    margin-left: 6rem !important;
  }
  .m-xxs-23 {
    margin: 5.75rem !important;
  }
  .mt-xxs-23,
  .my-xxs-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxs-23,
  .mx-xxs-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxs-23,
  .my-xxs-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxs-23,
  .mx-xxs-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxs-22 {
    margin: 5.5rem !important;
  }
  .mt-xxs-22,
  .my-xxs-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxs-22,
  .mx-xxs-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxs-22,
  .my-xxs-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxs-22,
  .mx-xxs-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxs-21 {
    margin: 5.25rem !important;
  }
  .mt-xxs-21,
  .my-xxs-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxs-21,
  .mx-xxs-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxs-21,
  .my-xxs-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxs-21,
  .mx-xxs-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxs-20 {
    margin: 5rem !important;
  }
  .mt-xxs-20,
  .my-xxs-20 {
    margin-top: 5rem !important;
  }
  .mr-xxs-20,
  .mx-xxs-20 {
    margin-right: 5rem !important;
  }
  .mb-xxs-20,
  .my-xxs-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxs-20,
  .mx-xxs-20 {
    margin-left: 5rem !important;
  }
  .m-xxs-19 {
    margin: 4.75rem !important;
  }
  .mt-xxs-19,
  .my-xxs-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxs-19,
  .mx-xxs-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxs-19,
  .my-xxs-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxs-19,
  .mx-xxs-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxs-18 {
    margin: 4.5rem !important;
  }
  .mt-xxs-18,
  .my-xxs-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxs-18,
  .mx-xxs-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxs-18,
  .my-xxs-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxs-18,
  .mx-xxs-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxs-17 {
    margin: 4.25rem !important;
  }
  .mt-xxs-17,
  .my-xxs-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxs-17,
  .mx-xxs-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxs-17,
  .my-xxs-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxs-17,
  .mx-xxs-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxs-16 {
    margin: 4rem !important;
  }
  .mt-xxs-16,
  .my-xxs-16 {
    margin-top: 4rem !important;
  }
  .mr-xxs-16,
  .mx-xxs-16 {
    margin-right: 4rem !important;
  }
  .mb-xxs-16,
  .my-xxs-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxs-16,
  .mx-xxs-16 {
    margin-left: 4rem !important;
  }
  .m-xxs-15 {
    margin: 3.75rem !important;
  }
  .mt-xxs-15,
  .my-xxs-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxs-15,
  .mx-xxs-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxs-15,
  .my-xxs-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxs-15,
  .mx-xxs-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxs-14 {
    margin: 3.5rem !important;
  }
  .mt-xxs-14,
  .my-xxs-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxs-14,
  .mx-xxs-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxs-14,
  .my-xxs-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxs-14,
  .mx-xxs-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxs-13 {
    margin: 3.25rem !important;
  }
  .mt-xxs-13,
  .my-xxs-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxs-13,
  .mx-xxs-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxs-13,
  .my-xxs-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxs-13,
  .mx-xxs-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxs-12 {
    margin: 3rem !important;
  }
  .mt-xxs-12,
  .my-xxs-12 {
    margin-top: 3rem !important;
  }
  .mr-xxs-12,
  .mx-xxs-12 {
    margin-right: 3rem !important;
  }
  .mb-xxs-12,
  .my-xxs-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxs-12,
  .mx-xxs-12 {
    margin-left: 3rem !important;
  }
  .m-xxs-11 {
    margin: 2.75rem !important;
  }
  .mt-xxs-11,
  .my-xxs-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxs-11,
  .mx-xxs-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxs-11,
  .my-xxs-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxs-11,
  .mx-xxs-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxs-10 {
    margin: 2.5rem !important;
  }
  .mt-xxs-10,
  .my-xxs-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxs-10,
  .mx-xxs-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxs-10,
  .my-xxs-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxs-10,
  .mx-xxs-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxs-9 {
    margin: 2.25rem !important;
  }
  .mt-xxs-9,
  .my-xxs-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxs-9,
  .mx-xxs-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxs-9,
  .my-xxs-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxs-9,
  .mx-xxs-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxs-8 {
    margin: 2rem !important;
  }
  .mt-xxs-8,
  .my-xxs-8 {
    margin-top: 2rem !important;
  }
  .mr-xxs-8,
  .mx-xxs-8 {
    margin-right: 2rem !important;
  }
  .mb-xxs-8,
  .my-xxs-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxs-8,
  .mx-xxs-8 {
    margin-left: 2rem !important;
  }
  .m-xxs-7 {
    margin: 1.75rem !important;
  }
  .mt-xxs-7,
  .my-xxs-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxs-7,
  .mx-xxs-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxs-7,
  .my-xxs-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxs-7,
  .mx-xxs-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxs-6 {
    margin: 1.5rem !important;
  }
  .mt-xxs-6,
  .my-xxs-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxs-6,
  .mx-xxs-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxs-6,
  .my-xxs-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxs-6,
  .mx-xxs-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxs-5 {
    margin: 1.25rem !important;
  }
  .mt-xxs-5,
  .my-xxs-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxs-5,
  .mx-xxs-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxs-5,
  .my-xxs-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxs-5,
  .mx-xxs-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxs-4 {
    margin: 1rem !important;
  }
  .mt-xxs-4,
  .my-xxs-4 {
    margin-top: 1rem !important;
  }
  .mr-xxs-4,
  .mx-xxs-4 {
    margin-right: 1rem !important;
  }
  .mb-xxs-4,
  .my-xxs-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxs-4,
  .mx-xxs-4 {
    margin-left: 1rem !important;
  }
  .m-xxs-3 {
    margin: 0.75rem !important;
  }
  .mt-xxs-3,
  .my-xxs-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxs-3,
  .mx-xxs-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxs-3,
  .my-xxs-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxs-3,
  .mx-xxs-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxs-2 {
    margin: 0.5rem !important;
  }
  .mt-xxs-2,
  .my-xxs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxs-2,
  .mx-xxs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxs-2,
  .my-xxs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxs-2,
  .mx-xxs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxs-1 {
    margin: 0.25rem !important;
  }
  .mt-xxs-1,
  .my-xxs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxs-1,
  .mx-xxs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxs-1,
  .my-xxs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxs-1,
  .mx-xxs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxs-0 {
    margin: 0rem !important;
  }
  .mt-xxs-0,
  .my-xxs-0 {
    margin-top: 0rem !important;
  }
  .mr-xxs-0,
  .mx-xxs-0 {
    margin-right: 0rem !important;
  }
  .mb-xxs-0,
  .my-xxs-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxs-0,
  .mx-xxs-0 {
    margin-left: 0rem !important;
  }
  .p-xxs-60 {
    padding: 15rem !important;
  }
  .pt-xxs-60,
  .py-xxs-60 {
    padding-top: 15rem !important;
  }
  .pr-xxs-60,
  .px-xxs-60 {
    padding-right: 15rem !important;
  }
  .pb-xxs-60,
  .py-xxs-60 {
    padding-bottom: 15rem !important;
  }
  .pl-xxs-60,
  .px-xxs-60 {
    padding-left: 15rem !important;
  }
  .p-xxs-59 {
    padding: 14.75rem !important;
  }
  .pt-xxs-59,
  .py-xxs-59 {
    padding-top: 14.75rem !important;
  }
  .pr-xxs-59,
  .px-xxs-59 {
    padding-right: 14.75rem !important;
  }
  .pb-xxs-59,
  .py-xxs-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-xxs-59,
  .px-xxs-59 {
    padding-left: 14.75rem !important;
  }
  .p-xxs-58 {
    padding: 14.5rem !important;
  }
  .pt-xxs-58,
  .py-xxs-58 {
    padding-top: 14.5rem !important;
  }
  .pr-xxs-58,
  .px-xxs-58 {
    padding-right: 14.5rem !important;
  }
  .pb-xxs-58,
  .py-xxs-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xxs-58,
  .px-xxs-58 {
    padding-left: 14.5rem !important;
  }
  .p-xxs-57 {
    padding: 14.25rem !important;
  }
  .pt-xxs-57,
  .py-xxs-57 {
    padding-top: 14.25rem !important;
  }
  .pr-xxs-57,
  .px-xxs-57 {
    padding-right: 14.25rem !important;
  }
  .pb-xxs-57,
  .py-xxs-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-xxs-57,
  .px-xxs-57 {
    padding-left: 14.25rem !important;
  }
  .p-xxs-56 {
    padding: 14rem !important;
  }
  .pt-xxs-56,
  .py-xxs-56 {
    padding-top: 14rem !important;
  }
  .pr-xxs-56,
  .px-xxs-56 {
    padding-right: 14rem !important;
  }
  .pb-xxs-56,
  .py-xxs-56 {
    padding-bottom: 14rem !important;
  }
  .pl-xxs-56,
  .px-xxs-56 {
    padding-left: 14rem !important;
  }
  .p-xxs-55 {
    padding: 13.75rem !important;
  }
  .pt-xxs-55,
  .py-xxs-55 {
    padding-top: 13.75rem !important;
  }
  .pr-xxs-55,
  .px-xxs-55 {
    padding-right: 13.75rem !important;
  }
  .pb-xxs-55,
  .py-xxs-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-xxs-55,
  .px-xxs-55 {
    padding-left: 13.75rem !important;
  }
  .p-xxs-54 {
    padding: 13.5rem !important;
  }
  .pt-xxs-54,
  .py-xxs-54 {
    padding-top: 13.5rem !important;
  }
  .pr-xxs-54,
  .px-xxs-54 {
    padding-right: 13.5rem !important;
  }
  .pb-xxs-54,
  .py-xxs-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xxs-54,
  .px-xxs-54 {
    padding-left: 13.5rem !important;
  }
  .p-xxs-53 {
    padding: 13.25rem !important;
  }
  .pt-xxs-53,
  .py-xxs-53 {
    padding-top: 13.25rem !important;
  }
  .pr-xxs-53,
  .px-xxs-53 {
    padding-right: 13.25rem !important;
  }
  .pb-xxs-53,
  .py-xxs-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-xxs-53,
  .px-xxs-53 {
    padding-left: 13.25rem !important;
  }
  .p-xxs-52 {
    padding: 13rem !important;
  }
  .pt-xxs-52,
  .py-xxs-52 {
    padding-top: 13rem !important;
  }
  .pr-xxs-52,
  .px-xxs-52 {
    padding-right: 13rem !important;
  }
  .pb-xxs-52,
  .py-xxs-52 {
    padding-bottom: 13rem !important;
  }
  .pl-xxs-52,
  .px-xxs-52 {
    padding-left: 13rem !important;
  }
  .p-xxs-51 {
    padding: 12.75rem !important;
  }
  .pt-xxs-51,
  .py-xxs-51 {
    padding-top: 12.75rem !important;
  }
  .pr-xxs-51,
  .px-xxs-51 {
    padding-right: 12.75rem !important;
  }
  .pb-xxs-51,
  .py-xxs-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-xxs-51,
  .px-xxs-51 {
    padding-left: 12.75rem !important;
  }
  .p-xxs-50 {
    padding: 12.5rem !important;
  }
  .pt-xxs-50,
  .py-xxs-50 {
    padding-top: 12.5rem !important;
  }
  .pr-xxs-50,
  .px-xxs-50 {
    padding-right: 12.5rem !important;
  }
  .pb-xxs-50,
  .py-xxs-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xxs-50,
  .px-xxs-50 {
    padding-left: 12.5rem !important;
  }
  .p-xxs-49 {
    padding: 12.25rem !important;
  }
  .pt-xxs-49,
  .py-xxs-49 {
    padding-top: 12.25rem !important;
  }
  .pr-xxs-49,
  .px-xxs-49 {
    padding-right: 12.25rem !important;
  }
  .pb-xxs-49,
  .py-xxs-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-xxs-49,
  .px-xxs-49 {
    padding-left: 12.25rem !important;
  }
  .p-xxs-48 {
    padding: 12rem !important;
  }
  .pt-xxs-48,
  .py-xxs-48 {
    padding-top: 12rem !important;
  }
  .pr-xxs-48,
  .px-xxs-48 {
    padding-right: 12rem !important;
  }
  .pb-xxs-48,
  .py-xxs-48 {
    padding-bottom: 12rem !important;
  }
  .pl-xxs-48,
  .px-xxs-48 {
    padding-left: 12rem !important;
  }
  .p-xxs-47 {
    padding: 11.75rem !important;
  }
  .pt-xxs-47,
  .py-xxs-47 {
    padding-top: 11.75rem !important;
  }
  .pr-xxs-47,
  .px-xxs-47 {
    padding-right: 11.75rem !important;
  }
  .pb-xxs-47,
  .py-xxs-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-xxs-47,
  .px-xxs-47 {
    padding-left: 11.75rem !important;
  }
  .p-xxs-46 {
    padding: 11.5rem !important;
  }
  .pt-xxs-46,
  .py-xxs-46 {
    padding-top: 11.5rem !important;
  }
  .pr-xxs-46,
  .px-xxs-46 {
    padding-right: 11.5rem !important;
  }
  .pb-xxs-46,
  .py-xxs-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xxs-46,
  .px-xxs-46 {
    padding-left: 11.5rem !important;
  }
  .p-xxs-45 {
    padding: 11.25rem !important;
  }
  .pt-xxs-45,
  .py-xxs-45 {
    padding-top: 11.25rem !important;
  }
  .pr-xxs-45,
  .px-xxs-45 {
    padding-right: 11.25rem !important;
  }
  .pb-xxs-45,
  .py-xxs-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xxs-45,
  .px-xxs-45 {
    padding-left: 11.25rem !important;
  }
  .p-xxs-44 {
    padding: 11rem !important;
  }
  .pt-xxs-44,
  .py-xxs-44 {
    padding-top: 11rem !important;
  }
  .pr-xxs-44,
  .px-xxs-44 {
    padding-right: 11rem !important;
  }
  .pb-xxs-44,
  .py-xxs-44 {
    padding-bottom: 11rem !important;
  }
  .pl-xxs-44,
  .px-xxs-44 {
    padding-left: 11rem !important;
  }
  .p-xxs-43 {
    padding: 10.75rem !important;
  }
  .pt-xxs-43,
  .py-xxs-43 {
    padding-top: 10.75rem !important;
  }
  .pr-xxs-43,
  .px-xxs-43 {
    padding-right: 10.75rem !important;
  }
  .pb-xxs-43,
  .py-xxs-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xxs-43,
  .px-xxs-43 {
    padding-left: 10.75rem !important;
  }
  .p-xxs-42 {
    padding: 10.5rem !important;
  }
  .pt-xxs-42,
  .py-xxs-42 {
    padding-top: 10.5rem !important;
  }
  .pr-xxs-42,
  .px-xxs-42 {
    padding-right: 10.5rem !important;
  }
  .pb-xxs-42,
  .py-xxs-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xxs-42,
  .px-xxs-42 {
    padding-left: 10.5rem !important;
  }
  .p-xxs-41 {
    padding: 10.25rem !important;
  }
  .pt-xxs-41,
  .py-xxs-41 {
    padding-top: 10.25rem !important;
  }
  .pr-xxs-41,
  .px-xxs-41 {
    padding-right: 10.25rem !important;
  }
  .pb-xxs-41,
  .py-xxs-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xxs-41,
  .px-xxs-41 {
    padding-left: 10.25rem !important;
  }
  .p-xxs-40 {
    padding: 10rem !important;
  }
  .pt-xxs-40,
  .py-xxs-40 {
    padding-top: 10rem !important;
  }
  .pr-xxs-40,
  .px-xxs-40 {
    padding-right: 10rem !important;
  }
  .pb-xxs-40,
  .py-xxs-40 {
    padding-bottom: 10rem !important;
  }
  .pl-xxs-40,
  .px-xxs-40 {
    padding-left: 10rem !important;
  }
  .p-xxs-39 {
    padding: 9.75rem !important;
  }
  .pt-xxs-39,
  .py-xxs-39 {
    padding-top: 9.75rem !important;
  }
  .pr-xxs-39,
  .px-xxs-39 {
    padding-right: 9.75rem !important;
  }
  .pb-xxs-39,
  .py-xxs-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xxs-39,
  .px-xxs-39 {
    padding-left: 9.75rem !important;
  }
  .p-xxs-38 {
    padding: 9.5rem !important;
  }
  .pt-xxs-38,
  .py-xxs-38 {
    padding-top: 9.5rem !important;
  }
  .pr-xxs-38,
  .px-xxs-38 {
    padding-right: 9.5rem !important;
  }
  .pb-xxs-38,
  .py-xxs-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxs-38,
  .px-xxs-38 {
    padding-left: 9.5rem !important;
  }
  .p-xxs-37 {
    padding: 9.25rem !important;
  }
  .pt-xxs-37,
  .py-xxs-37 {
    padding-top: 9.25rem !important;
  }
  .pr-xxs-37,
  .px-xxs-37 {
    padding-right: 9.25rem !important;
  }
  .pb-xxs-37,
  .py-xxs-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xxs-37,
  .px-xxs-37 {
    padding-left: 9.25rem !important;
  }
  .p-xxs-36 {
    padding: 9rem !important;
  }
  .pt-xxs-36,
  .py-xxs-36 {
    padding-top: 9rem !important;
  }
  .pr-xxs-36,
  .px-xxs-36 {
    padding-right: 9rem !important;
  }
  .pb-xxs-36,
  .py-xxs-36 {
    padding-bottom: 9rem !important;
  }
  .pl-xxs-36,
  .px-xxs-36 {
    padding-left: 9rem !important;
  }
  .p-xxs-35 {
    padding: 8.75rem !important;
  }
  .pt-xxs-35,
  .py-xxs-35 {
    padding-top: 8.75rem !important;
  }
  .pr-xxs-35,
  .px-xxs-35 {
    padding-right: 8.75rem !important;
  }
  .pb-xxs-35,
  .py-xxs-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xxs-35,
  .px-xxs-35 {
    padding-left: 8.75rem !important;
  }
  .p-xxs-34 {
    padding: 8.5rem !important;
  }
  .pt-xxs-34,
  .py-xxs-34 {
    padding-top: 8.5rem !important;
  }
  .pr-xxs-34,
  .px-xxs-34 {
    padding-right: 8.5rem !important;
  }
  .pb-xxs-34,
  .py-xxs-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxs-34,
  .px-xxs-34 {
    padding-left: 8.5rem !important;
  }
  .p-xxs-33 {
    padding: 8.25rem !important;
  }
  .pt-xxs-33,
  .py-xxs-33 {
    padding-top: 8.25rem !important;
  }
  .pr-xxs-33,
  .px-xxs-33 {
    padding-right: 8.25rem !important;
  }
  .pb-xxs-33,
  .py-xxs-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xxs-33,
  .px-xxs-33 {
    padding-left: 8.25rem !important;
  }
  .p-xxs-32 {
    padding: 8rem !important;
  }
  .pt-xxs-32,
  .py-xxs-32 {
    padding-top: 8rem !important;
  }
  .pr-xxs-32,
  .px-xxs-32 {
    padding-right: 8rem !important;
  }
  .pb-xxs-32,
  .py-xxs-32 {
    padding-bottom: 8rem !important;
  }
  .pl-xxs-32,
  .px-xxs-32 {
    padding-left: 8rem !important;
  }
  .p-xxs-31 {
    padding: 7.75rem !important;
  }
  .pt-xxs-31,
  .py-xxs-31 {
    padding-top: 7.75rem !important;
  }
  .pr-xxs-31,
  .px-xxs-31 {
    padding-right: 7.75rem !important;
  }
  .pb-xxs-31,
  .py-xxs-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xxs-31,
  .px-xxs-31 {
    padding-left: 7.75rem !important;
  }
  .p-xxs-30 {
    padding: 7.5rem !important;
  }
  .pt-xxs-30,
  .py-xxs-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxs-30,
  .px-xxs-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxs-30,
  .py-xxs-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxs-30,
  .px-xxs-30 {
    padding-left: 7.5rem !important;
  }
  .p-xxs-29 {
    padding: 7.25rem !important;
  }
  .pt-xxs-29,
  .py-xxs-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxs-29,
  .px-xxs-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxs-29,
  .py-xxs-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxs-29,
  .px-xxs-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxs-28 {
    padding: 7rem !important;
  }
  .pt-xxs-28,
  .py-xxs-28 {
    padding-top: 7rem !important;
  }
  .pr-xxs-28,
  .px-xxs-28 {
    padding-right: 7rem !important;
  }
  .pb-xxs-28,
  .py-xxs-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxs-28,
  .px-xxs-28 {
    padding-left: 7rem !important;
  }
  .p-xxs-27 {
    padding: 6.75rem !important;
  }
  .pt-xxs-27,
  .py-xxs-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxs-27,
  .px-xxs-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxs-27,
  .py-xxs-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxs-27,
  .px-xxs-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxs-26 {
    padding: 6.5rem !important;
  }
  .pt-xxs-26,
  .py-xxs-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxs-26,
  .px-xxs-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxs-26,
  .py-xxs-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxs-26,
  .px-xxs-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxs-25 {
    padding: 6.25rem !important;
  }
  .pt-xxs-25,
  .py-xxs-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxs-25,
  .px-xxs-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxs-25,
  .py-xxs-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxs-25,
  .px-xxs-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxs-24 {
    padding: 6rem !important;
  }
  .pt-xxs-24,
  .py-xxs-24 {
    padding-top: 6rem !important;
  }
  .pr-xxs-24,
  .px-xxs-24 {
    padding-right: 6rem !important;
  }
  .pb-xxs-24,
  .py-xxs-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxs-24,
  .px-xxs-24 {
    padding-left: 6rem !important;
  }
  .p-xxs-23 {
    padding: 5.75rem !important;
  }
  .pt-xxs-23,
  .py-xxs-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxs-23,
  .px-xxs-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxs-23,
  .py-xxs-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxs-23,
  .px-xxs-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxs-22 {
    padding: 5.5rem !important;
  }
  .pt-xxs-22,
  .py-xxs-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxs-22,
  .px-xxs-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxs-22,
  .py-xxs-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxs-22,
  .px-xxs-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxs-21 {
    padding: 5.25rem !important;
  }
  .pt-xxs-21,
  .py-xxs-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxs-21,
  .px-xxs-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxs-21,
  .py-xxs-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxs-21,
  .px-xxs-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxs-20 {
    padding: 5rem !important;
  }
  .pt-xxs-20,
  .py-xxs-20 {
    padding-top: 5rem !important;
  }
  .pr-xxs-20,
  .px-xxs-20 {
    padding-right: 5rem !important;
  }
  .pb-xxs-20,
  .py-xxs-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxs-20,
  .px-xxs-20 {
    padding-left: 5rem !important;
  }
  .p-xxs-19 {
    padding: 4.75rem !important;
  }
  .pt-xxs-19,
  .py-xxs-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxs-19,
  .px-xxs-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxs-19,
  .py-xxs-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxs-19,
  .px-xxs-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxs-18 {
    padding: 4.5rem !important;
  }
  .pt-xxs-18,
  .py-xxs-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxs-18,
  .px-xxs-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxs-18,
  .py-xxs-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxs-18,
  .px-xxs-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxs-17 {
    padding: 4.25rem !important;
  }
  .pt-xxs-17,
  .py-xxs-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxs-17,
  .px-xxs-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxs-17,
  .py-xxs-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxs-17,
  .px-xxs-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxs-16 {
    padding: 4rem !important;
  }
  .pt-xxs-16,
  .py-xxs-16 {
    padding-top: 4rem !important;
  }
  .pr-xxs-16,
  .px-xxs-16 {
    padding-right: 4rem !important;
  }
  .pb-xxs-16,
  .py-xxs-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxs-16,
  .px-xxs-16 {
    padding-left: 4rem !important;
  }
  .p-xxs-15 {
    padding: 3.75rem !important;
  }
  .pt-xxs-15,
  .py-xxs-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxs-15,
  .px-xxs-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxs-15,
  .py-xxs-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxs-15,
  .px-xxs-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxs-14 {
    padding: 3.5rem !important;
  }
  .pt-xxs-14,
  .py-xxs-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxs-14,
  .px-xxs-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxs-14,
  .py-xxs-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxs-14,
  .px-xxs-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxs-13 {
    padding: 3.25rem !important;
  }
  .pt-xxs-13,
  .py-xxs-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxs-13,
  .px-xxs-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxs-13,
  .py-xxs-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxs-13,
  .px-xxs-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxs-12 {
    padding: 3rem !important;
  }
  .pt-xxs-12,
  .py-xxs-12 {
    padding-top: 3rem !important;
  }
  .pr-xxs-12,
  .px-xxs-12 {
    padding-right: 3rem !important;
  }
  .pb-xxs-12,
  .py-xxs-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxs-12,
  .px-xxs-12 {
    padding-left: 3rem !important;
  }
  .p-xxs-11 {
    padding: 2.75rem !important;
  }
  .pt-xxs-11,
  .py-xxs-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxs-11,
  .px-xxs-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxs-11,
  .py-xxs-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxs-11,
  .px-xxs-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxs-10 {
    padding: 2.5rem !important;
  }
  .pt-xxs-10,
  .py-xxs-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxs-10,
  .px-xxs-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxs-10,
  .py-xxs-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxs-10,
  .px-xxs-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxs-9 {
    padding: 2.25rem !important;
  }
  .pt-xxs-9,
  .py-xxs-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxs-9,
  .px-xxs-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxs-9,
  .py-xxs-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxs-9,
  .px-xxs-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxs-8 {
    padding: 2rem !important;
  }
  .pt-xxs-8,
  .py-xxs-8 {
    padding-top: 2rem !important;
  }
  .pr-xxs-8,
  .px-xxs-8 {
    padding-right: 2rem !important;
  }
  .pb-xxs-8,
  .py-xxs-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxs-8,
  .px-xxs-8 {
    padding-left: 2rem !important;
  }
  .p-xxs-7 {
    padding: 1.75rem !important;
  }
  .pt-xxs-7,
  .py-xxs-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxs-7,
  .px-xxs-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxs-7,
  .py-xxs-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxs-7,
  .px-xxs-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxs-6 {
    padding: 1.5rem !important;
  }
  .pt-xxs-6,
  .py-xxs-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxs-6,
  .px-xxs-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxs-6,
  .py-xxs-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxs-6,
  .px-xxs-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxs-5 {
    padding: 1.25rem !important;
  }
  .pt-xxs-5,
  .py-xxs-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxs-5,
  .px-xxs-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxs-5,
  .py-xxs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxs-5,
  .px-xxs-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxs-4 {
    padding: 1rem !important;
  }
  .pt-xxs-4,
  .py-xxs-4 {
    padding-top: 1rem !important;
  }
  .pr-xxs-4,
  .px-xxs-4 {
    padding-right: 1rem !important;
  }
  .pb-xxs-4,
  .py-xxs-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxs-4,
  .px-xxs-4 {
    padding-left: 1rem !important;
  }
  .p-xxs-3 {
    padding: 0.75rem !important;
  }
  .pt-xxs-3,
  .py-xxs-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxs-3,
  .px-xxs-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxs-3,
  .py-xxs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxs-3,
  .px-xxs-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxs-2 {
    padding: 0.5rem !important;
  }
  .pt-xxs-2,
  .py-xxs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxs-2,
  .px-xxs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxs-2,
  .py-xxs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxs-2,
  .px-xxs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxs-1 {
    padding: 0.25rem !important;
  }
  .pt-xxs-1,
  .py-xxs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxs-1,
  .px-xxs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxs-1,
  .py-xxs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxs-1,
  .px-xxs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxs-0 {
    padding: 0rem !important;
  }
  .pt-xxs-0,
  .py-xxs-0 {
    padding-top: 0rem !important;
  }
  .pr-xxs-0,
  .px-xxs-0 {
    padding-right: 0rem !important;
  }
  .pb-xxs-0,
  .py-xxs-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxs-0,
  .px-xxs-0 {
    padding-left: 0rem !important;
  }
  .m-xxs-n60 {
    margin: -15rem !important;
  }
  .mt-xxs-n60,
  .my-xxs-n60 {
    margin-top: -15rem !important;
  }
  .mr-xxs-n60,
  .mx-xxs-n60 {
    margin-right: -15rem !important;
  }
  .mb-xxs-n60,
  .my-xxs-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-xxs-n60,
  .mx-xxs-n60 {
    margin-left: -15rem !important;
  }
  .m-xxs-n59 {
    margin: -14.75rem !important;
  }
  .mt-xxs-n59,
  .my-xxs-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-xxs-n59,
  .mx-xxs-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-xxs-n59,
  .my-xxs-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-xxs-n59,
  .mx-xxs-n59 {
    margin-left: -14.75rem !important;
  }
  .m-xxs-n58 {
    margin: -14.5rem !important;
  }
  .mt-xxs-n58,
  .my-xxs-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-xxs-n58,
  .mx-xxs-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-xxs-n58,
  .my-xxs-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xxs-n58,
  .mx-xxs-n58 {
    margin-left: -14.5rem !important;
  }
  .m-xxs-n57 {
    margin: -14.25rem !important;
  }
  .mt-xxs-n57,
  .my-xxs-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-xxs-n57,
  .mx-xxs-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-xxs-n57,
  .my-xxs-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-xxs-n57,
  .mx-xxs-n57 {
    margin-left: -14.25rem !important;
  }
  .m-xxs-n56 {
    margin: -14rem !important;
  }
  .mt-xxs-n56,
  .my-xxs-n56 {
    margin-top: -14rem !important;
  }
  .mr-xxs-n56,
  .mx-xxs-n56 {
    margin-right: -14rem !important;
  }
  .mb-xxs-n56,
  .my-xxs-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-xxs-n56,
  .mx-xxs-n56 {
    margin-left: -14rem !important;
  }
  .m-xxs-n55 {
    margin: -13.75rem !important;
  }
  .mt-xxs-n55,
  .my-xxs-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-xxs-n55,
  .mx-xxs-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-xxs-n55,
  .my-xxs-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-xxs-n55,
  .mx-xxs-n55 {
    margin-left: -13.75rem !important;
  }
  .m-xxs-n54 {
    margin: -13.5rem !important;
  }
  .mt-xxs-n54,
  .my-xxs-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-xxs-n54,
  .mx-xxs-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-xxs-n54,
  .my-xxs-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xxs-n54,
  .mx-xxs-n54 {
    margin-left: -13.5rem !important;
  }
  .m-xxs-n53 {
    margin: -13.25rem !important;
  }
  .mt-xxs-n53,
  .my-xxs-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-xxs-n53,
  .mx-xxs-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-xxs-n53,
  .my-xxs-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-xxs-n53,
  .mx-xxs-n53 {
    margin-left: -13.25rem !important;
  }
  .m-xxs-n52 {
    margin: -13rem !important;
  }
  .mt-xxs-n52,
  .my-xxs-n52 {
    margin-top: -13rem !important;
  }
  .mr-xxs-n52,
  .mx-xxs-n52 {
    margin-right: -13rem !important;
  }
  .mb-xxs-n52,
  .my-xxs-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-xxs-n52,
  .mx-xxs-n52 {
    margin-left: -13rem !important;
  }
  .m-xxs-n51 {
    margin: -12.75rem !important;
  }
  .mt-xxs-n51,
  .my-xxs-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-xxs-n51,
  .mx-xxs-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-xxs-n51,
  .my-xxs-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-xxs-n51,
  .mx-xxs-n51 {
    margin-left: -12.75rem !important;
  }
  .m-xxs-n50 {
    margin: -12.5rem !important;
  }
  .mt-xxs-n50,
  .my-xxs-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-xxs-n50,
  .mx-xxs-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-xxs-n50,
  .my-xxs-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xxs-n50,
  .mx-xxs-n50 {
    margin-left: -12.5rem !important;
  }
  .m-xxs-n49 {
    margin: -12.25rem !important;
  }
  .mt-xxs-n49,
  .my-xxs-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-xxs-n49,
  .mx-xxs-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-xxs-n49,
  .my-xxs-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-xxs-n49,
  .mx-xxs-n49 {
    margin-left: -12.25rem !important;
  }
  .m-xxs-n48 {
    margin: -12rem !important;
  }
  .mt-xxs-n48,
  .my-xxs-n48 {
    margin-top: -12rem !important;
  }
  .mr-xxs-n48,
  .mx-xxs-n48 {
    margin-right: -12rem !important;
  }
  .mb-xxs-n48,
  .my-xxs-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-xxs-n48,
  .mx-xxs-n48 {
    margin-left: -12rem !important;
  }
  .m-xxs-n47 {
    margin: -11.75rem !important;
  }
  .mt-xxs-n47,
  .my-xxs-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-xxs-n47,
  .mx-xxs-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-xxs-n47,
  .my-xxs-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-xxs-n47,
  .mx-xxs-n47 {
    margin-left: -11.75rem !important;
  }
  .m-xxs-n46 {
    margin: -11.5rem !important;
  }
  .mt-xxs-n46,
  .my-xxs-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-xxs-n46,
  .mx-xxs-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-xxs-n46,
  .my-xxs-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xxs-n46,
  .mx-xxs-n46 {
    margin-left: -11.5rem !important;
  }
  .m-xxs-n45 {
    margin: -11.25rem !important;
  }
  .mt-xxs-n45,
  .my-xxs-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-xxs-n45,
  .mx-xxs-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-xxs-n45,
  .my-xxs-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xxs-n45,
  .mx-xxs-n45 {
    margin-left: -11.25rem !important;
  }
  .m-xxs-n44 {
    margin: -11rem !important;
  }
  .mt-xxs-n44,
  .my-xxs-n44 {
    margin-top: -11rem !important;
  }
  .mr-xxs-n44,
  .mx-xxs-n44 {
    margin-right: -11rem !important;
  }
  .mb-xxs-n44,
  .my-xxs-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-xxs-n44,
  .mx-xxs-n44 {
    margin-left: -11rem !important;
  }
  .m-xxs-n43 {
    margin: -10.75rem !important;
  }
  .mt-xxs-n43,
  .my-xxs-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-xxs-n43,
  .mx-xxs-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-xxs-n43,
  .my-xxs-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xxs-n43,
  .mx-xxs-n43 {
    margin-left: -10.75rem !important;
  }
  .m-xxs-n42 {
    margin: -10.5rem !important;
  }
  .mt-xxs-n42,
  .my-xxs-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-xxs-n42,
  .mx-xxs-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-xxs-n42,
  .my-xxs-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xxs-n42,
  .mx-xxs-n42 {
    margin-left: -10.5rem !important;
  }
  .m-xxs-n41 {
    margin: -10.25rem !important;
  }
  .mt-xxs-n41,
  .my-xxs-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-xxs-n41,
  .mx-xxs-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-xxs-n41,
  .my-xxs-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xxs-n41,
  .mx-xxs-n41 {
    margin-left: -10.25rem !important;
  }
  .m-xxs-n40 {
    margin: -10rem !important;
  }
  .mt-xxs-n40,
  .my-xxs-n40 {
    margin-top: -10rem !important;
  }
  .mr-xxs-n40,
  .mx-xxs-n40 {
    margin-right: -10rem !important;
  }
  .mb-xxs-n40,
  .my-xxs-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-xxs-n40,
  .mx-xxs-n40 {
    margin-left: -10rem !important;
  }
  .m-xxs-n39 {
    margin: -9.75rem !important;
  }
  .mt-xxs-n39,
  .my-xxs-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-xxs-n39,
  .mx-xxs-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-xxs-n39,
  .my-xxs-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xxs-n39,
  .mx-xxs-n39 {
    margin-left: -9.75rem !important;
  }
  .m-xxs-n38 {
    margin: -9.5rem !important;
  }
  .mt-xxs-n38,
  .my-xxs-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-xxs-n38,
  .mx-xxs-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-xxs-n38,
  .my-xxs-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xxs-n38,
  .mx-xxs-n38 {
    margin-left: -9.5rem !important;
  }
  .m-xxs-n37 {
    margin: -9.25rem !important;
  }
  .mt-xxs-n37,
  .my-xxs-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-xxs-n37,
  .mx-xxs-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-xxs-n37,
  .my-xxs-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xxs-n37,
  .mx-xxs-n37 {
    margin-left: -9.25rem !important;
  }
  .m-xxs-n36 {
    margin: -9rem !important;
  }
  .mt-xxs-n36,
  .my-xxs-n36 {
    margin-top: -9rem !important;
  }
  .mr-xxs-n36,
  .mx-xxs-n36 {
    margin-right: -9rem !important;
  }
  .mb-xxs-n36,
  .my-xxs-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-xxs-n36,
  .mx-xxs-n36 {
    margin-left: -9rem !important;
  }
  .m-xxs-n35 {
    margin: -8.75rem !important;
  }
  .mt-xxs-n35,
  .my-xxs-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-xxs-n35,
  .mx-xxs-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-xxs-n35,
  .my-xxs-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xxs-n35,
  .mx-xxs-n35 {
    margin-left: -8.75rem !important;
  }
  .m-xxs-n34 {
    margin: -8.5rem !important;
  }
  .mt-xxs-n34,
  .my-xxs-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-xxs-n34,
  .mx-xxs-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-xxs-n34,
  .my-xxs-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xxs-n34,
  .mx-xxs-n34 {
    margin-left: -8.5rem !important;
  }
  .m-xxs-n33 {
    margin: -8.25rem !important;
  }
  .mt-xxs-n33,
  .my-xxs-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-xxs-n33,
  .mx-xxs-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-xxs-n33,
  .my-xxs-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xxs-n33,
  .mx-xxs-n33 {
    margin-left: -8.25rem !important;
  }
  .m-xxs-n32 {
    margin: -8rem !important;
  }
  .mt-xxs-n32,
  .my-xxs-n32 {
    margin-top: -8rem !important;
  }
  .mr-xxs-n32,
  .mx-xxs-n32 {
    margin-right: -8rem !important;
  }
  .mb-xxs-n32,
  .my-xxs-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-xxs-n32,
  .mx-xxs-n32 {
    margin-left: -8rem !important;
  }
  .m-xxs-n31 {
    margin: -7.75rem !important;
  }
  .mt-xxs-n31,
  .my-xxs-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-xxs-n31,
  .mx-xxs-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-xxs-n31,
  .my-xxs-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xxs-n31,
  .mx-xxs-n31 {
    margin-left: -7.75rem !important;
  }
  .m-xxs-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxs-n30,
  .my-xxs-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxs-n30,
  .mx-xxs-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxs-n30,
  .my-xxs-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxs-n30,
  .mx-xxs-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxs-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxs-n29,
  .my-xxs-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxs-n29,
  .mx-xxs-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxs-n29,
  .my-xxs-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxs-n29,
  .mx-xxs-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxs-n28 {
    margin: -7rem !important;
  }
  .mt-xxs-n28,
  .my-xxs-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxs-n28,
  .mx-xxs-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxs-n28,
  .my-xxs-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxs-n28,
  .mx-xxs-n28 {
    margin-left: -7rem !important;
  }
  .m-xxs-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxs-n27,
  .my-xxs-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxs-n27,
  .mx-xxs-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxs-n27,
  .my-xxs-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxs-n27,
  .mx-xxs-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxs-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxs-n26,
  .my-xxs-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxs-n26,
  .mx-xxs-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxs-n26,
  .my-xxs-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxs-n26,
  .mx-xxs-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxs-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxs-n25,
  .my-xxs-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxs-n25,
  .mx-xxs-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxs-n25,
  .my-xxs-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxs-n25,
  .mx-xxs-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxs-n24 {
    margin: -6rem !important;
  }
  .mt-xxs-n24,
  .my-xxs-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxs-n24,
  .mx-xxs-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxs-n24,
  .my-xxs-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxs-n24,
  .mx-xxs-n24 {
    margin-left: -6rem !important;
  }
  .m-xxs-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxs-n23,
  .my-xxs-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxs-n23,
  .mx-xxs-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxs-n23,
  .my-xxs-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxs-n23,
  .mx-xxs-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxs-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxs-n22,
  .my-xxs-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxs-n22,
  .mx-xxs-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxs-n22,
  .my-xxs-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxs-n22,
  .mx-xxs-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxs-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxs-n21,
  .my-xxs-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxs-n21,
  .mx-xxs-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxs-n21,
  .my-xxs-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxs-n21,
  .mx-xxs-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxs-n20 {
    margin: -5rem !important;
  }
  .mt-xxs-n20,
  .my-xxs-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxs-n20,
  .mx-xxs-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxs-n20,
  .my-xxs-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxs-n20,
  .mx-xxs-n20 {
    margin-left: -5rem !important;
  }
  .m-xxs-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxs-n19,
  .my-xxs-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxs-n19,
  .mx-xxs-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxs-n19,
  .my-xxs-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxs-n19,
  .mx-xxs-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxs-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxs-n18,
  .my-xxs-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxs-n18,
  .mx-xxs-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxs-n18,
  .my-xxs-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxs-n18,
  .mx-xxs-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxs-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxs-n17,
  .my-xxs-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxs-n17,
  .mx-xxs-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxs-n17,
  .my-xxs-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxs-n17,
  .mx-xxs-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxs-n16 {
    margin: -4rem !important;
  }
  .mt-xxs-n16,
  .my-xxs-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxs-n16,
  .mx-xxs-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxs-n16,
  .my-xxs-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxs-n16,
  .mx-xxs-n16 {
    margin-left: -4rem !important;
  }
  .m-xxs-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxs-n15,
  .my-xxs-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxs-n15,
  .mx-xxs-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxs-n15,
  .my-xxs-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxs-n15,
  .mx-xxs-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxs-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxs-n14,
  .my-xxs-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxs-n14,
  .mx-xxs-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxs-n14,
  .my-xxs-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxs-n14,
  .mx-xxs-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxs-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxs-n13,
  .my-xxs-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxs-n13,
  .mx-xxs-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxs-n13,
  .my-xxs-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxs-n13,
  .mx-xxs-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxs-n12 {
    margin: -3rem !important;
  }
  .mt-xxs-n12,
  .my-xxs-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxs-n12,
  .mx-xxs-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxs-n12,
  .my-xxs-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxs-n12,
  .mx-xxs-n12 {
    margin-left: -3rem !important;
  }
  .m-xxs-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxs-n11,
  .my-xxs-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxs-n11,
  .mx-xxs-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxs-n11,
  .my-xxs-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxs-n11,
  .mx-xxs-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxs-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxs-n10,
  .my-xxs-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxs-n10,
  .mx-xxs-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxs-n10,
  .my-xxs-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxs-n10,
  .mx-xxs-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxs-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxs-n9,
  .my-xxs-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxs-n9,
  .mx-xxs-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxs-n9,
  .my-xxs-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxs-n9,
  .mx-xxs-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxs-n8 {
    margin: -2rem !important;
  }
  .mt-xxs-n8,
  .my-xxs-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxs-n8,
  .mx-xxs-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxs-n8,
  .my-xxs-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxs-n8,
  .mx-xxs-n8 {
    margin-left: -2rem !important;
  }
  .m-xxs-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxs-n7,
  .my-xxs-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxs-n7,
  .mx-xxs-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxs-n7,
  .my-xxs-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxs-n7,
  .mx-xxs-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxs-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxs-n6,
  .my-xxs-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxs-n6,
  .mx-xxs-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxs-n6,
  .my-xxs-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxs-n6,
  .mx-xxs-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxs-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxs-n5,
  .my-xxs-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxs-n5,
  .mx-xxs-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxs-n5,
  .my-xxs-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxs-n5,
  .mx-xxs-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxs-n4 {
    margin: -1rem !important;
  }
  .mt-xxs-n4,
  .my-xxs-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxs-n4,
  .mx-xxs-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxs-n4,
  .my-xxs-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxs-n4,
  .mx-xxs-n4 {
    margin-left: -1rem !important;
  }
  .m-xxs-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxs-n3,
  .my-xxs-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxs-n3,
  .mx-xxs-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxs-n3,
  .my-xxs-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxs-n3,
  .mx-xxs-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxs-n2,
  .my-xxs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxs-n2,
  .mx-xxs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxs-n2,
  .my-xxs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxs-n2,
  .mx-xxs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxs-n1,
  .my-xxs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxs-n1,
  .mx-xxs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxs-n1,
  .my-xxs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxs-n1,
  .mx-xxs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxs-n0 {
    margin: 0rem !important;
  }
  .mt-xxs-n0,
  .my-xxs-n0 {
    margin-top: 0rem !important;
  }
  .mr-xxs-n0,
  .mx-xxs-n0 {
    margin-right: 0rem !important;
  }
  .mb-xxs-n0,
  .my-xxs-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxs-n0,
  .mx-xxs-n0 {
    margin-left: 0rem !important;
  }
  .m-xxs-auto {
    margin: auto !important;
  }
  .mt-xxs-auto,
  .my-xxs-auto {
    margin-top: auto !important;
  }
  .mr-xxs-auto,
  .mx-xxs-auto {
    margin-right: auto !important;
  }
  .mb-xxs-auto,
  .my-xxs-auto {
    margin-bottom: auto !important;
  }
  .ml-xxs-auto,
  .mx-xxs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 375.02px) {
  .m-xs-60 {
    margin: 15rem !important;
  }
  .mt-xs-60,
  .my-xs-60 {
    margin-top: 15rem !important;
  }
  .mr-xs-60,
  .mx-xs-60 {
    margin-right: 15rem !important;
  }
  .mb-xs-60,
  .my-xs-60 {
    margin-bottom: 15rem !important;
  }
  .ml-xs-60,
  .mx-xs-60 {
    margin-left: 15rem !important;
  }
  .m-xs-59 {
    margin: 14.75rem !important;
  }
  .mt-xs-59,
  .my-xs-59 {
    margin-top: 14.75rem !important;
  }
  .mr-xs-59,
  .mx-xs-59 {
    margin-right: 14.75rem !important;
  }
  .mb-xs-59,
  .my-xs-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-xs-59,
  .mx-xs-59 {
    margin-left: 14.75rem !important;
  }
  .m-xs-58 {
    margin: 14.5rem !important;
  }
  .mt-xs-58,
  .my-xs-58 {
    margin-top: 14.5rem !important;
  }
  .mr-xs-58,
  .mx-xs-58 {
    margin-right: 14.5rem !important;
  }
  .mb-xs-58,
  .my-xs-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xs-58,
  .mx-xs-58 {
    margin-left: 14.5rem !important;
  }
  .m-xs-57 {
    margin: 14.25rem !important;
  }
  .mt-xs-57,
  .my-xs-57 {
    margin-top: 14.25rem !important;
  }
  .mr-xs-57,
  .mx-xs-57 {
    margin-right: 14.25rem !important;
  }
  .mb-xs-57,
  .my-xs-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-xs-57,
  .mx-xs-57 {
    margin-left: 14.25rem !important;
  }
  .m-xs-56 {
    margin: 14rem !important;
  }
  .mt-xs-56,
  .my-xs-56 {
    margin-top: 14rem !important;
  }
  .mr-xs-56,
  .mx-xs-56 {
    margin-right: 14rem !important;
  }
  .mb-xs-56,
  .my-xs-56 {
    margin-bottom: 14rem !important;
  }
  .ml-xs-56,
  .mx-xs-56 {
    margin-left: 14rem !important;
  }
  .m-xs-55 {
    margin: 13.75rem !important;
  }
  .mt-xs-55,
  .my-xs-55 {
    margin-top: 13.75rem !important;
  }
  .mr-xs-55,
  .mx-xs-55 {
    margin-right: 13.75rem !important;
  }
  .mb-xs-55,
  .my-xs-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-xs-55,
  .mx-xs-55 {
    margin-left: 13.75rem !important;
  }
  .m-xs-54 {
    margin: 13.5rem !important;
  }
  .mt-xs-54,
  .my-xs-54 {
    margin-top: 13.5rem !important;
  }
  .mr-xs-54,
  .mx-xs-54 {
    margin-right: 13.5rem !important;
  }
  .mb-xs-54,
  .my-xs-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xs-54,
  .mx-xs-54 {
    margin-left: 13.5rem !important;
  }
  .m-xs-53 {
    margin: 13.25rem !important;
  }
  .mt-xs-53,
  .my-xs-53 {
    margin-top: 13.25rem !important;
  }
  .mr-xs-53,
  .mx-xs-53 {
    margin-right: 13.25rem !important;
  }
  .mb-xs-53,
  .my-xs-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-xs-53,
  .mx-xs-53 {
    margin-left: 13.25rem !important;
  }
  .m-xs-52 {
    margin: 13rem !important;
  }
  .mt-xs-52,
  .my-xs-52 {
    margin-top: 13rem !important;
  }
  .mr-xs-52,
  .mx-xs-52 {
    margin-right: 13rem !important;
  }
  .mb-xs-52,
  .my-xs-52 {
    margin-bottom: 13rem !important;
  }
  .ml-xs-52,
  .mx-xs-52 {
    margin-left: 13rem !important;
  }
  .m-xs-51 {
    margin: 12.75rem !important;
  }
  .mt-xs-51,
  .my-xs-51 {
    margin-top: 12.75rem !important;
  }
  .mr-xs-51,
  .mx-xs-51 {
    margin-right: 12.75rem !important;
  }
  .mb-xs-51,
  .my-xs-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-xs-51,
  .mx-xs-51 {
    margin-left: 12.75rem !important;
  }
  .m-xs-50 {
    margin: 12.5rem !important;
  }
  .mt-xs-50,
  .my-xs-50 {
    margin-top: 12.5rem !important;
  }
  .mr-xs-50,
  .mx-xs-50 {
    margin-right: 12.5rem !important;
  }
  .mb-xs-50,
  .my-xs-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xs-50,
  .mx-xs-50 {
    margin-left: 12.5rem !important;
  }
  .m-xs-49 {
    margin: 12.25rem !important;
  }
  .mt-xs-49,
  .my-xs-49 {
    margin-top: 12.25rem !important;
  }
  .mr-xs-49,
  .mx-xs-49 {
    margin-right: 12.25rem !important;
  }
  .mb-xs-49,
  .my-xs-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-xs-49,
  .mx-xs-49 {
    margin-left: 12.25rem !important;
  }
  .m-xs-48 {
    margin: 12rem !important;
  }
  .mt-xs-48,
  .my-xs-48 {
    margin-top: 12rem !important;
  }
  .mr-xs-48,
  .mx-xs-48 {
    margin-right: 12rem !important;
  }
  .mb-xs-48,
  .my-xs-48 {
    margin-bottom: 12rem !important;
  }
  .ml-xs-48,
  .mx-xs-48 {
    margin-left: 12rem !important;
  }
  .m-xs-47 {
    margin: 11.75rem !important;
  }
  .mt-xs-47,
  .my-xs-47 {
    margin-top: 11.75rem !important;
  }
  .mr-xs-47,
  .mx-xs-47 {
    margin-right: 11.75rem !important;
  }
  .mb-xs-47,
  .my-xs-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-xs-47,
  .mx-xs-47 {
    margin-left: 11.75rem !important;
  }
  .m-xs-46 {
    margin: 11.5rem !important;
  }
  .mt-xs-46,
  .my-xs-46 {
    margin-top: 11.5rem !important;
  }
  .mr-xs-46,
  .mx-xs-46 {
    margin-right: 11.5rem !important;
  }
  .mb-xs-46,
  .my-xs-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xs-46,
  .mx-xs-46 {
    margin-left: 11.5rem !important;
  }
  .m-xs-45 {
    margin: 11.25rem !important;
  }
  .mt-xs-45,
  .my-xs-45 {
    margin-top: 11.25rem !important;
  }
  .mr-xs-45,
  .mx-xs-45 {
    margin-right: 11.25rem !important;
  }
  .mb-xs-45,
  .my-xs-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xs-45,
  .mx-xs-45 {
    margin-left: 11.25rem !important;
  }
  .m-xs-44 {
    margin: 11rem !important;
  }
  .mt-xs-44,
  .my-xs-44 {
    margin-top: 11rem !important;
  }
  .mr-xs-44,
  .mx-xs-44 {
    margin-right: 11rem !important;
  }
  .mb-xs-44,
  .my-xs-44 {
    margin-bottom: 11rem !important;
  }
  .ml-xs-44,
  .mx-xs-44 {
    margin-left: 11rem !important;
  }
  .m-xs-43 {
    margin: 10.75rem !important;
  }
  .mt-xs-43,
  .my-xs-43 {
    margin-top: 10.75rem !important;
  }
  .mr-xs-43,
  .mx-xs-43 {
    margin-right: 10.75rem !important;
  }
  .mb-xs-43,
  .my-xs-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xs-43,
  .mx-xs-43 {
    margin-left: 10.75rem !important;
  }
  .m-xs-42 {
    margin: 10.5rem !important;
  }
  .mt-xs-42,
  .my-xs-42 {
    margin-top: 10.5rem !important;
  }
  .mr-xs-42,
  .mx-xs-42 {
    margin-right: 10.5rem !important;
  }
  .mb-xs-42,
  .my-xs-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xs-42,
  .mx-xs-42 {
    margin-left: 10.5rem !important;
  }
  .m-xs-41 {
    margin: 10.25rem !important;
  }
  .mt-xs-41,
  .my-xs-41 {
    margin-top: 10.25rem !important;
  }
  .mr-xs-41,
  .mx-xs-41 {
    margin-right: 10.25rem !important;
  }
  .mb-xs-41,
  .my-xs-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xs-41,
  .mx-xs-41 {
    margin-left: 10.25rem !important;
  }
  .m-xs-40 {
    margin: 10rem !important;
  }
  .mt-xs-40,
  .my-xs-40 {
    margin-top: 10rem !important;
  }
  .mr-xs-40,
  .mx-xs-40 {
    margin-right: 10rem !important;
  }
  .mb-xs-40,
  .my-xs-40 {
    margin-bottom: 10rem !important;
  }
  .ml-xs-40,
  .mx-xs-40 {
    margin-left: 10rem !important;
  }
  .m-xs-39 {
    margin: 9.75rem !important;
  }
  .mt-xs-39,
  .my-xs-39 {
    margin-top: 9.75rem !important;
  }
  .mr-xs-39,
  .mx-xs-39 {
    margin-right: 9.75rem !important;
  }
  .mb-xs-39,
  .my-xs-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xs-39,
  .mx-xs-39 {
    margin-left: 9.75rem !important;
  }
  .m-xs-38 {
    margin: 9.5rem !important;
  }
  .mt-xs-38,
  .my-xs-38 {
    margin-top: 9.5rem !important;
  }
  .mr-xs-38,
  .mx-xs-38 {
    margin-right: 9.5rem !important;
  }
  .mb-xs-38,
  .my-xs-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xs-38,
  .mx-xs-38 {
    margin-left: 9.5rem !important;
  }
  .m-xs-37 {
    margin: 9.25rem !important;
  }
  .mt-xs-37,
  .my-xs-37 {
    margin-top: 9.25rem !important;
  }
  .mr-xs-37,
  .mx-xs-37 {
    margin-right: 9.25rem !important;
  }
  .mb-xs-37,
  .my-xs-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xs-37,
  .mx-xs-37 {
    margin-left: 9.25rem !important;
  }
  .m-xs-36 {
    margin: 9rem !important;
  }
  .mt-xs-36,
  .my-xs-36 {
    margin-top: 9rem !important;
  }
  .mr-xs-36,
  .mx-xs-36 {
    margin-right: 9rem !important;
  }
  .mb-xs-36,
  .my-xs-36 {
    margin-bottom: 9rem !important;
  }
  .ml-xs-36,
  .mx-xs-36 {
    margin-left: 9rem !important;
  }
  .m-xs-35 {
    margin: 8.75rem !important;
  }
  .mt-xs-35,
  .my-xs-35 {
    margin-top: 8.75rem !important;
  }
  .mr-xs-35,
  .mx-xs-35 {
    margin-right: 8.75rem !important;
  }
  .mb-xs-35,
  .my-xs-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xs-35,
  .mx-xs-35 {
    margin-left: 8.75rem !important;
  }
  .m-xs-34 {
    margin: 8.5rem !important;
  }
  .mt-xs-34,
  .my-xs-34 {
    margin-top: 8.5rem !important;
  }
  .mr-xs-34,
  .mx-xs-34 {
    margin-right: 8.5rem !important;
  }
  .mb-xs-34,
  .my-xs-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xs-34,
  .mx-xs-34 {
    margin-left: 8.5rem !important;
  }
  .m-xs-33 {
    margin: 8.25rem !important;
  }
  .mt-xs-33,
  .my-xs-33 {
    margin-top: 8.25rem !important;
  }
  .mr-xs-33,
  .mx-xs-33 {
    margin-right: 8.25rem !important;
  }
  .mb-xs-33,
  .my-xs-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xs-33,
  .mx-xs-33 {
    margin-left: 8.25rem !important;
  }
  .m-xs-32 {
    margin: 8rem !important;
  }
  .mt-xs-32,
  .my-xs-32 {
    margin-top: 8rem !important;
  }
  .mr-xs-32,
  .mx-xs-32 {
    margin-right: 8rem !important;
  }
  .mb-xs-32,
  .my-xs-32 {
    margin-bottom: 8rem !important;
  }
  .ml-xs-32,
  .mx-xs-32 {
    margin-left: 8rem !important;
  }
  .m-xs-31 {
    margin: 7.75rem !important;
  }
  .mt-xs-31,
  .my-xs-31 {
    margin-top: 7.75rem !important;
  }
  .mr-xs-31,
  .mx-xs-31 {
    margin-right: 7.75rem !important;
  }
  .mb-xs-31,
  .my-xs-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xs-31,
  .mx-xs-31 {
    margin-left: 7.75rem !important;
  }
  .m-xs-30 {
    margin: 7.5rem !important;
  }
  .mt-xs-30,
  .my-xs-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xs-30,
  .mx-xs-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xs-30,
  .my-xs-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xs-30,
  .mx-xs-30 {
    margin-left: 7.5rem !important;
  }
  .m-xs-29 {
    margin: 7.25rem !important;
  }
  .mt-xs-29,
  .my-xs-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xs-29,
  .mx-xs-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xs-29,
  .my-xs-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xs-29,
  .mx-xs-29 {
    margin-left: 7.25rem !important;
  }
  .m-xs-28 {
    margin: 7rem !important;
  }
  .mt-xs-28,
  .my-xs-28 {
    margin-top: 7rem !important;
  }
  .mr-xs-28,
  .mx-xs-28 {
    margin-right: 7rem !important;
  }
  .mb-xs-28,
  .my-xs-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xs-28,
  .mx-xs-28 {
    margin-left: 7rem !important;
  }
  .m-xs-27 {
    margin: 6.75rem !important;
  }
  .mt-xs-27,
  .my-xs-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xs-27,
  .mx-xs-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xs-27,
  .my-xs-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xs-27,
  .mx-xs-27 {
    margin-left: 6.75rem !important;
  }
  .m-xs-26 {
    margin: 6.5rem !important;
  }
  .mt-xs-26,
  .my-xs-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xs-26,
  .mx-xs-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xs-26,
  .my-xs-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xs-26,
  .mx-xs-26 {
    margin-left: 6.5rem !important;
  }
  .m-xs-25 {
    margin: 6.25rem !important;
  }
  .mt-xs-25,
  .my-xs-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xs-25,
  .mx-xs-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xs-25,
  .mx-xs-25 {
    margin-left: 6.25rem !important;
  }
  .m-xs-24 {
    margin: 6rem !important;
  }
  .mt-xs-24,
  .my-xs-24 {
    margin-top: 6rem !important;
  }
  .mr-xs-24,
  .mx-xs-24 {
    margin-right: 6rem !important;
  }
  .mb-xs-24,
  .my-xs-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xs-24,
  .mx-xs-24 {
    margin-left: 6rem !important;
  }
  .m-xs-23 {
    margin: 5.75rem !important;
  }
  .mt-xs-23,
  .my-xs-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xs-23,
  .mx-xs-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xs-23,
  .my-xs-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xs-23,
  .mx-xs-23 {
    margin-left: 5.75rem !important;
  }
  .m-xs-22 {
    margin: 5.5rem !important;
  }
  .mt-xs-22,
  .my-xs-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xs-22,
  .mx-xs-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xs-22,
  .my-xs-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xs-22,
  .mx-xs-22 {
    margin-left: 5.5rem !important;
  }
  .m-xs-21 {
    margin: 5.25rem !important;
  }
  .mt-xs-21,
  .my-xs-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xs-21,
  .mx-xs-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xs-21,
  .my-xs-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xs-21,
  .mx-xs-21 {
    margin-left: 5.25rem !important;
  }
  .m-xs-20 {
    margin: 5rem !important;
  }
  .mt-xs-20,
  .my-xs-20 {
    margin-top: 5rem !important;
  }
  .mr-xs-20,
  .mx-xs-20 {
    margin-right: 5rem !important;
  }
  .mb-xs-20,
  .my-xs-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-20,
  .mx-xs-20 {
    margin-left: 5rem !important;
  }
  .m-xs-19 {
    margin: 4.75rem !important;
  }
  .mt-xs-19,
  .my-xs-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xs-19,
  .mx-xs-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xs-19,
  .my-xs-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xs-19,
  .mx-xs-19 {
    margin-left: 4.75rem !important;
  }
  .m-xs-18 {
    margin: 4.5rem !important;
  }
  .mt-xs-18,
  .my-xs-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xs-18,
  .mx-xs-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xs-18,
  .my-xs-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xs-18,
  .mx-xs-18 {
    margin-left: 4.5rem !important;
  }
  .m-xs-17 {
    margin: 4.25rem !important;
  }
  .mt-xs-17,
  .my-xs-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xs-17,
  .mx-xs-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xs-17,
  .my-xs-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xs-17,
  .mx-xs-17 {
    margin-left: 4.25rem !important;
  }
  .m-xs-16 {
    margin: 4rem !important;
  }
  .mt-xs-16,
  .my-xs-16 {
    margin-top: 4rem !important;
  }
  .mr-xs-16,
  .mx-xs-16 {
    margin-right: 4rem !important;
  }
  .mb-xs-16,
  .my-xs-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-16,
  .mx-xs-16 {
    margin-left: 4rem !important;
  }
  .m-xs-15 {
    margin: 3.75rem !important;
  }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xs-15,
  .mx-xs-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xs-15,
  .mx-xs-15 {
    margin-left: 3.75rem !important;
  }
  .m-xs-14 {
    margin: 3.5rem !important;
  }
  .mt-xs-14,
  .my-xs-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xs-14,
  .mx-xs-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xs-14,
  .my-xs-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xs-14,
  .mx-xs-14 {
    margin-left: 3.5rem !important;
  }
  .m-xs-13 {
    margin: 3.25rem !important;
  }
  .mt-xs-13,
  .my-xs-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xs-13,
  .mx-xs-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xs-13,
  .my-xs-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xs-13,
  .mx-xs-13 {
    margin-left: 3.25rem !important;
  }
  .m-xs-12 {
    margin: 3rem !important;
  }
  .mt-xs-12,
  .my-xs-12 {
    margin-top: 3rem !important;
  }
  .mr-xs-12,
  .mx-xs-12 {
    margin-right: 3rem !important;
  }
  .mb-xs-12,
  .my-xs-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-12,
  .mx-xs-12 {
    margin-left: 3rem !important;
  }
  .m-xs-11 {
    margin: 2.75rem !important;
  }
  .mt-xs-11,
  .my-xs-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xs-11,
  .mx-xs-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xs-11,
  .my-xs-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xs-11,
  .mx-xs-11 {
    margin-left: 2.75rem !important;
  }
  .m-xs-10 {
    margin: 2.5rem !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 2.5rem !important;
  }
  .m-xs-9 {
    margin: 2.25rem !important;
  }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 2.25rem !important;
  }
  .m-xs-8 {
    margin: 2rem !important;
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 2rem !important;
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 2rem !important;
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 2rem !important;
  }
  .m-xs-7 {
    margin: 1.75rem !important;
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 1.75rem !important;
  }
  .m-xs-6 {
    margin: 1.5rem !important;
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 1.25rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 1.25rem !important;
  }
  .m-xs-4 {
    margin: 1rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1rem !important;
  }
  .m-xs-3 {
    margin: 0.75rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 0.75rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-0 {
    margin: 0rem !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0rem !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0rem !important;
  }
  .p-xs-60 {
    padding: 15rem !important;
  }
  .pt-xs-60,
  .py-xs-60 {
    padding-top: 15rem !important;
  }
  .pr-xs-60,
  .px-xs-60 {
    padding-right: 15rem !important;
  }
  .pb-xs-60,
  .py-xs-60 {
    padding-bottom: 15rem !important;
  }
  .pl-xs-60,
  .px-xs-60 {
    padding-left: 15rem !important;
  }
  .p-xs-59 {
    padding: 14.75rem !important;
  }
  .pt-xs-59,
  .py-xs-59 {
    padding-top: 14.75rem !important;
  }
  .pr-xs-59,
  .px-xs-59 {
    padding-right: 14.75rem !important;
  }
  .pb-xs-59,
  .py-xs-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-xs-59,
  .px-xs-59 {
    padding-left: 14.75rem !important;
  }
  .p-xs-58 {
    padding: 14.5rem !important;
  }
  .pt-xs-58,
  .py-xs-58 {
    padding-top: 14.5rem !important;
  }
  .pr-xs-58,
  .px-xs-58 {
    padding-right: 14.5rem !important;
  }
  .pb-xs-58,
  .py-xs-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xs-58,
  .px-xs-58 {
    padding-left: 14.5rem !important;
  }
  .p-xs-57 {
    padding: 14.25rem !important;
  }
  .pt-xs-57,
  .py-xs-57 {
    padding-top: 14.25rem !important;
  }
  .pr-xs-57,
  .px-xs-57 {
    padding-right: 14.25rem !important;
  }
  .pb-xs-57,
  .py-xs-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-xs-57,
  .px-xs-57 {
    padding-left: 14.25rem !important;
  }
  .p-xs-56 {
    padding: 14rem !important;
  }
  .pt-xs-56,
  .py-xs-56 {
    padding-top: 14rem !important;
  }
  .pr-xs-56,
  .px-xs-56 {
    padding-right: 14rem !important;
  }
  .pb-xs-56,
  .py-xs-56 {
    padding-bottom: 14rem !important;
  }
  .pl-xs-56,
  .px-xs-56 {
    padding-left: 14rem !important;
  }
  .p-xs-55 {
    padding: 13.75rem !important;
  }
  .pt-xs-55,
  .py-xs-55 {
    padding-top: 13.75rem !important;
  }
  .pr-xs-55,
  .px-xs-55 {
    padding-right: 13.75rem !important;
  }
  .pb-xs-55,
  .py-xs-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-xs-55,
  .px-xs-55 {
    padding-left: 13.75rem !important;
  }
  .p-xs-54 {
    padding: 13.5rem !important;
  }
  .pt-xs-54,
  .py-xs-54 {
    padding-top: 13.5rem !important;
  }
  .pr-xs-54,
  .px-xs-54 {
    padding-right: 13.5rem !important;
  }
  .pb-xs-54,
  .py-xs-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xs-54,
  .px-xs-54 {
    padding-left: 13.5rem !important;
  }
  .p-xs-53 {
    padding: 13.25rem !important;
  }
  .pt-xs-53,
  .py-xs-53 {
    padding-top: 13.25rem !important;
  }
  .pr-xs-53,
  .px-xs-53 {
    padding-right: 13.25rem !important;
  }
  .pb-xs-53,
  .py-xs-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-xs-53,
  .px-xs-53 {
    padding-left: 13.25rem !important;
  }
  .p-xs-52 {
    padding: 13rem !important;
  }
  .pt-xs-52,
  .py-xs-52 {
    padding-top: 13rem !important;
  }
  .pr-xs-52,
  .px-xs-52 {
    padding-right: 13rem !important;
  }
  .pb-xs-52,
  .py-xs-52 {
    padding-bottom: 13rem !important;
  }
  .pl-xs-52,
  .px-xs-52 {
    padding-left: 13rem !important;
  }
  .p-xs-51 {
    padding: 12.75rem !important;
  }
  .pt-xs-51,
  .py-xs-51 {
    padding-top: 12.75rem !important;
  }
  .pr-xs-51,
  .px-xs-51 {
    padding-right: 12.75rem !important;
  }
  .pb-xs-51,
  .py-xs-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-xs-51,
  .px-xs-51 {
    padding-left: 12.75rem !important;
  }
  .p-xs-50 {
    padding: 12.5rem !important;
  }
  .pt-xs-50,
  .py-xs-50 {
    padding-top: 12.5rem !important;
  }
  .pr-xs-50,
  .px-xs-50 {
    padding-right: 12.5rem !important;
  }
  .pb-xs-50,
  .py-xs-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xs-50,
  .px-xs-50 {
    padding-left: 12.5rem !important;
  }
  .p-xs-49 {
    padding: 12.25rem !important;
  }
  .pt-xs-49,
  .py-xs-49 {
    padding-top: 12.25rem !important;
  }
  .pr-xs-49,
  .px-xs-49 {
    padding-right: 12.25rem !important;
  }
  .pb-xs-49,
  .py-xs-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-xs-49,
  .px-xs-49 {
    padding-left: 12.25rem !important;
  }
  .p-xs-48 {
    padding: 12rem !important;
  }
  .pt-xs-48,
  .py-xs-48 {
    padding-top: 12rem !important;
  }
  .pr-xs-48,
  .px-xs-48 {
    padding-right: 12rem !important;
  }
  .pb-xs-48,
  .py-xs-48 {
    padding-bottom: 12rem !important;
  }
  .pl-xs-48,
  .px-xs-48 {
    padding-left: 12rem !important;
  }
  .p-xs-47 {
    padding: 11.75rem !important;
  }
  .pt-xs-47,
  .py-xs-47 {
    padding-top: 11.75rem !important;
  }
  .pr-xs-47,
  .px-xs-47 {
    padding-right: 11.75rem !important;
  }
  .pb-xs-47,
  .py-xs-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-xs-47,
  .px-xs-47 {
    padding-left: 11.75rem !important;
  }
  .p-xs-46 {
    padding: 11.5rem !important;
  }
  .pt-xs-46,
  .py-xs-46 {
    padding-top: 11.5rem !important;
  }
  .pr-xs-46,
  .px-xs-46 {
    padding-right: 11.5rem !important;
  }
  .pb-xs-46,
  .py-xs-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xs-46,
  .px-xs-46 {
    padding-left: 11.5rem !important;
  }
  .p-xs-45 {
    padding: 11.25rem !important;
  }
  .pt-xs-45,
  .py-xs-45 {
    padding-top: 11.25rem !important;
  }
  .pr-xs-45,
  .px-xs-45 {
    padding-right: 11.25rem !important;
  }
  .pb-xs-45,
  .py-xs-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xs-45,
  .px-xs-45 {
    padding-left: 11.25rem !important;
  }
  .p-xs-44 {
    padding: 11rem !important;
  }
  .pt-xs-44,
  .py-xs-44 {
    padding-top: 11rem !important;
  }
  .pr-xs-44,
  .px-xs-44 {
    padding-right: 11rem !important;
  }
  .pb-xs-44,
  .py-xs-44 {
    padding-bottom: 11rem !important;
  }
  .pl-xs-44,
  .px-xs-44 {
    padding-left: 11rem !important;
  }
  .p-xs-43 {
    padding: 10.75rem !important;
  }
  .pt-xs-43,
  .py-xs-43 {
    padding-top: 10.75rem !important;
  }
  .pr-xs-43,
  .px-xs-43 {
    padding-right: 10.75rem !important;
  }
  .pb-xs-43,
  .py-xs-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xs-43,
  .px-xs-43 {
    padding-left: 10.75rem !important;
  }
  .p-xs-42 {
    padding: 10.5rem !important;
  }
  .pt-xs-42,
  .py-xs-42 {
    padding-top: 10.5rem !important;
  }
  .pr-xs-42,
  .px-xs-42 {
    padding-right: 10.5rem !important;
  }
  .pb-xs-42,
  .py-xs-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xs-42,
  .px-xs-42 {
    padding-left: 10.5rem !important;
  }
  .p-xs-41 {
    padding: 10.25rem !important;
  }
  .pt-xs-41,
  .py-xs-41 {
    padding-top: 10.25rem !important;
  }
  .pr-xs-41,
  .px-xs-41 {
    padding-right: 10.25rem !important;
  }
  .pb-xs-41,
  .py-xs-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xs-41,
  .px-xs-41 {
    padding-left: 10.25rem !important;
  }
  .p-xs-40 {
    padding: 10rem !important;
  }
  .pt-xs-40,
  .py-xs-40 {
    padding-top: 10rem !important;
  }
  .pr-xs-40,
  .px-xs-40 {
    padding-right: 10rem !important;
  }
  .pb-xs-40,
  .py-xs-40 {
    padding-bottom: 10rem !important;
  }
  .pl-xs-40,
  .px-xs-40 {
    padding-left: 10rem !important;
  }
  .p-xs-39 {
    padding: 9.75rem !important;
  }
  .pt-xs-39,
  .py-xs-39 {
    padding-top: 9.75rem !important;
  }
  .pr-xs-39,
  .px-xs-39 {
    padding-right: 9.75rem !important;
  }
  .pb-xs-39,
  .py-xs-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xs-39,
  .px-xs-39 {
    padding-left: 9.75rem !important;
  }
  .p-xs-38 {
    padding: 9.5rem !important;
  }
  .pt-xs-38,
  .py-xs-38 {
    padding-top: 9.5rem !important;
  }
  .pr-xs-38,
  .px-xs-38 {
    padding-right: 9.5rem !important;
  }
  .pb-xs-38,
  .py-xs-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xs-38,
  .px-xs-38 {
    padding-left: 9.5rem !important;
  }
  .p-xs-37 {
    padding: 9.25rem !important;
  }
  .pt-xs-37,
  .py-xs-37 {
    padding-top: 9.25rem !important;
  }
  .pr-xs-37,
  .px-xs-37 {
    padding-right: 9.25rem !important;
  }
  .pb-xs-37,
  .py-xs-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xs-37,
  .px-xs-37 {
    padding-left: 9.25rem !important;
  }
  .p-xs-36 {
    padding: 9rem !important;
  }
  .pt-xs-36,
  .py-xs-36 {
    padding-top: 9rem !important;
  }
  .pr-xs-36,
  .px-xs-36 {
    padding-right: 9rem !important;
  }
  .pb-xs-36,
  .py-xs-36 {
    padding-bottom: 9rem !important;
  }
  .pl-xs-36,
  .px-xs-36 {
    padding-left: 9rem !important;
  }
  .p-xs-35 {
    padding: 8.75rem !important;
  }
  .pt-xs-35,
  .py-xs-35 {
    padding-top: 8.75rem !important;
  }
  .pr-xs-35,
  .px-xs-35 {
    padding-right: 8.75rem !important;
  }
  .pb-xs-35,
  .py-xs-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xs-35,
  .px-xs-35 {
    padding-left: 8.75rem !important;
  }
  .p-xs-34 {
    padding: 8.5rem !important;
  }
  .pt-xs-34,
  .py-xs-34 {
    padding-top: 8.5rem !important;
  }
  .pr-xs-34,
  .px-xs-34 {
    padding-right: 8.5rem !important;
  }
  .pb-xs-34,
  .py-xs-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xs-34,
  .px-xs-34 {
    padding-left: 8.5rem !important;
  }
  .p-xs-33 {
    padding: 8.25rem !important;
  }
  .pt-xs-33,
  .py-xs-33 {
    padding-top: 8.25rem !important;
  }
  .pr-xs-33,
  .px-xs-33 {
    padding-right: 8.25rem !important;
  }
  .pb-xs-33,
  .py-xs-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xs-33,
  .px-xs-33 {
    padding-left: 8.25rem !important;
  }
  .p-xs-32 {
    padding: 8rem !important;
  }
  .pt-xs-32,
  .py-xs-32 {
    padding-top: 8rem !important;
  }
  .pr-xs-32,
  .px-xs-32 {
    padding-right: 8rem !important;
  }
  .pb-xs-32,
  .py-xs-32 {
    padding-bottom: 8rem !important;
  }
  .pl-xs-32,
  .px-xs-32 {
    padding-left: 8rem !important;
  }
  .p-xs-31 {
    padding: 7.75rem !important;
  }
  .pt-xs-31,
  .py-xs-31 {
    padding-top: 7.75rem !important;
  }
  .pr-xs-31,
  .px-xs-31 {
    padding-right: 7.75rem !important;
  }
  .pb-xs-31,
  .py-xs-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xs-31,
  .px-xs-31 {
    padding-left: 7.75rem !important;
  }
  .p-xs-30 {
    padding: 7.5rem !important;
  }
  .pt-xs-30,
  .py-xs-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xs-30,
  .px-xs-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xs-30,
  .py-xs-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xs-30,
  .px-xs-30 {
    padding-left: 7.5rem !important;
  }
  .p-xs-29 {
    padding: 7.25rem !important;
  }
  .pt-xs-29,
  .py-xs-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xs-29,
  .px-xs-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xs-29,
  .py-xs-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xs-29,
  .px-xs-29 {
    padding-left: 7.25rem !important;
  }
  .p-xs-28 {
    padding: 7rem !important;
  }
  .pt-xs-28,
  .py-xs-28 {
    padding-top: 7rem !important;
  }
  .pr-xs-28,
  .px-xs-28 {
    padding-right: 7rem !important;
  }
  .pb-xs-28,
  .py-xs-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xs-28,
  .px-xs-28 {
    padding-left: 7rem !important;
  }
  .p-xs-27 {
    padding: 6.75rem !important;
  }
  .pt-xs-27,
  .py-xs-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xs-27,
  .px-xs-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xs-27,
  .py-xs-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xs-27,
  .px-xs-27 {
    padding-left: 6.75rem !important;
  }
  .p-xs-26 {
    padding: 6.5rem !important;
  }
  .pt-xs-26,
  .py-xs-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xs-26,
  .px-xs-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xs-26,
  .py-xs-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xs-26,
  .px-xs-26 {
    padding-left: 6.5rem !important;
  }
  .p-xs-25 {
    padding: 6.25rem !important;
  }
  .pt-xs-25,
  .py-xs-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xs-25,
  .px-xs-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xs-25,
  .px-xs-25 {
    padding-left: 6.25rem !important;
  }
  .p-xs-24 {
    padding: 6rem !important;
  }
  .pt-xs-24,
  .py-xs-24 {
    padding-top: 6rem !important;
  }
  .pr-xs-24,
  .px-xs-24 {
    padding-right: 6rem !important;
  }
  .pb-xs-24,
  .py-xs-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xs-24,
  .px-xs-24 {
    padding-left: 6rem !important;
  }
  .p-xs-23 {
    padding: 5.75rem !important;
  }
  .pt-xs-23,
  .py-xs-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xs-23,
  .px-xs-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xs-23,
  .py-xs-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xs-23,
  .px-xs-23 {
    padding-left: 5.75rem !important;
  }
  .p-xs-22 {
    padding: 5.5rem !important;
  }
  .pt-xs-22,
  .py-xs-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xs-22,
  .px-xs-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xs-22,
  .py-xs-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xs-22,
  .px-xs-22 {
    padding-left: 5.5rem !important;
  }
  .p-xs-21 {
    padding: 5.25rem !important;
  }
  .pt-xs-21,
  .py-xs-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xs-21,
  .px-xs-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xs-21,
  .py-xs-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xs-21,
  .px-xs-21 {
    padding-left: 5.25rem !important;
  }
  .p-xs-20 {
    padding: 5rem !important;
  }
  .pt-xs-20,
  .py-xs-20 {
    padding-top: 5rem !important;
  }
  .pr-xs-20,
  .px-xs-20 {
    padding-right: 5rem !important;
  }
  .pb-xs-20,
  .py-xs-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-20,
  .px-xs-20 {
    padding-left: 5rem !important;
  }
  .p-xs-19 {
    padding: 4.75rem !important;
  }
  .pt-xs-19,
  .py-xs-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xs-19,
  .px-xs-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xs-19,
  .py-xs-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xs-19,
  .px-xs-19 {
    padding-left: 4.75rem !important;
  }
  .p-xs-18 {
    padding: 4.5rem !important;
  }
  .pt-xs-18,
  .py-xs-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xs-18,
  .px-xs-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xs-18,
  .py-xs-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xs-18,
  .px-xs-18 {
    padding-left: 4.5rem !important;
  }
  .p-xs-17 {
    padding: 4.25rem !important;
  }
  .pt-xs-17,
  .py-xs-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xs-17,
  .px-xs-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xs-17,
  .py-xs-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xs-17,
  .px-xs-17 {
    padding-left: 4.25rem !important;
  }
  .p-xs-16 {
    padding: 4rem !important;
  }
  .pt-xs-16,
  .py-xs-16 {
    padding-top: 4rem !important;
  }
  .pr-xs-16,
  .px-xs-16 {
    padding-right: 4rem !important;
  }
  .pb-xs-16,
  .py-xs-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-16,
  .px-xs-16 {
    padding-left: 4rem !important;
  }
  .p-xs-15 {
    padding: 3.75rem !important;
  }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xs-15,
  .px-xs-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xs-15,
  .px-xs-15 {
    padding-left: 3.75rem !important;
  }
  .p-xs-14 {
    padding: 3.5rem !important;
  }
  .pt-xs-14,
  .py-xs-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xs-14,
  .px-xs-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xs-14,
  .py-xs-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xs-14,
  .px-xs-14 {
    padding-left: 3.5rem !important;
  }
  .p-xs-13 {
    padding: 3.25rem !important;
  }
  .pt-xs-13,
  .py-xs-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xs-13,
  .px-xs-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xs-13,
  .py-xs-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xs-13,
  .px-xs-13 {
    padding-left: 3.25rem !important;
  }
  .p-xs-12 {
    padding: 3rem !important;
  }
  .pt-xs-12,
  .py-xs-12 {
    padding-top: 3rem !important;
  }
  .pr-xs-12,
  .px-xs-12 {
    padding-right: 3rem !important;
  }
  .pb-xs-12,
  .py-xs-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-12,
  .px-xs-12 {
    padding-left: 3rem !important;
  }
  .p-xs-11 {
    padding: 2.75rem !important;
  }
  .pt-xs-11,
  .py-xs-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xs-11,
  .px-xs-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xs-11,
  .py-xs-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xs-11,
  .px-xs-11 {
    padding-left: 2.75rem !important;
  }
  .p-xs-10 {
    padding: 2.5rem !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 2.5rem !important;
  }
  .p-xs-9 {
    padding: 2.25rem !important;
  }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 2.25rem !important;
  }
  .p-xs-8 {
    padding: 2rem !important;
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 2rem !important;
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 2rem !important;
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 2rem !important;
  }
  .p-xs-7 {
    padding: 1.75rem !important;
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 1.75rem !important;
  }
  .p-xs-6 {
    padding: 1.5rem !important;
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 1.25rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 1.25rem !important;
  }
  .p-xs-4 {
    padding: 1rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1rem !important;
  }
  .p-xs-3 {
    padding: 0.75rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 0.75rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-0 {
    padding: 0rem !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0rem !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0rem !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0rem !important;
  }
  .m-xs-n60 {
    margin: -15rem !important;
  }
  .mt-xs-n60,
  .my-xs-n60 {
    margin-top: -15rem !important;
  }
  .mr-xs-n60,
  .mx-xs-n60 {
    margin-right: -15rem !important;
  }
  .mb-xs-n60,
  .my-xs-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-xs-n60,
  .mx-xs-n60 {
    margin-left: -15rem !important;
  }
  .m-xs-n59 {
    margin: -14.75rem !important;
  }
  .mt-xs-n59,
  .my-xs-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-xs-n59,
  .mx-xs-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-xs-n59,
  .my-xs-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-xs-n59,
  .mx-xs-n59 {
    margin-left: -14.75rem !important;
  }
  .m-xs-n58 {
    margin: -14.5rem !important;
  }
  .mt-xs-n58,
  .my-xs-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-xs-n58,
  .mx-xs-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-xs-n58,
  .my-xs-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xs-n58,
  .mx-xs-n58 {
    margin-left: -14.5rem !important;
  }
  .m-xs-n57 {
    margin: -14.25rem !important;
  }
  .mt-xs-n57,
  .my-xs-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-xs-n57,
  .mx-xs-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-xs-n57,
  .my-xs-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-xs-n57,
  .mx-xs-n57 {
    margin-left: -14.25rem !important;
  }
  .m-xs-n56 {
    margin: -14rem !important;
  }
  .mt-xs-n56,
  .my-xs-n56 {
    margin-top: -14rem !important;
  }
  .mr-xs-n56,
  .mx-xs-n56 {
    margin-right: -14rem !important;
  }
  .mb-xs-n56,
  .my-xs-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-xs-n56,
  .mx-xs-n56 {
    margin-left: -14rem !important;
  }
  .m-xs-n55 {
    margin: -13.75rem !important;
  }
  .mt-xs-n55,
  .my-xs-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-xs-n55,
  .mx-xs-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-xs-n55,
  .my-xs-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-xs-n55,
  .mx-xs-n55 {
    margin-left: -13.75rem !important;
  }
  .m-xs-n54 {
    margin: -13.5rem !important;
  }
  .mt-xs-n54,
  .my-xs-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-xs-n54,
  .mx-xs-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-xs-n54,
  .my-xs-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xs-n54,
  .mx-xs-n54 {
    margin-left: -13.5rem !important;
  }
  .m-xs-n53 {
    margin: -13.25rem !important;
  }
  .mt-xs-n53,
  .my-xs-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-xs-n53,
  .mx-xs-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-xs-n53,
  .my-xs-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-xs-n53,
  .mx-xs-n53 {
    margin-left: -13.25rem !important;
  }
  .m-xs-n52 {
    margin: -13rem !important;
  }
  .mt-xs-n52,
  .my-xs-n52 {
    margin-top: -13rem !important;
  }
  .mr-xs-n52,
  .mx-xs-n52 {
    margin-right: -13rem !important;
  }
  .mb-xs-n52,
  .my-xs-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-xs-n52,
  .mx-xs-n52 {
    margin-left: -13rem !important;
  }
  .m-xs-n51 {
    margin: -12.75rem !important;
  }
  .mt-xs-n51,
  .my-xs-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-xs-n51,
  .mx-xs-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-xs-n51,
  .my-xs-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-xs-n51,
  .mx-xs-n51 {
    margin-left: -12.75rem !important;
  }
  .m-xs-n50 {
    margin: -12.5rem !important;
  }
  .mt-xs-n50,
  .my-xs-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-xs-n50,
  .mx-xs-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-xs-n50,
  .my-xs-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xs-n50,
  .mx-xs-n50 {
    margin-left: -12.5rem !important;
  }
  .m-xs-n49 {
    margin: -12.25rem !important;
  }
  .mt-xs-n49,
  .my-xs-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-xs-n49,
  .mx-xs-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-xs-n49,
  .my-xs-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-xs-n49,
  .mx-xs-n49 {
    margin-left: -12.25rem !important;
  }
  .m-xs-n48 {
    margin: -12rem !important;
  }
  .mt-xs-n48,
  .my-xs-n48 {
    margin-top: -12rem !important;
  }
  .mr-xs-n48,
  .mx-xs-n48 {
    margin-right: -12rem !important;
  }
  .mb-xs-n48,
  .my-xs-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-xs-n48,
  .mx-xs-n48 {
    margin-left: -12rem !important;
  }
  .m-xs-n47 {
    margin: -11.75rem !important;
  }
  .mt-xs-n47,
  .my-xs-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-xs-n47,
  .mx-xs-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-xs-n47,
  .my-xs-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-xs-n47,
  .mx-xs-n47 {
    margin-left: -11.75rem !important;
  }
  .m-xs-n46 {
    margin: -11.5rem !important;
  }
  .mt-xs-n46,
  .my-xs-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-xs-n46,
  .mx-xs-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-xs-n46,
  .my-xs-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xs-n46,
  .mx-xs-n46 {
    margin-left: -11.5rem !important;
  }
  .m-xs-n45 {
    margin: -11.25rem !important;
  }
  .mt-xs-n45,
  .my-xs-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-xs-n45,
  .mx-xs-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-xs-n45,
  .my-xs-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xs-n45,
  .mx-xs-n45 {
    margin-left: -11.25rem !important;
  }
  .m-xs-n44 {
    margin: -11rem !important;
  }
  .mt-xs-n44,
  .my-xs-n44 {
    margin-top: -11rem !important;
  }
  .mr-xs-n44,
  .mx-xs-n44 {
    margin-right: -11rem !important;
  }
  .mb-xs-n44,
  .my-xs-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-xs-n44,
  .mx-xs-n44 {
    margin-left: -11rem !important;
  }
  .m-xs-n43 {
    margin: -10.75rem !important;
  }
  .mt-xs-n43,
  .my-xs-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-xs-n43,
  .mx-xs-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-xs-n43,
  .my-xs-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xs-n43,
  .mx-xs-n43 {
    margin-left: -10.75rem !important;
  }
  .m-xs-n42 {
    margin: -10.5rem !important;
  }
  .mt-xs-n42,
  .my-xs-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-xs-n42,
  .mx-xs-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-xs-n42,
  .my-xs-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xs-n42,
  .mx-xs-n42 {
    margin-left: -10.5rem !important;
  }
  .m-xs-n41 {
    margin: -10.25rem !important;
  }
  .mt-xs-n41,
  .my-xs-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-xs-n41,
  .mx-xs-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-xs-n41,
  .my-xs-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xs-n41,
  .mx-xs-n41 {
    margin-left: -10.25rem !important;
  }
  .m-xs-n40 {
    margin: -10rem !important;
  }
  .mt-xs-n40,
  .my-xs-n40 {
    margin-top: -10rem !important;
  }
  .mr-xs-n40,
  .mx-xs-n40 {
    margin-right: -10rem !important;
  }
  .mb-xs-n40,
  .my-xs-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-xs-n40,
  .mx-xs-n40 {
    margin-left: -10rem !important;
  }
  .m-xs-n39 {
    margin: -9.75rem !important;
  }
  .mt-xs-n39,
  .my-xs-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-xs-n39,
  .mx-xs-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-xs-n39,
  .my-xs-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xs-n39,
  .mx-xs-n39 {
    margin-left: -9.75rem !important;
  }
  .m-xs-n38 {
    margin: -9.5rem !important;
  }
  .mt-xs-n38,
  .my-xs-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-xs-n38,
  .mx-xs-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-xs-n38,
  .my-xs-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xs-n38,
  .mx-xs-n38 {
    margin-left: -9.5rem !important;
  }
  .m-xs-n37 {
    margin: -9.25rem !important;
  }
  .mt-xs-n37,
  .my-xs-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-xs-n37,
  .mx-xs-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-xs-n37,
  .my-xs-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xs-n37,
  .mx-xs-n37 {
    margin-left: -9.25rem !important;
  }
  .m-xs-n36 {
    margin: -9rem !important;
  }
  .mt-xs-n36,
  .my-xs-n36 {
    margin-top: -9rem !important;
  }
  .mr-xs-n36,
  .mx-xs-n36 {
    margin-right: -9rem !important;
  }
  .mb-xs-n36,
  .my-xs-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-xs-n36,
  .mx-xs-n36 {
    margin-left: -9rem !important;
  }
  .m-xs-n35 {
    margin: -8.75rem !important;
  }
  .mt-xs-n35,
  .my-xs-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-xs-n35,
  .mx-xs-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-xs-n35,
  .my-xs-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xs-n35,
  .mx-xs-n35 {
    margin-left: -8.75rem !important;
  }
  .m-xs-n34 {
    margin: -8.5rem !important;
  }
  .mt-xs-n34,
  .my-xs-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-xs-n34,
  .mx-xs-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-xs-n34,
  .my-xs-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xs-n34,
  .mx-xs-n34 {
    margin-left: -8.5rem !important;
  }
  .m-xs-n33 {
    margin: -8.25rem !important;
  }
  .mt-xs-n33,
  .my-xs-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-xs-n33,
  .mx-xs-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-xs-n33,
  .my-xs-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xs-n33,
  .mx-xs-n33 {
    margin-left: -8.25rem !important;
  }
  .m-xs-n32 {
    margin: -8rem !important;
  }
  .mt-xs-n32,
  .my-xs-n32 {
    margin-top: -8rem !important;
  }
  .mr-xs-n32,
  .mx-xs-n32 {
    margin-right: -8rem !important;
  }
  .mb-xs-n32,
  .my-xs-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-xs-n32,
  .mx-xs-n32 {
    margin-left: -8rem !important;
  }
  .m-xs-n31 {
    margin: -7.75rem !important;
  }
  .mt-xs-n31,
  .my-xs-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-xs-n31,
  .mx-xs-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-xs-n31,
  .my-xs-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xs-n31,
  .mx-xs-n31 {
    margin-left: -7.75rem !important;
  }
  .m-xs-n30 {
    margin: -7.5rem !important;
  }
  .mt-xs-n30,
  .my-xs-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xs-n30,
  .mx-xs-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xs-n30,
  .my-xs-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xs-n30,
  .mx-xs-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xs-n29 {
    margin: -7.25rem !important;
  }
  .mt-xs-n29,
  .my-xs-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xs-n29,
  .mx-xs-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xs-n29,
  .my-xs-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xs-n29,
  .mx-xs-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xs-n28 {
    margin: -7rem !important;
  }
  .mt-xs-n28,
  .my-xs-n28 {
    margin-top: -7rem !important;
  }
  .mr-xs-n28,
  .mx-xs-n28 {
    margin-right: -7rem !important;
  }
  .mb-xs-n28,
  .my-xs-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xs-n28,
  .mx-xs-n28 {
    margin-left: -7rem !important;
  }
  .m-xs-n27 {
    margin: -6.75rem !important;
  }
  .mt-xs-n27,
  .my-xs-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xs-n27,
  .mx-xs-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xs-n27,
  .my-xs-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xs-n27,
  .mx-xs-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xs-n26 {
    margin: -6.5rem !important;
  }
  .mt-xs-n26,
  .my-xs-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xs-n26,
  .mx-xs-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xs-n26,
  .my-xs-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xs-n26,
  .mx-xs-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xs-n25 {
    margin: -6.25rem !important;
  }
  .mt-xs-n25,
  .my-xs-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xs-n25,
  .mx-xs-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xs-n25,
  .my-xs-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xs-n25,
  .mx-xs-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xs-n24 {
    margin: -6rem !important;
  }
  .mt-xs-n24,
  .my-xs-n24 {
    margin-top: -6rem !important;
  }
  .mr-xs-n24,
  .mx-xs-n24 {
    margin-right: -6rem !important;
  }
  .mb-xs-n24,
  .my-xs-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xs-n24,
  .mx-xs-n24 {
    margin-left: -6rem !important;
  }
  .m-xs-n23 {
    margin: -5.75rem !important;
  }
  .mt-xs-n23,
  .my-xs-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xs-n23,
  .mx-xs-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xs-n23,
  .my-xs-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xs-n23,
  .mx-xs-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xs-n22 {
    margin: -5.5rem !important;
  }
  .mt-xs-n22,
  .my-xs-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xs-n22,
  .mx-xs-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xs-n22,
  .my-xs-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xs-n22,
  .mx-xs-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xs-n21 {
    margin: -5.25rem !important;
  }
  .mt-xs-n21,
  .my-xs-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xs-n21,
  .mx-xs-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xs-n21,
  .my-xs-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xs-n21,
  .mx-xs-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xs-n20 {
    margin: -5rem !important;
  }
  .mt-xs-n20,
  .my-xs-n20 {
    margin-top: -5rem !important;
  }
  .mr-xs-n20,
  .mx-xs-n20 {
    margin-right: -5rem !important;
  }
  .mb-xs-n20,
  .my-xs-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xs-n20,
  .mx-xs-n20 {
    margin-left: -5rem !important;
  }
  .m-xs-n19 {
    margin: -4.75rem !important;
  }
  .mt-xs-n19,
  .my-xs-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xs-n19,
  .mx-xs-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xs-n19,
  .my-xs-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xs-n19,
  .mx-xs-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xs-n18 {
    margin: -4.5rem !important;
  }
  .mt-xs-n18,
  .my-xs-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xs-n18,
  .mx-xs-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xs-n18,
  .my-xs-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xs-n18,
  .mx-xs-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xs-n17 {
    margin: -4.25rem !important;
  }
  .mt-xs-n17,
  .my-xs-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xs-n17,
  .mx-xs-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xs-n17,
  .my-xs-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xs-n17,
  .mx-xs-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xs-n16 {
    margin: -4rem !important;
  }
  .mt-xs-n16,
  .my-xs-n16 {
    margin-top: -4rem !important;
  }
  .mr-xs-n16,
  .mx-xs-n16 {
    margin-right: -4rem !important;
  }
  .mb-xs-n16,
  .my-xs-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xs-n16,
  .mx-xs-n16 {
    margin-left: -4rem !important;
  }
  .m-xs-n15 {
    margin: -3.75rem !important;
  }
  .mt-xs-n15,
  .my-xs-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xs-n15,
  .mx-xs-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xs-n15,
  .my-xs-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xs-n15,
  .mx-xs-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xs-n14 {
    margin: -3.5rem !important;
  }
  .mt-xs-n14,
  .my-xs-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xs-n14,
  .mx-xs-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xs-n14,
  .my-xs-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xs-n14,
  .mx-xs-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xs-n13 {
    margin: -3.25rem !important;
  }
  .mt-xs-n13,
  .my-xs-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xs-n13,
  .mx-xs-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xs-n13,
  .my-xs-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xs-n13,
  .mx-xs-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xs-n12 {
    margin: -3rem !important;
  }
  .mt-xs-n12,
  .my-xs-n12 {
    margin-top: -3rem !important;
  }
  .mr-xs-n12,
  .mx-xs-n12 {
    margin-right: -3rem !important;
  }
  .mb-xs-n12,
  .my-xs-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n12,
  .mx-xs-n12 {
    margin-left: -3rem !important;
  }
  .m-xs-n11 {
    margin: -2.75rem !important;
  }
  .mt-xs-n11,
  .my-xs-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xs-n11,
  .mx-xs-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xs-n11,
  .my-xs-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xs-n11,
  .mx-xs-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xs-n10 {
    margin: -2.5rem !important;
  }
  .mt-xs-n10,
  .my-xs-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xs-n10,
  .mx-xs-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xs-n10,
  .my-xs-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xs-n10,
  .mx-xs-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xs-n9 {
    margin: -2.25rem !important;
  }
  .mt-xs-n9,
  .my-xs-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xs-n9,
  .mx-xs-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xs-n9,
  .my-xs-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xs-n9,
  .mx-xs-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xs-n8 {
    margin: -2rem !important;
  }
  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -2rem !important;
  }
  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -2rem !important;
  }
  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -2rem !important;
  }
  .m-xs-n7 {
    margin: -1.75rem !important;
  }
  .mt-xs-n7,
  .my-xs-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xs-n7,
  .mx-xs-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xs-n7,
  .my-xs-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xs-n7,
  .mx-xs-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xs-n6 {
    margin: -1.5rem !important;
  }
  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -1.25rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xs-n4 {
    margin: -1rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1rem !important;
  }
  .m-xs-n3 {
    margin: -0.75rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n0 {
    margin: 0rem !important;
  }
  .mt-xs-n0,
  .my-xs-n0 {
    margin-top: 0rem !important;
  }
  .mr-xs-n0,
  .mx-xs-n0 {
    margin-right: 0rem !important;
  }
  .mb-xs-n0,
  .my-xs-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-xs-n0,
  .mx-xs-n0 {
    margin-left: 0rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576.02px) {
  .m-sm-60 {
    margin: 15rem !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 15rem !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 15rem !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 15rem !important;
  }
  .m-sm-59 {
    margin: 14.75rem !important;
  }
  .mt-sm-59,
  .my-sm-59 {
    margin-top: 14.75rem !important;
  }
  .mr-sm-59,
  .mx-sm-59 {
    margin-right: 14.75rem !important;
  }
  .mb-sm-59,
  .my-sm-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-sm-59,
  .mx-sm-59 {
    margin-left: 14.75rem !important;
  }
  .m-sm-58 {
    margin: 14.5rem !important;
  }
  .mt-sm-58,
  .my-sm-58 {
    margin-top: 14.5rem !important;
  }
  .mr-sm-58,
  .mx-sm-58 {
    margin-right: 14.5rem !important;
  }
  .mb-sm-58,
  .my-sm-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-sm-58,
  .mx-sm-58 {
    margin-left: 14.5rem !important;
  }
  .m-sm-57 {
    margin: 14.25rem !important;
  }
  .mt-sm-57,
  .my-sm-57 {
    margin-top: 14.25rem !important;
  }
  .mr-sm-57,
  .mx-sm-57 {
    margin-right: 14.25rem !important;
  }
  .mb-sm-57,
  .my-sm-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-sm-57,
  .mx-sm-57 {
    margin-left: 14.25rem !important;
  }
  .m-sm-56 {
    margin: 14rem !important;
  }
  .mt-sm-56,
  .my-sm-56 {
    margin-top: 14rem !important;
  }
  .mr-sm-56,
  .mx-sm-56 {
    margin-right: 14rem !important;
  }
  .mb-sm-56,
  .my-sm-56 {
    margin-bottom: 14rem !important;
  }
  .ml-sm-56,
  .mx-sm-56 {
    margin-left: 14rem !important;
  }
  .m-sm-55 {
    margin: 13.75rem !important;
  }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 13.75rem !important;
  }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 13.75rem !important;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 13.75rem !important;
  }
  .m-sm-54 {
    margin: 13.5rem !important;
  }
  .mt-sm-54,
  .my-sm-54 {
    margin-top: 13.5rem !important;
  }
  .mr-sm-54,
  .mx-sm-54 {
    margin-right: 13.5rem !important;
  }
  .mb-sm-54,
  .my-sm-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-sm-54,
  .mx-sm-54 {
    margin-left: 13.5rem !important;
  }
  .m-sm-53 {
    margin: 13.25rem !important;
  }
  .mt-sm-53,
  .my-sm-53 {
    margin-top: 13.25rem !important;
  }
  .mr-sm-53,
  .mx-sm-53 {
    margin-right: 13.25rem !important;
  }
  .mb-sm-53,
  .my-sm-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-sm-53,
  .mx-sm-53 {
    margin-left: 13.25rem !important;
  }
  .m-sm-52 {
    margin: 13rem !important;
  }
  .mt-sm-52,
  .my-sm-52 {
    margin-top: 13rem !important;
  }
  .mr-sm-52,
  .mx-sm-52 {
    margin-right: 13rem !important;
  }
  .mb-sm-52,
  .my-sm-52 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-52,
  .mx-sm-52 {
    margin-left: 13rem !important;
  }
  .m-sm-51 {
    margin: 12.75rem !important;
  }
  .mt-sm-51,
  .my-sm-51 {
    margin-top: 12.75rem !important;
  }
  .mr-sm-51,
  .mx-sm-51 {
    margin-right: 12.75rem !important;
  }
  .mb-sm-51,
  .my-sm-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-sm-51,
  .mx-sm-51 {
    margin-left: 12.75rem !important;
  }
  .m-sm-50 {
    margin: 12.5rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 12.5rem !important;
  }
  .m-sm-49 {
    margin: 12.25rem !important;
  }
  .mt-sm-49,
  .my-sm-49 {
    margin-top: 12.25rem !important;
  }
  .mr-sm-49,
  .mx-sm-49 {
    margin-right: 12.25rem !important;
  }
  .mb-sm-49,
  .my-sm-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-sm-49,
  .mx-sm-49 {
    margin-left: 12.25rem !important;
  }
  .m-sm-48 {
    margin: 12rem !important;
  }
  .mt-sm-48,
  .my-sm-48 {
    margin-top: 12rem !important;
  }
  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 12rem !important;
  }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 12rem !important;
  }
  .m-sm-47 {
    margin: 11.75rem !important;
  }
  .mt-sm-47,
  .my-sm-47 {
    margin-top: 11.75rem !important;
  }
  .mr-sm-47,
  .mx-sm-47 {
    margin-right: 11.75rem !important;
  }
  .mb-sm-47,
  .my-sm-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-sm-47,
  .mx-sm-47 {
    margin-left: 11.75rem !important;
  }
  .m-sm-46 {
    margin: 11.5rem !important;
  }
  .mt-sm-46,
  .my-sm-46 {
    margin-top: 11.5rem !important;
  }
  .mr-sm-46,
  .mx-sm-46 {
    margin-right: 11.5rem !important;
  }
  .mb-sm-46,
  .my-sm-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-sm-46,
  .mx-sm-46 {
    margin-left: 11.5rem !important;
  }
  .m-sm-45 {
    margin: 11.25rem !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 11.25rem !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 11.25rem !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 11.25rem !important;
  }
  .m-sm-44 {
    margin: 11rem !important;
  }
  .mt-sm-44,
  .my-sm-44 {
    margin-top: 11rem !important;
  }
  .mr-sm-44,
  .mx-sm-44 {
    margin-right: 11rem !important;
  }
  .mb-sm-44,
  .my-sm-44 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-44,
  .mx-sm-44 {
    margin-left: 11rem !important;
  }
  .m-sm-43 {
    margin: 10.75rem !important;
  }
  .mt-sm-43,
  .my-sm-43 {
    margin-top: 10.75rem !important;
  }
  .mr-sm-43,
  .mx-sm-43 {
    margin-right: 10.75rem !important;
  }
  .mb-sm-43,
  .my-sm-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-sm-43,
  .mx-sm-43 {
    margin-left: 10.75rem !important;
  }
  .m-sm-42 {
    margin: 10.5rem !important;
  }
  .mt-sm-42,
  .my-sm-42 {
    margin-top: 10.5rem !important;
  }
  .mr-sm-42,
  .mx-sm-42 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-42,
  .my-sm-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-sm-42,
  .mx-sm-42 {
    margin-left: 10.5rem !important;
  }
  .m-sm-41 {
    margin: 10.25rem !important;
  }
  .mt-sm-41,
  .my-sm-41 {
    margin-top: 10.25rem !important;
  }
  .mr-sm-41,
  .mx-sm-41 {
    margin-right: 10.25rem !important;
  }
  .mb-sm-41,
  .my-sm-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-sm-41,
  .mx-sm-41 {
    margin-left: 10.25rem !important;
  }
  .m-sm-40 {
    margin: 10rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 10rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 10rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 10rem !important;
  }
  .m-sm-39 {
    margin: 9.75rem !important;
  }
  .mt-sm-39,
  .my-sm-39 {
    margin-top: 9.75rem !important;
  }
  .mr-sm-39,
  .mx-sm-39 {
    margin-right: 9.75rem !important;
  }
  .mb-sm-39,
  .my-sm-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-sm-39,
  .mx-sm-39 {
    margin-left: 9.75rem !important;
  }
  .m-sm-38 {
    margin: 9.5rem !important;
  }
  .mt-sm-38,
  .my-sm-38 {
    margin-top: 9.5rem !important;
  }
  .mr-sm-38,
  .mx-sm-38 {
    margin-right: 9.5rem !important;
  }
  .mb-sm-38,
  .my-sm-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-sm-38,
  .mx-sm-38 {
    margin-left: 9.5rem !important;
  }
  .m-sm-37 {
    margin: 9.25rem !important;
  }
  .mt-sm-37,
  .my-sm-37 {
    margin-top: 9.25rem !important;
  }
  .mr-sm-37,
  .mx-sm-37 {
    margin-right: 9.25rem !important;
  }
  .mb-sm-37,
  .my-sm-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-sm-37,
  .mx-sm-37 {
    margin-left: 9.25rem !important;
  }
  .m-sm-36 {
    margin: 9rem !important;
  }
  .mt-sm-36,
  .my-sm-36 {
    margin-top: 9rem !important;
  }
  .mr-sm-36,
  .mx-sm-36 {
    margin-right: 9rem !important;
  }
  .mb-sm-36,
  .my-sm-36 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-36,
  .mx-sm-36 {
    margin-left: 9rem !important;
  }
  .m-sm-35 {
    margin: 8.75rem !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 8.75rem !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 8.75rem !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 8.75rem !important;
  }
  .m-sm-34 {
    margin: 8.5rem !important;
  }
  .mt-sm-34,
  .my-sm-34 {
    margin-top: 8.5rem !important;
  }
  .mr-sm-34,
  .mx-sm-34 {
    margin-right: 8.5rem !important;
  }
  .mb-sm-34,
  .my-sm-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-sm-34,
  .mx-sm-34 {
    margin-left: 8.5rem !important;
  }
  .m-sm-33 {
    margin: 8.25rem !important;
  }
  .mt-sm-33,
  .my-sm-33 {
    margin-top: 8.25rem !important;
  }
  .mr-sm-33,
  .mx-sm-33 {
    margin-right: 8.25rem !important;
  }
  .mb-sm-33,
  .my-sm-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-sm-33,
  .mx-sm-33 {
    margin-left: 8.25rem !important;
  }
  .m-sm-32 {
    margin: 8rem !important;
  }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 8rem !important;
  }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 8rem !important;
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 8rem !important;
  }
  .m-sm-31 {
    margin: 7.75rem !important;
  }
  .mt-sm-31,
  .my-sm-31 {
    margin-top: 7.75rem !important;
  }
  .mr-sm-31,
  .mx-sm-31 {
    margin-right: 7.75rem !important;
  }
  .mb-sm-31,
  .my-sm-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-sm-31,
  .mx-sm-31 {
    margin-left: 7.75rem !important;
  }
  .m-sm-30 {
    margin: 7.5rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 7.5rem !important;
  }
  .m-sm-29 {
    margin: 7.25rem !important;
  }
  .mt-sm-29,
  .my-sm-29 {
    margin-top: 7.25rem !important;
  }
  .mr-sm-29,
  .mx-sm-29 {
    margin-right: 7.25rem !important;
  }
  .mb-sm-29,
  .my-sm-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-sm-29,
  .mx-sm-29 {
    margin-left: 7.25rem !important;
  }
  .m-sm-28 {
    margin: 7rem !important;
  }
  .mt-sm-28,
  .my-sm-28 {
    margin-top: 7rem !important;
  }
  .mr-sm-28,
  .mx-sm-28 {
    margin-right: 7rem !important;
  }
  .mb-sm-28,
  .my-sm-28 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-28,
  .mx-sm-28 {
    margin-left: 7rem !important;
  }
  .m-sm-27 {
    margin: 6.75rem !important;
  }
  .mt-sm-27,
  .my-sm-27 {
    margin-top: 6.75rem !important;
  }
  .mr-sm-27,
  .mx-sm-27 {
    margin-right: 6.75rem !important;
  }
  .mb-sm-27,
  .my-sm-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-sm-27,
  .mx-sm-27 {
    margin-left: 6.75rem !important;
  }
  .m-sm-26 {
    margin: 6.5rem !important;
  }
  .mt-sm-26,
  .my-sm-26 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-26,
  .mx-sm-26 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-26,
  .my-sm-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-26,
  .mx-sm-26 {
    margin-left: 6.5rem !important;
  }
  .m-sm-25 {
    margin: 6.25rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 6.25rem !important;
  }
  .m-sm-24 {
    margin: 6rem !important;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 6rem !important;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 6rem !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 6rem !important;
  }
  .m-sm-23 {
    margin: 5.75rem !important;
  }
  .mt-sm-23,
  .my-sm-23 {
    margin-top: 5.75rem !important;
  }
  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 5.75rem !important;
  }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 5.75rem !important;
  }
  .m-sm-22 {
    margin: 5.5rem !important;
  }
  .mt-sm-22,
  .my-sm-22 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 5.5rem !important;
  }
  .m-sm-21 {
    margin: 5.25rem !important;
  }
  .mt-sm-21,
  .my-sm-21 {
    margin-top: 5.25rem !important;
  }
  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 5.25rem !important;
  }
  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 5.25rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 5rem !important;
  }
  .m-sm-19 {
    margin: 4.75rem !important;
  }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 4.75rem !important;
  }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 4.75rem !important;
  }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 4.75rem !important;
  }
  .m-sm-18 {
    margin: 4.5rem !important;
  }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 4.5rem !important;
  }
  .m-sm-17 {
    margin: 4.25rem !important;
  }
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 4.25rem !important;
  }
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 4.25rem !important;
  }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 4.25rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 4rem !important;
  }
  .m-sm-15 {
    margin: 3.75rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 3.75rem !important;
  }
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 3.5rem !important;
  }
  .m-sm-13 {
    margin: 3.25rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 3.25rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 3.25rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 3.25rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 3rem !important;
  }
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 2.75rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 2.75rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 2.75rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 2.5rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 2.25rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0rem !important;
  }
  .p-sm-60 {
    padding: 15rem !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 15rem !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 15rem !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 15rem !important;
  }
  .p-sm-59 {
    padding: 14.75rem !important;
  }
  .pt-sm-59,
  .py-sm-59 {
    padding-top: 14.75rem !important;
  }
  .pr-sm-59,
  .px-sm-59 {
    padding-right: 14.75rem !important;
  }
  .pb-sm-59,
  .py-sm-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-sm-59,
  .px-sm-59 {
    padding-left: 14.75rem !important;
  }
  .p-sm-58 {
    padding: 14.5rem !important;
  }
  .pt-sm-58,
  .py-sm-58 {
    padding-top: 14.5rem !important;
  }
  .pr-sm-58,
  .px-sm-58 {
    padding-right: 14.5rem !important;
  }
  .pb-sm-58,
  .py-sm-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-sm-58,
  .px-sm-58 {
    padding-left: 14.5rem !important;
  }
  .p-sm-57 {
    padding: 14.25rem !important;
  }
  .pt-sm-57,
  .py-sm-57 {
    padding-top: 14.25rem !important;
  }
  .pr-sm-57,
  .px-sm-57 {
    padding-right: 14.25rem !important;
  }
  .pb-sm-57,
  .py-sm-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-sm-57,
  .px-sm-57 {
    padding-left: 14.25rem !important;
  }
  .p-sm-56 {
    padding: 14rem !important;
  }
  .pt-sm-56,
  .py-sm-56 {
    padding-top: 14rem !important;
  }
  .pr-sm-56,
  .px-sm-56 {
    padding-right: 14rem !important;
  }
  .pb-sm-56,
  .py-sm-56 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-56,
  .px-sm-56 {
    padding-left: 14rem !important;
  }
  .p-sm-55 {
    padding: 13.75rem !important;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 13.75rem !important;
  }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 13.75rem !important;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 13.75rem !important;
  }
  .p-sm-54 {
    padding: 13.5rem !important;
  }
  .pt-sm-54,
  .py-sm-54 {
    padding-top: 13.5rem !important;
  }
  .pr-sm-54,
  .px-sm-54 {
    padding-right: 13.5rem !important;
  }
  .pb-sm-54,
  .py-sm-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-sm-54,
  .px-sm-54 {
    padding-left: 13.5rem !important;
  }
  .p-sm-53 {
    padding: 13.25rem !important;
  }
  .pt-sm-53,
  .py-sm-53 {
    padding-top: 13.25rem !important;
  }
  .pr-sm-53,
  .px-sm-53 {
    padding-right: 13.25rem !important;
  }
  .pb-sm-53,
  .py-sm-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-sm-53,
  .px-sm-53 {
    padding-left: 13.25rem !important;
  }
  .p-sm-52 {
    padding: 13rem !important;
  }
  .pt-sm-52,
  .py-sm-52 {
    padding-top: 13rem !important;
  }
  .pr-sm-52,
  .px-sm-52 {
    padding-right: 13rem !important;
  }
  .pb-sm-52,
  .py-sm-52 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-52,
  .px-sm-52 {
    padding-left: 13rem !important;
  }
  .p-sm-51 {
    padding: 12.75rem !important;
  }
  .pt-sm-51,
  .py-sm-51 {
    padding-top: 12.75rem !important;
  }
  .pr-sm-51,
  .px-sm-51 {
    padding-right: 12.75rem !important;
  }
  .pb-sm-51,
  .py-sm-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-sm-51,
  .px-sm-51 {
    padding-left: 12.75rem !important;
  }
  .p-sm-50 {
    padding: 12.5rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 12.5rem !important;
  }
  .p-sm-49 {
    padding: 12.25rem !important;
  }
  .pt-sm-49,
  .py-sm-49 {
    padding-top: 12.25rem !important;
  }
  .pr-sm-49,
  .px-sm-49 {
    padding-right: 12.25rem !important;
  }
  .pb-sm-49,
  .py-sm-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-sm-49,
  .px-sm-49 {
    padding-left: 12.25rem !important;
  }
  .p-sm-48 {
    padding: 12rem !important;
  }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 12rem !important;
  }
  .pr-sm-48,
  .px-sm-48 {
    padding-right: 12rem !important;
  }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 12rem !important;
  }
  .p-sm-47 {
    padding: 11.75rem !important;
  }
  .pt-sm-47,
  .py-sm-47 {
    padding-top: 11.75rem !important;
  }
  .pr-sm-47,
  .px-sm-47 {
    padding-right: 11.75rem !important;
  }
  .pb-sm-47,
  .py-sm-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-sm-47,
  .px-sm-47 {
    padding-left: 11.75rem !important;
  }
  .p-sm-46 {
    padding: 11.5rem !important;
  }
  .pt-sm-46,
  .py-sm-46 {
    padding-top: 11.5rem !important;
  }
  .pr-sm-46,
  .px-sm-46 {
    padding-right: 11.5rem !important;
  }
  .pb-sm-46,
  .py-sm-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-sm-46,
  .px-sm-46 {
    padding-left: 11.5rem !important;
  }
  .p-sm-45 {
    padding: 11.25rem !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 11.25rem !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 11.25rem !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 11.25rem !important;
  }
  .p-sm-44 {
    padding: 11rem !important;
  }
  .pt-sm-44,
  .py-sm-44 {
    padding-top: 11rem !important;
  }
  .pr-sm-44,
  .px-sm-44 {
    padding-right: 11rem !important;
  }
  .pb-sm-44,
  .py-sm-44 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-44,
  .px-sm-44 {
    padding-left: 11rem !important;
  }
  .p-sm-43 {
    padding: 10.75rem !important;
  }
  .pt-sm-43,
  .py-sm-43 {
    padding-top: 10.75rem !important;
  }
  .pr-sm-43,
  .px-sm-43 {
    padding-right: 10.75rem !important;
  }
  .pb-sm-43,
  .py-sm-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-sm-43,
  .px-sm-43 {
    padding-left: 10.75rem !important;
  }
  .p-sm-42 {
    padding: 10.5rem !important;
  }
  .pt-sm-42,
  .py-sm-42 {
    padding-top: 10.5rem !important;
  }
  .pr-sm-42,
  .px-sm-42 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-42,
  .py-sm-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-sm-42,
  .px-sm-42 {
    padding-left: 10.5rem !important;
  }
  .p-sm-41 {
    padding: 10.25rem !important;
  }
  .pt-sm-41,
  .py-sm-41 {
    padding-top: 10.25rem !important;
  }
  .pr-sm-41,
  .px-sm-41 {
    padding-right: 10.25rem !important;
  }
  .pb-sm-41,
  .py-sm-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-sm-41,
  .px-sm-41 {
    padding-left: 10.25rem !important;
  }
  .p-sm-40 {
    padding: 10rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 10rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 10rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 10rem !important;
  }
  .p-sm-39 {
    padding: 9.75rem !important;
  }
  .pt-sm-39,
  .py-sm-39 {
    padding-top: 9.75rem !important;
  }
  .pr-sm-39,
  .px-sm-39 {
    padding-right: 9.75rem !important;
  }
  .pb-sm-39,
  .py-sm-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-sm-39,
  .px-sm-39 {
    padding-left: 9.75rem !important;
  }
  .p-sm-38 {
    padding: 9.5rem !important;
  }
  .pt-sm-38,
  .py-sm-38 {
    padding-top: 9.5rem !important;
  }
  .pr-sm-38,
  .px-sm-38 {
    padding-right: 9.5rem !important;
  }
  .pb-sm-38,
  .py-sm-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-sm-38,
  .px-sm-38 {
    padding-left: 9.5rem !important;
  }
  .p-sm-37 {
    padding: 9.25rem !important;
  }
  .pt-sm-37,
  .py-sm-37 {
    padding-top: 9.25rem !important;
  }
  .pr-sm-37,
  .px-sm-37 {
    padding-right: 9.25rem !important;
  }
  .pb-sm-37,
  .py-sm-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-sm-37,
  .px-sm-37 {
    padding-left: 9.25rem !important;
  }
  .p-sm-36 {
    padding: 9rem !important;
  }
  .pt-sm-36,
  .py-sm-36 {
    padding-top: 9rem !important;
  }
  .pr-sm-36,
  .px-sm-36 {
    padding-right: 9rem !important;
  }
  .pb-sm-36,
  .py-sm-36 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-36,
  .px-sm-36 {
    padding-left: 9rem !important;
  }
  .p-sm-35 {
    padding: 8.75rem !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 8.75rem !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 8.75rem !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 8.75rem !important;
  }
  .p-sm-34 {
    padding: 8.5rem !important;
  }
  .pt-sm-34,
  .py-sm-34 {
    padding-top: 8.5rem !important;
  }
  .pr-sm-34,
  .px-sm-34 {
    padding-right: 8.5rem !important;
  }
  .pb-sm-34,
  .py-sm-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-sm-34,
  .px-sm-34 {
    padding-left: 8.5rem !important;
  }
  .p-sm-33 {
    padding: 8.25rem !important;
  }
  .pt-sm-33,
  .py-sm-33 {
    padding-top: 8.25rem !important;
  }
  .pr-sm-33,
  .px-sm-33 {
    padding-right: 8.25rem !important;
  }
  .pb-sm-33,
  .py-sm-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-sm-33,
  .px-sm-33 {
    padding-left: 8.25rem !important;
  }
  .p-sm-32 {
    padding: 8rem !important;
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 8rem !important;
  }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 8rem !important;
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 8rem !important;
  }
  .p-sm-31 {
    padding: 7.75rem !important;
  }
  .pt-sm-31,
  .py-sm-31 {
    padding-top: 7.75rem !important;
  }
  .pr-sm-31,
  .px-sm-31 {
    padding-right: 7.75rem !important;
  }
  .pb-sm-31,
  .py-sm-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-sm-31,
  .px-sm-31 {
    padding-left: 7.75rem !important;
  }
  .p-sm-30 {
    padding: 7.5rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 7.5rem !important;
  }
  .p-sm-29 {
    padding: 7.25rem !important;
  }
  .pt-sm-29,
  .py-sm-29 {
    padding-top: 7.25rem !important;
  }
  .pr-sm-29,
  .px-sm-29 {
    padding-right: 7.25rem !important;
  }
  .pb-sm-29,
  .py-sm-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-sm-29,
  .px-sm-29 {
    padding-left: 7.25rem !important;
  }
  .p-sm-28 {
    padding: 7rem !important;
  }
  .pt-sm-28,
  .py-sm-28 {
    padding-top: 7rem !important;
  }
  .pr-sm-28,
  .px-sm-28 {
    padding-right: 7rem !important;
  }
  .pb-sm-28,
  .py-sm-28 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-28,
  .px-sm-28 {
    padding-left: 7rem !important;
  }
  .p-sm-27 {
    padding: 6.75rem !important;
  }
  .pt-sm-27,
  .py-sm-27 {
    padding-top: 6.75rem !important;
  }
  .pr-sm-27,
  .px-sm-27 {
    padding-right: 6.75rem !important;
  }
  .pb-sm-27,
  .py-sm-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-sm-27,
  .px-sm-27 {
    padding-left: 6.75rem !important;
  }
  .p-sm-26 {
    padding: 6.5rem !important;
  }
  .pt-sm-26,
  .py-sm-26 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-26,
  .px-sm-26 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-26,
  .py-sm-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-26,
  .px-sm-26 {
    padding-left: 6.5rem !important;
  }
  .p-sm-25 {
    padding: 6.25rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 6.25rem !important;
  }
  .p-sm-24 {
    padding: 6rem !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 6rem !important;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 6rem !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 6rem !important;
  }
  .p-sm-23 {
    padding: 5.75rem !important;
  }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 5.75rem !important;
  }
  .pr-sm-23,
  .px-sm-23 {
    padding-right: 5.75rem !important;
  }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 5.75rem !important;
  }
  .p-sm-22 {
    padding: 5.5rem !important;
  }
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-22,
  .px-sm-22 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 5.5rem !important;
  }
  .p-sm-21 {
    padding: 5.25rem !important;
  }
  .pt-sm-21,
  .py-sm-21 {
    padding-top: 5.25rem !important;
  }
  .pr-sm-21,
  .px-sm-21 {
    padding-right: 5.25rem !important;
  }
  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-sm-21,
  .px-sm-21 {
    padding-left: 5.25rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 5rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 5rem !important;
  }
  .p-sm-19 {
    padding: 4.75rem !important;
  }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 4.75rem !important;
  }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 4.75rem !important;
  }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 4.75rem !important;
  }
  .p-sm-18 {
    padding: 4.5rem !important;
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 4.5rem !important;
  }
  .p-sm-17 {
    padding: 4.25rem !important;
  }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 4.25rem !important;
  }
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 4.25rem !important;
  }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 4.25rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 4rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 4rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 4rem !important;
  }
  .p-sm-15 {
    padding: 3.75rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 3.75rem !important;
  }
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 3.5rem !important;
  }
  .p-sm-13 {
    padding: 3.25rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 3.25rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 3.25rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 3.25rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 3rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 3rem !important;
  }
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 2.75rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 2.75rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 2.5rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 2.25rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0rem !important;
  }
  .m-sm-n60 {
    margin: -15rem !important;
  }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -15rem !important;
  }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -15rem !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -15rem !important;
  }
  .m-sm-n59 {
    margin: -14.75rem !important;
  }
  .mt-sm-n59,
  .my-sm-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-sm-n59,
  .mx-sm-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-sm-n59,
  .my-sm-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-sm-n59,
  .mx-sm-n59 {
    margin-left: -14.75rem !important;
  }
  .m-sm-n58 {
    margin: -14.5rem !important;
  }
  .mt-sm-n58,
  .my-sm-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-sm-n58,
  .mx-sm-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-sm-n58,
  .my-sm-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-sm-n58,
  .mx-sm-n58 {
    margin-left: -14.5rem !important;
  }
  .m-sm-n57 {
    margin: -14.25rem !important;
  }
  .mt-sm-n57,
  .my-sm-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-sm-n57,
  .mx-sm-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-sm-n57,
  .my-sm-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-sm-n57,
  .mx-sm-n57 {
    margin-left: -14.25rem !important;
  }
  .m-sm-n56 {
    margin: -14rem !important;
  }
  .mt-sm-n56,
  .my-sm-n56 {
    margin-top: -14rem !important;
  }
  .mr-sm-n56,
  .mx-sm-n56 {
    margin-right: -14rem !important;
  }
  .mb-sm-n56,
  .my-sm-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-sm-n56,
  .mx-sm-n56 {
    margin-left: -14rem !important;
  }
  .m-sm-n55 {
    margin: -13.75rem !important;
  }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -13.75rem !important;
  }
  .m-sm-n54 {
    margin: -13.5rem !important;
  }
  .mt-sm-n54,
  .my-sm-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-sm-n54,
  .mx-sm-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-sm-n54,
  .my-sm-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-sm-n54,
  .mx-sm-n54 {
    margin-left: -13.5rem !important;
  }
  .m-sm-n53 {
    margin: -13.25rem !important;
  }
  .mt-sm-n53,
  .my-sm-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-sm-n53,
  .mx-sm-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-sm-n53,
  .my-sm-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-sm-n53,
  .mx-sm-n53 {
    margin-left: -13.25rem !important;
  }
  .m-sm-n52 {
    margin: -13rem !important;
  }
  .mt-sm-n52,
  .my-sm-n52 {
    margin-top: -13rem !important;
  }
  .mr-sm-n52,
  .mx-sm-n52 {
    margin-right: -13rem !important;
  }
  .mb-sm-n52,
  .my-sm-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-sm-n52,
  .mx-sm-n52 {
    margin-left: -13rem !important;
  }
  .m-sm-n51 {
    margin: -12.75rem !important;
  }
  .mt-sm-n51,
  .my-sm-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-sm-n51,
  .mx-sm-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-sm-n51,
  .my-sm-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-sm-n51,
  .mx-sm-n51 {
    margin-left: -12.75rem !important;
  }
  .m-sm-n50 {
    margin: -12.5rem !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -12.5rem !important;
  }
  .m-sm-n49 {
    margin: -12.25rem !important;
  }
  .mt-sm-n49,
  .my-sm-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-sm-n49,
  .mx-sm-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-sm-n49,
  .my-sm-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-sm-n49,
  .mx-sm-n49 {
    margin-left: -12.25rem !important;
  }
  .m-sm-n48 {
    margin: -12rem !important;
  }
  .mt-sm-n48,
  .my-sm-n48 {
    margin-top: -12rem !important;
  }
  .mr-sm-n48,
  .mx-sm-n48 {
    margin-right: -12rem !important;
  }
  .mb-sm-n48,
  .my-sm-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n48,
  .mx-sm-n48 {
    margin-left: -12rem !important;
  }
  .m-sm-n47 {
    margin: -11.75rem !important;
  }
  .mt-sm-n47,
  .my-sm-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-sm-n47,
  .mx-sm-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-sm-n47,
  .my-sm-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-sm-n47,
  .mx-sm-n47 {
    margin-left: -11.75rem !important;
  }
  .m-sm-n46 {
    margin: -11.5rem !important;
  }
  .mt-sm-n46,
  .my-sm-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-sm-n46,
  .mx-sm-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-sm-n46,
  .my-sm-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-sm-n46,
  .mx-sm-n46 {
    margin-left: -11.5rem !important;
  }
  .m-sm-n45 {
    margin: -11.25rem !important;
  }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -11.25rem !important;
  }
  .m-sm-n44 {
    margin: -11rem !important;
  }
  .mt-sm-n44,
  .my-sm-n44 {
    margin-top: -11rem !important;
  }
  .mr-sm-n44,
  .mx-sm-n44 {
    margin-right: -11rem !important;
  }
  .mb-sm-n44,
  .my-sm-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-sm-n44,
  .mx-sm-n44 {
    margin-left: -11rem !important;
  }
  .m-sm-n43 {
    margin: -10.75rem !important;
  }
  .mt-sm-n43,
  .my-sm-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-sm-n43,
  .mx-sm-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-sm-n43,
  .my-sm-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-sm-n43,
  .mx-sm-n43 {
    margin-left: -10.75rem !important;
  }
  .m-sm-n42 {
    margin: -10.5rem !important;
  }
  .mt-sm-n42,
  .my-sm-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-sm-n42,
  .mx-sm-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-sm-n42,
  .my-sm-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-sm-n42,
  .mx-sm-n42 {
    margin-left: -10.5rem !important;
  }
  .m-sm-n41 {
    margin: -10.25rem !important;
  }
  .mt-sm-n41,
  .my-sm-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-sm-n41,
  .mx-sm-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-sm-n41,
  .my-sm-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-sm-n41,
  .mx-sm-n41 {
    margin-left: -10.25rem !important;
  }
  .m-sm-n40 {
    margin: -10rem !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -10rem !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -10rem !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -10rem !important;
  }
  .m-sm-n39 {
    margin: -9.75rem !important;
  }
  .mt-sm-n39,
  .my-sm-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-sm-n39,
  .mx-sm-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-sm-n39,
  .my-sm-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-sm-n39,
  .mx-sm-n39 {
    margin-left: -9.75rem !important;
  }
  .m-sm-n38 {
    margin: -9.5rem !important;
  }
  .mt-sm-n38,
  .my-sm-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-sm-n38,
  .mx-sm-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-sm-n38,
  .my-sm-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-sm-n38,
  .mx-sm-n38 {
    margin-left: -9.5rem !important;
  }
  .m-sm-n37 {
    margin: -9.25rem !important;
  }
  .mt-sm-n37,
  .my-sm-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-sm-n37,
  .mx-sm-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-sm-n37,
  .my-sm-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-sm-n37,
  .mx-sm-n37 {
    margin-left: -9.25rem !important;
  }
  .m-sm-n36 {
    margin: -9rem !important;
  }
  .mt-sm-n36,
  .my-sm-n36 {
    margin-top: -9rem !important;
  }
  .mr-sm-n36,
  .mx-sm-n36 {
    margin-right: -9rem !important;
  }
  .mb-sm-n36,
  .my-sm-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n36,
  .mx-sm-n36 {
    margin-left: -9rem !important;
  }
  .m-sm-n35 {
    margin: -8.75rem !important;
  }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -8.75rem !important;
  }
  .m-sm-n34 {
    margin: -8.5rem !important;
  }
  .mt-sm-n34,
  .my-sm-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-sm-n34,
  .mx-sm-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-sm-n34,
  .my-sm-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-sm-n34,
  .mx-sm-n34 {
    margin-left: -8.5rem !important;
  }
  .m-sm-n33 {
    margin: -8.25rem !important;
  }
  .mt-sm-n33,
  .my-sm-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-sm-n33,
  .mx-sm-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-sm-n33,
  .my-sm-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-sm-n33,
  .mx-sm-n33 {
    margin-left: -8.25rem !important;
  }
  .m-sm-n32 {
    margin: -8rem !important;
  }
  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -8rem !important;
  }
  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -8rem !important;
  }
  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -8rem !important;
  }
  .m-sm-n31 {
    margin: -7.75rem !important;
  }
  .mt-sm-n31,
  .my-sm-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-sm-n31,
  .mx-sm-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-sm-n31,
  .my-sm-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-sm-n31,
  .mx-sm-n31 {
    margin-left: -7.75rem !important;
  }
  .m-sm-n30 {
    margin: -7.5rem !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n29 {
    margin: -7.25rem !important;
  }
  .mt-sm-n29,
  .my-sm-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-sm-n29,
  .mx-sm-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-sm-n29,
  .my-sm-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-sm-n29,
  .mx-sm-n29 {
    margin-left: -7.25rem !important;
  }
  .m-sm-n28 {
    margin: -7rem !important;
  }
  .mt-sm-n28,
  .my-sm-n28 {
    margin-top: -7rem !important;
  }
  .mr-sm-n28,
  .mx-sm-n28 {
    margin-right: -7rem !important;
  }
  .mb-sm-n28,
  .my-sm-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n28,
  .mx-sm-n28 {
    margin-left: -7rem !important;
  }
  .m-sm-n27 {
    margin: -6.75rem !important;
  }
  .mt-sm-n27,
  .my-sm-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-sm-n27,
  .mx-sm-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-sm-n27,
  .my-sm-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-sm-n27,
  .mx-sm-n27 {
    margin-left: -6.75rem !important;
  }
  .m-sm-n26 {
    margin: -6.5rem !important;
  }
  .mt-sm-n26,
  .my-sm-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n26,
  .mx-sm-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n26,
  .my-sm-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n26,
  .mx-sm-n26 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n25 {
    margin: -6.25rem !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -6.25rem !important;
  }
  .m-sm-n24 {
    margin: -6rem !important;
  }
  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -6rem !important;
  }
  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -6rem !important;
  }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -6rem !important;
  }
  .m-sm-n23 {
    margin: -5.75rem !important;
  }
  .mt-sm-n23,
  .my-sm-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-sm-n23,
  .mx-sm-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-sm-n23,
  .my-sm-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-sm-n23,
  .mx-sm-n23 {
    margin-left: -5.75rem !important;
  }
  .m-sm-n22 {
    margin: -5.5rem !important;
  }
  .mt-sm-n22,
  .my-sm-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n22,
  .mx-sm-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n22,
  .my-sm-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n22,
  .mx-sm-n22 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n21 {
    margin: -5.25rem !important;
  }
  .mt-sm-n21,
  .my-sm-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-sm-n21,
  .mx-sm-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-sm-n21,
  .my-sm-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-sm-n21,
  .mx-sm-n21 {
    margin-left: -5.25rem !important;
  }
  .m-sm-n20 {
    margin: -5rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -5rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -5rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -5rem !important;
  }
  .m-sm-n19 {
    margin: -4.75rem !important;
  }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -4.75rem !important;
  }
  .m-sm-n18 {
    margin: -4.5rem !important;
  }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n17 {
    margin: -4.25rem !important;
  }
  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -4.25rem !important;
  }
  .m-sm-n16 {
    margin: -4rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -4rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -4rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -4rem !important;
  }
  .m-sm-n15 {
    margin: -3.75rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -3.75rem !important;
  }
  .m-sm-n14 {
    margin: -3.5rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n13 {
    margin: -3.25rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -3.25rem !important;
  }
  .m-sm-n12 {
    margin: -3rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -3rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -3rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -3rem !important;
  }
  .m-sm-n11 {
    margin: -2.75rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -2.75rem !important;
  }
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n9 {
    margin: -2.25rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n0 {
    margin: 0rem !important;
  }
  .mt-sm-n0,
  .my-sm-n0 {
    margin-top: 0rem !important;
  }
  .mr-sm-n0,
  .mx-sm-n0 {
    margin-right: 0rem !important;
  }
  .mb-sm-n0,
  .my-sm-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-n0,
  .mx-sm-n0 {
    margin-left: 0rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768.02px) {
  .m-md-60 {
    margin: 15rem !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 15rem !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 15rem !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 15rem !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 15rem !important;
  }
  .m-md-59 {
    margin: 14.75rem !important;
  }
  .mt-md-59,
  .my-md-59 {
    margin-top: 14.75rem !important;
  }
  .mr-md-59,
  .mx-md-59 {
    margin-right: 14.75rem !important;
  }
  .mb-md-59,
  .my-md-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-md-59,
  .mx-md-59 {
    margin-left: 14.75rem !important;
  }
  .m-md-58 {
    margin: 14.5rem !important;
  }
  .mt-md-58,
  .my-md-58 {
    margin-top: 14.5rem !important;
  }
  .mr-md-58,
  .mx-md-58 {
    margin-right: 14.5rem !important;
  }
  .mb-md-58,
  .my-md-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-md-58,
  .mx-md-58 {
    margin-left: 14.5rem !important;
  }
  .m-md-57 {
    margin: 14.25rem !important;
  }
  .mt-md-57,
  .my-md-57 {
    margin-top: 14.25rem !important;
  }
  .mr-md-57,
  .mx-md-57 {
    margin-right: 14.25rem !important;
  }
  .mb-md-57,
  .my-md-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-md-57,
  .mx-md-57 {
    margin-left: 14.25rem !important;
  }
  .m-md-56 {
    margin: 14rem !important;
  }
  .mt-md-56,
  .my-md-56 {
    margin-top: 14rem !important;
  }
  .mr-md-56,
  .mx-md-56 {
    margin-right: 14rem !important;
  }
  .mb-md-56,
  .my-md-56 {
    margin-bottom: 14rem !important;
  }
  .ml-md-56,
  .mx-md-56 {
    margin-left: 14rem !important;
  }
  .m-md-55 {
    margin: 13.75rem !important;
  }
  .mt-md-55,
  .my-md-55 {
    margin-top: 13.75rem !important;
  }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 13.75rem !important;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 13.75rem !important;
  }
  .m-md-54 {
    margin: 13.5rem !important;
  }
  .mt-md-54,
  .my-md-54 {
    margin-top: 13.5rem !important;
  }
  .mr-md-54,
  .mx-md-54 {
    margin-right: 13.5rem !important;
  }
  .mb-md-54,
  .my-md-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-md-54,
  .mx-md-54 {
    margin-left: 13.5rem !important;
  }
  .m-md-53 {
    margin: 13.25rem !important;
  }
  .mt-md-53,
  .my-md-53 {
    margin-top: 13.25rem !important;
  }
  .mr-md-53,
  .mx-md-53 {
    margin-right: 13.25rem !important;
  }
  .mb-md-53,
  .my-md-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-md-53,
  .mx-md-53 {
    margin-left: 13.25rem !important;
  }
  .m-md-52 {
    margin: 13rem !important;
  }
  .mt-md-52,
  .my-md-52 {
    margin-top: 13rem !important;
  }
  .mr-md-52,
  .mx-md-52 {
    margin-right: 13rem !important;
  }
  .mb-md-52,
  .my-md-52 {
    margin-bottom: 13rem !important;
  }
  .ml-md-52,
  .mx-md-52 {
    margin-left: 13rem !important;
  }
  .m-md-51 {
    margin: 12.75rem !important;
  }
  .mt-md-51,
  .my-md-51 {
    margin-top: 12.75rem !important;
  }
  .mr-md-51,
  .mx-md-51 {
    margin-right: 12.75rem !important;
  }
  .mb-md-51,
  .my-md-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-md-51,
  .mx-md-51 {
    margin-left: 12.75rem !important;
  }
  .m-md-50 {
    margin: 12.5rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 12.5rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 12.5rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 12.5rem !important;
  }
  .m-md-49 {
    margin: 12.25rem !important;
  }
  .mt-md-49,
  .my-md-49 {
    margin-top: 12.25rem !important;
  }
  .mr-md-49,
  .mx-md-49 {
    margin-right: 12.25rem !important;
  }
  .mb-md-49,
  .my-md-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-md-49,
  .mx-md-49 {
    margin-left: 12.25rem !important;
  }
  .m-md-48 {
    margin: 12rem !important;
  }
  .mt-md-48,
  .my-md-48 {
    margin-top: 12rem !important;
  }
  .mr-md-48,
  .mx-md-48 {
    margin-right: 12rem !important;
  }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 12rem !important;
  }
  .ml-md-48,
  .mx-md-48 {
    margin-left: 12rem !important;
  }
  .m-md-47 {
    margin: 11.75rem !important;
  }
  .mt-md-47,
  .my-md-47 {
    margin-top: 11.75rem !important;
  }
  .mr-md-47,
  .mx-md-47 {
    margin-right: 11.75rem !important;
  }
  .mb-md-47,
  .my-md-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-md-47,
  .mx-md-47 {
    margin-left: 11.75rem !important;
  }
  .m-md-46 {
    margin: 11.5rem !important;
  }
  .mt-md-46,
  .my-md-46 {
    margin-top: 11.5rem !important;
  }
  .mr-md-46,
  .mx-md-46 {
    margin-right: 11.5rem !important;
  }
  .mb-md-46,
  .my-md-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-md-46,
  .mx-md-46 {
    margin-left: 11.5rem !important;
  }
  .m-md-45 {
    margin: 11.25rem !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 11.25rem !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 11.25rem !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 11.25rem !important;
  }
  .m-md-44 {
    margin: 11rem !important;
  }
  .mt-md-44,
  .my-md-44 {
    margin-top: 11rem !important;
  }
  .mr-md-44,
  .mx-md-44 {
    margin-right: 11rem !important;
  }
  .mb-md-44,
  .my-md-44 {
    margin-bottom: 11rem !important;
  }
  .ml-md-44,
  .mx-md-44 {
    margin-left: 11rem !important;
  }
  .m-md-43 {
    margin: 10.75rem !important;
  }
  .mt-md-43,
  .my-md-43 {
    margin-top: 10.75rem !important;
  }
  .mr-md-43,
  .mx-md-43 {
    margin-right: 10.75rem !important;
  }
  .mb-md-43,
  .my-md-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-md-43,
  .mx-md-43 {
    margin-left: 10.75rem !important;
  }
  .m-md-42 {
    margin: 10.5rem !important;
  }
  .mt-md-42,
  .my-md-42 {
    margin-top: 10.5rem !important;
  }
  .mr-md-42,
  .mx-md-42 {
    margin-right: 10.5rem !important;
  }
  .mb-md-42,
  .my-md-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-md-42,
  .mx-md-42 {
    margin-left: 10.5rem !important;
  }
  .m-md-41 {
    margin: 10.25rem !important;
  }
  .mt-md-41,
  .my-md-41 {
    margin-top: 10.25rem !important;
  }
  .mr-md-41,
  .mx-md-41 {
    margin-right: 10.25rem !important;
  }
  .mb-md-41,
  .my-md-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-md-41,
  .mx-md-41 {
    margin-left: 10.25rem !important;
  }
  .m-md-40 {
    margin: 10rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 10rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 10rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 10rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 10rem !important;
  }
  .m-md-39 {
    margin: 9.75rem !important;
  }
  .mt-md-39,
  .my-md-39 {
    margin-top: 9.75rem !important;
  }
  .mr-md-39,
  .mx-md-39 {
    margin-right: 9.75rem !important;
  }
  .mb-md-39,
  .my-md-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-md-39,
  .mx-md-39 {
    margin-left: 9.75rem !important;
  }
  .m-md-38 {
    margin: 9.5rem !important;
  }
  .mt-md-38,
  .my-md-38 {
    margin-top: 9.5rem !important;
  }
  .mr-md-38,
  .mx-md-38 {
    margin-right: 9.5rem !important;
  }
  .mb-md-38,
  .my-md-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-md-38,
  .mx-md-38 {
    margin-left: 9.5rem !important;
  }
  .m-md-37 {
    margin: 9.25rem !important;
  }
  .mt-md-37,
  .my-md-37 {
    margin-top: 9.25rem !important;
  }
  .mr-md-37,
  .mx-md-37 {
    margin-right: 9.25rem !important;
  }
  .mb-md-37,
  .my-md-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-md-37,
  .mx-md-37 {
    margin-left: 9.25rem !important;
  }
  .m-md-36 {
    margin: 9rem !important;
  }
  .mt-md-36,
  .my-md-36 {
    margin-top: 9rem !important;
  }
  .mr-md-36,
  .mx-md-36 {
    margin-right: 9rem !important;
  }
  .mb-md-36,
  .my-md-36 {
    margin-bottom: 9rem !important;
  }
  .ml-md-36,
  .mx-md-36 {
    margin-left: 9rem !important;
  }
  .m-md-35 {
    margin: 8.75rem !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 8.75rem !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 8.75rem !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 8.75rem !important;
  }
  .m-md-34 {
    margin: 8.5rem !important;
  }
  .mt-md-34,
  .my-md-34 {
    margin-top: 8.5rem !important;
  }
  .mr-md-34,
  .mx-md-34 {
    margin-right: 8.5rem !important;
  }
  .mb-md-34,
  .my-md-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-md-34,
  .mx-md-34 {
    margin-left: 8.5rem !important;
  }
  .m-md-33 {
    margin: 8.25rem !important;
  }
  .mt-md-33,
  .my-md-33 {
    margin-top: 8.25rem !important;
  }
  .mr-md-33,
  .mx-md-33 {
    margin-right: 8.25rem !important;
  }
  .mb-md-33,
  .my-md-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-md-33,
  .mx-md-33 {
    margin-left: 8.25rem !important;
  }
  .m-md-32 {
    margin: 8rem !important;
  }
  .mt-md-32,
  .my-md-32 {
    margin-top: 8rem !important;
  }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 8rem !important;
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 8rem !important;
  }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 8rem !important;
  }
  .m-md-31 {
    margin: 7.75rem !important;
  }
  .mt-md-31,
  .my-md-31 {
    margin-top: 7.75rem !important;
  }
  .mr-md-31,
  .mx-md-31 {
    margin-right: 7.75rem !important;
  }
  .mb-md-31,
  .my-md-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-md-31,
  .mx-md-31 {
    margin-left: 7.75rem !important;
  }
  .m-md-30 {
    margin: 7.5rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 7.5rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 7.5rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 7.5rem !important;
  }
  .m-md-29 {
    margin: 7.25rem !important;
  }
  .mt-md-29,
  .my-md-29 {
    margin-top: 7.25rem !important;
  }
  .mr-md-29,
  .mx-md-29 {
    margin-right: 7.25rem !important;
  }
  .mb-md-29,
  .my-md-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-md-29,
  .mx-md-29 {
    margin-left: 7.25rem !important;
  }
  .m-md-28 {
    margin: 7rem !important;
  }
  .mt-md-28,
  .my-md-28 {
    margin-top: 7rem !important;
  }
  .mr-md-28,
  .mx-md-28 {
    margin-right: 7rem !important;
  }
  .mb-md-28,
  .my-md-28 {
    margin-bottom: 7rem !important;
  }
  .ml-md-28,
  .mx-md-28 {
    margin-left: 7rem !important;
  }
  .m-md-27 {
    margin: 6.75rem !important;
  }
  .mt-md-27,
  .my-md-27 {
    margin-top: 6.75rem !important;
  }
  .mr-md-27,
  .mx-md-27 {
    margin-right: 6.75rem !important;
  }
  .mb-md-27,
  .my-md-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-md-27,
  .mx-md-27 {
    margin-left: 6.75rem !important;
  }
  .m-md-26 {
    margin: 6.5rem !important;
  }
  .mt-md-26,
  .my-md-26 {
    margin-top: 6.5rem !important;
  }
  .mr-md-26,
  .mx-md-26 {
    margin-right: 6.5rem !important;
  }
  .mb-md-26,
  .my-md-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-26,
  .mx-md-26 {
    margin-left: 6.5rem !important;
  }
  .m-md-25 {
    margin: 6.25rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 6.25rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 6.25rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 6.25rem !important;
  }
  .m-md-24 {
    margin: 6rem !important;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 6rem !important;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 6rem !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 6rem !important;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 6rem !important;
  }
  .m-md-23 {
    margin: 5.75rem !important;
  }
  .mt-md-23,
  .my-md-23 {
    margin-top: 5.75rem !important;
  }
  .mr-md-23,
  .mx-md-23 {
    margin-right: 5.75rem !important;
  }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-md-23,
  .mx-md-23 {
    margin-left: 5.75rem !important;
  }
  .m-md-22 {
    margin: 5.5rem !important;
  }
  .mt-md-22,
  .my-md-22 {
    margin-top: 5.5rem !important;
  }
  .mr-md-22,
  .mx-md-22 {
    margin-right: 5.5rem !important;
  }
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-22,
  .mx-md-22 {
    margin-left: 5.5rem !important;
  }
  .m-md-21 {
    margin: 5.25rem !important;
  }
  .mt-md-21,
  .my-md-21 {
    margin-top: 5.25rem !important;
  }
  .mr-md-21,
  .mx-md-21 {
    margin-right: 5.25rem !important;
  }
  .mb-md-21,
  .my-md-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-md-21,
  .mx-md-21 {
    margin-left: 5.25rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 5rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 5rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 5rem !important;
  }
  .m-md-19 {
    margin: 4.75rem !important;
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 4.75rem !important;
  }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 4.75rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 4.75rem !important;
  }
  .m-md-18 {
    margin: 4.5rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 4.5rem !important;
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 4.5rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 4.5rem !important;
  }
  .m-md-17 {
    margin: 4.25rem !important;
  }
  .mt-md-17,
  .my-md-17 {
    margin-top: 4.25rem !important;
  }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 4.25rem !important;
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 4.25rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 4rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 4rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 4rem !important;
  }
  .m-md-15 {
    margin: 3.75rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 3.75rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 3.75rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 3.75rem !important;
  }
  .m-md-14 {
    margin: 3.5rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 3.5rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 3.5rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 3.5rem !important;
  }
  .m-md-13 {
    margin: 3.25rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 3.25rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 3.25rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 3.25rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 3rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 3rem !important;
  }
  .m-md-11 {
    margin: 2.75rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 2.75rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 2.75rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 2.75rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 2.5rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 2.25rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0rem !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0rem !important;
  }
  .p-md-60 {
    padding: 15rem !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 15rem !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 15rem !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 15rem !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 15rem !important;
  }
  .p-md-59 {
    padding: 14.75rem !important;
  }
  .pt-md-59,
  .py-md-59 {
    padding-top: 14.75rem !important;
  }
  .pr-md-59,
  .px-md-59 {
    padding-right: 14.75rem !important;
  }
  .pb-md-59,
  .py-md-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-md-59,
  .px-md-59 {
    padding-left: 14.75rem !important;
  }
  .p-md-58 {
    padding: 14.5rem !important;
  }
  .pt-md-58,
  .py-md-58 {
    padding-top: 14.5rem !important;
  }
  .pr-md-58,
  .px-md-58 {
    padding-right: 14.5rem !important;
  }
  .pb-md-58,
  .py-md-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-md-58,
  .px-md-58 {
    padding-left: 14.5rem !important;
  }
  .p-md-57 {
    padding: 14.25rem !important;
  }
  .pt-md-57,
  .py-md-57 {
    padding-top: 14.25rem !important;
  }
  .pr-md-57,
  .px-md-57 {
    padding-right: 14.25rem !important;
  }
  .pb-md-57,
  .py-md-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-md-57,
  .px-md-57 {
    padding-left: 14.25rem !important;
  }
  .p-md-56 {
    padding: 14rem !important;
  }
  .pt-md-56,
  .py-md-56 {
    padding-top: 14rem !important;
  }
  .pr-md-56,
  .px-md-56 {
    padding-right: 14rem !important;
  }
  .pb-md-56,
  .py-md-56 {
    padding-bottom: 14rem !important;
  }
  .pl-md-56,
  .px-md-56 {
    padding-left: 14rem !important;
  }
  .p-md-55 {
    padding: 13.75rem !important;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 13.75rem !important;
  }
  .pr-md-55,
  .px-md-55 {
    padding-right: 13.75rem !important;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-md-55,
  .px-md-55 {
    padding-left: 13.75rem !important;
  }
  .p-md-54 {
    padding: 13.5rem !important;
  }
  .pt-md-54,
  .py-md-54 {
    padding-top: 13.5rem !important;
  }
  .pr-md-54,
  .px-md-54 {
    padding-right: 13.5rem !important;
  }
  .pb-md-54,
  .py-md-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-md-54,
  .px-md-54 {
    padding-left: 13.5rem !important;
  }
  .p-md-53 {
    padding: 13.25rem !important;
  }
  .pt-md-53,
  .py-md-53 {
    padding-top: 13.25rem !important;
  }
  .pr-md-53,
  .px-md-53 {
    padding-right: 13.25rem !important;
  }
  .pb-md-53,
  .py-md-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-md-53,
  .px-md-53 {
    padding-left: 13.25rem !important;
  }
  .p-md-52 {
    padding: 13rem !important;
  }
  .pt-md-52,
  .py-md-52 {
    padding-top: 13rem !important;
  }
  .pr-md-52,
  .px-md-52 {
    padding-right: 13rem !important;
  }
  .pb-md-52,
  .py-md-52 {
    padding-bottom: 13rem !important;
  }
  .pl-md-52,
  .px-md-52 {
    padding-left: 13rem !important;
  }
  .p-md-51 {
    padding: 12.75rem !important;
  }
  .pt-md-51,
  .py-md-51 {
    padding-top: 12.75rem !important;
  }
  .pr-md-51,
  .px-md-51 {
    padding-right: 12.75rem !important;
  }
  .pb-md-51,
  .py-md-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-md-51,
  .px-md-51 {
    padding-left: 12.75rem !important;
  }
  .p-md-50 {
    padding: 12.5rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 12.5rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 12.5rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 12.5rem !important;
  }
  .p-md-49 {
    padding: 12.25rem !important;
  }
  .pt-md-49,
  .py-md-49 {
    padding-top: 12.25rem !important;
  }
  .pr-md-49,
  .px-md-49 {
    padding-right: 12.25rem !important;
  }
  .pb-md-49,
  .py-md-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-md-49,
  .px-md-49 {
    padding-left: 12.25rem !important;
  }
  .p-md-48 {
    padding: 12rem !important;
  }
  .pt-md-48,
  .py-md-48 {
    padding-top: 12rem !important;
  }
  .pr-md-48,
  .px-md-48 {
    padding-right: 12rem !important;
  }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 12rem !important;
  }
  .pl-md-48,
  .px-md-48 {
    padding-left: 12rem !important;
  }
  .p-md-47 {
    padding: 11.75rem !important;
  }
  .pt-md-47,
  .py-md-47 {
    padding-top: 11.75rem !important;
  }
  .pr-md-47,
  .px-md-47 {
    padding-right: 11.75rem !important;
  }
  .pb-md-47,
  .py-md-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-md-47,
  .px-md-47 {
    padding-left: 11.75rem !important;
  }
  .p-md-46 {
    padding: 11.5rem !important;
  }
  .pt-md-46,
  .py-md-46 {
    padding-top: 11.5rem !important;
  }
  .pr-md-46,
  .px-md-46 {
    padding-right: 11.5rem !important;
  }
  .pb-md-46,
  .py-md-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-md-46,
  .px-md-46 {
    padding-left: 11.5rem !important;
  }
  .p-md-45 {
    padding: 11.25rem !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 11.25rem !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 11.25rem !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 11.25rem !important;
  }
  .p-md-44 {
    padding: 11rem !important;
  }
  .pt-md-44,
  .py-md-44 {
    padding-top: 11rem !important;
  }
  .pr-md-44,
  .px-md-44 {
    padding-right: 11rem !important;
  }
  .pb-md-44,
  .py-md-44 {
    padding-bottom: 11rem !important;
  }
  .pl-md-44,
  .px-md-44 {
    padding-left: 11rem !important;
  }
  .p-md-43 {
    padding: 10.75rem !important;
  }
  .pt-md-43,
  .py-md-43 {
    padding-top: 10.75rem !important;
  }
  .pr-md-43,
  .px-md-43 {
    padding-right: 10.75rem !important;
  }
  .pb-md-43,
  .py-md-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-md-43,
  .px-md-43 {
    padding-left: 10.75rem !important;
  }
  .p-md-42 {
    padding: 10.5rem !important;
  }
  .pt-md-42,
  .py-md-42 {
    padding-top: 10.5rem !important;
  }
  .pr-md-42,
  .px-md-42 {
    padding-right: 10.5rem !important;
  }
  .pb-md-42,
  .py-md-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-md-42,
  .px-md-42 {
    padding-left: 10.5rem !important;
  }
  .p-md-41 {
    padding: 10.25rem !important;
  }
  .pt-md-41,
  .py-md-41 {
    padding-top: 10.25rem !important;
  }
  .pr-md-41,
  .px-md-41 {
    padding-right: 10.25rem !important;
  }
  .pb-md-41,
  .py-md-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-md-41,
  .px-md-41 {
    padding-left: 10.25rem !important;
  }
  .p-md-40 {
    padding: 10rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 10rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 10rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 10rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 10rem !important;
  }
  .p-md-39 {
    padding: 9.75rem !important;
  }
  .pt-md-39,
  .py-md-39 {
    padding-top: 9.75rem !important;
  }
  .pr-md-39,
  .px-md-39 {
    padding-right: 9.75rem !important;
  }
  .pb-md-39,
  .py-md-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-md-39,
  .px-md-39 {
    padding-left: 9.75rem !important;
  }
  .p-md-38 {
    padding: 9.5rem !important;
  }
  .pt-md-38,
  .py-md-38 {
    padding-top: 9.5rem !important;
  }
  .pr-md-38,
  .px-md-38 {
    padding-right: 9.5rem !important;
  }
  .pb-md-38,
  .py-md-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-md-38,
  .px-md-38 {
    padding-left: 9.5rem !important;
  }
  .p-md-37 {
    padding: 9.25rem !important;
  }
  .pt-md-37,
  .py-md-37 {
    padding-top: 9.25rem !important;
  }
  .pr-md-37,
  .px-md-37 {
    padding-right: 9.25rem !important;
  }
  .pb-md-37,
  .py-md-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-md-37,
  .px-md-37 {
    padding-left: 9.25rem !important;
  }
  .p-md-36 {
    padding: 9rem !important;
  }
  .pt-md-36,
  .py-md-36 {
    padding-top: 9rem !important;
  }
  .pr-md-36,
  .px-md-36 {
    padding-right: 9rem !important;
  }
  .pb-md-36,
  .py-md-36 {
    padding-bottom: 9rem !important;
  }
  .pl-md-36,
  .px-md-36 {
    padding-left: 9rem !important;
  }
  .p-md-35 {
    padding: 8.75rem !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 8.75rem !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 8.75rem !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 8.75rem !important;
  }
  .p-md-34 {
    padding: 8.5rem !important;
  }
  .pt-md-34,
  .py-md-34 {
    padding-top: 8.5rem !important;
  }
  .pr-md-34,
  .px-md-34 {
    padding-right: 8.5rem !important;
  }
  .pb-md-34,
  .py-md-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-md-34,
  .px-md-34 {
    padding-left: 8.5rem !important;
  }
  .p-md-33 {
    padding: 8.25rem !important;
  }
  .pt-md-33,
  .py-md-33 {
    padding-top: 8.25rem !important;
  }
  .pr-md-33,
  .px-md-33 {
    padding-right: 8.25rem !important;
  }
  .pb-md-33,
  .py-md-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-md-33,
  .px-md-33 {
    padding-left: 8.25rem !important;
  }
  .p-md-32 {
    padding: 8rem !important;
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 8rem !important;
  }
  .pr-md-32,
  .px-md-32 {
    padding-right: 8rem !important;
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 8rem !important;
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 8rem !important;
  }
  .p-md-31 {
    padding: 7.75rem !important;
  }
  .pt-md-31,
  .py-md-31 {
    padding-top: 7.75rem !important;
  }
  .pr-md-31,
  .px-md-31 {
    padding-right: 7.75rem !important;
  }
  .pb-md-31,
  .py-md-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-md-31,
  .px-md-31 {
    padding-left: 7.75rem !important;
  }
  .p-md-30 {
    padding: 7.5rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 7.5rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 7.5rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 7.5rem !important;
  }
  .p-md-29 {
    padding: 7.25rem !important;
  }
  .pt-md-29,
  .py-md-29 {
    padding-top: 7.25rem !important;
  }
  .pr-md-29,
  .px-md-29 {
    padding-right: 7.25rem !important;
  }
  .pb-md-29,
  .py-md-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-md-29,
  .px-md-29 {
    padding-left: 7.25rem !important;
  }
  .p-md-28 {
    padding: 7rem !important;
  }
  .pt-md-28,
  .py-md-28 {
    padding-top: 7rem !important;
  }
  .pr-md-28,
  .px-md-28 {
    padding-right: 7rem !important;
  }
  .pb-md-28,
  .py-md-28 {
    padding-bottom: 7rem !important;
  }
  .pl-md-28,
  .px-md-28 {
    padding-left: 7rem !important;
  }
  .p-md-27 {
    padding: 6.75rem !important;
  }
  .pt-md-27,
  .py-md-27 {
    padding-top: 6.75rem !important;
  }
  .pr-md-27,
  .px-md-27 {
    padding-right: 6.75rem !important;
  }
  .pb-md-27,
  .py-md-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-md-27,
  .px-md-27 {
    padding-left: 6.75rem !important;
  }
  .p-md-26 {
    padding: 6.5rem !important;
  }
  .pt-md-26,
  .py-md-26 {
    padding-top: 6.5rem !important;
  }
  .pr-md-26,
  .px-md-26 {
    padding-right: 6.5rem !important;
  }
  .pb-md-26,
  .py-md-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-26,
  .px-md-26 {
    padding-left: 6.5rem !important;
  }
  .p-md-25 {
    padding: 6.25rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 6.25rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 6.25rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 6.25rem !important;
  }
  .p-md-24 {
    padding: 6rem !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 6rem !important;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 6rem !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 6rem !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 6rem !important;
  }
  .p-md-23 {
    padding: 5.75rem !important;
  }
  .pt-md-23,
  .py-md-23 {
    padding-top: 5.75rem !important;
  }
  .pr-md-23,
  .px-md-23 {
    padding-right: 5.75rem !important;
  }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-md-23,
  .px-md-23 {
    padding-left: 5.75rem !important;
  }
  .p-md-22 {
    padding: 5.5rem !important;
  }
  .pt-md-22,
  .py-md-22 {
    padding-top: 5.5rem !important;
  }
  .pr-md-22,
  .px-md-22 {
    padding-right: 5.5rem !important;
  }
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-22,
  .px-md-22 {
    padding-left: 5.5rem !important;
  }
  .p-md-21 {
    padding: 5.25rem !important;
  }
  .pt-md-21,
  .py-md-21 {
    padding-top: 5.25rem !important;
  }
  .pr-md-21,
  .px-md-21 {
    padding-right: 5.25rem !important;
  }
  .pb-md-21,
  .py-md-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-md-21,
  .px-md-21 {
    padding-left: 5.25rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 5rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 5rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 5rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 5rem !important;
  }
  .p-md-19 {
    padding: 4.75rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 4.75rem !important;
  }
  .pr-md-19,
  .px-md-19 {
    padding-right: 4.75rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 4.75rem !important;
  }
  .p-md-18 {
    padding: 4.5rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 4.5rem !important;
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 4.5rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 4.5rem !important;
  }
  .p-md-17 {
    padding: 4.25rem !important;
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 4.25rem !important;
  }
  .pr-md-17,
  .px-md-17 {
    padding-right: 4.25rem !important;
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-md-17,
  .px-md-17 {
    padding-left: 4.25rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 4rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 4rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 4rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 4rem !important;
  }
  .p-md-15 {
    padding: 3.75rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 3.75rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 3.75rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 3.75rem !important;
  }
  .p-md-14 {
    padding: 3.5rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 3.5rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 3.5rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 3.5rem !important;
  }
  .p-md-13 {
    padding: 3.25rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 3.25rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 3.25rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 3.25rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 3rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 3rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 3rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 3rem !important;
  }
  .p-md-11 {
    padding: 2.75rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 2.75rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 2.75rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 2.75rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 2.5rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 2.25rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0rem !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0rem !important;
  }
  .m-md-n60 {
    margin: -15rem !important;
  }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -15rem !important;
  }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -15rem !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -15rem !important;
  }
  .m-md-n59 {
    margin: -14.75rem !important;
  }
  .mt-md-n59,
  .my-md-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-md-n59,
  .mx-md-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-md-n59,
  .my-md-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-md-n59,
  .mx-md-n59 {
    margin-left: -14.75rem !important;
  }
  .m-md-n58 {
    margin: -14.5rem !important;
  }
  .mt-md-n58,
  .my-md-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-md-n58,
  .mx-md-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-md-n58,
  .my-md-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-md-n58,
  .mx-md-n58 {
    margin-left: -14.5rem !important;
  }
  .m-md-n57 {
    margin: -14.25rem !important;
  }
  .mt-md-n57,
  .my-md-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-md-n57,
  .mx-md-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-md-n57,
  .my-md-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-md-n57,
  .mx-md-n57 {
    margin-left: -14.25rem !important;
  }
  .m-md-n56 {
    margin: -14rem !important;
  }
  .mt-md-n56,
  .my-md-n56 {
    margin-top: -14rem !important;
  }
  .mr-md-n56,
  .mx-md-n56 {
    margin-right: -14rem !important;
  }
  .mb-md-n56,
  .my-md-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-md-n56,
  .mx-md-n56 {
    margin-left: -14rem !important;
  }
  .m-md-n55 {
    margin: -13.75rem !important;
  }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -13.75rem !important;
  }
  .m-md-n54 {
    margin: -13.5rem !important;
  }
  .mt-md-n54,
  .my-md-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-md-n54,
  .mx-md-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-md-n54,
  .my-md-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-md-n54,
  .mx-md-n54 {
    margin-left: -13.5rem !important;
  }
  .m-md-n53 {
    margin: -13.25rem !important;
  }
  .mt-md-n53,
  .my-md-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-md-n53,
  .mx-md-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-md-n53,
  .my-md-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-md-n53,
  .mx-md-n53 {
    margin-left: -13.25rem !important;
  }
  .m-md-n52 {
    margin: -13rem !important;
  }
  .mt-md-n52,
  .my-md-n52 {
    margin-top: -13rem !important;
  }
  .mr-md-n52,
  .mx-md-n52 {
    margin-right: -13rem !important;
  }
  .mb-md-n52,
  .my-md-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-md-n52,
  .mx-md-n52 {
    margin-left: -13rem !important;
  }
  .m-md-n51 {
    margin: -12.75rem !important;
  }
  .mt-md-n51,
  .my-md-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-md-n51,
  .mx-md-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-md-n51,
  .my-md-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-md-n51,
  .mx-md-n51 {
    margin-left: -12.75rem !important;
  }
  .m-md-n50 {
    margin: -12.5rem !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -12.5rem !important;
  }
  .m-md-n49 {
    margin: -12.25rem !important;
  }
  .mt-md-n49,
  .my-md-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-md-n49,
  .mx-md-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-md-n49,
  .my-md-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-md-n49,
  .mx-md-n49 {
    margin-left: -12.25rem !important;
  }
  .m-md-n48 {
    margin: -12rem !important;
  }
  .mt-md-n48,
  .my-md-n48 {
    margin-top: -12rem !important;
  }
  .mr-md-n48,
  .mx-md-n48 {
    margin-right: -12rem !important;
  }
  .mb-md-n48,
  .my-md-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n48,
  .mx-md-n48 {
    margin-left: -12rem !important;
  }
  .m-md-n47 {
    margin: -11.75rem !important;
  }
  .mt-md-n47,
  .my-md-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-md-n47,
  .mx-md-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-md-n47,
  .my-md-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-md-n47,
  .mx-md-n47 {
    margin-left: -11.75rem !important;
  }
  .m-md-n46 {
    margin: -11.5rem !important;
  }
  .mt-md-n46,
  .my-md-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-md-n46,
  .mx-md-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-md-n46,
  .my-md-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-md-n46,
  .mx-md-n46 {
    margin-left: -11.5rem !important;
  }
  .m-md-n45 {
    margin: -11.25rem !important;
  }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -11.25rem !important;
  }
  .m-md-n44 {
    margin: -11rem !important;
  }
  .mt-md-n44,
  .my-md-n44 {
    margin-top: -11rem !important;
  }
  .mr-md-n44,
  .mx-md-n44 {
    margin-right: -11rem !important;
  }
  .mb-md-n44,
  .my-md-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-md-n44,
  .mx-md-n44 {
    margin-left: -11rem !important;
  }
  .m-md-n43 {
    margin: -10.75rem !important;
  }
  .mt-md-n43,
  .my-md-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-md-n43,
  .mx-md-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-md-n43,
  .my-md-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-md-n43,
  .mx-md-n43 {
    margin-left: -10.75rem !important;
  }
  .m-md-n42 {
    margin: -10.5rem !important;
  }
  .mt-md-n42,
  .my-md-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-md-n42,
  .mx-md-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-md-n42,
  .my-md-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-md-n42,
  .mx-md-n42 {
    margin-left: -10.5rem !important;
  }
  .m-md-n41 {
    margin: -10.25rem !important;
  }
  .mt-md-n41,
  .my-md-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-md-n41,
  .mx-md-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-md-n41,
  .my-md-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-md-n41,
  .mx-md-n41 {
    margin-left: -10.25rem !important;
  }
  .m-md-n40 {
    margin: -10rem !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -10rem !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -10rem !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -10rem !important;
  }
  .m-md-n39 {
    margin: -9.75rem !important;
  }
  .mt-md-n39,
  .my-md-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-md-n39,
  .mx-md-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-md-n39,
  .my-md-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-md-n39,
  .mx-md-n39 {
    margin-left: -9.75rem !important;
  }
  .m-md-n38 {
    margin: -9.5rem !important;
  }
  .mt-md-n38,
  .my-md-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-md-n38,
  .mx-md-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-md-n38,
  .my-md-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-md-n38,
  .mx-md-n38 {
    margin-left: -9.5rem !important;
  }
  .m-md-n37 {
    margin: -9.25rem !important;
  }
  .mt-md-n37,
  .my-md-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-md-n37,
  .mx-md-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-md-n37,
  .my-md-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-md-n37,
  .mx-md-n37 {
    margin-left: -9.25rem !important;
  }
  .m-md-n36 {
    margin: -9rem !important;
  }
  .mt-md-n36,
  .my-md-n36 {
    margin-top: -9rem !important;
  }
  .mr-md-n36,
  .mx-md-n36 {
    margin-right: -9rem !important;
  }
  .mb-md-n36,
  .my-md-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n36,
  .mx-md-n36 {
    margin-left: -9rem !important;
  }
  .m-md-n35 {
    margin: -8.75rem !important;
  }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -8.75rem !important;
  }
  .m-md-n34 {
    margin: -8.5rem !important;
  }
  .mt-md-n34,
  .my-md-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-md-n34,
  .mx-md-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-md-n34,
  .my-md-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-md-n34,
  .mx-md-n34 {
    margin-left: -8.5rem !important;
  }
  .m-md-n33 {
    margin: -8.25rem !important;
  }
  .mt-md-n33,
  .my-md-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-md-n33,
  .mx-md-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-md-n33,
  .my-md-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-md-n33,
  .mx-md-n33 {
    margin-left: -8.25rem !important;
  }
  .m-md-n32 {
    margin: -8rem !important;
  }
  .mt-md-n32,
  .my-md-n32 {
    margin-top: -8rem !important;
  }
  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -8rem !important;
  }
  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -8rem !important;
  }
  .m-md-n31 {
    margin: -7.75rem !important;
  }
  .mt-md-n31,
  .my-md-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-md-n31,
  .mx-md-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-md-n31,
  .my-md-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-md-n31,
  .mx-md-n31 {
    margin-left: -7.75rem !important;
  }
  .m-md-n30 {
    margin: -7.5rem !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -7.5rem !important;
  }
  .m-md-n29 {
    margin: -7.25rem !important;
  }
  .mt-md-n29,
  .my-md-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-md-n29,
  .mx-md-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-md-n29,
  .my-md-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-md-n29,
  .mx-md-n29 {
    margin-left: -7.25rem !important;
  }
  .m-md-n28 {
    margin: -7rem !important;
  }
  .mt-md-n28,
  .my-md-n28 {
    margin-top: -7rem !important;
  }
  .mr-md-n28,
  .mx-md-n28 {
    margin-right: -7rem !important;
  }
  .mb-md-n28,
  .my-md-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n28,
  .mx-md-n28 {
    margin-left: -7rem !important;
  }
  .m-md-n27 {
    margin: -6.75rem !important;
  }
  .mt-md-n27,
  .my-md-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-md-n27,
  .mx-md-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-md-n27,
  .my-md-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-md-n27,
  .mx-md-n27 {
    margin-left: -6.75rem !important;
  }
  .m-md-n26 {
    margin: -6.5rem !important;
  }
  .mt-md-n26,
  .my-md-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n26,
  .mx-md-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n26,
  .my-md-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n26,
  .mx-md-n26 {
    margin-left: -6.5rem !important;
  }
  .m-md-n25 {
    margin: -6.25rem !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -6.25rem !important;
  }
  .m-md-n24 {
    margin: -6rem !important;
  }
  .mt-md-n24,
  .my-md-n24 {
    margin-top: -6rem !important;
  }
  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -6rem !important;
  }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -6rem !important;
  }
  .m-md-n23 {
    margin: -5.75rem !important;
  }
  .mt-md-n23,
  .my-md-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-md-n23,
  .mx-md-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-md-n23,
  .my-md-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-md-n23,
  .mx-md-n23 {
    margin-left: -5.75rem !important;
  }
  .m-md-n22 {
    margin: -5.5rem !important;
  }
  .mt-md-n22,
  .my-md-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n22,
  .mx-md-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n22,
  .my-md-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n22,
  .mx-md-n22 {
    margin-left: -5.5rem !important;
  }
  .m-md-n21 {
    margin: -5.25rem !important;
  }
  .mt-md-n21,
  .my-md-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-md-n21,
  .mx-md-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-md-n21,
  .my-md-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-md-n21,
  .mx-md-n21 {
    margin-left: -5.25rem !important;
  }
  .m-md-n20 {
    margin: -5rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -5rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -5rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -5rem !important;
  }
  .m-md-n19 {
    margin: -4.75rem !important;
  }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -4.75rem !important;
  }
  .m-md-n18 {
    margin: -4.5rem !important;
  }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -4.5rem !important;
  }
  .m-md-n17 {
    margin: -4.25rem !important;
  }
  .mt-md-n17,
  .my-md-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -4.25rem !important;
  }
  .m-md-n16 {
    margin: -4rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -4rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -4rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -4rem !important;
  }
  .m-md-n15 {
    margin: -3.75rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -3.75rem !important;
  }
  .m-md-n14 {
    margin: -3.5rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -3.5rem !important;
  }
  .m-md-n13 {
    margin: -3.25rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -3.25rem !important;
  }
  .m-md-n12 {
    margin: -3rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -3rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -3rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -3rem !important;
  }
  .m-md-n11 {
    margin: -2.75rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -2.75rem !important;
  }
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -2.5rem !important;
  }
  .m-md-n9 {
    margin: -2.25rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -2.25rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -1.75rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.25rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n0 {
    margin: 0rem !important;
  }
  .mt-md-n0,
  .my-md-n0 {
    margin-top: 0rem !important;
  }
  .mr-md-n0,
  .mx-md-n0 {
    margin-right: 0rem !important;
  }
  .mb-md-n0,
  .my-md-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-n0,
  .mx-md-n0 {
    margin-left: 0rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024.02px) {
  .m-lg-60 {
    margin: 15rem !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 15rem !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 15rem !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 15rem !important;
  }
  .m-lg-59 {
    margin: 14.75rem !important;
  }
  .mt-lg-59,
  .my-lg-59 {
    margin-top: 14.75rem !important;
  }
  .mr-lg-59,
  .mx-lg-59 {
    margin-right: 14.75rem !important;
  }
  .mb-lg-59,
  .my-lg-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-lg-59,
  .mx-lg-59 {
    margin-left: 14.75rem !important;
  }
  .m-lg-58 {
    margin: 14.5rem !important;
  }
  .mt-lg-58,
  .my-lg-58 {
    margin-top: 14.5rem !important;
  }
  .mr-lg-58,
  .mx-lg-58 {
    margin-right: 14.5rem !important;
  }
  .mb-lg-58,
  .my-lg-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-lg-58,
  .mx-lg-58 {
    margin-left: 14.5rem !important;
  }
  .m-lg-57 {
    margin: 14.25rem !important;
  }
  .mt-lg-57,
  .my-lg-57 {
    margin-top: 14.25rem !important;
  }
  .mr-lg-57,
  .mx-lg-57 {
    margin-right: 14.25rem !important;
  }
  .mb-lg-57,
  .my-lg-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-lg-57,
  .mx-lg-57 {
    margin-left: 14.25rem !important;
  }
  .m-lg-56 {
    margin: 14rem !important;
  }
  .mt-lg-56,
  .my-lg-56 {
    margin-top: 14rem !important;
  }
  .mr-lg-56,
  .mx-lg-56 {
    margin-right: 14rem !important;
  }
  .mb-lg-56,
  .my-lg-56 {
    margin-bottom: 14rem !important;
  }
  .ml-lg-56,
  .mx-lg-56 {
    margin-left: 14rem !important;
  }
  .m-lg-55 {
    margin: 13.75rem !important;
  }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 13.75rem !important;
  }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 13.75rem !important;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 13.75rem !important;
  }
  .m-lg-54 {
    margin: 13.5rem !important;
  }
  .mt-lg-54,
  .my-lg-54 {
    margin-top: 13.5rem !important;
  }
  .mr-lg-54,
  .mx-lg-54 {
    margin-right: 13.5rem !important;
  }
  .mb-lg-54,
  .my-lg-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-lg-54,
  .mx-lg-54 {
    margin-left: 13.5rem !important;
  }
  .m-lg-53 {
    margin: 13.25rem !important;
  }
  .mt-lg-53,
  .my-lg-53 {
    margin-top: 13.25rem !important;
  }
  .mr-lg-53,
  .mx-lg-53 {
    margin-right: 13.25rem !important;
  }
  .mb-lg-53,
  .my-lg-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-lg-53,
  .mx-lg-53 {
    margin-left: 13.25rem !important;
  }
  .m-lg-52 {
    margin: 13rem !important;
  }
  .mt-lg-52,
  .my-lg-52 {
    margin-top: 13rem !important;
  }
  .mr-lg-52,
  .mx-lg-52 {
    margin-right: 13rem !important;
  }
  .mb-lg-52,
  .my-lg-52 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-52,
  .mx-lg-52 {
    margin-left: 13rem !important;
  }
  .m-lg-51 {
    margin: 12.75rem !important;
  }
  .mt-lg-51,
  .my-lg-51 {
    margin-top: 12.75rem !important;
  }
  .mr-lg-51,
  .mx-lg-51 {
    margin-right: 12.75rem !important;
  }
  .mb-lg-51,
  .my-lg-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-lg-51,
  .mx-lg-51 {
    margin-left: 12.75rem !important;
  }
  .m-lg-50 {
    margin: 12.5rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 12.5rem !important;
  }
  .m-lg-49 {
    margin: 12.25rem !important;
  }
  .mt-lg-49,
  .my-lg-49 {
    margin-top: 12.25rem !important;
  }
  .mr-lg-49,
  .mx-lg-49 {
    margin-right: 12.25rem !important;
  }
  .mb-lg-49,
  .my-lg-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-lg-49,
  .mx-lg-49 {
    margin-left: 12.25rem !important;
  }
  .m-lg-48 {
    margin: 12rem !important;
  }
  .mt-lg-48,
  .my-lg-48 {
    margin-top: 12rem !important;
  }
  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 12rem !important;
  }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 12rem !important;
  }
  .m-lg-47 {
    margin: 11.75rem !important;
  }
  .mt-lg-47,
  .my-lg-47 {
    margin-top: 11.75rem !important;
  }
  .mr-lg-47,
  .mx-lg-47 {
    margin-right: 11.75rem !important;
  }
  .mb-lg-47,
  .my-lg-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-lg-47,
  .mx-lg-47 {
    margin-left: 11.75rem !important;
  }
  .m-lg-46 {
    margin: 11.5rem !important;
  }
  .mt-lg-46,
  .my-lg-46 {
    margin-top: 11.5rem !important;
  }
  .mr-lg-46,
  .mx-lg-46 {
    margin-right: 11.5rem !important;
  }
  .mb-lg-46,
  .my-lg-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-lg-46,
  .mx-lg-46 {
    margin-left: 11.5rem !important;
  }
  .m-lg-45 {
    margin: 11.25rem !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 11.25rem !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 11.25rem !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 11.25rem !important;
  }
  .m-lg-44 {
    margin: 11rem !important;
  }
  .mt-lg-44,
  .my-lg-44 {
    margin-top: 11rem !important;
  }
  .mr-lg-44,
  .mx-lg-44 {
    margin-right: 11rem !important;
  }
  .mb-lg-44,
  .my-lg-44 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-44,
  .mx-lg-44 {
    margin-left: 11rem !important;
  }
  .m-lg-43 {
    margin: 10.75rem !important;
  }
  .mt-lg-43,
  .my-lg-43 {
    margin-top: 10.75rem !important;
  }
  .mr-lg-43,
  .mx-lg-43 {
    margin-right: 10.75rem !important;
  }
  .mb-lg-43,
  .my-lg-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-lg-43,
  .mx-lg-43 {
    margin-left: 10.75rem !important;
  }
  .m-lg-42 {
    margin: 10.5rem !important;
  }
  .mt-lg-42,
  .my-lg-42 {
    margin-top: 10.5rem !important;
  }
  .mr-lg-42,
  .mx-lg-42 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-42,
  .my-lg-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-lg-42,
  .mx-lg-42 {
    margin-left: 10.5rem !important;
  }
  .m-lg-41 {
    margin: 10.25rem !important;
  }
  .mt-lg-41,
  .my-lg-41 {
    margin-top: 10.25rem !important;
  }
  .mr-lg-41,
  .mx-lg-41 {
    margin-right: 10.25rem !important;
  }
  .mb-lg-41,
  .my-lg-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-lg-41,
  .mx-lg-41 {
    margin-left: 10.25rem !important;
  }
  .m-lg-40 {
    margin: 10rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 10rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 10rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 10rem !important;
  }
  .m-lg-39 {
    margin: 9.75rem !important;
  }
  .mt-lg-39,
  .my-lg-39 {
    margin-top: 9.75rem !important;
  }
  .mr-lg-39,
  .mx-lg-39 {
    margin-right: 9.75rem !important;
  }
  .mb-lg-39,
  .my-lg-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-lg-39,
  .mx-lg-39 {
    margin-left: 9.75rem !important;
  }
  .m-lg-38 {
    margin: 9.5rem !important;
  }
  .mt-lg-38,
  .my-lg-38 {
    margin-top: 9.5rem !important;
  }
  .mr-lg-38,
  .mx-lg-38 {
    margin-right: 9.5rem !important;
  }
  .mb-lg-38,
  .my-lg-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-lg-38,
  .mx-lg-38 {
    margin-left: 9.5rem !important;
  }
  .m-lg-37 {
    margin: 9.25rem !important;
  }
  .mt-lg-37,
  .my-lg-37 {
    margin-top: 9.25rem !important;
  }
  .mr-lg-37,
  .mx-lg-37 {
    margin-right: 9.25rem !important;
  }
  .mb-lg-37,
  .my-lg-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-lg-37,
  .mx-lg-37 {
    margin-left: 9.25rem !important;
  }
  .m-lg-36 {
    margin: 9rem !important;
  }
  .mt-lg-36,
  .my-lg-36 {
    margin-top: 9rem !important;
  }
  .mr-lg-36,
  .mx-lg-36 {
    margin-right: 9rem !important;
  }
  .mb-lg-36,
  .my-lg-36 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-36,
  .mx-lg-36 {
    margin-left: 9rem !important;
  }
  .m-lg-35 {
    margin: 8.75rem !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 8.75rem !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 8.75rem !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 8.75rem !important;
  }
  .m-lg-34 {
    margin: 8.5rem !important;
  }
  .mt-lg-34,
  .my-lg-34 {
    margin-top: 8.5rem !important;
  }
  .mr-lg-34,
  .mx-lg-34 {
    margin-right: 8.5rem !important;
  }
  .mb-lg-34,
  .my-lg-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-lg-34,
  .mx-lg-34 {
    margin-left: 8.5rem !important;
  }
  .m-lg-33 {
    margin: 8.25rem !important;
  }
  .mt-lg-33,
  .my-lg-33 {
    margin-top: 8.25rem !important;
  }
  .mr-lg-33,
  .mx-lg-33 {
    margin-right: 8.25rem !important;
  }
  .mb-lg-33,
  .my-lg-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-lg-33,
  .mx-lg-33 {
    margin-left: 8.25rem !important;
  }
  .m-lg-32 {
    margin: 8rem !important;
  }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 8rem !important;
  }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 8rem !important;
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 8rem !important;
  }
  .m-lg-31 {
    margin: 7.75rem !important;
  }
  .mt-lg-31,
  .my-lg-31 {
    margin-top: 7.75rem !important;
  }
  .mr-lg-31,
  .mx-lg-31 {
    margin-right: 7.75rem !important;
  }
  .mb-lg-31,
  .my-lg-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-lg-31,
  .mx-lg-31 {
    margin-left: 7.75rem !important;
  }
  .m-lg-30 {
    margin: 7.5rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 7.5rem !important;
  }
  .m-lg-29 {
    margin: 7.25rem !important;
  }
  .mt-lg-29,
  .my-lg-29 {
    margin-top: 7.25rem !important;
  }
  .mr-lg-29,
  .mx-lg-29 {
    margin-right: 7.25rem !important;
  }
  .mb-lg-29,
  .my-lg-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-lg-29,
  .mx-lg-29 {
    margin-left: 7.25rem !important;
  }
  .m-lg-28 {
    margin: 7rem !important;
  }
  .mt-lg-28,
  .my-lg-28 {
    margin-top: 7rem !important;
  }
  .mr-lg-28,
  .mx-lg-28 {
    margin-right: 7rem !important;
  }
  .mb-lg-28,
  .my-lg-28 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-28,
  .mx-lg-28 {
    margin-left: 7rem !important;
  }
  .m-lg-27 {
    margin: 6.75rem !important;
  }
  .mt-lg-27,
  .my-lg-27 {
    margin-top: 6.75rem !important;
  }
  .mr-lg-27,
  .mx-lg-27 {
    margin-right: 6.75rem !important;
  }
  .mb-lg-27,
  .my-lg-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-lg-27,
  .mx-lg-27 {
    margin-left: 6.75rem !important;
  }
  .m-lg-26 {
    margin: 6.5rem !important;
  }
  .mt-lg-26,
  .my-lg-26 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-26,
  .mx-lg-26 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-26,
  .my-lg-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-26,
  .mx-lg-26 {
    margin-left: 6.5rem !important;
  }
  .m-lg-25 {
    margin: 6.25rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 6.25rem !important;
  }
  .m-lg-24 {
    margin: 6rem !important;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 6rem !important;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 6rem !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 6rem !important;
  }
  .m-lg-23 {
    margin: 5.75rem !important;
  }
  .mt-lg-23,
  .my-lg-23 {
    margin-top: 5.75rem !important;
  }
  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 5.75rem !important;
  }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 5.75rem !important;
  }
  .m-lg-22 {
    margin: 5.5rem !important;
  }
  .mt-lg-22,
  .my-lg-22 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 5.5rem !important;
  }
  .m-lg-21 {
    margin: 5.25rem !important;
  }
  .mt-lg-21,
  .my-lg-21 {
    margin-top: 5.25rem !important;
  }
  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 5.25rem !important;
  }
  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 5.25rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 5rem !important;
  }
  .m-lg-19 {
    margin: 4.75rem !important;
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 4.75rem !important;
  }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 4.75rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 4.75rem !important;
  }
  .m-lg-18 {
    margin: 4.5rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 4.5rem !important;
  }
  .m-lg-17 {
    margin: 4.25rem !important;
  }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 4.25rem !important;
  }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 4.25rem !important;
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 4.25rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 4rem !important;
  }
  .m-lg-15 {
    margin: 3.75rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 3.75rem !important;
  }
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 3.5rem !important;
  }
  .m-lg-13 {
    margin: 3.25rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 3.25rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 3.25rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 3.25rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 3rem !important;
  }
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 2.75rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 2.75rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 2.75rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 2.5rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 2.25rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0rem !important;
  }
  .p-lg-60 {
    padding: 15rem !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 15rem !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 15rem !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 15rem !important;
  }
  .p-lg-59 {
    padding: 14.75rem !important;
  }
  .pt-lg-59,
  .py-lg-59 {
    padding-top: 14.75rem !important;
  }
  .pr-lg-59,
  .px-lg-59 {
    padding-right: 14.75rem !important;
  }
  .pb-lg-59,
  .py-lg-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-lg-59,
  .px-lg-59 {
    padding-left: 14.75rem !important;
  }
  .p-lg-58 {
    padding: 14.5rem !important;
  }
  .pt-lg-58,
  .py-lg-58 {
    padding-top: 14.5rem !important;
  }
  .pr-lg-58,
  .px-lg-58 {
    padding-right: 14.5rem !important;
  }
  .pb-lg-58,
  .py-lg-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-lg-58,
  .px-lg-58 {
    padding-left: 14.5rem !important;
  }
  .p-lg-57 {
    padding: 14.25rem !important;
  }
  .pt-lg-57,
  .py-lg-57 {
    padding-top: 14.25rem !important;
  }
  .pr-lg-57,
  .px-lg-57 {
    padding-right: 14.25rem !important;
  }
  .pb-lg-57,
  .py-lg-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-lg-57,
  .px-lg-57 {
    padding-left: 14.25rem !important;
  }
  .p-lg-56 {
    padding: 14rem !important;
  }
  .pt-lg-56,
  .py-lg-56 {
    padding-top: 14rem !important;
  }
  .pr-lg-56,
  .px-lg-56 {
    padding-right: 14rem !important;
  }
  .pb-lg-56,
  .py-lg-56 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-56,
  .px-lg-56 {
    padding-left: 14rem !important;
  }
  .p-lg-55 {
    padding: 13.75rem !important;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 13.75rem !important;
  }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 13.75rem !important;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 13.75rem !important;
  }
  .p-lg-54 {
    padding: 13.5rem !important;
  }
  .pt-lg-54,
  .py-lg-54 {
    padding-top: 13.5rem !important;
  }
  .pr-lg-54,
  .px-lg-54 {
    padding-right: 13.5rem !important;
  }
  .pb-lg-54,
  .py-lg-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-lg-54,
  .px-lg-54 {
    padding-left: 13.5rem !important;
  }
  .p-lg-53 {
    padding: 13.25rem !important;
  }
  .pt-lg-53,
  .py-lg-53 {
    padding-top: 13.25rem !important;
  }
  .pr-lg-53,
  .px-lg-53 {
    padding-right: 13.25rem !important;
  }
  .pb-lg-53,
  .py-lg-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-lg-53,
  .px-lg-53 {
    padding-left: 13.25rem !important;
  }
  .p-lg-52 {
    padding: 13rem !important;
  }
  .pt-lg-52,
  .py-lg-52 {
    padding-top: 13rem !important;
  }
  .pr-lg-52,
  .px-lg-52 {
    padding-right: 13rem !important;
  }
  .pb-lg-52,
  .py-lg-52 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-52,
  .px-lg-52 {
    padding-left: 13rem !important;
  }
  .p-lg-51 {
    padding: 12.75rem !important;
  }
  .pt-lg-51,
  .py-lg-51 {
    padding-top: 12.75rem !important;
  }
  .pr-lg-51,
  .px-lg-51 {
    padding-right: 12.75rem !important;
  }
  .pb-lg-51,
  .py-lg-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-lg-51,
  .px-lg-51 {
    padding-left: 12.75rem !important;
  }
  .p-lg-50 {
    padding: 12.5rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 12.5rem !important;
  }
  .p-lg-49 {
    padding: 12.25rem !important;
  }
  .pt-lg-49,
  .py-lg-49 {
    padding-top: 12.25rem !important;
  }
  .pr-lg-49,
  .px-lg-49 {
    padding-right: 12.25rem !important;
  }
  .pb-lg-49,
  .py-lg-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-lg-49,
  .px-lg-49 {
    padding-left: 12.25rem !important;
  }
  .p-lg-48 {
    padding: 12rem !important;
  }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 12rem !important;
  }
  .pr-lg-48,
  .px-lg-48 {
    padding-right: 12rem !important;
  }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 12rem !important;
  }
  .p-lg-47 {
    padding: 11.75rem !important;
  }
  .pt-lg-47,
  .py-lg-47 {
    padding-top: 11.75rem !important;
  }
  .pr-lg-47,
  .px-lg-47 {
    padding-right: 11.75rem !important;
  }
  .pb-lg-47,
  .py-lg-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-lg-47,
  .px-lg-47 {
    padding-left: 11.75rem !important;
  }
  .p-lg-46 {
    padding: 11.5rem !important;
  }
  .pt-lg-46,
  .py-lg-46 {
    padding-top: 11.5rem !important;
  }
  .pr-lg-46,
  .px-lg-46 {
    padding-right: 11.5rem !important;
  }
  .pb-lg-46,
  .py-lg-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-lg-46,
  .px-lg-46 {
    padding-left: 11.5rem !important;
  }
  .p-lg-45 {
    padding: 11.25rem !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 11.25rem !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 11.25rem !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 11.25rem !important;
  }
  .p-lg-44 {
    padding: 11rem !important;
  }
  .pt-lg-44,
  .py-lg-44 {
    padding-top: 11rem !important;
  }
  .pr-lg-44,
  .px-lg-44 {
    padding-right: 11rem !important;
  }
  .pb-lg-44,
  .py-lg-44 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-44,
  .px-lg-44 {
    padding-left: 11rem !important;
  }
  .p-lg-43 {
    padding: 10.75rem !important;
  }
  .pt-lg-43,
  .py-lg-43 {
    padding-top: 10.75rem !important;
  }
  .pr-lg-43,
  .px-lg-43 {
    padding-right: 10.75rem !important;
  }
  .pb-lg-43,
  .py-lg-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-lg-43,
  .px-lg-43 {
    padding-left: 10.75rem !important;
  }
  .p-lg-42 {
    padding: 10.5rem !important;
  }
  .pt-lg-42,
  .py-lg-42 {
    padding-top: 10.5rem !important;
  }
  .pr-lg-42,
  .px-lg-42 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-42,
  .py-lg-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-lg-42,
  .px-lg-42 {
    padding-left: 10.5rem !important;
  }
  .p-lg-41 {
    padding: 10.25rem !important;
  }
  .pt-lg-41,
  .py-lg-41 {
    padding-top: 10.25rem !important;
  }
  .pr-lg-41,
  .px-lg-41 {
    padding-right: 10.25rem !important;
  }
  .pb-lg-41,
  .py-lg-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-lg-41,
  .px-lg-41 {
    padding-left: 10.25rem !important;
  }
  .p-lg-40 {
    padding: 10rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 10rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 10rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 10rem !important;
  }
  .p-lg-39 {
    padding: 9.75rem !important;
  }
  .pt-lg-39,
  .py-lg-39 {
    padding-top: 9.75rem !important;
  }
  .pr-lg-39,
  .px-lg-39 {
    padding-right: 9.75rem !important;
  }
  .pb-lg-39,
  .py-lg-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-lg-39,
  .px-lg-39 {
    padding-left: 9.75rem !important;
  }
  .p-lg-38 {
    padding: 9.5rem !important;
  }
  .pt-lg-38,
  .py-lg-38 {
    padding-top: 9.5rem !important;
  }
  .pr-lg-38,
  .px-lg-38 {
    padding-right: 9.5rem !important;
  }
  .pb-lg-38,
  .py-lg-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-lg-38,
  .px-lg-38 {
    padding-left: 9.5rem !important;
  }
  .p-lg-37 {
    padding: 9.25rem !important;
  }
  .pt-lg-37,
  .py-lg-37 {
    padding-top: 9.25rem !important;
  }
  .pr-lg-37,
  .px-lg-37 {
    padding-right: 9.25rem !important;
  }
  .pb-lg-37,
  .py-lg-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-lg-37,
  .px-lg-37 {
    padding-left: 9.25rem !important;
  }
  .p-lg-36 {
    padding: 9rem !important;
  }
  .pt-lg-36,
  .py-lg-36 {
    padding-top: 9rem !important;
  }
  .pr-lg-36,
  .px-lg-36 {
    padding-right: 9rem !important;
  }
  .pb-lg-36,
  .py-lg-36 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-36,
  .px-lg-36 {
    padding-left: 9rem !important;
  }
  .p-lg-35 {
    padding: 8.75rem !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 8.75rem !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 8.75rem !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 8.75rem !important;
  }
  .p-lg-34 {
    padding: 8.5rem !important;
  }
  .pt-lg-34,
  .py-lg-34 {
    padding-top: 8.5rem !important;
  }
  .pr-lg-34,
  .px-lg-34 {
    padding-right: 8.5rem !important;
  }
  .pb-lg-34,
  .py-lg-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-lg-34,
  .px-lg-34 {
    padding-left: 8.5rem !important;
  }
  .p-lg-33 {
    padding: 8.25rem !important;
  }
  .pt-lg-33,
  .py-lg-33 {
    padding-top: 8.25rem !important;
  }
  .pr-lg-33,
  .px-lg-33 {
    padding-right: 8.25rem !important;
  }
  .pb-lg-33,
  .py-lg-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-lg-33,
  .px-lg-33 {
    padding-left: 8.25rem !important;
  }
  .p-lg-32 {
    padding: 8rem !important;
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 8rem !important;
  }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 8rem !important;
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 8rem !important;
  }
  .p-lg-31 {
    padding: 7.75rem !important;
  }
  .pt-lg-31,
  .py-lg-31 {
    padding-top: 7.75rem !important;
  }
  .pr-lg-31,
  .px-lg-31 {
    padding-right: 7.75rem !important;
  }
  .pb-lg-31,
  .py-lg-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-lg-31,
  .px-lg-31 {
    padding-left: 7.75rem !important;
  }
  .p-lg-30 {
    padding: 7.5rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 7.5rem !important;
  }
  .p-lg-29 {
    padding: 7.25rem !important;
  }
  .pt-lg-29,
  .py-lg-29 {
    padding-top: 7.25rem !important;
  }
  .pr-lg-29,
  .px-lg-29 {
    padding-right: 7.25rem !important;
  }
  .pb-lg-29,
  .py-lg-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-lg-29,
  .px-lg-29 {
    padding-left: 7.25rem !important;
  }
  .p-lg-28 {
    padding: 7rem !important;
  }
  .pt-lg-28,
  .py-lg-28 {
    padding-top: 7rem !important;
  }
  .pr-lg-28,
  .px-lg-28 {
    padding-right: 7rem !important;
  }
  .pb-lg-28,
  .py-lg-28 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-28,
  .px-lg-28 {
    padding-left: 7rem !important;
  }
  .p-lg-27 {
    padding: 6.75rem !important;
  }
  .pt-lg-27,
  .py-lg-27 {
    padding-top: 6.75rem !important;
  }
  .pr-lg-27,
  .px-lg-27 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-27,
  .py-lg-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-lg-27,
  .px-lg-27 {
    padding-left: 6.75rem !important;
  }
  .p-lg-26 {
    padding: 6.5rem !important;
  }
  .pt-lg-26,
  .py-lg-26 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-26,
  .px-lg-26 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-26,
  .py-lg-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-26,
  .px-lg-26 {
    padding-left: 6.5rem !important;
  }
  .p-lg-25 {
    padding: 6.25rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 6.25rem !important;
  }
  .p-lg-24 {
    padding: 6rem !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 6rem !important;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 6rem !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 6rem !important;
  }
  .p-lg-23 {
    padding: 5.75rem !important;
  }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 5.75rem !important;
  }
  .pr-lg-23,
  .px-lg-23 {
    padding-right: 5.75rem !important;
  }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 5.75rem !important;
  }
  .p-lg-22 {
    padding: 5.5rem !important;
  }
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-22,
  .px-lg-22 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 5.5rem !important;
  }
  .p-lg-21 {
    padding: 5.25rem !important;
  }
  .pt-lg-21,
  .py-lg-21 {
    padding-top: 5.25rem !important;
  }
  .pr-lg-21,
  .px-lg-21 {
    padding-right: 5.25rem !important;
  }
  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-lg-21,
  .px-lg-21 {
    padding-left: 5.25rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 5rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 5rem !important;
  }
  .p-lg-19 {
    padding: 4.75rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 4.75rem !important;
  }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 4.75rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 4.75rem !important;
  }
  .p-lg-18 {
    padding: 4.5rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 4.5rem !important;
  }
  .p-lg-17 {
    padding: 4.25rem !important;
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 4.25rem !important;
  }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 4.25rem !important;
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 4.25rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 4rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 4rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 4rem !important;
  }
  .p-lg-15 {
    padding: 3.75rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 3.75rem !important;
  }
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 3.5rem !important;
  }
  .p-lg-13 {
    padding: 3.25rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 3.25rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 3.25rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 3.25rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 3rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 3rem !important;
  }
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 2.75rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 2.75rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 2.5rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 2.25rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0rem !important;
  }
  .m-lg-n60 {
    margin: -15rem !important;
  }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -15rem !important;
  }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -15rem !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -15rem !important;
  }
  .m-lg-n59 {
    margin: -14.75rem !important;
  }
  .mt-lg-n59,
  .my-lg-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-lg-n59,
  .mx-lg-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-lg-n59,
  .my-lg-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-lg-n59,
  .mx-lg-n59 {
    margin-left: -14.75rem !important;
  }
  .m-lg-n58 {
    margin: -14.5rem !important;
  }
  .mt-lg-n58,
  .my-lg-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-lg-n58,
  .mx-lg-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-lg-n58,
  .my-lg-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-lg-n58,
  .mx-lg-n58 {
    margin-left: -14.5rem !important;
  }
  .m-lg-n57 {
    margin: -14.25rem !important;
  }
  .mt-lg-n57,
  .my-lg-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-lg-n57,
  .mx-lg-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-lg-n57,
  .my-lg-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-lg-n57,
  .mx-lg-n57 {
    margin-left: -14.25rem !important;
  }
  .m-lg-n56 {
    margin: -14rem !important;
  }
  .mt-lg-n56,
  .my-lg-n56 {
    margin-top: -14rem !important;
  }
  .mr-lg-n56,
  .mx-lg-n56 {
    margin-right: -14rem !important;
  }
  .mb-lg-n56,
  .my-lg-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-lg-n56,
  .mx-lg-n56 {
    margin-left: -14rem !important;
  }
  .m-lg-n55 {
    margin: -13.75rem !important;
  }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -13.75rem !important;
  }
  .m-lg-n54 {
    margin: -13.5rem !important;
  }
  .mt-lg-n54,
  .my-lg-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-lg-n54,
  .mx-lg-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-lg-n54,
  .my-lg-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-lg-n54,
  .mx-lg-n54 {
    margin-left: -13.5rem !important;
  }
  .m-lg-n53 {
    margin: -13.25rem !important;
  }
  .mt-lg-n53,
  .my-lg-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-lg-n53,
  .mx-lg-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-lg-n53,
  .my-lg-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-lg-n53,
  .mx-lg-n53 {
    margin-left: -13.25rem !important;
  }
  .m-lg-n52 {
    margin: -13rem !important;
  }
  .mt-lg-n52,
  .my-lg-n52 {
    margin-top: -13rem !important;
  }
  .mr-lg-n52,
  .mx-lg-n52 {
    margin-right: -13rem !important;
  }
  .mb-lg-n52,
  .my-lg-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-lg-n52,
  .mx-lg-n52 {
    margin-left: -13rem !important;
  }
  .m-lg-n51 {
    margin: -12.75rem !important;
  }
  .mt-lg-n51,
  .my-lg-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-lg-n51,
  .mx-lg-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-lg-n51,
  .my-lg-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-lg-n51,
  .mx-lg-n51 {
    margin-left: -12.75rem !important;
  }
  .m-lg-n50 {
    margin: -12.5rem !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -12.5rem !important;
  }
  .m-lg-n49 {
    margin: -12.25rem !important;
  }
  .mt-lg-n49,
  .my-lg-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-lg-n49,
  .mx-lg-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-lg-n49,
  .my-lg-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-lg-n49,
  .mx-lg-n49 {
    margin-left: -12.25rem !important;
  }
  .m-lg-n48 {
    margin: -12rem !important;
  }
  .mt-lg-n48,
  .my-lg-n48 {
    margin-top: -12rem !important;
  }
  .mr-lg-n48,
  .mx-lg-n48 {
    margin-right: -12rem !important;
  }
  .mb-lg-n48,
  .my-lg-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n48,
  .mx-lg-n48 {
    margin-left: -12rem !important;
  }
  .m-lg-n47 {
    margin: -11.75rem !important;
  }
  .mt-lg-n47,
  .my-lg-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-lg-n47,
  .mx-lg-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-lg-n47,
  .my-lg-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-lg-n47,
  .mx-lg-n47 {
    margin-left: -11.75rem !important;
  }
  .m-lg-n46 {
    margin: -11.5rem !important;
  }
  .mt-lg-n46,
  .my-lg-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-lg-n46,
  .mx-lg-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-lg-n46,
  .my-lg-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-lg-n46,
  .mx-lg-n46 {
    margin-left: -11.5rem !important;
  }
  .m-lg-n45 {
    margin: -11.25rem !important;
  }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -11.25rem !important;
  }
  .m-lg-n44 {
    margin: -11rem !important;
  }
  .mt-lg-n44,
  .my-lg-n44 {
    margin-top: -11rem !important;
  }
  .mr-lg-n44,
  .mx-lg-n44 {
    margin-right: -11rem !important;
  }
  .mb-lg-n44,
  .my-lg-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-lg-n44,
  .mx-lg-n44 {
    margin-left: -11rem !important;
  }
  .m-lg-n43 {
    margin: -10.75rem !important;
  }
  .mt-lg-n43,
  .my-lg-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-lg-n43,
  .mx-lg-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-lg-n43,
  .my-lg-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-lg-n43,
  .mx-lg-n43 {
    margin-left: -10.75rem !important;
  }
  .m-lg-n42 {
    margin: -10.5rem !important;
  }
  .mt-lg-n42,
  .my-lg-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-lg-n42,
  .mx-lg-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-lg-n42,
  .my-lg-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-lg-n42,
  .mx-lg-n42 {
    margin-left: -10.5rem !important;
  }
  .m-lg-n41 {
    margin: -10.25rem !important;
  }
  .mt-lg-n41,
  .my-lg-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-lg-n41,
  .mx-lg-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-lg-n41,
  .my-lg-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-lg-n41,
  .mx-lg-n41 {
    margin-left: -10.25rem !important;
  }
  .m-lg-n40 {
    margin: -10rem !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -10rem !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -10rem !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -10rem !important;
  }
  .m-lg-n39 {
    margin: -9.75rem !important;
  }
  .mt-lg-n39,
  .my-lg-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-lg-n39,
  .mx-lg-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-lg-n39,
  .my-lg-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-lg-n39,
  .mx-lg-n39 {
    margin-left: -9.75rem !important;
  }
  .m-lg-n38 {
    margin: -9.5rem !important;
  }
  .mt-lg-n38,
  .my-lg-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-lg-n38,
  .mx-lg-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-lg-n38,
  .my-lg-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-lg-n38,
  .mx-lg-n38 {
    margin-left: -9.5rem !important;
  }
  .m-lg-n37 {
    margin: -9.25rem !important;
  }
  .mt-lg-n37,
  .my-lg-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-lg-n37,
  .mx-lg-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-lg-n37,
  .my-lg-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-lg-n37,
  .mx-lg-n37 {
    margin-left: -9.25rem !important;
  }
  .m-lg-n36 {
    margin: -9rem !important;
  }
  .mt-lg-n36,
  .my-lg-n36 {
    margin-top: -9rem !important;
  }
  .mr-lg-n36,
  .mx-lg-n36 {
    margin-right: -9rem !important;
  }
  .mb-lg-n36,
  .my-lg-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n36,
  .mx-lg-n36 {
    margin-left: -9rem !important;
  }
  .m-lg-n35 {
    margin: -8.75rem !important;
  }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -8.75rem !important;
  }
  .m-lg-n34 {
    margin: -8.5rem !important;
  }
  .mt-lg-n34,
  .my-lg-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-lg-n34,
  .mx-lg-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-lg-n34,
  .my-lg-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-lg-n34,
  .mx-lg-n34 {
    margin-left: -8.5rem !important;
  }
  .m-lg-n33 {
    margin: -8.25rem !important;
  }
  .mt-lg-n33,
  .my-lg-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-lg-n33,
  .mx-lg-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-lg-n33,
  .my-lg-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-lg-n33,
  .mx-lg-n33 {
    margin-left: -8.25rem !important;
  }
  .m-lg-n32 {
    margin: -8rem !important;
  }
  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -8rem !important;
  }
  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -8rem !important;
  }
  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -8rem !important;
  }
  .m-lg-n31 {
    margin: -7.75rem !important;
  }
  .mt-lg-n31,
  .my-lg-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-lg-n31,
  .mx-lg-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-lg-n31,
  .my-lg-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-lg-n31,
  .mx-lg-n31 {
    margin-left: -7.75rem !important;
  }
  .m-lg-n30 {
    margin: -7.5rem !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n29 {
    margin: -7.25rem !important;
  }
  .mt-lg-n29,
  .my-lg-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-lg-n29,
  .mx-lg-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-lg-n29,
  .my-lg-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-lg-n29,
  .mx-lg-n29 {
    margin-left: -7.25rem !important;
  }
  .m-lg-n28 {
    margin: -7rem !important;
  }
  .mt-lg-n28,
  .my-lg-n28 {
    margin-top: -7rem !important;
  }
  .mr-lg-n28,
  .mx-lg-n28 {
    margin-right: -7rem !important;
  }
  .mb-lg-n28,
  .my-lg-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n28,
  .mx-lg-n28 {
    margin-left: -7rem !important;
  }
  .m-lg-n27 {
    margin: -6.75rem !important;
  }
  .mt-lg-n27,
  .my-lg-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-lg-n27,
  .mx-lg-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-lg-n27,
  .my-lg-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-lg-n27,
  .mx-lg-n27 {
    margin-left: -6.75rem !important;
  }
  .m-lg-n26 {
    margin: -6.5rem !important;
  }
  .mt-lg-n26,
  .my-lg-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n26,
  .mx-lg-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n26,
  .my-lg-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n26,
  .mx-lg-n26 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n25 {
    margin: -6.25rem !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -6.25rem !important;
  }
  .m-lg-n24 {
    margin: -6rem !important;
  }
  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -6rem !important;
  }
  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -6rem !important;
  }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -6rem !important;
  }
  .m-lg-n23 {
    margin: -5.75rem !important;
  }
  .mt-lg-n23,
  .my-lg-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-lg-n23,
  .mx-lg-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-lg-n23,
  .my-lg-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-lg-n23,
  .mx-lg-n23 {
    margin-left: -5.75rem !important;
  }
  .m-lg-n22 {
    margin: -5.5rem !important;
  }
  .mt-lg-n22,
  .my-lg-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n22,
  .mx-lg-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n22,
  .my-lg-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n22,
  .mx-lg-n22 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n21 {
    margin: -5.25rem !important;
  }
  .mt-lg-n21,
  .my-lg-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-lg-n21,
  .mx-lg-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-lg-n21,
  .my-lg-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-lg-n21,
  .mx-lg-n21 {
    margin-left: -5.25rem !important;
  }
  .m-lg-n20 {
    margin: -5rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -5rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -5rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -5rem !important;
  }
  .m-lg-n19 {
    margin: -4.75rem !important;
  }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -4.75rem !important;
  }
  .m-lg-n18 {
    margin: -4.5rem !important;
  }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n17 {
    margin: -4.25rem !important;
  }
  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -4.25rem !important;
  }
  .m-lg-n16 {
    margin: -4rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -4rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -4rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -4rem !important;
  }
  .m-lg-n15 {
    margin: -3.75rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -3.75rem !important;
  }
  .m-lg-n14 {
    margin: -3.5rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n13 {
    margin: -3.25rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -3.25rem !important;
  }
  .m-lg-n12 {
    margin: -3rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -3rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -3rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -3rem !important;
  }
  .m-lg-n11 {
    margin: -2.75rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -2.75rem !important;
  }
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n0 {
    margin: 0rem !important;
  }
  .mt-lg-n0,
  .my-lg-n0 {
    margin-top: 0rem !important;
  }
  .mr-lg-n0,
  .mx-lg-n0 {
    margin-right: 0rem !important;
  }
  .mb-lg-n0,
  .my-lg-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-n0,
  .mx-lg-n0 {
    margin-left: 0rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200.02px) {
  .m-xl-60 {
    margin: 15rem !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 15rem !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 15rem !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 15rem !important;
  }
  .m-xl-59 {
    margin: 14.75rem !important;
  }
  .mt-xl-59,
  .my-xl-59 {
    margin-top: 14.75rem !important;
  }
  .mr-xl-59,
  .mx-xl-59 {
    margin-right: 14.75rem !important;
  }
  .mb-xl-59,
  .my-xl-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-xl-59,
  .mx-xl-59 {
    margin-left: 14.75rem !important;
  }
  .m-xl-58 {
    margin: 14.5rem !important;
  }
  .mt-xl-58,
  .my-xl-58 {
    margin-top: 14.5rem !important;
  }
  .mr-xl-58,
  .mx-xl-58 {
    margin-right: 14.5rem !important;
  }
  .mb-xl-58,
  .my-xl-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xl-58,
  .mx-xl-58 {
    margin-left: 14.5rem !important;
  }
  .m-xl-57 {
    margin: 14.25rem !important;
  }
  .mt-xl-57,
  .my-xl-57 {
    margin-top: 14.25rem !important;
  }
  .mr-xl-57,
  .mx-xl-57 {
    margin-right: 14.25rem !important;
  }
  .mb-xl-57,
  .my-xl-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-xl-57,
  .mx-xl-57 {
    margin-left: 14.25rem !important;
  }
  .m-xl-56 {
    margin: 14rem !important;
  }
  .mt-xl-56,
  .my-xl-56 {
    margin-top: 14rem !important;
  }
  .mr-xl-56,
  .mx-xl-56 {
    margin-right: 14rem !important;
  }
  .mb-xl-56,
  .my-xl-56 {
    margin-bottom: 14rem !important;
  }
  .ml-xl-56,
  .mx-xl-56 {
    margin-left: 14rem !important;
  }
  .m-xl-55 {
    margin: 13.75rem !important;
  }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 13.75rem !important;
  }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 13.75rem !important;
  }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 13.75rem !important;
  }
  .m-xl-54 {
    margin: 13.5rem !important;
  }
  .mt-xl-54,
  .my-xl-54 {
    margin-top: 13.5rem !important;
  }
  .mr-xl-54,
  .mx-xl-54 {
    margin-right: 13.5rem !important;
  }
  .mb-xl-54,
  .my-xl-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xl-54,
  .mx-xl-54 {
    margin-left: 13.5rem !important;
  }
  .m-xl-53 {
    margin: 13.25rem !important;
  }
  .mt-xl-53,
  .my-xl-53 {
    margin-top: 13.25rem !important;
  }
  .mr-xl-53,
  .mx-xl-53 {
    margin-right: 13.25rem !important;
  }
  .mb-xl-53,
  .my-xl-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-xl-53,
  .mx-xl-53 {
    margin-left: 13.25rem !important;
  }
  .m-xl-52 {
    margin: 13rem !important;
  }
  .mt-xl-52,
  .my-xl-52 {
    margin-top: 13rem !important;
  }
  .mr-xl-52,
  .mx-xl-52 {
    margin-right: 13rem !important;
  }
  .mb-xl-52,
  .my-xl-52 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-52,
  .mx-xl-52 {
    margin-left: 13rem !important;
  }
  .m-xl-51 {
    margin: 12.75rem !important;
  }
  .mt-xl-51,
  .my-xl-51 {
    margin-top: 12.75rem !important;
  }
  .mr-xl-51,
  .mx-xl-51 {
    margin-right: 12.75rem !important;
  }
  .mb-xl-51,
  .my-xl-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-xl-51,
  .mx-xl-51 {
    margin-left: 12.75rem !important;
  }
  .m-xl-50 {
    margin: 12.5rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 12.5rem !important;
  }
  .m-xl-49 {
    margin: 12.25rem !important;
  }
  .mt-xl-49,
  .my-xl-49 {
    margin-top: 12.25rem !important;
  }
  .mr-xl-49,
  .mx-xl-49 {
    margin-right: 12.25rem !important;
  }
  .mb-xl-49,
  .my-xl-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-xl-49,
  .mx-xl-49 {
    margin-left: 12.25rem !important;
  }
  .m-xl-48 {
    margin: 12rem !important;
  }
  .mt-xl-48,
  .my-xl-48 {
    margin-top: 12rem !important;
  }
  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 12rem !important;
  }
  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 12rem !important;
  }
  .m-xl-47 {
    margin: 11.75rem !important;
  }
  .mt-xl-47,
  .my-xl-47 {
    margin-top: 11.75rem !important;
  }
  .mr-xl-47,
  .mx-xl-47 {
    margin-right: 11.75rem !important;
  }
  .mb-xl-47,
  .my-xl-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-xl-47,
  .mx-xl-47 {
    margin-left: 11.75rem !important;
  }
  .m-xl-46 {
    margin: 11.5rem !important;
  }
  .mt-xl-46,
  .my-xl-46 {
    margin-top: 11.5rem !important;
  }
  .mr-xl-46,
  .mx-xl-46 {
    margin-right: 11.5rem !important;
  }
  .mb-xl-46,
  .my-xl-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xl-46,
  .mx-xl-46 {
    margin-left: 11.5rem !important;
  }
  .m-xl-45 {
    margin: 11.25rem !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 11.25rem !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 11.25rem !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 11.25rem !important;
  }
  .m-xl-44 {
    margin: 11rem !important;
  }
  .mt-xl-44,
  .my-xl-44 {
    margin-top: 11rem !important;
  }
  .mr-xl-44,
  .mx-xl-44 {
    margin-right: 11rem !important;
  }
  .mb-xl-44,
  .my-xl-44 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-44,
  .mx-xl-44 {
    margin-left: 11rem !important;
  }
  .m-xl-43 {
    margin: 10.75rem !important;
  }
  .mt-xl-43,
  .my-xl-43 {
    margin-top: 10.75rem !important;
  }
  .mr-xl-43,
  .mx-xl-43 {
    margin-right: 10.75rem !important;
  }
  .mb-xl-43,
  .my-xl-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xl-43,
  .mx-xl-43 {
    margin-left: 10.75rem !important;
  }
  .m-xl-42 {
    margin: 10.5rem !important;
  }
  .mt-xl-42,
  .my-xl-42 {
    margin-top: 10.5rem !important;
  }
  .mr-xl-42,
  .mx-xl-42 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-42,
  .my-xl-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xl-42,
  .mx-xl-42 {
    margin-left: 10.5rem !important;
  }
  .m-xl-41 {
    margin: 10.25rem !important;
  }
  .mt-xl-41,
  .my-xl-41 {
    margin-top: 10.25rem !important;
  }
  .mr-xl-41,
  .mx-xl-41 {
    margin-right: 10.25rem !important;
  }
  .mb-xl-41,
  .my-xl-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xl-41,
  .mx-xl-41 {
    margin-left: 10.25rem !important;
  }
  .m-xl-40 {
    margin: 10rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 10rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 10rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 10rem !important;
  }
  .m-xl-39 {
    margin: 9.75rem !important;
  }
  .mt-xl-39,
  .my-xl-39 {
    margin-top: 9.75rem !important;
  }
  .mr-xl-39,
  .mx-xl-39 {
    margin-right: 9.75rem !important;
  }
  .mb-xl-39,
  .my-xl-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xl-39,
  .mx-xl-39 {
    margin-left: 9.75rem !important;
  }
  .m-xl-38 {
    margin: 9.5rem !important;
  }
  .mt-xl-38,
  .my-xl-38 {
    margin-top: 9.5rem !important;
  }
  .mr-xl-38,
  .mx-xl-38 {
    margin-right: 9.5rem !important;
  }
  .mb-xl-38,
  .my-xl-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xl-38,
  .mx-xl-38 {
    margin-left: 9.5rem !important;
  }
  .m-xl-37 {
    margin: 9.25rem !important;
  }
  .mt-xl-37,
  .my-xl-37 {
    margin-top: 9.25rem !important;
  }
  .mr-xl-37,
  .mx-xl-37 {
    margin-right: 9.25rem !important;
  }
  .mb-xl-37,
  .my-xl-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xl-37,
  .mx-xl-37 {
    margin-left: 9.25rem !important;
  }
  .m-xl-36 {
    margin: 9rem !important;
  }
  .mt-xl-36,
  .my-xl-36 {
    margin-top: 9rem !important;
  }
  .mr-xl-36,
  .mx-xl-36 {
    margin-right: 9rem !important;
  }
  .mb-xl-36,
  .my-xl-36 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-36,
  .mx-xl-36 {
    margin-left: 9rem !important;
  }
  .m-xl-35 {
    margin: 8.75rem !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 8.75rem !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 8.75rem !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 8.75rem !important;
  }
  .m-xl-34 {
    margin: 8.5rem !important;
  }
  .mt-xl-34,
  .my-xl-34 {
    margin-top: 8.5rem !important;
  }
  .mr-xl-34,
  .mx-xl-34 {
    margin-right: 8.5rem !important;
  }
  .mb-xl-34,
  .my-xl-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xl-34,
  .mx-xl-34 {
    margin-left: 8.5rem !important;
  }
  .m-xl-33 {
    margin: 8.25rem !important;
  }
  .mt-xl-33,
  .my-xl-33 {
    margin-top: 8.25rem !important;
  }
  .mr-xl-33,
  .mx-xl-33 {
    margin-right: 8.25rem !important;
  }
  .mb-xl-33,
  .my-xl-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xl-33,
  .mx-xl-33 {
    margin-left: 8.25rem !important;
  }
  .m-xl-32 {
    margin: 8rem !important;
  }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 8rem !important;
  }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 8rem !important;
  }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 8rem !important;
  }
  .m-xl-31 {
    margin: 7.75rem !important;
  }
  .mt-xl-31,
  .my-xl-31 {
    margin-top: 7.75rem !important;
  }
  .mr-xl-31,
  .mx-xl-31 {
    margin-right: 7.75rem !important;
  }
  .mb-xl-31,
  .my-xl-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xl-31,
  .mx-xl-31 {
    margin-left: 7.75rem !important;
  }
  .m-xl-30 {
    margin: 7.5rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 7.5rem !important;
  }
  .m-xl-29 {
    margin: 7.25rem !important;
  }
  .mt-xl-29,
  .my-xl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xl-29,
  .mx-xl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xl-29,
  .my-xl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xl-29,
  .mx-xl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xl-28 {
    margin: 7rem !important;
  }
  .mt-xl-28,
  .my-xl-28 {
    margin-top: 7rem !important;
  }
  .mr-xl-28,
  .mx-xl-28 {
    margin-right: 7rem !important;
  }
  .mb-xl-28,
  .my-xl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-28,
  .mx-xl-28 {
    margin-left: 7rem !important;
  }
  .m-xl-27 {
    margin: 6.75rem !important;
  }
  .mt-xl-27,
  .my-xl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xl-27,
  .mx-xl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xl-27,
  .my-xl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xl-27,
  .mx-xl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xl-26 {
    margin: 6.5rem !important;
  }
  .mt-xl-26,
  .my-xl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-26,
  .mx-xl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-26,
  .my-xl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-26,
  .mx-xl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xl-25 {
    margin: 6.25rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xl-24 {
    margin: 6rem !important;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 6rem !important;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 6rem !important;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 6rem !important;
  }
  .m-xl-23 {
    margin: 5.75rem !important;
  }
  .mt-xl-23,
  .my-xl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xl-22 {
    margin: 5.5rem !important;
  }
  .mt-xl-22,
  .my-xl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xl-21 {
    margin: 5.25rem !important;
  }
  .mt-xl-21,
  .my-xl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 5rem !important;
  }
  .m-xl-19 {
    margin: 4.75rem !important;
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xl-18 {
    margin: 4.5rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xl-17 {
    margin: 4.25rem !important;
  }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 4rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 4rem !important;
  }
  .m-xl-15 {
    margin: 3.75rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xl-13 {
    margin: 3.25rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 3rem !important;
  }
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-0 {
    margin: 0rem !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0rem !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0rem !important;
  }
  .p-xl-60 {
    padding: 15rem !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 15rem !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 15rem !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 15rem !important;
  }
  .p-xl-59 {
    padding: 14.75rem !important;
  }
  .pt-xl-59,
  .py-xl-59 {
    padding-top: 14.75rem !important;
  }
  .pr-xl-59,
  .px-xl-59 {
    padding-right: 14.75rem !important;
  }
  .pb-xl-59,
  .py-xl-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-xl-59,
  .px-xl-59 {
    padding-left: 14.75rem !important;
  }
  .p-xl-58 {
    padding: 14.5rem !important;
  }
  .pt-xl-58,
  .py-xl-58 {
    padding-top: 14.5rem !important;
  }
  .pr-xl-58,
  .px-xl-58 {
    padding-right: 14.5rem !important;
  }
  .pb-xl-58,
  .py-xl-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xl-58,
  .px-xl-58 {
    padding-left: 14.5rem !important;
  }
  .p-xl-57 {
    padding: 14.25rem !important;
  }
  .pt-xl-57,
  .py-xl-57 {
    padding-top: 14.25rem !important;
  }
  .pr-xl-57,
  .px-xl-57 {
    padding-right: 14.25rem !important;
  }
  .pb-xl-57,
  .py-xl-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-xl-57,
  .px-xl-57 {
    padding-left: 14.25rem !important;
  }
  .p-xl-56 {
    padding: 14rem !important;
  }
  .pt-xl-56,
  .py-xl-56 {
    padding-top: 14rem !important;
  }
  .pr-xl-56,
  .px-xl-56 {
    padding-right: 14rem !important;
  }
  .pb-xl-56,
  .py-xl-56 {
    padding-bottom: 14rem !important;
  }
  .pl-xl-56,
  .px-xl-56 {
    padding-left: 14rem !important;
  }
  .p-xl-55 {
    padding: 13.75rem !important;
  }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 13.75rem !important;
  }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 13.75rem !important;
  }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 13.75rem !important;
  }
  .p-xl-54 {
    padding: 13.5rem !important;
  }
  .pt-xl-54,
  .py-xl-54 {
    padding-top: 13.5rem !important;
  }
  .pr-xl-54,
  .px-xl-54 {
    padding-right: 13.5rem !important;
  }
  .pb-xl-54,
  .py-xl-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xl-54,
  .px-xl-54 {
    padding-left: 13.5rem !important;
  }
  .p-xl-53 {
    padding: 13.25rem !important;
  }
  .pt-xl-53,
  .py-xl-53 {
    padding-top: 13.25rem !important;
  }
  .pr-xl-53,
  .px-xl-53 {
    padding-right: 13.25rem !important;
  }
  .pb-xl-53,
  .py-xl-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-xl-53,
  .px-xl-53 {
    padding-left: 13.25rem !important;
  }
  .p-xl-52 {
    padding: 13rem !important;
  }
  .pt-xl-52,
  .py-xl-52 {
    padding-top: 13rem !important;
  }
  .pr-xl-52,
  .px-xl-52 {
    padding-right: 13rem !important;
  }
  .pb-xl-52,
  .py-xl-52 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-52,
  .px-xl-52 {
    padding-left: 13rem !important;
  }
  .p-xl-51 {
    padding: 12.75rem !important;
  }
  .pt-xl-51,
  .py-xl-51 {
    padding-top: 12.75rem !important;
  }
  .pr-xl-51,
  .px-xl-51 {
    padding-right: 12.75rem !important;
  }
  .pb-xl-51,
  .py-xl-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-xl-51,
  .px-xl-51 {
    padding-left: 12.75rem !important;
  }
  .p-xl-50 {
    padding: 12.5rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 12.5rem !important;
  }
  .p-xl-49 {
    padding: 12.25rem !important;
  }
  .pt-xl-49,
  .py-xl-49 {
    padding-top: 12.25rem !important;
  }
  .pr-xl-49,
  .px-xl-49 {
    padding-right: 12.25rem !important;
  }
  .pb-xl-49,
  .py-xl-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-xl-49,
  .px-xl-49 {
    padding-left: 12.25rem !important;
  }
  .p-xl-48 {
    padding: 12rem !important;
  }
  .pt-xl-48,
  .py-xl-48 {
    padding-top: 12rem !important;
  }
  .pr-xl-48,
  .px-xl-48 {
    padding-right: 12rem !important;
  }
  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-48,
  .px-xl-48 {
    padding-left: 12rem !important;
  }
  .p-xl-47 {
    padding: 11.75rem !important;
  }
  .pt-xl-47,
  .py-xl-47 {
    padding-top: 11.75rem !important;
  }
  .pr-xl-47,
  .px-xl-47 {
    padding-right: 11.75rem !important;
  }
  .pb-xl-47,
  .py-xl-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-xl-47,
  .px-xl-47 {
    padding-left: 11.75rem !important;
  }
  .p-xl-46 {
    padding: 11.5rem !important;
  }
  .pt-xl-46,
  .py-xl-46 {
    padding-top: 11.5rem !important;
  }
  .pr-xl-46,
  .px-xl-46 {
    padding-right: 11.5rem !important;
  }
  .pb-xl-46,
  .py-xl-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xl-46,
  .px-xl-46 {
    padding-left: 11.5rem !important;
  }
  .p-xl-45 {
    padding: 11.25rem !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 11.25rem !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 11.25rem !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 11.25rem !important;
  }
  .p-xl-44 {
    padding: 11rem !important;
  }
  .pt-xl-44,
  .py-xl-44 {
    padding-top: 11rem !important;
  }
  .pr-xl-44,
  .px-xl-44 {
    padding-right: 11rem !important;
  }
  .pb-xl-44,
  .py-xl-44 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-44,
  .px-xl-44 {
    padding-left: 11rem !important;
  }
  .p-xl-43 {
    padding: 10.75rem !important;
  }
  .pt-xl-43,
  .py-xl-43 {
    padding-top: 10.75rem !important;
  }
  .pr-xl-43,
  .px-xl-43 {
    padding-right: 10.75rem !important;
  }
  .pb-xl-43,
  .py-xl-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xl-43,
  .px-xl-43 {
    padding-left: 10.75rem !important;
  }
  .p-xl-42 {
    padding: 10.5rem !important;
  }
  .pt-xl-42,
  .py-xl-42 {
    padding-top: 10.5rem !important;
  }
  .pr-xl-42,
  .px-xl-42 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-42,
  .py-xl-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xl-42,
  .px-xl-42 {
    padding-left: 10.5rem !important;
  }
  .p-xl-41 {
    padding: 10.25rem !important;
  }
  .pt-xl-41,
  .py-xl-41 {
    padding-top: 10.25rem !important;
  }
  .pr-xl-41,
  .px-xl-41 {
    padding-right: 10.25rem !important;
  }
  .pb-xl-41,
  .py-xl-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xl-41,
  .px-xl-41 {
    padding-left: 10.25rem !important;
  }
  .p-xl-40 {
    padding: 10rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 10rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 10rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 10rem !important;
  }
  .p-xl-39 {
    padding: 9.75rem !important;
  }
  .pt-xl-39,
  .py-xl-39 {
    padding-top: 9.75rem !important;
  }
  .pr-xl-39,
  .px-xl-39 {
    padding-right: 9.75rem !important;
  }
  .pb-xl-39,
  .py-xl-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xl-39,
  .px-xl-39 {
    padding-left: 9.75rem !important;
  }
  .p-xl-38 {
    padding: 9.5rem !important;
  }
  .pt-xl-38,
  .py-xl-38 {
    padding-top: 9.5rem !important;
  }
  .pr-xl-38,
  .px-xl-38 {
    padding-right: 9.5rem !important;
  }
  .pb-xl-38,
  .py-xl-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xl-38,
  .px-xl-38 {
    padding-left: 9.5rem !important;
  }
  .p-xl-37 {
    padding: 9.25rem !important;
  }
  .pt-xl-37,
  .py-xl-37 {
    padding-top: 9.25rem !important;
  }
  .pr-xl-37,
  .px-xl-37 {
    padding-right: 9.25rem !important;
  }
  .pb-xl-37,
  .py-xl-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xl-37,
  .px-xl-37 {
    padding-left: 9.25rem !important;
  }
  .p-xl-36 {
    padding: 9rem !important;
  }
  .pt-xl-36,
  .py-xl-36 {
    padding-top: 9rem !important;
  }
  .pr-xl-36,
  .px-xl-36 {
    padding-right: 9rem !important;
  }
  .pb-xl-36,
  .py-xl-36 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-36,
  .px-xl-36 {
    padding-left: 9rem !important;
  }
  .p-xl-35 {
    padding: 8.75rem !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 8.75rem !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 8.75rem !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 8.75rem !important;
  }
  .p-xl-34 {
    padding: 8.5rem !important;
  }
  .pt-xl-34,
  .py-xl-34 {
    padding-top: 8.5rem !important;
  }
  .pr-xl-34,
  .px-xl-34 {
    padding-right: 8.5rem !important;
  }
  .pb-xl-34,
  .py-xl-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xl-34,
  .px-xl-34 {
    padding-left: 8.5rem !important;
  }
  .p-xl-33 {
    padding: 8.25rem !important;
  }
  .pt-xl-33,
  .py-xl-33 {
    padding-top: 8.25rem !important;
  }
  .pr-xl-33,
  .px-xl-33 {
    padding-right: 8.25rem !important;
  }
  .pb-xl-33,
  .py-xl-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xl-33,
  .px-xl-33 {
    padding-left: 8.25rem !important;
  }
  .p-xl-32 {
    padding: 8rem !important;
  }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 8rem !important;
  }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 8rem !important;
  }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 8rem !important;
  }
  .p-xl-31 {
    padding: 7.75rem !important;
  }
  .pt-xl-31,
  .py-xl-31 {
    padding-top: 7.75rem !important;
  }
  .pr-xl-31,
  .px-xl-31 {
    padding-right: 7.75rem !important;
  }
  .pb-xl-31,
  .py-xl-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xl-31,
  .px-xl-31 {
    padding-left: 7.75rem !important;
  }
  .p-xl-30 {
    padding: 7.5rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 7.5rem !important;
  }
  .p-xl-29 {
    padding: 7.25rem !important;
  }
  .pt-xl-29,
  .py-xl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xl-29,
  .px-xl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xl-29,
  .py-xl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xl-29,
  .px-xl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xl-28 {
    padding: 7rem !important;
  }
  .pt-xl-28,
  .py-xl-28 {
    padding-top: 7rem !important;
  }
  .pr-xl-28,
  .px-xl-28 {
    padding-right: 7rem !important;
  }
  .pb-xl-28,
  .py-xl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-28,
  .px-xl-28 {
    padding-left: 7rem !important;
  }
  .p-xl-27 {
    padding: 6.75rem !important;
  }
  .pt-xl-27,
  .py-xl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xl-27,
  .px-xl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-27,
  .py-xl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xl-27,
  .px-xl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xl-26 {
    padding: 6.5rem !important;
  }
  .pt-xl-26,
  .py-xl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-26,
  .px-xl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-26,
  .py-xl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-26,
  .px-xl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xl-25 {
    padding: 6.25rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xl-24 {
    padding: 6rem !important;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 6rem !important;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 6rem !important;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 6rem !important;
  }
  .p-xl-23 {
    padding: 5.75rem !important;
  }
  .pt-xl-23,
  .py-xl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xl-23,
  .px-xl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xl-23,
  .px-xl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xl-22 {
    padding: 5.5rem !important;
  }
  .pt-xl-22,
  .py-xl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-22,
  .px-xl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-22,
  .px-xl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xl-21 {
    padding: 5.25rem !important;
  }
  .pt-xl-21,
  .py-xl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xl-21,
  .px-xl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xl-21,
  .px-xl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 5rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 5rem !important;
  }
  .p-xl-19 {
    padding: 4.75rem !important;
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xl-18 {
    padding: 4.5rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xl-17 {
    padding: 4.25rem !important;
  }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 4rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 4rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 4rem !important;
  }
  .p-xl-15 {
    padding: 3.75rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xl-13 {
    padding: 3.25rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 3rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 3rem !important;
  }
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0rem !important;
  }
  .m-xl-n60 {
    margin: -15rem !important;
  }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -15rem !important;
  }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -15rem !important;
  }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -15rem !important;
  }
  .m-xl-n59 {
    margin: -14.75rem !important;
  }
  .mt-xl-n59,
  .my-xl-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-xl-n59,
  .mx-xl-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-xl-n59,
  .my-xl-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-xl-n59,
  .mx-xl-n59 {
    margin-left: -14.75rem !important;
  }
  .m-xl-n58 {
    margin: -14.5rem !important;
  }
  .mt-xl-n58,
  .my-xl-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-xl-n58,
  .mx-xl-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-xl-n58,
  .my-xl-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xl-n58,
  .mx-xl-n58 {
    margin-left: -14.5rem !important;
  }
  .m-xl-n57 {
    margin: -14.25rem !important;
  }
  .mt-xl-n57,
  .my-xl-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-xl-n57,
  .mx-xl-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-xl-n57,
  .my-xl-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-xl-n57,
  .mx-xl-n57 {
    margin-left: -14.25rem !important;
  }
  .m-xl-n56 {
    margin: -14rem !important;
  }
  .mt-xl-n56,
  .my-xl-n56 {
    margin-top: -14rem !important;
  }
  .mr-xl-n56,
  .mx-xl-n56 {
    margin-right: -14rem !important;
  }
  .mb-xl-n56,
  .my-xl-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-xl-n56,
  .mx-xl-n56 {
    margin-left: -14rem !important;
  }
  .m-xl-n55 {
    margin: -13.75rem !important;
  }
  .mt-xl-n55,
  .my-xl-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-xl-n55,
  .mx-xl-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-xl-n55,
  .my-xl-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-xl-n55,
  .mx-xl-n55 {
    margin-left: -13.75rem !important;
  }
  .m-xl-n54 {
    margin: -13.5rem !important;
  }
  .mt-xl-n54,
  .my-xl-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-xl-n54,
  .mx-xl-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-xl-n54,
  .my-xl-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xl-n54,
  .mx-xl-n54 {
    margin-left: -13.5rem !important;
  }
  .m-xl-n53 {
    margin: -13.25rem !important;
  }
  .mt-xl-n53,
  .my-xl-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-xl-n53,
  .mx-xl-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-xl-n53,
  .my-xl-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-xl-n53,
  .mx-xl-n53 {
    margin-left: -13.25rem !important;
  }
  .m-xl-n52 {
    margin: -13rem !important;
  }
  .mt-xl-n52,
  .my-xl-n52 {
    margin-top: -13rem !important;
  }
  .mr-xl-n52,
  .mx-xl-n52 {
    margin-right: -13rem !important;
  }
  .mb-xl-n52,
  .my-xl-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-xl-n52,
  .mx-xl-n52 {
    margin-left: -13rem !important;
  }
  .m-xl-n51 {
    margin: -12.75rem !important;
  }
  .mt-xl-n51,
  .my-xl-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-xl-n51,
  .mx-xl-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-xl-n51,
  .my-xl-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-xl-n51,
  .mx-xl-n51 {
    margin-left: -12.75rem !important;
  }
  .m-xl-n50 {
    margin: -12.5rem !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -12.5rem !important;
  }
  .m-xl-n49 {
    margin: -12.25rem !important;
  }
  .mt-xl-n49,
  .my-xl-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-xl-n49,
  .mx-xl-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-xl-n49,
  .my-xl-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-xl-n49,
  .mx-xl-n49 {
    margin-left: -12.25rem !important;
  }
  .m-xl-n48 {
    margin: -12rem !important;
  }
  .mt-xl-n48,
  .my-xl-n48 {
    margin-top: -12rem !important;
  }
  .mr-xl-n48,
  .mx-xl-n48 {
    margin-right: -12rem !important;
  }
  .mb-xl-n48,
  .my-xl-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n48,
  .mx-xl-n48 {
    margin-left: -12rem !important;
  }
  .m-xl-n47 {
    margin: -11.75rem !important;
  }
  .mt-xl-n47,
  .my-xl-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-xl-n47,
  .mx-xl-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-xl-n47,
  .my-xl-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-xl-n47,
  .mx-xl-n47 {
    margin-left: -11.75rem !important;
  }
  .m-xl-n46 {
    margin: -11.5rem !important;
  }
  .mt-xl-n46,
  .my-xl-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-xl-n46,
  .mx-xl-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-xl-n46,
  .my-xl-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xl-n46,
  .mx-xl-n46 {
    margin-left: -11.5rem !important;
  }
  .m-xl-n45 {
    margin: -11.25rem !important;
  }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -11.25rem !important;
  }
  .m-xl-n44 {
    margin: -11rem !important;
  }
  .mt-xl-n44,
  .my-xl-n44 {
    margin-top: -11rem !important;
  }
  .mr-xl-n44,
  .mx-xl-n44 {
    margin-right: -11rem !important;
  }
  .mb-xl-n44,
  .my-xl-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-xl-n44,
  .mx-xl-n44 {
    margin-left: -11rem !important;
  }
  .m-xl-n43 {
    margin: -10.75rem !important;
  }
  .mt-xl-n43,
  .my-xl-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-xl-n43,
  .mx-xl-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-xl-n43,
  .my-xl-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xl-n43,
  .mx-xl-n43 {
    margin-left: -10.75rem !important;
  }
  .m-xl-n42 {
    margin: -10.5rem !important;
  }
  .mt-xl-n42,
  .my-xl-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-xl-n42,
  .mx-xl-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-xl-n42,
  .my-xl-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xl-n42,
  .mx-xl-n42 {
    margin-left: -10.5rem !important;
  }
  .m-xl-n41 {
    margin: -10.25rem !important;
  }
  .mt-xl-n41,
  .my-xl-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-xl-n41,
  .mx-xl-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-xl-n41,
  .my-xl-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xl-n41,
  .mx-xl-n41 {
    margin-left: -10.25rem !important;
  }
  .m-xl-n40 {
    margin: -10rem !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -10rem !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -10rem !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -10rem !important;
  }
  .m-xl-n39 {
    margin: -9.75rem !important;
  }
  .mt-xl-n39,
  .my-xl-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-xl-n39,
  .mx-xl-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-xl-n39,
  .my-xl-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xl-n39,
  .mx-xl-n39 {
    margin-left: -9.75rem !important;
  }
  .m-xl-n38 {
    margin: -9.5rem !important;
  }
  .mt-xl-n38,
  .my-xl-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-xl-n38,
  .mx-xl-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-xl-n38,
  .my-xl-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xl-n38,
  .mx-xl-n38 {
    margin-left: -9.5rem !important;
  }
  .m-xl-n37 {
    margin: -9.25rem !important;
  }
  .mt-xl-n37,
  .my-xl-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-xl-n37,
  .mx-xl-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-xl-n37,
  .my-xl-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xl-n37,
  .mx-xl-n37 {
    margin-left: -9.25rem !important;
  }
  .m-xl-n36 {
    margin: -9rem !important;
  }
  .mt-xl-n36,
  .my-xl-n36 {
    margin-top: -9rem !important;
  }
  .mr-xl-n36,
  .mx-xl-n36 {
    margin-right: -9rem !important;
  }
  .mb-xl-n36,
  .my-xl-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n36,
  .mx-xl-n36 {
    margin-left: -9rem !important;
  }
  .m-xl-n35 {
    margin: -8.75rem !important;
  }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -8.75rem !important;
  }
  .m-xl-n34 {
    margin: -8.5rem !important;
  }
  .mt-xl-n34,
  .my-xl-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-xl-n34,
  .mx-xl-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-xl-n34,
  .my-xl-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xl-n34,
  .mx-xl-n34 {
    margin-left: -8.5rem !important;
  }
  .m-xl-n33 {
    margin: -8.25rem !important;
  }
  .mt-xl-n33,
  .my-xl-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-xl-n33,
  .mx-xl-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-xl-n33,
  .my-xl-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xl-n33,
  .mx-xl-n33 {
    margin-left: -8.25rem !important;
  }
  .m-xl-n32 {
    margin: -8rem !important;
  }
  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -8rem !important;
  }
  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -8rem !important;
  }
  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -8rem !important;
  }
  .m-xl-n31 {
    margin: -7.75rem !important;
  }
  .mt-xl-n31,
  .my-xl-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-xl-n31,
  .mx-xl-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-xl-n31,
  .my-xl-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xl-n31,
  .mx-xl-n31 {
    margin-left: -7.75rem !important;
  }
  .m-xl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xl-n29,
  .my-xl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xl-n29,
  .mx-xl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xl-n29,
  .my-xl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xl-n29,
  .mx-xl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xl-n28 {
    margin: -7rem !important;
  }
  .mt-xl-n28,
  .my-xl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xl-n28,
  .mx-xl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xl-n28,
  .my-xl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n28,
  .mx-xl-n28 {
    margin-left: -7rem !important;
  }
  .m-xl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xl-n27,
  .my-xl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xl-n27,
  .mx-xl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xl-n27,
  .my-xl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xl-n27,
  .mx-xl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xl-n26,
  .my-xl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n26,
  .mx-xl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n26,
  .my-xl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n26,
  .mx-xl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xl-n24 {
    margin: -6rem !important;
  }
  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -6rem !important;
  }
  .m-xl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xl-n23,
  .my-xl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xl-n23,
  .mx-xl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xl-n23,
  .my-xl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xl-n23,
  .mx-xl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xl-n22,
  .my-xl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n22,
  .mx-xl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n22,
  .my-xl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n22,
  .mx-xl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xl-n21,
  .my-xl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xl-n21,
  .mx-xl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xl-n21,
  .my-xl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xl-n21,
  .mx-xl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xl-n20 {
    margin: -5rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -5rem !important;
  }
  .m-xl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xl-n16 {
    margin: -4rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -4rem !important;
  }
  .m-xl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xl-n12 {
    margin: -3rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -3rem !important;
  }
  .m-xl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n0 {
    margin: 0rem !important;
  }
  .mt-xl-n0,
  .my-xl-n0 {
    margin-top: 0rem !important;
  }
  .mr-xl-n0,
  .mx-xl-n0 {
    margin-right: 0rem !important;
  }
  .mb-xl-n0,
  .my-xl-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-n0,
  .mx-xl-n0 {
    margin-left: 0rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400.02px) {
  .m-xxl-60 {
    margin: 15rem !important;
  }
  .mt-xxl-60,
  .my-xxl-60 {
    margin-top: 15rem !important;
  }
  .mr-xxl-60,
  .mx-xxl-60 {
    margin-right: 15rem !important;
  }
  .mb-xxl-60,
  .my-xxl-60 {
    margin-bottom: 15rem !important;
  }
  .ml-xxl-60,
  .mx-xxl-60 {
    margin-left: 15rem !important;
  }
  .m-xxl-59 {
    margin: 14.75rem !important;
  }
  .mt-xxl-59,
  .my-xxl-59 {
    margin-top: 14.75rem !important;
  }
  .mr-xxl-59,
  .mx-xxl-59 {
    margin-right: 14.75rem !important;
  }
  .mb-xxl-59,
  .my-xxl-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-xxl-59,
  .mx-xxl-59 {
    margin-left: 14.75rem !important;
  }
  .m-xxl-58 {
    margin: 14.5rem !important;
  }
  .mt-xxl-58,
  .my-xxl-58 {
    margin-top: 14.5rem !important;
  }
  .mr-xxl-58,
  .mx-xxl-58 {
    margin-right: 14.5rem !important;
  }
  .mb-xxl-58,
  .my-xxl-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xxl-58,
  .mx-xxl-58 {
    margin-left: 14.5rem !important;
  }
  .m-xxl-57 {
    margin: 14.25rem !important;
  }
  .mt-xxl-57,
  .my-xxl-57 {
    margin-top: 14.25rem !important;
  }
  .mr-xxl-57,
  .mx-xxl-57 {
    margin-right: 14.25rem !important;
  }
  .mb-xxl-57,
  .my-xxl-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-xxl-57,
  .mx-xxl-57 {
    margin-left: 14.25rem !important;
  }
  .m-xxl-56 {
    margin: 14rem !important;
  }
  .mt-xxl-56,
  .my-xxl-56 {
    margin-top: 14rem !important;
  }
  .mr-xxl-56,
  .mx-xxl-56 {
    margin-right: 14rem !important;
  }
  .mb-xxl-56,
  .my-xxl-56 {
    margin-bottom: 14rem !important;
  }
  .ml-xxl-56,
  .mx-xxl-56 {
    margin-left: 14rem !important;
  }
  .m-xxl-55 {
    margin: 13.75rem !important;
  }
  .mt-xxl-55,
  .my-xxl-55 {
    margin-top: 13.75rem !important;
  }
  .mr-xxl-55,
  .mx-xxl-55 {
    margin-right: 13.75rem !important;
  }
  .mb-xxl-55,
  .my-xxl-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-xxl-55,
  .mx-xxl-55 {
    margin-left: 13.75rem !important;
  }
  .m-xxl-54 {
    margin: 13.5rem !important;
  }
  .mt-xxl-54,
  .my-xxl-54 {
    margin-top: 13.5rem !important;
  }
  .mr-xxl-54,
  .mx-xxl-54 {
    margin-right: 13.5rem !important;
  }
  .mb-xxl-54,
  .my-xxl-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xxl-54,
  .mx-xxl-54 {
    margin-left: 13.5rem !important;
  }
  .m-xxl-53 {
    margin: 13.25rem !important;
  }
  .mt-xxl-53,
  .my-xxl-53 {
    margin-top: 13.25rem !important;
  }
  .mr-xxl-53,
  .mx-xxl-53 {
    margin-right: 13.25rem !important;
  }
  .mb-xxl-53,
  .my-xxl-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-xxl-53,
  .mx-xxl-53 {
    margin-left: 13.25rem !important;
  }
  .m-xxl-52 {
    margin: 13rem !important;
  }
  .mt-xxl-52,
  .my-xxl-52 {
    margin-top: 13rem !important;
  }
  .mr-xxl-52,
  .mx-xxl-52 {
    margin-right: 13rem !important;
  }
  .mb-xxl-52,
  .my-xxl-52 {
    margin-bottom: 13rem !important;
  }
  .ml-xxl-52,
  .mx-xxl-52 {
    margin-left: 13rem !important;
  }
  .m-xxl-51 {
    margin: 12.75rem !important;
  }
  .mt-xxl-51,
  .my-xxl-51 {
    margin-top: 12.75rem !important;
  }
  .mr-xxl-51,
  .mx-xxl-51 {
    margin-right: 12.75rem !important;
  }
  .mb-xxl-51,
  .my-xxl-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-xxl-51,
  .mx-xxl-51 {
    margin-left: 12.75rem !important;
  }
  .m-xxl-50 {
    margin: 12.5rem !important;
  }
  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 12.5rem !important;
  }
  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 12.5rem !important;
  }
  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 12.5rem !important;
  }
  .m-xxl-49 {
    margin: 12.25rem !important;
  }
  .mt-xxl-49,
  .my-xxl-49 {
    margin-top: 12.25rem !important;
  }
  .mr-xxl-49,
  .mx-xxl-49 {
    margin-right: 12.25rem !important;
  }
  .mb-xxl-49,
  .my-xxl-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-xxl-49,
  .mx-xxl-49 {
    margin-left: 12.25rem !important;
  }
  .m-xxl-48 {
    margin: 12rem !important;
  }
  .mt-xxl-48,
  .my-xxl-48 {
    margin-top: 12rem !important;
  }
  .mr-xxl-48,
  .mx-xxl-48 {
    margin-right: 12rem !important;
  }
  .mb-xxl-48,
  .my-xxl-48 {
    margin-bottom: 12rem !important;
  }
  .ml-xxl-48,
  .mx-xxl-48 {
    margin-left: 12rem !important;
  }
  .m-xxl-47 {
    margin: 11.75rem !important;
  }
  .mt-xxl-47,
  .my-xxl-47 {
    margin-top: 11.75rem !important;
  }
  .mr-xxl-47,
  .mx-xxl-47 {
    margin-right: 11.75rem !important;
  }
  .mb-xxl-47,
  .my-xxl-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-xxl-47,
  .mx-xxl-47 {
    margin-left: 11.75rem !important;
  }
  .m-xxl-46 {
    margin: 11.5rem !important;
  }
  .mt-xxl-46,
  .my-xxl-46 {
    margin-top: 11.5rem !important;
  }
  .mr-xxl-46,
  .mx-xxl-46 {
    margin-right: 11.5rem !important;
  }
  .mb-xxl-46,
  .my-xxl-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xxl-46,
  .mx-xxl-46 {
    margin-left: 11.5rem !important;
  }
  .m-xxl-45 {
    margin: 11.25rem !important;
  }
  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 11.25rem !important;
  }
  .mr-xxl-45,
  .mx-xxl-45 {
    margin-right: 11.25rem !important;
  }
  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xxl-45,
  .mx-xxl-45 {
    margin-left: 11.25rem !important;
  }
  .m-xxl-44 {
    margin: 11rem !important;
  }
  .mt-xxl-44,
  .my-xxl-44 {
    margin-top: 11rem !important;
  }
  .mr-xxl-44,
  .mx-xxl-44 {
    margin-right: 11rem !important;
  }
  .mb-xxl-44,
  .my-xxl-44 {
    margin-bottom: 11rem !important;
  }
  .ml-xxl-44,
  .mx-xxl-44 {
    margin-left: 11rem !important;
  }
  .m-xxl-43 {
    margin: 10.75rem !important;
  }
  .mt-xxl-43,
  .my-xxl-43 {
    margin-top: 10.75rem !important;
  }
  .mr-xxl-43,
  .mx-xxl-43 {
    margin-right: 10.75rem !important;
  }
  .mb-xxl-43,
  .my-xxl-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xxl-43,
  .mx-xxl-43 {
    margin-left: 10.75rem !important;
  }
  .m-xxl-42 {
    margin: 10.5rem !important;
  }
  .mt-xxl-42,
  .my-xxl-42 {
    margin-top: 10.5rem !important;
  }
  .mr-xxl-42,
  .mx-xxl-42 {
    margin-right: 10.5rem !important;
  }
  .mb-xxl-42,
  .my-xxl-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xxl-42,
  .mx-xxl-42 {
    margin-left: 10.5rem !important;
  }
  .m-xxl-41 {
    margin: 10.25rem !important;
  }
  .mt-xxl-41,
  .my-xxl-41 {
    margin-top: 10.25rem !important;
  }
  .mr-xxl-41,
  .mx-xxl-41 {
    margin-right: 10.25rem !important;
  }
  .mb-xxl-41,
  .my-xxl-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xxl-41,
  .mx-xxl-41 {
    margin-left: 10.25rem !important;
  }
  .m-xxl-40 {
    margin: 10rem !important;
  }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 10rem !important;
  }
  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 10rem !important;
  }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 10rem !important;
  }
  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 10rem !important;
  }
  .m-xxl-39 {
    margin: 9.75rem !important;
  }
  .mt-xxl-39,
  .my-xxl-39 {
    margin-top: 9.75rem !important;
  }
  .mr-xxl-39,
  .mx-xxl-39 {
    margin-right: 9.75rem !important;
  }
  .mb-xxl-39,
  .my-xxl-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xxl-39,
  .mx-xxl-39 {
    margin-left: 9.75rem !important;
  }
  .m-xxl-38 {
    margin: 9.5rem !important;
  }
  .mt-xxl-38,
  .my-xxl-38 {
    margin-top: 9.5rem !important;
  }
  .mr-xxl-38,
  .mx-xxl-38 {
    margin-right: 9.5rem !important;
  }
  .mb-xxl-38,
  .my-xxl-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxl-38,
  .mx-xxl-38 {
    margin-left: 9.5rem !important;
  }
  .m-xxl-37 {
    margin: 9.25rem !important;
  }
  .mt-xxl-37,
  .my-xxl-37 {
    margin-top: 9.25rem !important;
  }
  .mr-xxl-37,
  .mx-xxl-37 {
    margin-right: 9.25rem !important;
  }
  .mb-xxl-37,
  .my-xxl-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xxl-37,
  .mx-xxl-37 {
    margin-left: 9.25rem !important;
  }
  .m-xxl-36 {
    margin: 9rem !important;
  }
  .mt-xxl-36,
  .my-xxl-36 {
    margin-top: 9rem !important;
  }
  .mr-xxl-36,
  .mx-xxl-36 {
    margin-right: 9rem !important;
  }
  .mb-xxl-36,
  .my-xxl-36 {
    margin-bottom: 9rem !important;
  }
  .ml-xxl-36,
  .mx-xxl-36 {
    margin-left: 9rem !important;
  }
  .m-xxl-35 {
    margin: 8.75rem !important;
  }
  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 8.75rem !important;
  }
  .mr-xxl-35,
  .mx-xxl-35 {
    margin-right: 8.75rem !important;
  }
  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xxl-35,
  .mx-xxl-35 {
    margin-left: 8.75rem !important;
  }
  .m-xxl-34 {
    margin: 8.5rem !important;
  }
  .mt-xxl-34,
  .my-xxl-34 {
    margin-top: 8.5rem !important;
  }
  .mr-xxl-34,
  .mx-xxl-34 {
    margin-right: 8.5rem !important;
  }
  .mb-xxl-34,
  .my-xxl-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxl-34,
  .mx-xxl-34 {
    margin-left: 8.5rem !important;
  }
  .m-xxl-33 {
    margin: 8.25rem !important;
  }
  .mt-xxl-33,
  .my-xxl-33 {
    margin-top: 8.25rem !important;
  }
  .mr-xxl-33,
  .mx-xxl-33 {
    margin-right: 8.25rem !important;
  }
  .mb-xxl-33,
  .my-xxl-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xxl-33,
  .mx-xxl-33 {
    margin-left: 8.25rem !important;
  }
  .m-xxl-32 {
    margin: 8rem !important;
  }
  .mt-xxl-32,
  .my-xxl-32 {
    margin-top: 8rem !important;
  }
  .mr-xxl-32,
  .mx-xxl-32 {
    margin-right: 8rem !important;
  }
  .mb-xxl-32,
  .my-xxl-32 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-32,
  .mx-xxl-32 {
    margin-left: 8rem !important;
  }
  .m-xxl-31 {
    margin: 7.75rem !important;
  }
  .mt-xxl-31,
  .my-xxl-31 {
    margin-top: 7.75rem !important;
  }
  .mr-xxl-31,
  .mx-xxl-31 {
    margin-right: 7.75rem !important;
  }
  .mb-xxl-31,
  .my-xxl-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xxl-31,
  .mx-xxl-31 {
    margin-left: 7.75rem !important;
  }
  .m-xxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 7.5rem !important;
  }
  .m-xxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxl-29,
  .my-xxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxl-29,
  .mx-xxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxl-29,
  .my-xxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxl-29,
  .mx-xxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxl-28 {
    margin: 7rem !important;
  }
  .mt-xxl-28,
  .my-xxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxl-28,
  .mx-xxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxl-28,
  .my-xxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-28,
  .mx-xxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxl-27,
  .my-xxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxl-27,
  .mx-xxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxl-27,
  .my-xxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxl-27,
  .mx-xxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxl-26,
  .my-xxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxl-26,
  .mx-xxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxl-26,
  .my-xxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxl-26,
  .mx-xxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxl-24 {
    margin: 6rem !important;
  }
  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxl-23,
  .my-xxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxl-23,
  .mx-xxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxl-23,
  .my-xxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxl-23,
  .mx-xxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxl-22,
  .my-xxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxl-22,
  .mx-xxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxl-22,
  .my-xxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxl-22,
  .mx-xxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxl-21,
  .my-xxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxl-21,
  .mx-xxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxl-21,
  .my-xxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxl-21,
  .mx-xxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxl-20 {
    margin: 5rem !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxl-19,
  .my-xxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxl-19,
  .mx-xxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxl-19,
  .my-xxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxl-19,
  .mx-xxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxl-18,
  .my-xxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-18,
  .mx-xxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-18,
  .my-xxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-18,
  .mx-xxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxl-17,
  .my-xxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxl-17,
  .mx-xxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxl-17,
  .my-xxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxl-17,
  .mx-xxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxl-16 {
    margin: 4rem !important;
  }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0rem !important;
  }
  .p-xxl-60 {
    padding: 15rem !important;
  }
  .pt-xxl-60,
  .py-xxl-60 {
    padding-top: 15rem !important;
  }
  .pr-xxl-60,
  .px-xxl-60 {
    padding-right: 15rem !important;
  }
  .pb-xxl-60,
  .py-xxl-60 {
    padding-bottom: 15rem !important;
  }
  .pl-xxl-60,
  .px-xxl-60 {
    padding-left: 15rem !important;
  }
  .p-xxl-59 {
    padding: 14.75rem !important;
  }
  .pt-xxl-59,
  .py-xxl-59 {
    padding-top: 14.75rem !important;
  }
  .pr-xxl-59,
  .px-xxl-59 {
    padding-right: 14.75rem !important;
  }
  .pb-xxl-59,
  .py-xxl-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-xxl-59,
  .px-xxl-59 {
    padding-left: 14.75rem !important;
  }
  .p-xxl-58 {
    padding: 14.5rem !important;
  }
  .pt-xxl-58,
  .py-xxl-58 {
    padding-top: 14.5rem !important;
  }
  .pr-xxl-58,
  .px-xxl-58 {
    padding-right: 14.5rem !important;
  }
  .pb-xxl-58,
  .py-xxl-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xxl-58,
  .px-xxl-58 {
    padding-left: 14.5rem !important;
  }
  .p-xxl-57 {
    padding: 14.25rem !important;
  }
  .pt-xxl-57,
  .py-xxl-57 {
    padding-top: 14.25rem !important;
  }
  .pr-xxl-57,
  .px-xxl-57 {
    padding-right: 14.25rem !important;
  }
  .pb-xxl-57,
  .py-xxl-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-xxl-57,
  .px-xxl-57 {
    padding-left: 14.25rem !important;
  }
  .p-xxl-56 {
    padding: 14rem !important;
  }
  .pt-xxl-56,
  .py-xxl-56 {
    padding-top: 14rem !important;
  }
  .pr-xxl-56,
  .px-xxl-56 {
    padding-right: 14rem !important;
  }
  .pb-xxl-56,
  .py-xxl-56 {
    padding-bottom: 14rem !important;
  }
  .pl-xxl-56,
  .px-xxl-56 {
    padding-left: 14rem !important;
  }
  .p-xxl-55 {
    padding: 13.75rem !important;
  }
  .pt-xxl-55,
  .py-xxl-55 {
    padding-top: 13.75rem !important;
  }
  .pr-xxl-55,
  .px-xxl-55 {
    padding-right: 13.75rem !important;
  }
  .pb-xxl-55,
  .py-xxl-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-xxl-55,
  .px-xxl-55 {
    padding-left: 13.75rem !important;
  }
  .p-xxl-54 {
    padding: 13.5rem !important;
  }
  .pt-xxl-54,
  .py-xxl-54 {
    padding-top: 13.5rem !important;
  }
  .pr-xxl-54,
  .px-xxl-54 {
    padding-right: 13.5rem !important;
  }
  .pb-xxl-54,
  .py-xxl-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xxl-54,
  .px-xxl-54 {
    padding-left: 13.5rem !important;
  }
  .p-xxl-53 {
    padding: 13.25rem !important;
  }
  .pt-xxl-53,
  .py-xxl-53 {
    padding-top: 13.25rem !important;
  }
  .pr-xxl-53,
  .px-xxl-53 {
    padding-right: 13.25rem !important;
  }
  .pb-xxl-53,
  .py-xxl-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-xxl-53,
  .px-xxl-53 {
    padding-left: 13.25rem !important;
  }
  .p-xxl-52 {
    padding: 13rem !important;
  }
  .pt-xxl-52,
  .py-xxl-52 {
    padding-top: 13rem !important;
  }
  .pr-xxl-52,
  .px-xxl-52 {
    padding-right: 13rem !important;
  }
  .pb-xxl-52,
  .py-xxl-52 {
    padding-bottom: 13rem !important;
  }
  .pl-xxl-52,
  .px-xxl-52 {
    padding-left: 13rem !important;
  }
  .p-xxl-51 {
    padding: 12.75rem !important;
  }
  .pt-xxl-51,
  .py-xxl-51 {
    padding-top: 12.75rem !important;
  }
  .pr-xxl-51,
  .px-xxl-51 {
    padding-right: 12.75rem !important;
  }
  .pb-xxl-51,
  .py-xxl-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-xxl-51,
  .px-xxl-51 {
    padding-left: 12.75rem !important;
  }
  .p-xxl-50 {
    padding: 12.5rem !important;
  }
  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 12.5rem !important;
  }
  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 12.5rem !important;
  }
  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 12.5rem !important;
  }
  .p-xxl-49 {
    padding: 12.25rem !important;
  }
  .pt-xxl-49,
  .py-xxl-49 {
    padding-top: 12.25rem !important;
  }
  .pr-xxl-49,
  .px-xxl-49 {
    padding-right: 12.25rem !important;
  }
  .pb-xxl-49,
  .py-xxl-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-xxl-49,
  .px-xxl-49 {
    padding-left: 12.25rem !important;
  }
  .p-xxl-48 {
    padding: 12rem !important;
  }
  .pt-xxl-48,
  .py-xxl-48 {
    padding-top: 12rem !important;
  }
  .pr-xxl-48,
  .px-xxl-48 {
    padding-right: 12rem !important;
  }
  .pb-xxl-48,
  .py-xxl-48 {
    padding-bottom: 12rem !important;
  }
  .pl-xxl-48,
  .px-xxl-48 {
    padding-left: 12rem !important;
  }
  .p-xxl-47 {
    padding: 11.75rem !important;
  }
  .pt-xxl-47,
  .py-xxl-47 {
    padding-top: 11.75rem !important;
  }
  .pr-xxl-47,
  .px-xxl-47 {
    padding-right: 11.75rem !important;
  }
  .pb-xxl-47,
  .py-xxl-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-xxl-47,
  .px-xxl-47 {
    padding-left: 11.75rem !important;
  }
  .p-xxl-46 {
    padding: 11.5rem !important;
  }
  .pt-xxl-46,
  .py-xxl-46 {
    padding-top: 11.5rem !important;
  }
  .pr-xxl-46,
  .px-xxl-46 {
    padding-right: 11.5rem !important;
  }
  .pb-xxl-46,
  .py-xxl-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xxl-46,
  .px-xxl-46 {
    padding-left: 11.5rem !important;
  }
  .p-xxl-45 {
    padding: 11.25rem !important;
  }
  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 11.25rem !important;
  }
  .pr-xxl-45,
  .px-xxl-45 {
    padding-right: 11.25rem !important;
  }
  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xxl-45,
  .px-xxl-45 {
    padding-left: 11.25rem !important;
  }
  .p-xxl-44 {
    padding: 11rem !important;
  }
  .pt-xxl-44,
  .py-xxl-44 {
    padding-top: 11rem !important;
  }
  .pr-xxl-44,
  .px-xxl-44 {
    padding-right: 11rem !important;
  }
  .pb-xxl-44,
  .py-xxl-44 {
    padding-bottom: 11rem !important;
  }
  .pl-xxl-44,
  .px-xxl-44 {
    padding-left: 11rem !important;
  }
  .p-xxl-43 {
    padding: 10.75rem !important;
  }
  .pt-xxl-43,
  .py-xxl-43 {
    padding-top: 10.75rem !important;
  }
  .pr-xxl-43,
  .px-xxl-43 {
    padding-right: 10.75rem !important;
  }
  .pb-xxl-43,
  .py-xxl-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xxl-43,
  .px-xxl-43 {
    padding-left: 10.75rem !important;
  }
  .p-xxl-42 {
    padding: 10.5rem !important;
  }
  .pt-xxl-42,
  .py-xxl-42 {
    padding-top: 10.5rem !important;
  }
  .pr-xxl-42,
  .px-xxl-42 {
    padding-right: 10.5rem !important;
  }
  .pb-xxl-42,
  .py-xxl-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xxl-42,
  .px-xxl-42 {
    padding-left: 10.5rem !important;
  }
  .p-xxl-41 {
    padding: 10.25rem !important;
  }
  .pt-xxl-41,
  .py-xxl-41 {
    padding-top: 10.25rem !important;
  }
  .pr-xxl-41,
  .px-xxl-41 {
    padding-right: 10.25rem !important;
  }
  .pb-xxl-41,
  .py-xxl-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xxl-41,
  .px-xxl-41 {
    padding-left: 10.25rem !important;
  }
  .p-xxl-40 {
    padding: 10rem !important;
  }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 10rem !important;
  }
  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 10rem !important;
  }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 10rem !important;
  }
  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 10rem !important;
  }
  .p-xxl-39 {
    padding: 9.75rem !important;
  }
  .pt-xxl-39,
  .py-xxl-39 {
    padding-top: 9.75rem !important;
  }
  .pr-xxl-39,
  .px-xxl-39 {
    padding-right: 9.75rem !important;
  }
  .pb-xxl-39,
  .py-xxl-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xxl-39,
  .px-xxl-39 {
    padding-left: 9.75rem !important;
  }
  .p-xxl-38 {
    padding: 9.5rem !important;
  }
  .pt-xxl-38,
  .py-xxl-38 {
    padding-top: 9.5rem !important;
  }
  .pr-xxl-38,
  .px-xxl-38 {
    padding-right: 9.5rem !important;
  }
  .pb-xxl-38,
  .py-xxl-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxl-38,
  .px-xxl-38 {
    padding-left: 9.5rem !important;
  }
  .p-xxl-37 {
    padding: 9.25rem !important;
  }
  .pt-xxl-37,
  .py-xxl-37 {
    padding-top: 9.25rem !important;
  }
  .pr-xxl-37,
  .px-xxl-37 {
    padding-right: 9.25rem !important;
  }
  .pb-xxl-37,
  .py-xxl-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xxl-37,
  .px-xxl-37 {
    padding-left: 9.25rem !important;
  }
  .p-xxl-36 {
    padding: 9rem !important;
  }
  .pt-xxl-36,
  .py-xxl-36 {
    padding-top: 9rem !important;
  }
  .pr-xxl-36,
  .px-xxl-36 {
    padding-right: 9rem !important;
  }
  .pb-xxl-36,
  .py-xxl-36 {
    padding-bottom: 9rem !important;
  }
  .pl-xxl-36,
  .px-xxl-36 {
    padding-left: 9rem !important;
  }
  .p-xxl-35 {
    padding: 8.75rem !important;
  }
  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 8.75rem !important;
  }
  .pr-xxl-35,
  .px-xxl-35 {
    padding-right: 8.75rem !important;
  }
  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xxl-35,
  .px-xxl-35 {
    padding-left: 8.75rem !important;
  }
  .p-xxl-34 {
    padding: 8.5rem !important;
  }
  .pt-xxl-34,
  .py-xxl-34 {
    padding-top: 8.5rem !important;
  }
  .pr-xxl-34,
  .px-xxl-34 {
    padding-right: 8.5rem !important;
  }
  .pb-xxl-34,
  .py-xxl-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxl-34,
  .px-xxl-34 {
    padding-left: 8.5rem !important;
  }
  .p-xxl-33 {
    padding: 8.25rem !important;
  }
  .pt-xxl-33,
  .py-xxl-33 {
    padding-top: 8.25rem !important;
  }
  .pr-xxl-33,
  .px-xxl-33 {
    padding-right: 8.25rem !important;
  }
  .pb-xxl-33,
  .py-xxl-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xxl-33,
  .px-xxl-33 {
    padding-left: 8.25rem !important;
  }
  .p-xxl-32 {
    padding: 8rem !important;
  }
  .pt-xxl-32,
  .py-xxl-32 {
    padding-top: 8rem !important;
  }
  .pr-xxl-32,
  .px-xxl-32 {
    padding-right: 8rem !important;
  }
  .pb-xxl-32,
  .py-xxl-32 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-32,
  .px-xxl-32 {
    padding-left: 8rem !important;
  }
  .p-xxl-31 {
    padding: 7.75rem !important;
  }
  .pt-xxl-31,
  .py-xxl-31 {
    padding-top: 7.75rem !important;
  }
  .pr-xxl-31,
  .px-xxl-31 {
    padding-right: 7.75rem !important;
  }
  .pb-xxl-31,
  .py-xxl-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xxl-31,
  .px-xxl-31 {
    padding-left: 7.75rem !important;
  }
  .p-xxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 7.5rem !important;
  }
  .p-xxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxl-29,
  .py-xxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxl-29,
  .px-xxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxl-29,
  .py-xxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxl-29,
  .px-xxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxl-28 {
    padding: 7rem !important;
  }
  .pt-xxl-28,
  .py-xxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxl-28,
  .px-xxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxl-28,
  .py-xxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-28,
  .px-xxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxl-27,
  .py-xxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxl-27,
  .px-xxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxl-27,
  .py-xxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxl-27,
  .px-xxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxl-26,
  .py-xxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxl-26,
  .px-xxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxl-26,
  .py-xxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxl-26,
  .px-xxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxl-24 {
    padding: 6rem !important;
  }
  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxl-23,
  .py-xxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxl-23,
  .px-xxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxl-23,
  .py-xxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxl-23,
  .px-xxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxl-22,
  .py-xxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxl-22,
  .px-xxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxl-22,
  .py-xxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxl-22,
  .px-xxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxl-21,
  .py-xxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxl-21,
  .px-xxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxl-21,
  .py-xxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxl-21,
  .px-xxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxl-20 {
    padding: 5rem !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxl-19,
  .py-xxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxl-19,
  .px-xxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxl-19,
  .py-xxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxl-19,
  .px-xxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxl-18,
  .py-xxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-18,
  .px-xxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-18,
  .py-xxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-18,
  .px-xxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxl-17,
  .py-xxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxl-17,
  .px-xxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxl-17,
  .py-xxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxl-17,
  .px-xxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxl-16 {
    padding: 4rem !important;
  }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxl-12 {
    padding: 3rem !important;
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0rem !important;
  }
  .m-xxl-n60 {
    margin: -15rem !important;
  }
  .mt-xxl-n60,
  .my-xxl-n60 {
    margin-top: -15rem !important;
  }
  .mr-xxl-n60,
  .mx-xxl-n60 {
    margin-right: -15rem !important;
  }
  .mb-xxl-n60,
  .my-xxl-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-xxl-n60,
  .mx-xxl-n60 {
    margin-left: -15rem !important;
  }
  .m-xxl-n59 {
    margin: -14.75rem !important;
  }
  .mt-xxl-n59,
  .my-xxl-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-xxl-n59,
  .mx-xxl-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-xxl-n59,
  .my-xxl-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-xxl-n59,
  .mx-xxl-n59 {
    margin-left: -14.75rem !important;
  }
  .m-xxl-n58 {
    margin: -14.5rem !important;
  }
  .mt-xxl-n58,
  .my-xxl-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-xxl-n58,
  .mx-xxl-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-xxl-n58,
  .my-xxl-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xxl-n58,
  .mx-xxl-n58 {
    margin-left: -14.5rem !important;
  }
  .m-xxl-n57 {
    margin: -14.25rem !important;
  }
  .mt-xxl-n57,
  .my-xxl-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-xxl-n57,
  .mx-xxl-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-xxl-n57,
  .my-xxl-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-xxl-n57,
  .mx-xxl-n57 {
    margin-left: -14.25rem !important;
  }
  .m-xxl-n56 {
    margin: -14rem !important;
  }
  .mt-xxl-n56,
  .my-xxl-n56 {
    margin-top: -14rem !important;
  }
  .mr-xxl-n56,
  .mx-xxl-n56 {
    margin-right: -14rem !important;
  }
  .mb-xxl-n56,
  .my-xxl-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-xxl-n56,
  .mx-xxl-n56 {
    margin-left: -14rem !important;
  }
  .m-xxl-n55 {
    margin: -13.75rem !important;
  }
  .mt-xxl-n55,
  .my-xxl-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-xxl-n55,
  .mx-xxl-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-xxl-n55,
  .my-xxl-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-xxl-n55,
  .mx-xxl-n55 {
    margin-left: -13.75rem !important;
  }
  .m-xxl-n54 {
    margin: -13.5rem !important;
  }
  .mt-xxl-n54,
  .my-xxl-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-xxl-n54,
  .mx-xxl-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-xxl-n54,
  .my-xxl-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xxl-n54,
  .mx-xxl-n54 {
    margin-left: -13.5rem !important;
  }
  .m-xxl-n53 {
    margin: -13.25rem !important;
  }
  .mt-xxl-n53,
  .my-xxl-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-xxl-n53,
  .mx-xxl-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-xxl-n53,
  .my-xxl-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-xxl-n53,
  .mx-xxl-n53 {
    margin-left: -13.25rem !important;
  }
  .m-xxl-n52 {
    margin: -13rem !important;
  }
  .mt-xxl-n52,
  .my-xxl-n52 {
    margin-top: -13rem !important;
  }
  .mr-xxl-n52,
  .mx-xxl-n52 {
    margin-right: -13rem !important;
  }
  .mb-xxl-n52,
  .my-xxl-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-xxl-n52,
  .mx-xxl-n52 {
    margin-left: -13rem !important;
  }
  .m-xxl-n51 {
    margin: -12.75rem !important;
  }
  .mt-xxl-n51,
  .my-xxl-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-xxl-n51,
  .mx-xxl-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-xxl-n51,
  .my-xxl-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-xxl-n51,
  .mx-xxl-n51 {
    margin-left: -12.75rem !important;
  }
  .m-xxl-n50 {
    margin: -12.5rem !important;
  }
  .mt-xxl-n50,
  .my-xxl-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-xxl-n50,
  .mx-xxl-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-xxl-n50,
  .my-xxl-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xxl-n50,
  .mx-xxl-n50 {
    margin-left: -12.5rem !important;
  }
  .m-xxl-n49 {
    margin: -12.25rem !important;
  }
  .mt-xxl-n49,
  .my-xxl-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-xxl-n49,
  .mx-xxl-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-xxl-n49,
  .my-xxl-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-xxl-n49,
  .mx-xxl-n49 {
    margin-left: -12.25rem !important;
  }
  .m-xxl-n48 {
    margin: -12rem !important;
  }
  .mt-xxl-n48,
  .my-xxl-n48 {
    margin-top: -12rem !important;
  }
  .mr-xxl-n48,
  .mx-xxl-n48 {
    margin-right: -12rem !important;
  }
  .mb-xxl-n48,
  .my-xxl-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-xxl-n48,
  .mx-xxl-n48 {
    margin-left: -12rem !important;
  }
  .m-xxl-n47 {
    margin: -11.75rem !important;
  }
  .mt-xxl-n47,
  .my-xxl-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-xxl-n47,
  .mx-xxl-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-xxl-n47,
  .my-xxl-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-xxl-n47,
  .mx-xxl-n47 {
    margin-left: -11.75rem !important;
  }
  .m-xxl-n46 {
    margin: -11.5rem !important;
  }
  .mt-xxl-n46,
  .my-xxl-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-xxl-n46,
  .mx-xxl-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-xxl-n46,
  .my-xxl-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xxl-n46,
  .mx-xxl-n46 {
    margin-left: -11.5rem !important;
  }
  .m-xxl-n45 {
    margin: -11.25rem !important;
  }
  .mt-xxl-n45,
  .my-xxl-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-xxl-n45,
  .mx-xxl-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-xxl-n45,
  .my-xxl-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xxl-n45,
  .mx-xxl-n45 {
    margin-left: -11.25rem !important;
  }
  .m-xxl-n44 {
    margin: -11rem !important;
  }
  .mt-xxl-n44,
  .my-xxl-n44 {
    margin-top: -11rem !important;
  }
  .mr-xxl-n44,
  .mx-xxl-n44 {
    margin-right: -11rem !important;
  }
  .mb-xxl-n44,
  .my-xxl-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-xxl-n44,
  .mx-xxl-n44 {
    margin-left: -11rem !important;
  }
  .m-xxl-n43 {
    margin: -10.75rem !important;
  }
  .mt-xxl-n43,
  .my-xxl-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-xxl-n43,
  .mx-xxl-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-xxl-n43,
  .my-xxl-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xxl-n43,
  .mx-xxl-n43 {
    margin-left: -10.75rem !important;
  }
  .m-xxl-n42 {
    margin: -10.5rem !important;
  }
  .mt-xxl-n42,
  .my-xxl-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-xxl-n42,
  .mx-xxl-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-xxl-n42,
  .my-xxl-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xxl-n42,
  .mx-xxl-n42 {
    margin-left: -10.5rem !important;
  }
  .m-xxl-n41 {
    margin: -10.25rem !important;
  }
  .mt-xxl-n41,
  .my-xxl-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-xxl-n41,
  .mx-xxl-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-xxl-n41,
  .my-xxl-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xxl-n41,
  .mx-xxl-n41 {
    margin-left: -10.25rem !important;
  }
  .m-xxl-n40 {
    margin: -10rem !important;
  }
  .mt-xxl-n40,
  .my-xxl-n40 {
    margin-top: -10rem !important;
  }
  .mr-xxl-n40,
  .mx-xxl-n40 {
    margin-right: -10rem !important;
  }
  .mb-xxl-n40,
  .my-xxl-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-xxl-n40,
  .mx-xxl-n40 {
    margin-left: -10rem !important;
  }
  .m-xxl-n39 {
    margin: -9.75rem !important;
  }
  .mt-xxl-n39,
  .my-xxl-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-xxl-n39,
  .mx-xxl-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-xxl-n39,
  .my-xxl-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xxl-n39,
  .mx-xxl-n39 {
    margin-left: -9.75rem !important;
  }
  .m-xxl-n38 {
    margin: -9.5rem !important;
  }
  .mt-xxl-n38,
  .my-xxl-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-xxl-n38,
  .mx-xxl-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-xxl-n38,
  .my-xxl-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xxl-n38,
  .mx-xxl-n38 {
    margin-left: -9.5rem !important;
  }
  .m-xxl-n37 {
    margin: -9.25rem !important;
  }
  .mt-xxl-n37,
  .my-xxl-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-xxl-n37,
  .mx-xxl-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-xxl-n37,
  .my-xxl-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xxl-n37,
  .mx-xxl-n37 {
    margin-left: -9.25rem !important;
  }
  .m-xxl-n36 {
    margin: -9rem !important;
  }
  .mt-xxl-n36,
  .my-xxl-n36 {
    margin-top: -9rem !important;
  }
  .mr-xxl-n36,
  .mx-xxl-n36 {
    margin-right: -9rem !important;
  }
  .mb-xxl-n36,
  .my-xxl-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-xxl-n36,
  .mx-xxl-n36 {
    margin-left: -9rem !important;
  }
  .m-xxl-n35 {
    margin: -8.75rem !important;
  }
  .mt-xxl-n35,
  .my-xxl-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-xxl-n35,
  .mx-xxl-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-xxl-n35,
  .my-xxl-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xxl-n35,
  .mx-xxl-n35 {
    margin-left: -8.75rem !important;
  }
  .m-xxl-n34 {
    margin: -8.5rem !important;
  }
  .mt-xxl-n34,
  .my-xxl-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-xxl-n34,
  .mx-xxl-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-xxl-n34,
  .my-xxl-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xxl-n34,
  .mx-xxl-n34 {
    margin-left: -8.5rem !important;
  }
  .m-xxl-n33 {
    margin: -8.25rem !important;
  }
  .mt-xxl-n33,
  .my-xxl-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-xxl-n33,
  .mx-xxl-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-xxl-n33,
  .my-xxl-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xxl-n33,
  .mx-xxl-n33 {
    margin-left: -8.25rem !important;
  }
  .m-xxl-n32 {
    margin: -8rem !important;
  }
  .mt-xxl-n32,
  .my-xxl-n32 {
    margin-top: -8rem !important;
  }
  .mr-xxl-n32,
  .mx-xxl-n32 {
    margin-right: -8rem !important;
  }
  .mb-xxl-n32,
  .my-xxl-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-xxl-n32,
  .mx-xxl-n32 {
    margin-left: -8rem !important;
  }
  .m-xxl-n31 {
    margin: -7.75rem !important;
  }
  .mt-xxl-n31,
  .my-xxl-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-xxl-n31,
  .mx-xxl-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-xxl-n31,
  .my-xxl-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xxl-n31,
  .mx-xxl-n31 {
    margin-left: -7.75rem !important;
  }
  .m-xxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxl-n30,
  .my-xxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxl-n30,
  .mx-xxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxl-n30,
  .my-xxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxl-n30,
  .mx-xxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxl-n29,
  .my-xxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxl-n29,
  .mx-xxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxl-n29,
  .my-xxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxl-n29,
  .mx-xxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxl-n28,
  .my-xxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxl-n28,
  .mx-xxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxl-n28,
  .my-xxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxl-n28,
  .mx-xxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxl-n27,
  .my-xxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxl-n27,
  .mx-xxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxl-n27,
  .my-xxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxl-n27,
  .mx-xxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxl-n26,
  .my-xxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxl-n26,
  .mx-xxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxl-n26,
  .my-xxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxl-n26,
  .mx-xxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxl-n25,
  .my-xxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxl-n25,
  .mx-xxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxl-n25,
  .my-xxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxl-n25,
  .mx-xxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxl-n24,
  .my-xxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n24,
  .mx-xxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n24,
  .my-xxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n24,
  .mx-xxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxl-n23,
  .my-xxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxl-n23,
  .mx-xxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxl-n23,
  .my-xxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxl-n23,
  .mx-xxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxl-n22,
  .my-xxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxl-n22,
  .mx-xxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxl-n22,
  .my-xxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxl-n22,
  .mx-xxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxl-n21,
  .my-xxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxl-n21,
  .mx-xxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxl-n21,
  .my-xxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxl-n21,
  .mx-xxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxl-n20,
  .my-xxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n20,
  .mx-xxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n20,
  .my-xxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n20,
  .mx-xxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxl-n19,
  .my-xxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxl-n19,
  .mx-xxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxl-n19,
  .my-xxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxl-n19,
  .mx-xxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n18,
  .my-xxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n18,
  .mx-xxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n18,
  .my-xxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n18,
  .mx-xxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxl-n17,
  .my-xxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxl-n17,
  .mx-xxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxl-n17,
  .my-xxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxl-n17,
  .mx-xxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxl-n16,
  .my-xxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n16,
  .mx-xxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n16,
  .my-xxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n16,
  .mx-xxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n0 {
    margin: 0rem !important;
  }
  .mt-xxl-n0,
  .my-xxl-n0 {
    margin-top: 0rem !important;
  }
  .mr-xxl-n0,
  .mx-xxl-n0 {
    margin-right: 0rem !important;
  }
  .mb-xxl-n0,
  .my-xxl-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxl-n0,
  .mx-xxl-n0 {
    margin-left: 0rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600.02px) {
  .m-xxxl-60 {
    margin: 15rem !important;
  }
  .mt-xxxl-60,
  .my-xxxl-60 {
    margin-top: 15rem !important;
  }
  .mr-xxxl-60,
  .mx-xxxl-60 {
    margin-right: 15rem !important;
  }
  .mb-xxxl-60,
  .my-xxxl-60 {
    margin-bottom: 15rem !important;
  }
  .ml-xxxl-60,
  .mx-xxxl-60 {
    margin-left: 15rem !important;
  }
  .m-xxxl-59 {
    margin: 14.75rem !important;
  }
  .mt-xxxl-59,
  .my-xxxl-59 {
    margin-top: 14.75rem !important;
  }
  .mr-xxxl-59,
  .mx-xxxl-59 {
    margin-right: 14.75rem !important;
  }
  .mb-xxxl-59,
  .my-xxxl-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-xxxl-59,
  .mx-xxxl-59 {
    margin-left: 14.75rem !important;
  }
  .m-xxxl-58 {
    margin: 14.5rem !important;
  }
  .mt-xxxl-58,
  .my-xxxl-58 {
    margin-top: 14.5rem !important;
  }
  .mr-xxxl-58,
  .mx-xxxl-58 {
    margin-right: 14.5rem !important;
  }
  .mb-xxxl-58,
  .my-xxxl-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xxxl-58,
  .mx-xxxl-58 {
    margin-left: 14.5rem !important;
  }
  .m-xxxl-57 {
    margin: 14.25rem !important;
  }
  .mt-xxxl-57,
  .my-xxxl-57 {
    margin-top: 14.25rem !important;
  }
  .mr-xxxl-57,
  .mx-xxxl-57 {
    margin-right: 14.25rem !important;
  }
  .mb-xxxl-57,
  .my-xxxl-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-xxxl-57,
  .mx-xxxl-57 {
    margin-left: 14.25rem !important;
  }
  .m-xxxl-56 {
    margin: 14rem !important;
  }
  .mt-xxxl-56,
  .my-xxxl-56 {
    margin-top: 14rem !important;
  }
  .mr-xxxl-56,
  .mx-xxxl-56 {
    margin-right: 14rem !important;
  }
  .mb-xxxl-56,
  .my-xxxl-56 {
    margin-bottom: 14rem !important;
  }
  .ml-xxxl-56,
  .mx-xxxl-56 {
    margin-left: 14rem !important;
  }
  .m-xxxl-55 {
    margin: 13.75rem !important;
  }
  .mt-xxxl-55,
  .my-xxxl-55 {
    margin-top: 13.75rem !important;
  }
  .mr-xxxl-55,
  .mx-xxxl-55 {
    margin-right: 13.75rem !important;
  }
  .mb-xxxl-55,
  .my-xxxl-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-xxxl-55,
  .mx-xxxl-55 {
    margin-left: 13.75rem !important;
  }
  .m-xxxl-54 {
    margin: 13.5rem !important;
  }
  .mt-xxxl-54,
  .my-xxxl-54 {
    margin-top: 13.5rem !important;
  }
  .mr-xxxl-54,
  .mx-xxxl-54 {
    margin-right: 13.5rem !important;
  }
  .mb-xxxl-54,
  .my-xxxl-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xxxl-54,
  .mx-xxxl-54 {
    margin-left: 13.5rem !important;
  }
  .m-xxxl-53 {
    margin: 13.25rem !important;
  }
  .mt-xxxl-53,
  .my-xxxl-53 {
    margin-top: 13.25rem !important;
  }
  .mr-xxxl-53,
  .mx-xxxl-53 {
    margin-right: 13.25rem !important;
  }
  .mb-xxxl-53,
  .my-xxxl-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-xxxl-53,
  .mx-xxxl-53 {
    margin-left: 13.25rem !important;
  }
  .m-xxxl-52 {
    margin: 13rem !important;
  }
  .mt-xxxl-52,
  .my-xxxl-52 {
    margin-top: 13rem !important;
  }
  .mr-xxxl-52,
  .mx-xxxl-52 {
    margin-right: 13rem !important;
  }
  .mb-xxxl-52,
  .my-xxxl-52 {
    margin-bottom: 13rem !important;
  }
  .ml-xxxl-52,
  .mx-xxxl-52 {
    margin-left: 13rem !important;
  }
  .m-xxxl-51 {
    margin: 12.75rem !important;
  }
  .mt-xxxl-51,
  .my-xxxl-51 {
    margin-top: 12.75rem !important;
  }
  .mr-xxxl-51,
  .mx-xxxl-51 {
    margin-right: 12.75rem !important;
  }
  .mb-xxxl-51,
  .my-xxxl-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-xxxl-51,
  .mx-xxxl-51 {
    margin-left: 12.75rem !important;
  }
  .m-xxxl-50 {
    margin: 12.5rem !important;
  }
  .mt-xxxl-50,
  .my-xxxl-50 {
    margin-top: 12.5rem !important;
  }
  .mr-xxxl-50,
  .mx-xxxl-50 {
    margin-right: 12.5rem !important;
  }
  .mb-xxxl-50,
  .my-xxxl-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xxxl-50,
  .mx-xxxl-50 {
    margin-left: 12.5rem !important;
  }
  .m-xxxl-49 {
    margin: 12.25rem !important;
  }
  .mt-xxxl-49,
  .my-xxxl-49 {
    margin-top: 12.25rem !important;
  }
  .mr-xxxl-49,
  .mx-xxxl-49 {
    margin-right: 12.25rem !important;
  }
  .mb-xxxl-49,
  .my-xxxl-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-xxxl-49,
  .mx-xxxl-49 {
    margin-left: 12.25rem !important;
  }
  .m-xxxl-48 {
    margin: 12rem !important;
  }
  .mt-xxxl-48,
  .my-xxxl-48 {
    margin-top: 12rem !important;
  }
  .mr-xxxl-48,
  .mx-xxxl-48 {
    margin-right: 12rem !important;
  }
  .mb-xxxl-48,
  .my-xxxl-48 {
    margin-bottom: 12rem !important;
  }
  .ml-xxxl-48,
  .mx-xxxl-48 {
    margin-left: 12rem !important;
  }
  .m-xxxl-47 {
    margin: 11.75rem !important;
  }
  .mt-xxxl-47,
  .my-xxxl-47 {
    margin-top: 11.75rem !important;
  }
  .mr-xxxl-47,
  .mx-xxxl-47 {
    margin-right: 11.75rem !important;
  }
  .mb-xxxl-47,
  .my-xxxl-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-xxxl-47,
  .mx-xxxl-47 {
    margin-left: 11.75rem !important;
  }
  .m-xxxl-46 {
    margin: 11.5rem !important;
  }
  .mt-xxxl-46,
  .my-xxxl-46 {
    margin-top: 11.5rem !important;
  }
  .mr-xxxl-46,
  .mx-xxxl-46 {
    margin-right: 11.5rem !important;
  }
  .mb-xxxl-46,
  .my-xxxl-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xxxl-46,
  .mx-xxxl-46 {
    margin-left: 11.5rem !important;
  }
  .m-xxxl-45 {
    margin: 11.25rem !important;
  }
  .mt-xxxl-45,
  .my-xxxl-45 {
    margin-top: 11.25rem !important;
  }
  .mr-xxxl-45,
  .mx-xxxl-45 {
    margin-right: 11.25rem !important;
  }
  .mb-xxxl-45,
  .my-xxxl-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xxxl-45,
  .mx-xxxl-45 {
    margin-left: 11.25rem !important;
  }
  .m-xxxl-44 {
    margin: 11rem !important;
  }
  .mt-xxxl-44,
  .my-xxxl-44 {
    margin-top: 11rem !important;
  }
  .mr-xxxl-44,
  .mx-xxxl-44 {
    margin-right: 11rem !important;
  }
  .mb-xxxl-44,
  .my-xxxl-44 {
    margin-bottom: 11rem !important;
  }
  .ml-xxxl-44,
  .mx-xxxl-44 {
    margin-left: 11rem !important;
  }
  .m-xxxl-43 {
    margin: 10.75rem !important;
  }
  .mt-xxxl-43,
  .my-xxxl-43 {
    margin-top: 10.75rem !important;
  }
  .mr-xxxl-43,
  .mx-xxxl-43 {
    margin-right: 10.75rem !important;
  }
  .mb-xxxl-43,
  .my-xxxl-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xxxl-43,
  .mx-xxxl-43 {
    margin-left: 10.75rem !important;
  }
  .m-xxxl-42 {
    margin: 10.5rem !important;
  }
  .mt-xxxl-42,
  .my-xxxl-42 {
    margin-top: 10.5rem !important;
  }
  .mr-xxxl-42,
  .mx-xxxl-42 {
    margin-right: 10.5rem !important;
  }
  .mb-xxxl-42,
  .my-xxxl-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xxxl-42,
  .mx-xxxl-42 {
    margin-left: 10.5rem !important;
  }
  .m-xxxl-41 {
    margin: 10.25rem !important;
  }
  .mt-xxxl-41,
  .my-xxxl-41 {
    margin-top: 10.25rem !important;
  }
  .mr-xxxl-41,
  .mx-xxxl-41 {
    margin-right: 10.25rem !important;
  }
  .mb-xxxl-41,
  .my-xxxl-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xxxl-41,
  .mx-xxxl-41 {
    margin-left: 10.25rem !important;
  }
  .m-xxxl-40 {
    margin: 10rem !important;
  }
  .mt-xxxl-40,
  .my-xxxl-40 {
    margin-top: 10rem !important;
  }
  .mr-xxxl-40,
  .mx-xxxl-40 {
    margin-right: 10rem !important;
  }
  .mb-xxxl-40,
  .my-xxxl-40 {
    margin-bottom: 10rem !important;
  }
  .ml-xxxl-40,
  .mx-xxxl-40 {
    margin-left: 10rem !important;
  }
  .m-xxxl-39 {
    margin: 9.75rem !important;
  }
  .mt-xxxl-39,
  .my-xxxl-39 {
    margin-top: 9.75rem !important;
  }
  .mr-xxxl-39,
  .mx-xxxl-39 {
    margin-right: 9.75rem !important;
  }
  .mb-xxxl-39,
  .my-xxxl-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xxxl-39,
  .mx-xxxl-39 {
    margin-left: 9.75rem !important;
  }
  .m-xxxl-38 {
    margin: 9.5rem !important;
  }
  .mt-xxxl-38,
  .my-xxxl-38 {
    margin-top: 9.5rem !important;
  }
  .mr-xxxl-38,
  .mx-xxxl-38 {
    margin-right: 9.5rem !important;
  }
  .mb-xxxl-38,
  .my-xxxl-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxxl-38,
  .mx-xxxl-38 {
    margin-left: 9.5rem !important;
  }
  .m-xxxl-37 {
    margin: 9.25rem !important;
  }
  .mt-xxxl-37,
  .my-xxxl-37 {
    margin-top: 9.25rem !important;
  }
  .mr-xxxl-37,
  .mx-xxxl-37 {
    margin-right: 9.25rem !important;
  }
  .mb-xxxl-37,
  .my-xxxl-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xxxl-37,
  .mx-xxxl-37 {
    margin-left: 9.25rem !important;
  }
  .m-xxxl-36 {
    margin: 9rem !important;
  }
  .mt-xxxl-36,
  .my-xxxl-36 {
    margin-top: 9rem !important;
  }
  .mr-xxxl-36,
  .mx-xxxl-36 {
    margin-right: 9rem !important;
  }
  .mb-xxxl-36,
  .my-xxxl-36 {
    margin-bottom: 9rem !important;
  }
  .ml-xxxl-36,
  .mx-xxxl-36 {
    margin-left: 9rem !important;
  }
  .m-xxxl-35 {
    margin: 8.75rem !important;
  }
  .mt-xxxl-35,
  .my-xxxl-35 {
    margin-top: 8.75rem !important;
  }
  .mr-xxxl-35,
  .mx-xxxl-35 {
    margin-right: 8.75rem !important;
  }
  .mb-xxxl-35,
  .my-xxxl-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xxxl-35,
  .mx-xxxl-35 {
    margin-left: 8.75rem !important;
  }
  .m-xxxl-34 {
    margin: 8.5rem !important;
  }
  .mt-xxxl-34,
  .my-xxxl-34 {
    margin-top: 8.5rem !important;
  }
  .mr-xxxl-34,
  .mx-xxxl-34 {
    margin-right: 8.5rem !important;
  }
  .mb-xxxl-34,
  .my-xxxl-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxxl-34,
  .mx-xxxl-34 {
    margin-left: 8.5rem !important;
  }
  .m-xxxl-33 {
    margin: 8.25rem !important;
  }
  .mt-xxxl-33,
  .my-xxxl-33 {
    margin-top: 8.25rem !important;
  }
  .mr-xxxl-33,
  .mx-xxxl-33 {
    margin-right: 8.25rem !important;
  }
  .mb-xxxl-33,
  .my-xxxl-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xxxl-33,
  .mx-xxxl-33 {
    margin-left: 8.25rem !important;
  }
  .m-xxxl-32 {
    margin: 8rem !important;
  }
  .mt-xxxl-32,
  .my-xxxl-32 {
    margin-top: 8rem !important;
  }
  .mr-xxxl-32,
  .mx-xxxl-32 {
    margin-right: 8rem !important;
  }
  .mb-xxxl-32,
  .my-xxxl-32 {
    margin-bottom: 8rem !important;
  }
  .ml-xxxl-32,
  .mx-xxxl-32 {
    margin-left: 8rem !important;
  }
  .m-xxxl-31 {
    margin: 7.75rem !important;
  }
  .mt-xxxl-31,
  .my-xxxl-31 {
    margin-top: 7.75rem !important;
  }
  .mr-xxxl-31,
  .mx-xxxl-31 {
    margin-right: 7.75rem !important;
  }
  .mb-xxxl-31,
  .my-xxxl-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xxxl-31,
  .mx-xxxl-31 {
    margin-left: 7.75rem !important;
  }
  .m-xxxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxxl-30,
  .my-xxxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxl-30,
  .mx-xxxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxl-30,
  .my-xxxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxl-30,
  .mx-xxxl-30 {
    margin-left: 7.5rem !important;
  }
  .m-xxxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxxl-29,
  .my-xxxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxxl-29,
  .mx-xxxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxxl-29,
  .my-xxxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxxl-29,
  .mx-xxxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxxl-28 {
    margin: 7rem !important;
  }
  .mt-xxxl-28,
  .my-xxxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxxl-28,
  .mx-xxxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxxl-28,
  .my-xxxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxl-28,
  .mx-xxxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxxl-27,
  .my-xxxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxxl-27,
  .mx-xxxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxxl-27,
  .my-xxxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxxl-27,
  .mx-xxxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxxl-26,
  .my-xxxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxl-26,
  .mx-xxxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxl-26,
  .my-xxxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxl-26,
  .mx-xxxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxxl-25,
  .my-xxxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxxl-25,
  .mx-xxxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxxl-25,
  .my-xxxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxxl-25,
  .mx-xxxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxxl-24 {
    margin: 6rem !important;
  }
  .mt-xxxl-24,
  .my-xxxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxxl-24,
  .mx-xxxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxxl-24,
  .my-xxxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxl-24,
  .mx-xxxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxxl-23,
  .my-xxxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxxl-23,
  .mx-xxxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxxl-23,
  .my-xxxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxxl-23,
  .mx-xxxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxxl-22,
  .my-xxxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxl-22,
  .mx-xxxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxl-22,
  .my-xxxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxl-22,
  .mx-xxxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxxl-21,
  .my-xxxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxxl-21,
  .mx-xxxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxxl-21,
  .my-xxxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxxl-21,
  .mx-xxxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxxl-20 {
    margin: 5rem !important;
  }
  .mt-xxxl-20,
  .my-xxxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxxl-20,
  .mx-xxxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxxl-20,
  .my-xxxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxl-20,
  .mx-xxxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxxl-19,
  .my-xxxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxxl-19,
  .mx-xxxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxxl-19,
  .my-xxxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxxl-19,
  .mx-xxxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxxl-18,
  .my-xxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxl-18,
  .mx-xxxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxl-18,
  .my-xxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxl-18,
  .mx-xxxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxxl-17,
  .my-xxxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxxl-17,
  .mx-xxxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxxl-17,
  .my-xxxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxxl-17,
  .mx-xxxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxxl-16 {
    margin: 4rem !important;
  }
  .mt-xxxl-16,
  .my-xxxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxxl-16,
  .mx-xxxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxxl-16,
  .my-xxxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxl-16,
  .mx-xxxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxxl-15,
  .my-xxxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxxl-15,
  .mx-xxxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxxl-15,
  .my-xxxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxxl-15,
  .mx-xxxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxxl-14,
  .my-xxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxl-14,
  .mx-xxxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxl-14,
  .my-xxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxl-14,
  .mx-xxxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxxl-13,
  .my-xxxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxxl-13,
  .mx-xxxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxxl-13,
  .my-xxxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxxl-13,
  .mx-xxxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxxl-12 {
    margin: 3rem !important;
  }
  .mt-xxxl-12,
  .my-xxxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-12,
  .mx-xxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-12,
  .my-xxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-12,
  .mx-xxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxxl-11,
  .my-xxxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxxl-11,
  .mx-xxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxl-11,
  .my-xxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxxl-11,
  .mx-xxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxxl-10,
  .my-xxxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxl-10,
  .mx-xxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-10,
  .my-xxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxl-10,
  .mx-xxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxxl-9,
  .my-xxxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxxl-9,
  .mx-xxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxl-9,
  .my-xxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxxl-9,
  .mx-xxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxl-8 {
    margin: 2rem !important;
  }
  .mt-xxxl-8,
  .my-xxxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxxl-8,
  .mx-xxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxl-8,
  .my-xxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxl-8,
  .mx-xxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxxl-7,
  .my-xxxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxxl-7,
  .mx-xxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxl-7,
  .my-xxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxxl-7,
  .mx-xxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxl-4 {
    margin: 1rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-0 {
    margin: 0rem !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0rem !important;
  }
  .p-xxxl-60 {
    padding: 15rem !important;
  }
  .pt-xxxl-60,
  .py-xxxl-60 {
    padding-top: 15rem !important;
  }
  .pr-xxxl-60,
  .px-xxxl-60 {
    padding-right: 15rem !important;
  }
  .pb-xxxl-60,
  .py-xxxl-60 {
    padding-bottom: 15rem !important;
  }
  .pl-xxxl-60,
  .px-xxxl-60 {
    padding-left: 15rem !important;
  }
  .p-xxxl-59 {
    padding: 14.75rem !important;
  }
  .pt-xxxl-59,
  .py-xxxl-59 {
    padding-top: 14.75rem !important;
  }
  .pr-xxxl-59,
  .px-xxxl-59 {
    padding-right: 14.75rem !important;
  }
  .pb-xxxl-59,
  .py-xxxl-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-xxxl-59,
  .px-xxxl-59 {
    padding-left: 14.75rem !important;
  }
  .p-xxxl-58 {
    padding: 14.5rem !important;
  }
  .pt-xxxl-58,
  .py-xxxl-58 {
    padding-top: 14.5rem !important;
  }
  .pr-xxxl-58,
  .px-xxxl-58 {
    padding-right: 14.5rem !important;
  }
  .pb-xxxl-58,
  .py-xxxl-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xxxl-58,
  .px-xxxl-58 {
    padding-left: 14.5rem !important;
  }
  .p-xxxl-57 {
    padding: 14.25rem !important;
  }
  .pt-xxxl-57,
  .py-xxxl-57 {
    padding-top: 14.25rem !important;
  }
  .pr-xxxl-57,
  .px-xxxl-57 {
    padding-right: 14.25rem !important;
  }
  .pb-xxxl-57,
  .py-xxxl-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-xxxl-57,
  .px-xxxl-57 {
    padding-left: 14.25rem !important;
  }
  .p-xxxl-56 {
    padding: 14rem !important;
  }
  .pt-xxxl-56,
  .py-xxxl-56 {
    padding-top: 14rem !important;
  }
  .pr-xxxl-56,
  .px-xxxl-56 {
    padding-right: 14rem !important;
  }
  .pb-xxxl-56,
  .py-xxxl-56 {
    padding-bottom: 14rem !important;
  }
  .pl-xxxl-56,
  .px-xxxl-56 {
    padding-left: 14rem !important;
  }
  .p-xxxl-55 {
    padding: 13.75rem !important;
  }
  .pt-xxxl-55,
  .py-xxxl-55 {
    padding-top: 13.75rem !important;
  }
  .pr-xxxl-55,
  .px-xxxl-55 {
    padding-right: 13.75rem !important;
  }
  .pb-xxxl-55,
  .py-xxxl-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-xxxl-55,
  .px-xxxl-55 {
    padding-left: 13.75rem !important;
  }
  .p-xxxl-54 {
    padding: 13.5rem !important;
  }
  .pt-xxxl-54,
  .py-xxxl-54 {
    padding-top: 13.5rem !important;
  }
  .pr-xxxl-54,
  .px-xxxl-54 {
    padding-right: 13.5rem !important;
  }
  .pb-xxxl-54,
  .py-xxxl-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xxxl-54,
  .px-xxxl-54 {
    padding-left: 13.5rem !important;
  }
  .p-xxxl-53 {
    padding: 13.25rem !important;
  }
  .pt-xxxl-53,
  .py-xxxl-53 {
    padding-top: 13.25rem !important;
  }
  .pr-xxxl-53,
  .px-xxxl-53 {
    padding-right: 13.25rem !important;
  }
  .pb-xxxl-53,
  .py-xxxl-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-xxxl-53,
  .px-xxxl-53 {
    padding-left: 13.25rem !important;
  }
  .p-xxxl-52 {
    padding: 13rem !important;
  }
  .pt-xxxl-52,
  .py-xxxl-52 {
    padding-top: 13rem !important;
  }
  .pr-xxxl-52,
  .px-xxxl-52 {
    padding-right: 13rem !important;
  }
  .pb-xxxl-52,
  .py-xxxl-52 {
    padding-bottom: 13rem !important;
  }
  .pl-xxxl-52,
  .px-xxxl-52 {
    padding-left: 13rem !important;
  }
  .p-xxxl-51 {
    padding: 12.75rem !important;
  }
  .pt-xxxl-51,
  .py-xxxl-51 {
    padding-top: 12.75rem !important;
  }
  .pr-xxxl-51,
  .px-xxxl-51 {
    padding-right: 12.75rem !important;
  }
  .pb-xxxl-51,
  .py-xxxl-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-xxxl-51,
  .px-xxxl-51 {
    padding-left: 12.75rem !important;
  }
  .p-xxxl-50 {
    padding: 12.5rem !important;
  }
  .pt-xxxl-50,
  .py-xxxl-50 {
    padding-top: 12.5rem !important;
  }
  .pr-xxxl-50,
  .px-xxxl-50 {
    padding-right: 12.5rem !important;
  }
  .pb-xxxl-50,
  .py-xxxl-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xxxl-50,
  .px-xxxl-50 {
    padding-left: 12.5rem !important;
  }
  .p-xxxl-49 {
    padding: 12.25rem !important;
  }
  .pt-xxxl-49,
  .py-xxxl-49 {
    padding-top: 12.25rem !important;
  }
  .pr-xxxl-49,
  .px-xxxl-49 {
    padding-right: 12.25rem !important;
  }
  .pb-xxxl-49,
  .py-xxxl-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-xxxl-49,
  .px-xxxl-49 {
    padding-left: 12.25rem !important;
  }
  .p-xxxl-48 {
    padding: 12rem !important;
  }
  .pt-xxxl-48,
  .py-xxxl-48 {
    padding-top: 12rem !important;
  }
  .pr-xxxl-48,
  .px-xxxl-48 {
    padding-right: 12rem !important;
  }
  .pb-xxxl-48,
  .py-xxxl-48 {
    padding-bottom: 12rem !important;
  }
  .pl-xxxl-48,
  .px-xxxl-48 {
    padding-left: 12rem !important;
  }
  .p-xxxl-47 {
    padding: 11.75rem !important;
  }
  .pt-xxxl-47,
  .py-xxxl-47 {
    padding-top: 11.75rem !important;
  }
  .pr-xxxl-47,
  .px-xxxl-47 {
    padding-right: 11.75rem !important;
  }
  .pb-xxxl-47,
  .py-xxxl-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-xxxl-47,
  .px-xxxl-47 {
    padding-left: 11.75rem !important;
  }
  .p-xxxl-46 {
    padding: 11.5rem !important;
  }
  .pt-xxxl-46,
  .py-xxxl-46 {
    padding-top: 11.5rem !important;
  }
  .pr-xxxl-46,
  .px-xxxl-46 {
    padding-right: 11.5rem !important;
  }
  .pb-xxxl-46,
  .py-xxxl-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xxxl-46,
  .px-xxxl-46 {
    padding-left: 11.5rem !important;
  }
  .p-xxxl-45 {
    padding: 11.25rem !important;
  }
  .pt-xxxl-45,
  .py-xxxl-45 {
    padding-top: 11.25rem !important;
  }
  .pr-xxxl-45,
  .px-xxxl-45 {
    padding-right: 11.25rem !important;
  }
  .pb-xxxl-45,
  .py-xxxl-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xxxl-45,
  .px-xxxl-45 {
    padding-left: 11.25rem !important;
  }
  .p-xxxl-44 {
    padding: 11rem !important;
  }
  .pt-xxxl-44,
  .py-xxxl-44 {
    padding-top: 11rem !important;
  }
  .pr-xxxl-44,
  .px-xxxl-44 {
    padding-right: 11rem !important;
  }
  .pb-xxxl-44,
  .py-xxxl-44 {
    padding-bottom: 11rem !important;
  }
  .pl-xxxl-44,
  .px-xxxl-44 {
    padding-left: 11rem !important;
  }
  .p-xxxl-43 {
    padding: 10.75rem !important;
  }
  .pt-xxxl-43,
  .py-xxxl-43 {
    padding-top: 10.75rem !important;
  }
  .pr-xxxl-43,
  .px-xxxl-43 {
    padding-right: 10.75rem !important;
  }
  .pb-xxxl-43,
  .py-xxxl-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xxxl-43,
  .px-xxxl-43 {
    padding-left: 10.75rem !important;
  }
  .p-xxxl-42 {
    padding: 10.5rem !important;
  }
  .pt-xxxl-42,
  .py-xxxl-42 {
    padding-top: 10.5rem !important;
  }
  .pr-xxxl-42,
  .px-xxxl-42 {
    padding-right: 10.5rem !important;
  }
  .pb-xxxl-42,
  .py-xxxl-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xxxl-42,
  .px-xxxl-42 {
    padding-left: 10.5rem !important;
  }
  .p-xxxl-41 {
    padding: 10.25rem !important;
  }
  .pt-xxxl-41,
  .py-xxxl-41 {
    padding-top: 10.25rem !important;
  }
  .pr-xxxl-41,
  .px-xxxl-41 {
    padding-right: 10.25rem !important;
  }
  .pb-xxxl-41,
  .py-xxxl-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xxxl-41,
  .px-xxxl-41 {
    padding-left: 10.25rem !important;
  }
  .p-xxxl-40 {
    padding: 10rem !important;
  }
  .pt-xxxl-40,
  .py-xxxl-40 {
    padding-top: 10rem !important;
  }
  .pr-xxxl-40,
  .px-xxxl-40 {
    padding-right: 10rem !important;
  }
  .pb-xxxl-40,
  .py-xxxl-40 {
    padding-bottom: 10rem !important;
  }
  .pl-xxxl-40,
  .px-xxxl-40 {
    padding-left: 10rem !important;
  }
  .p-xxxl-39 {
    padding: 9.75rem !important;
  }
  .pt-xxxl-39,
  .py-xxxl-39 {
    padding-top: 9.75rem !important;
  }
  .pr-xxxl-39,
  .px-xxxl-39 {
    padding-right: 9.75rem !important;
  }
  .pb-xxxl-39,
  .py-xxxl-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xxxl-39,
  .px-xxxl-39 {
    padding-left: 9.75rem !important;
  }
  .p-xxxl-38 {
    padding: 9.5rem !important;
  }
  .pt-xxxl-38,
  .py-xxxl-38 {
    padding-top: 9.5rem !important;
  }
  .pr-xxxl-38,
  .px-xxxl-38 {
    padding-right: 9.5rem !important;
  }
  .pb-xxxl-38,
  .py-xxxl-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxxl-38,
  .px-xxxl-38 {
    padding-left: 9.5rem !important;
  }
  .p-xxxl-37 {
    padding: 9.25rem !important;
  }
  .pt-xxxl-37,
  .py-xxxl-37 {
    padding-top: 9.25rem !important;
  }
  .pr-xxxl-37,
  .px-xxxl-37 {
    padding-right: 9.25rem !important;
  }
  .pb-xxxl-37,
  .py-xxxl-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xxxl-37,
  .px-xxxl-37 {
    padding-left: 9.25rem !important;
  }
  .p-xxxl-36 {
    padding: 9rem !important;
  }
  .pt-xxxl-36,
  .py-xxxl-36 {
    padding-top: 9rem !important;
  }
  .pr-xxxl-36,
  .px-xxxl-36 {
    padding-right: 9rem !important;
  }
  .pb-xxxl-36,
  .py-xxxl-36 {
    padding-bottom: 9rem !important;
  }
  .pl-xxxl-36,
  .px-xxxl-36 {
    padding-left: 9rem !important;
  }
  .p-xxxl-35 {
    padding: 8.75rem !important;
  }
  .pt-xxxl-35,
  .py-xxxl-35 {
    padding-top: 8.75rem !important;
  }
  .pr-xxxl-35,
  .px-xxxl-35 {
    padding-right: 8.75rem !important;
  }
  .pb-xxxl-35,
  .py-xxxl-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xxxl-35,
  .px-xxxl-35 {
    padding-left: 8.75rem !important;
  }
  .p-xxxl-34 {
    padding: 8.5rem !important;
  }
  .pt-xxxl-34,
  .py-xxxl-34 {
    padding-top: 8.5rem !important;
  }
  .pr-xxxl-34,
  .px-xxxl-34 {
    padding-right: 8.5rem !important;
  }
  .pb-xxxl-34,
  .py-xxxl-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxxl-34,
  .px-xxxl-34 {
    padding-left: 8.5rem !important;
  }
  .p-xxxl-33 {
    padding: 8.25rem !important;
  }
  .pt-xxxl-33,
  .py-xxxl-33 {
    padding-top: 8.25rem !important;
  }
  .pr-xxxl-33,
  .px-xxxl-33 {
    padding-right: 8.25rem !important;
  }
  .pb-xxxl-33,
  .py-xxxl-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xxxl-33,
  .px-xxxl-33 {
    padding-left: 8.25rem !important;
  }
  .p-xxxl-32 {
    padding: 8rem !important;
  }
  .pt-xxxl-32,
  .py-xxxl-32 {
    padding-top: 8rem !important;
  }
  .pr-xxxl-32,
  .px-xxxl-32 {
    padding-right: 8rem !important;
  }
  .pb-xxxl-32,
  .py-xxxl-32 {
    padding-bottom: 8rem !important;
  }
  .pl-xxxl-32,
  .px-xxxl-32 {
    padding-left: 8rem !important;
  }
  .p-xxxl-31 {
    padding: 7.75rem !important;
  }
  .pt-xxxl-31,
  .py-xxxl-31 {
    padding-top: 7.75rem !important;
  }
  .pr-xxxl-31,
  .px-xxxl-31 {
    padding-right: 7.75rem !important;
  }
  .pb-xxxl-31,
  .py-xxxl-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xxxl-31,
  .px-xxxl-31 {
    padding-left: 7.75rem !important;
  }
  .p-xxxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxxl-30,
  .py-xxxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxl-30,
  .px-xxxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxl-30,
  .py-xxxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxl-30,
  .px-xxxl-30 {
    padding-left: 7.5rem !important;
  }
  .p-xxxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxxl-29,
  .py-xxxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxxl-29,
  .px-xxxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxxl-29,
  .py-xxxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxxl-29,
  .px-xxxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxxl-28 {
    padding: 7rem !important;
  }
  .pt-xxxl-28,
  .py-xxxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxxl-28,
  .px-xxxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxxl-28,
  .py-xxxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxl-28,
  .px-xxxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxxl-27,
  .py-xxxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxxl-27,
  .px-xxxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxxl-27,
  .py-xxxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxxl-27,
  .px-xxxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxxl-26,
  .py-xxxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxl-26,
  .px-xxxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxl-26,
  .py-xxxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxl-26,
  .px-xxxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxxl-25,
  .py-xxxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxxl-25,
  .px-xxxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxxl-25,
  .py-xxxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxxl-25,
  .px-xxxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxxl-24 {
    padding: 6rem !important;
  }
  .pt-xxxl-24,
  .py-xxxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxxl-24,
  .px-xxxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxxl-24,
  .py-xxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxl-24,
  .px-xxxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxxl-23,
  .py-xxxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxxl-23,
  .px-xxxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxxl-23,
  .py-xxxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxxl-23,
  .px-xxxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxxl-22,
  .py-xxxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxl-22,
  .px-xxxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxl-22,
  .py-xxxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxl-22,
  .px-xxxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxxl-21,
  .py-xxxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxxl-21,
  .px-xxxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxxl-21,
  .py-xxxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxxl-21,
  .px-xxxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxxl-20 {
    padding: 5rem !important;
  }
  .pt-xxxl-20,
  .py-xxxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxxl-20,
  .px-xxxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxxl-20,
  .py-xxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxl-20,
  .px-xxxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxxl-19,
  .py-xxxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxxl-19,
  .px-xxxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxxl-19,
  .py-xxxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxxl-19,
  .px-xxxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxxl-18,
  .py-xxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxl-18,
  .px-xxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxl-18,
  .py-xxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxl-18,
  .px-xxxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxxl-17,
  .py-xxxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxxl-17,
  .px-xxxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxxl-17,
  .py-xxxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxxl-17,
  .px-xxxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxxl-16 {
    padding: 4rem !important;
  }
  .pt-xxxl-16,
  .py-xxxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxxl-16,
  .px-xxxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxxl-16,
  .py-xxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxl-16,
  .px-xxxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxxl-15,
  .py-xxxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxxl-15,
  .px-xxxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxl-15,
  .py-xxxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxxl-15,
  .px-xxxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxxl-14,
  .py-xxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxl-14,
  .px-xxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxl-14,
  .py-xxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxl-14,
  .px-xxxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxxl-13,
  .py-xxxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxxl-13,
  .px-xxxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxxl-13,
  .py-xxxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxxl-13,
  .px-xxxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxxl-12 {
    padding: 3rem !important;
  }
  .pt-xxxl-12,
  .py-xxxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-12,
  .px-xxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-12,
  .py-xxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-12,
  .px-xxxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxxl-11,
  .py-xxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxxl-11,
  .px-xxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxl-11,
  .py-xxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxxl-11,
  .px-xxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxxl-10,
  .py-xxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxl-10,
  .px-xxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-10,
  .py-xxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxl-10,
  .px-xxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxxl-9,
  .py-xxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxxl-9,
  .px-xxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxl-9,
  .py-xxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxxl-9,
  .px-xxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxl-8 {
    padding: 2rem !important;
  }
  .pt-xxxl-8,
  .py-xxxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxxl-8,
  .px-xxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxl-8,
  .py-xxxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxl-8,
  .px-xxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxxl-7,
  .py-xxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxxl-7,
  .px-xxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxl-7,
  .py-xxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxxl-7,
  .px-xxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxl-4 {
    padding: 1rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-0 {
    padding: 0rem !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0rem !important;
  }
  .m-xxxl-n60 {
    margin: -15rem !important;
  }
  .mt-xxxl-n60,
  .my-xxxl-n60 {
    margin-top: -15rem !important;
  }
  .mr-xxxl-n60,
  .mx-xxxl-n60 {
    margin-right: -15rem !important;
  }
  .mb-xxxl-n60,
  .my-xxxl-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-xxxl-n60,
  .mx-xxxl-n60 {
    margin-left: -15rem !important;
  }
  .m-xxxl-n59 {
    margin: -14.75rem !important;
  }
  .mt-xxxl-n59,
  .my-xxxl-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-xxxl-n59,
  .mx-xxxl-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-xxxl-n59,
  .my-xxxl-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-xxxl-n59,
  .mx-xxxl-n59 {
    margin-left: -14.75rem !important;
  }
  .m-xxxl-n58 {
    margin: -14.5rem !important;
  }
  .mt-xxxl-n58,
  .my-xxxl-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-xxxl-n58,
  .mx-xxxl-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-xxxl-n58,
  .my-xxxl-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xxxl-n58,
  .mx-xxxl-n58 {
    margin-left: -14.5rem !important;
  }
  .m-xxxl-n57 {
    margin: -14.25rem !important;
  }
  .mt-xxxl-n57,
  .my-xxxl-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-xxxl-n57,
  .mx-xxxl-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-xxxl-n57,
  .my-xxxl-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-xxxl-n57,
  .mx-xxxl-n57 {
    margin-left: -14.25rem !important;
  }
  .m-xxxl-n56 {
    margin: -14rem !important;
  }
  .mt-xxxl-n56,
  .my-xxxl-n56 {
    margin-top: -14rem !important;
  }
  .mr-xxxl-n56,
  .mx-xxxl-n56 {
    margin-right: -14rem !important;
  }
  .mb-xxxl-n56,
  .my-xxxl-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-xxxl-n56,
  .mx-xxxl-n56 {
    margin-left: -14rem !important;
  }
  .m-xxxl-n55 {
    margin: -13.75rem !important;
  }
  .mt-xxxl-n55,
  .my-xxxl-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-xxxl-n55,
  .mx-xxxl-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-xxxl-n55,
  .my-xxxl-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-xxxl-n55,
  .mx-xxxl-n55 {
    margin-left: -13.75rem !important;
  }
  .m-xxxl-n54 {
    margin: -13.5rem !important;
  }
  .mt-xxxl-n54,
  .my-xxxl-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-xxxl-n54,
  .mx-xxxl-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-xxxl-n54,
  .my-xxxl-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xxxl-n54,
  .mx-xxxl-n54 {
    margin-left: -13.5rem !important;
  }
  .m-xxxl-n53 {
    margin: -13.25rem !important;
  }
  .mt-xxxl-n53,
  .my-xxxl-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-xxxl-n53,
  .mx-xxxl-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-xxxl-n53,
  .my-xxxl-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-xxxl-n53,
  .mx-xxxl-n53 {
    margin-left: -13.25rem !important;
  }
  .m-xxxl-n52 {
    margin: -13rem !important;
  }
  .mt-xxxl-n52,
  .my-xxxl-n52 {
    margin-top: -13rem !important;
  }
  .mr-xxxl-n52,
  .mx-xxxl-n52 {
    margin-right: -13rem !important;
  }
  .mb-xxxl-n52,
  .my-xxxl-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-xxxl-n52,
  .mx-xxxl-n52 {
    margin-left: -13rem !important;
  }
  .m-xxxl-n51 {
    margin: -12.75rem !important;
  }
  .mt-xxxl-n51,
  .my-xxxl-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-xxxl-n51,
  .mx-xxxl-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-xxxl-n51,
  .my-xxxl-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-xxxl-n51,
  .mx-xxxl-n51 {
    margin-left: -12.75rem !important;
  }
  .m-xxxl-n50 {
    margin: -12.5rem !important;
  }
  .mt-xxxl-n50,
  .my-xxxl-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-xxxl-n50,
  .mx-xxxl-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-xxxl-n50,
  .my-xxxl-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xxxl-n50,
  .mx-xxxl-n50 {
    margin-left: -12.5rem !important;
  }
  .m-xxxl-n49 {
    margin: -12.25rem !important;
  }
  .mt-xxxl-n49,
  .my-xxxl-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-xxxl-n49,
  .mx-xxxl-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-xxxl-n49,
  .my-xxxl-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-xxxl-n49,
  .mx-xxxl-n49 {
    margin-left: -12.25rem !important;
  }
  .m-xxxl-n48 {
    margin: -12rem !important;
  }
  .mt-xxxl-n48,
  .my-xxxl-n48 {
    margin-top: -12rem !important;
  }
  .mr-xxxl-n48,
  .mx-xxxl-n48 {
    margin-right: -12rem !important;
  }
  .mb-xxxl-n48,
  .my-xxxl-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-xxxl-n48,
  .mx-xxxl-n48 {
    margin-left: -12rem !important;
  }
  .m-xxxl-n47 {
    margin: -11.75rem !important;
  }
  .mt-xxxl-n47,
  .my-xxxl-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-xxxl-n47,
  .mx-xxxl-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-xxxl-n47,
  .my-xxxl-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-xxxl-n47,
  .mx-xxxl-n47 {
    margin-left: -11.75rem !important;
  }
  .m-xxxl-n46 {
    margin: -11.5rem !important;
  }
  .mt-xxxl-n46,
  .my-xxxl-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-xxxl-n46,
  .mx-xxxl-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-xxxl-n46,
  .my-xxxl-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xxxl-n46,
  .mx-xxxl-n46 {
    margin-left: -11.5rem !important;
  }
  .m-xxxl-n45 {
    margin: -11.25rem !important;
  }
  .mt-xxxl-n45,
  .my-xxxl-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-xxxl-n45,
  .mx-xxxl-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-xxxl-n45,
  .my-xxxl-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xxxl-n45,
  .mx-xxxl-n45 {
    margin-left: -11.25rem !important;
  }
  .m-xxxl-n44 {
    margin: -11rem !important;
  }
  .mt-xxxl-n44,
  .my-xxxl-n44 {
    margin-top: -11rem !important;
  }
  .mr-xxxl-n44,
  .mx-xxxl-n44 {
    margin-right: -11rem !important;
  }
  .mb-xxxl-n44,
  .my-xxxl-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-xxxl-n44,
  .mx-xxxl-n44 {
    margin-left: -11rem !important;
  }
  .m-xxxl-n43 {
    margin: -10.75rem !important;
  }
  .mt-xxxl-n43,
  .my-xxxl-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-xxxl-n43,
  .mx-xxxl-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-xxxl-n43,
  .my-xxxl-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xxxl-n43,
  .mx-xxxl-n43 {
    margin-left: -10.75rem !important;
  }
  .m-xxxl-n42 {
    margin: -10.5rem !important;
  }
  .mt-xxxl-n42,
  .my-xxxl-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-xxxl-n42,
  .mx-xxxl-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-xxxl-n42,
  .my-xxxl-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xxxl-n42,
  .mx-xxxl-n42 {
    margin-left: -10.5rem !important;
  }
  .m-xxxl-n41 {
    margin: -10.25rem !important;
  }
  .mt-xxxl-n41,
  .my-xxxl-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-xxxl-n41,
  .mx-xxxl-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-xxxl-n41,
  .my-xxxl-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xxxl-n41,
  .mx-xxxl-n41 {
    margin-left: -10.25rem !important;
  }
  .m-xxxl-n40 {
    margin: -10rem !important;
  }
  .mt-xxxl-n40,
  .my-xxxl-n40 {
    margin-top: -10rem !important;
  }
  .mr-xxxl-n40,
  .mx-xxxl-n40 {
    margin-right: -10rem !important;
  }
  .mb-xxxl-n40,
  .my-xxxl-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-xxxl-n40,
  .mx-xxxl-n40 {
    margin-left: -10rem !important;
  }
  .m-xxxl-n39 {
    margin: -9.75rem !important;
  }
  .mt-xxxl-n39,
  .my-xxxl-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-xxxl-n39,
  .mx-xxxl-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-xxxl-n39,
  .my-xxxl-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xxxl-n39,
  .mx-xxxl-n39 {
    margin-left: -9.75rem !important;
  }
  .m-xxxl-n38 {
    margin: -9.5rem !important;
  }
  .mt-xxxl-n38,
  .my-xxxl-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-xxxl-n38,
  .mx-xxxl-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-xxxl-n38,
  .my-xxxl-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xxxl-n38,
  .mx-xxxl-n38 {
    margin-left: -9.5rem !important;
  }
  .m-xxxl-n37 {
    margin: -9.25rem !important;
  }
  .mt-xxxl-n37,
  .my-xxxl-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-xxxl-n37,
  .mx-xxxl-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-xxxl-n37,
  .my-xxxl-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xxxl-n37,
  .mx-xxxl-n37 {
    margin-left: -9.25rem !important;
  }
  .m-xxxl-n36 {
    margin: -9rem !important;
  }
  .mt-xxxl-n36,
  .my-xxxl-n36 {
    margin-top: -9rem !important;
  }
  .mr-xxxl-n36,
  .mx-xxxl-n36 {
    margin-right: -9rem !important;
  }
  .mb-xxxl-n36,
  .my-xxxl-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-xxxl-n36,
  .mx-xxxl-n36 {
    margin-left: -9rem !important;
  }
  .m-xxxl-n35 {
    margin: -8.75rem !important;
  }
  .mt-xxxl-n35,
  .my-xxxl-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-xxxl-n35,
  .mx-xxxl-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-xxxl-n35,
  .my-xxxl-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xxxl-n35,
  .mx-xxxl-n35 {
    margin-left: -8.75rem !important;
  }
  .m-xxxl-n34 {
    margin: -8.5rem !important;
  }
  .mt-xxxl-n34,
  .my-xxxl-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-xxxl-n34,
  .mx-xxxl-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-xxxl-n34,
  .my-xxxl-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xxxl-n34,
  .mx-xxxl-n34 {
    margin-left: -8.5rem !important;
  }
  .m-xxxl-n33 {
    margin: -8.25rem !important;
  }
  .mt-xxxl-n33,
  .my-xxxl-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-xxxl-n33,
  .mx-xxxl-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-xxxl-n33,
  .my-xxxl-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xxxl-n33,
  .mx-xxxl-n33 {
    margin-left: -8.25rem !important;
  }
  .m-xxxl-n32 {
    margin: -8rem !important;
  }
  .mt-xxxl-n32,
  .my-xxxl-n32 {
    margin-top: -8rem !important;
  }
  .mr-xxxl-n32,
  .mx-xxxl-n32 {
    margin-right: -8rem !important;
  }
  .mb-xxxl-n32,
  .my-xxxl-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-xxxl-n32,
  .mx-xxxl-n32 {
    margin-left: -8rem !important;
  }
  .m-xxxl-n31 {
    margin: -7.75rem !important;
  }
  .mt-xxxl-n31,
  .my-xxxl-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-xxxl-n31,
  .mx-xxxl-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-xxxl-n31,
  .my-xxxl-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xxxl-n31,
  .mx-xxxl-n31 {
    margin-left: -7.75rem !important;
  }
  .m-xxxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxxl-n30,
  .my-xxxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxxl-n30,
  .mx-xxxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxxl-n30,
  .my-xxxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxxl-n30,
  .mx-xxxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxxl-n29,
  .my-xxxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxxl-n29,
  .mx-xxxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxxl-n29,
  .my-xxxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxxl-n29,
  .mx-xxxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxxl-n28,
  .my-xxxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxxl-n28,
  .mx-xxxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxxl-n28,
  .my-xxxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxxl-n28,
  .mx-xxxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxxl-n27,
  .my-xxxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxxl-n27,
  .mx-xxxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxxl-n27,
  .my-xxxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxxl-n27,
  .mx-xxxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxxl-n26,
  .my-xxxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxxl-n26,
  .mx-xxxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxxl-n26,
  .my-xxxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxxl-n26,
  .mx-xxxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxxl-n25,
  .my-xxxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxxl-n25,
  .mx-xxxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxxl-n25,
  .my-xxxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxxl-n25,
  .mx-xxxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxxl-n24,
  .my-xxxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxxl-n24,
  .mx-xxxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxxl-n24,
  .my-xxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxl-n24,
  .mx-xxxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxxl-n23,
  .my-xxxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxxl-n23,
  .mx-xxxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxxl-n23,
  .my-xxxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxxl-n23,
  .mx-xxxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxxl-n22,
  .my-xxxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxxl-n22,
  .mx-xxxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxxl-n22,
  .my-xxxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxxl-n22,
  .mx-xxxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxxl-n21,
  .my-xxxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxxl-n21,
  .mx-xxxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxxl-n21,
  .my-xxxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxxl-n21,
  .mx-xxxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxxl-n20,
  .my-xxxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxxl-n20,
  .mx-xxxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxxl-n20,
  .my-xxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxxl-n20,
  .mx-xxxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxxl-n19,
  .my-xxxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxxl-n19,
  .mx-xxxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxxl-n19,
  .my-xxxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxxl-n19,
  .mx-xxxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxxl-n18,
  .my-xxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxxl-n18,
  .mx-xxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxl-n18,
  .my-xxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxl-n18,
  .mx-xxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxxl-n17,
  .my-xxxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxxl-n17,
  .mx-xxxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxxl-n17,
  .my-xxxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxxl-n17,
  .mx-xxxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxxl-n16,
  .my-xxxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxxl-n16,
  .mx-xxxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxxl-n16,
  .my-xxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxxl-n16,
  .mx-xxxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxxl-n15,
  .my-xxxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxxl-n15,
  .mx-xxxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxxl-n15,
  .my-xxxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxxl-n15,
  .mx-xxxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxxl-n14,
  .my-xxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxxl-n14,
  .mx-xxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxxl-n14,
  .my-xxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxxl-n14,
  .mx-xxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxxl-n13,
  .my-xxxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxxl-n13,
  .mx-xxxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxxl-n13,
  .my-xxxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxxl-n13,
  .mx-xxxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxxl-n12,
  .my-xxxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n12,
  .mx-xxxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n12,
  .my-xxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n12,
  .mx-xxxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxxl-n11,
  .my-xxxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxxl-n11,
  .mx-xxxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxxl-n11,
  .my-xxxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxxl-n11,
  .mx-xxxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxxl-n10,
  .my-xxxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxl-n10,
  .mx-xxxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxl-n10,
  .my-xxxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxl-n10,
  .mx-xxxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxxl-n9,
  .my-xxxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxxl-n9,
  .mx-xxxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxxl-n9,
  .my-xxxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxxl-n9,
  .mx-xxxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxxl-n8,
  .my-xxxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxxl-n8,
  .mx-xxxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxxl-n8,
  .my-xxxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxl-n8,
  .mx-xxxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxxl-n7,
  .my-xxxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxxl-n7,
  .mx-xxxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxxl-n7,
  .my-xxxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxxl-n7,
  .mx-xxxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n6,
  .my-xxxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n6,
  .mx-xxxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n6,
  .my-xxxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n6,
  .mx-xxxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n0 {
    margin: 0rem !important;
  }
  .mt-xxxl-n0,
  .my-xxxl-n0 {
    margin-top: 0rem !important;
  }
  .mr-xxxl-n0,
  .mx-xxxl-n0 {
    margin-right: 0rem !important;
  }
  .mb-xxxl-n0,
  .my-xxxl-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxxl-n0,
  .mx-xxxl-n0 {
    margin-left: 0rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920.02px) {
  .m-xxxxl-60 {
    margin: 15rem !important;
  }
  .mt-xxxxl-60,
  .my-xxxxl-60 {
    margin-top: 15rem !important;
  }
  .mr-xxxxl-60,
  .mx-xxxxl-60 {
    margin-right: 15rem !important;
  }
  .mb-xxxxl-60,
  .my-xxxxl-60 {
    margin-bottom: 15rem !important;
  }
  .ml-xxxxl-60,
  .mx-xxxxl-60 {
    margin-left: 15rem !important;
  }
  .m-xxxxl-59 {
    margin: 14.75rem !important;
  }
  .mt-xxxxl-59,
  .my-xxxxl-59 {
    margin-top: 14.75rem !important;
  }
  .mr-xxxxl-59,
  .mx-xxxxl-59 {
    margin-right: 14.75rem !important;
  }
  .mb-xxxxl-59,
  .my-xxxxl-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-xxxxl-59,
  .mx-xxxxl-59 {
    margin-left: 14.75rem !important;
  }
  .m-xxxxl-58 {
    margin: 14.5rem !important;
  }
  .mt-xxxxl-58,
  .my-xxxxl-58 {
    margin-top: 14.5rem !important;
  }
  .mr-xxxxl-58,
  .mx-xxxxl-58 {
    margin-right: 14.5rem !important;
  }
  .mb-xxxxl-58,
  .my-xxxxl-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xxxxl-58,
  .mx-xxxxl-58 {
    margin-left: 14.5rem !important;
  }
  .m-xxxxl-57 {
    margin: 14.25rem !important;
  }
  .mt-xxxxl-57,
  .my-xxxxl-57 {
    margin-top: 14.25rem !important;
  }
  .mr-xxxxl-57,
  .mx-xxxxl-57 {
    margin-right: 14.25rem !important;
  }
  .mb-xxxxl-57,
  .my-xxxxl-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-xxxxl-57,
  .mx-xxxxl-57 {
    margin-left: 14.25rem !important;
  }
  .m-xxxxl-56 {
    margin: 14rem !important;
  }
  .mt-xxxxl-56,
  .my-xxxxl-56 {
    margin-top: 14rem !important;
  }
  .mr-xxxxl-56,
  .mx-xxxxl-56 {
    margin-right: 14rem !important;
  }
  .mb-xxxxl-56,
  .my-xxxxl-56 {
    margin-bottom: 14rem !important;
  }
  .ml-xxxxl-56,
  .mx-xxxxl-56 {
    margin-left: 14rem !important;
  }
  .m-xxxxl-55 {
    margin: 13.75rem !important;
  }
  .mt-xxxxl-55,
  .my-xxxxl-55 {
    margin-top: 13.75rem !important;
  }
  .mr-xxxxl-55,
  .mx-xxxxl-55 {
    margin-right: 13.75rem !important;
  }
  .mb-xxxxl-55,
  .my-xxxxl-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-xxxxl-55,
  .mx-xxxxl-55 {
    margin-left: 13.75rem !important;
  }
  .m-xxxxl-54 {
    margin: 13.5rem !important;
  }
  .mt-xxxxl-54,
  .my-xxxxl-54 {
    margin-top: 13.5rem !important;
  }
  .mr-xxxxl-54,
  .mx-xxxxl-54 {
    margin-right: 13.5rem !important;
  }
  .mb-xxxxl-54,
  .my-xxxxl-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xxxxl-54,
  .mx-xxxxl-54 {
    margin-left: 13.5rem !important;
  }
  .m-xxxxl-53 {
    margin: 13.25rem !important;
  }
  .mt-xxxxl-53,
  .my-xxxxl-53 {
    margin-top: 13.25rem !important;
  }
  .mr-xxxxl-53,
  .mx-xxxxl-53 {
    margin-right: 13.25rem !important;
  }
  .mb-xxxxl-53,
  .my-xxxxl-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-xxxxl-53,
  .mx-xxxxl-53 {
    margin-left: 13.25rem !important;
  }
  .m-xxxxl-52 {
    margin: 13rem !important;
  }
  .mt-xxxxl-52,
  .my-xxxxl-52 {
    margin-top: 13rem !important;
  }
  .mr-xxxxl-52,
  .mx-xxxxl-52 {
    margin-right: 13rem !important;
  }
  .mb-xxxxl-52,
  .my-xxxxl-52 {
    margin-bottom: 13rem !important;
  }
  .ml-xxxxl-52,
  .mx-xxxxl-52 {
    margin-left: 13rem !important;
  }
  .m-xxxxl-51 {
    margin: 12.75rem !important;
  }
  .mt-xxxxl-51,
  .my-xxxxl-51 {
    margin-top: 12.75rem !important;
  }
  .mr-xxxxl-51,
  .mx-xxxxl-51 {
    margin-right: 12.75rem !important;
  }
  .mb-xxxxl-51,
  .my-xxxxl-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-xxxxl-51,
  .mx-xxxxl-51 {
    margin-left: 12.75rem !important;
  }
  .m-xxxxl-50 {
    margin: 12.5rem !important;
  }
  .mt-xxxxl-50,
  .my-xxxxl-50 {
    margin-top: 12.5rem !important;
  }
  .mr-xxxxl-50,
  .mx-xxxxl-50 {
    margin-right: 12.5rem !important;
  }
  .mb-xxxxl-50,
  .my-xxxxl-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xxxxl-50,
  .mx-xxxxl-50 {
    margin-left: 12.5rem !important;
  }
  .m-xxxxl-49 {
    margin: 12.25rem !important;
  }
  .mt-xxxxl-49,
  .my-xxxxl-49 {
    margin-top: 12.25rem !important;
  }
  .mr-xxxxl-49,
  .mx-xxxxl-49 {
    margin-right: 12.25rem !important;
  }
  .mb-xxxxl-49,
  .my-xxxxl-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-xxxxl-49,
  .mx-xxxxl-49 {
    margin-left: 12.25rem !important;
  }
  .m-xxxxl-48 {
    margin: 12rem !important;
  }
  .mt-xxxxl-48,
  .my-xxxxl-48 {
    margin-top: 12rem !important;
  }
  .mr-xxxxl-48,
  .mx-xxxxl-48 {
    margin-right: 12rem !important;
  }
  .mb-xxxxl-48,
  .my-xxxxl-48 {
    margin-bottom: 12rem !important;
  }
  .ml-xxxxl-48,
  .mx-xxxxl-48 {
    margin-left: 12rem !important;
  }
  .m-xxxxl-47 {
    margin: 11.75rem !important;
  }
  .mt-xxxxl-47,
  .my-xxxxl-47 {
    margin-top: 11.75rem !important;
  }
  .mr-xxxxl-47,
  .mx-xxxxl-47 {
    margin-right: 11.75rem !important;
  }
  .mb-xxxxl-47,
  .my-xxxxl-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-xxxxl-47,
  .mx-xxxxl-47 {
    margin-left: 11.75rem !important;
  }
  .m-xxxxl-46 {
    margin: 11.5rem !important;
  }
  .mt-xxxxl-46,
  .my-xxxxl-46 {
    margin-top: 11.5rem !important;
  }
  .mr-xxxxl-46,
  .mx-xxxxl-46 {
    margin-right: 11.5rem !important;
  }
  .mb-xxxxl-46,
  .my-xxxxl-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xxxxl-46,
  .mx-xxxxl-46 {
    margin-left: 11.5rem !important;
  }
  .m-xxxxl-45 {
    margin: 11.25rem !important;
  }
  .mt-xxxxl-45,
  .my-xxxxl-45 {
    margin-top: 11.25rem !important;
  }
  .mr-xxxxl-45,
  .mx-xxxxl-45 {
    margin-right: 11.25rem !important;
  }
  .mb-xxxxl-45,
  .my-xxxxl-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xxxxl-45,
  .mx-xxxxl-45 {
    margin-left: 11.25rem !important;
  }
  .m-xxxxl-44 {
    margin: 11rem !important;
  }
  .mt-xxxxl-44,
  .my-xxxxl-44 {
    margin-top: 11rem !important;
  }
  .mr-xxxxl-44,
  .mx-xxxxl-44 {
    margin-right: 11rem !important;
  }
  .mb-xxxxl-44,
  .my-xxxxl-44 {
    margin-bottom: 11rem !important;
  }
  .ml-xxxxl-44,
  .mx-xxxxl-44 {
    margin-left: 11rem !important;
  }
  .m-xxxxl-43 {
    margin: 10.75rem !important;
  }
  .mt-xxxxl-43,
  .my-xxxxl-43 {
    margin-top: 10.75rem !important;
  }
  .mr-xxxxl-43,
  .mx-xxxxl-43 {
    margin-right: 10.75rem !important;
  }
  .mb-xxxxl-43,
  .my-xxxxl-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xxxxl-43,
  .mx-xxxxl-43 {
    margin-left: 10.75rem !important;
  }
  .m-xxxxl-42 {
    margin: 10.5rem !important;
  }
  .mt-xxxxl-42,
  .my-xxxxl-42 {
    margin-top: 10.5rem !important;
  }
  .mr-xxxxl-42,
  .mx-xxxxl-42 {
    margin-right: 10.5rem !important;
  }
  .mb-xxxxl-42,
  .my-xxxxl-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xxxxl-42,
  .mx-xxxxl-42 {
    margin-left: 10.5rem !important;
  }
  .m-xxxxl-41 {
    margin: 10.25rem !important;
  }
  .mt-xxxxl-41,
  .my-xxxxl-41 {
    margin-top: 10.25rem !important;
  }
  .mr-xxxxl-41,
  .mx-xxxxl-41 {
    margin-right: 10.25rem !important;
  }
  .mb-xxxxl-41,
  .my-xxxxl-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xxxxl-41,
  .mx-xxxxl-41 {
    margin-left: 10.25rem !important;
  }
  .m-xxxxl-40 {
    margin: 10rem !important;
  }
  .mt-xxxxl-40,
  .my-xxxxl-40 {
    margin-top: 10rem !important;
  }
  .mr-xxxxl-40,
  .mx-xxxxl-40 {
    margin-right: 10rem !important;
  }
  .mb-xxxxl-40,
  .my-xxxxl-40 {
    margin-bottom: 10rem !important;
  }
  .ml-xxxxl-40,
  .mx-xxxxl-40 {
    margin-left: 10rem !important;
  }
  .m-xxxxl-39 {
    margin: 9.75rem !important;
  }
  .mt-xxxxl-39,
  .my-xxxxl-39 {
    margin-top: 9.75rem !important;
  }
  .mr-xxxxl-39,
  .mx-xxxxl-39 {
    margin-right: 9.75rem !important;
  }
  .mb-xxxxl-39,
  .my-xxxxl-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xxxxl-39,
  .mx-xxxxl-39 {
    margin-left: 9.75rem !important;
  }
  .m-xxxxl-38 {
    margin: 9.5rem !important;
  }
  .mt-xxxxl-38,
  .my-xxxxl-38 {
    margin-top: 9.5rem !important;
  }
  .mr-xxxxl-38,
  .mx-xxxxl-38 {
    margin-right: 9.5rem !important;
  }
  .mb-xxxxl-38,
  .my-xxxxl-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxxxl-38,
  .mx-xxxxl-38 {
    margin-left: 9.5rem !important;
  }
  .m-xxxxl-37 {
    margin: 9.25rem !important;
  }
  .mt-xxxxl-37,
  .my-xxxxl-37 {
    margin-top: 9.25rem !important;
  }
  .mr-xxxxl-37,
  .mx-xxxxl-37 {
    margin-right: 9.25rem !important;
  }
  .mb-xxxxl-37,
  .my-xxxxl-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xxxxl-37,
  .mx-xxxxl-37 {
    margin-left: 9.25rem !important;
  }
  .m-xxxxl-36 {
    margin: 9rem !important;
  }
  .mt-xxxxl-36,
  .my-xxxxl-36 {
    margin-top: 9rem !important;
  }
  .mr-xxxxl-36,
  .mx-xxxxl-36 {
    margin-right: 9rem !important;
  }
  .mb-xxxxl-36,
  .my-xxxxl-36 {
    margin-bottom: 9rem !important;
  }
  .ml-xxxxl-36,
  .mx-xxxxl-36 {
    margin-left: 9rem !important;
  }
  .m-xxxxl-35 {
    margin: 8.75rem !important;
  }
  .mt-xxxxl-35,
  .my-xxxxl-35 {
    margin-top: 8.75rem !important;
  }
  .mr-xxxxl-35,
  .mx-xxxxl-35 {
    margin-right: 8.75rem !important;
  }
  .mb-xxxxl-35,
  .my-xxxxl-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xxxxl-35,
  .mx-xxxxl-35 {
    margin-left: 8.75rem !important;
  }
  .m-xxxxl-34 {
    margin: 8.5rem !important;
  }
  .mt-xxxxl-34,
  .my-xxxxl-34 {
    margin-top: 8.5rem !important;
  }
  .mr-xxxxl-34,
  .mx-xxxxl-34 {
    margin-right: 8.5rem !important;
  }
  .mb-xxxxl-34,
  .my-xxxxl-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxxxl-34,
  .mx-xxxxl-34 {
    margin-left: 8.5rem !important;
  }
  .m-xxxxl-33 {
    margin: 8.25rem !important;
  }
  .mt-xxxxl-33,
  .my-xxxxl-33 {
    margin-top: 8.25rem !important;
  }
  .mr-xxxxl-33,
  .mx-xxxxl-33 {
    margin-right: 8.25rem !important;
  }
  .mb-xxxxl-33,
  .my-xxxxl-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xxxxl-33,
  .mx-xxxxl-33 {
    margin-left: 8.25rem !important;
  }
  .m-xxxxl-32 {
    margin: 8rem !important;
  }
  .mt-xxxxl-32,
  .my-xxxxl-32 {
    margin-top: 8rem !important;
  }
  .mr-xxxxl-32,
  .mx-xxxxl-32 {
    margin-right: 8rem !important;
  }
  .mb-xxxxl-32,
  .my-xxxxl-32 {
    margin-bottom: 8rem !important;
  }
  .ml-xxxxl-32,
  .mx-xxxxl-32 {
    margin-left: 8rem !important;
  }
  .m-xxxxl-31 {
    margin: 7.75rem !important;
  }
  .mt-xxxxl-31,
  .my-xxxxl-31 {
    margin-top: 7.75rem !important;
  }
  .mr-xxxxl-31,
  .mx-xxxxl-31 {
    margin-right: 7.75rem !important;
  }
  .mb-xxxxl-31,
  .my-xxxxl-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xxxxl-31,
  .mx-xxxxl-31 {
    margin-left: 7.75rem !important;
  }
  .m-xxxxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxxxl-30,
  .my-xxxxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxxl-30,
  .mx-xxxxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxxl-30,
  .my-xxxxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxxl-30,
  .mx-xxxxl-30 {
    margin-left: 7.5rem !important;
  }
  .m-xxxxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxxxl-29,
  .my-xxxxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxxxl-29,
  .mx-xxxxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxxxl-29,
  .my-xxxxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxxxl-29,
  .mx-xxxxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxxxl-28 {
    margin: 7rem !important;
  }
  .mt-xxxxl-28,
  .my-xxxxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxxxl-28,
  .mx-xxxxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxxxl-28,
  .my-xxxxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxxl-28,
  .mx-xxxxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxxxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxxxl-27,
  .my-xxxxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxxxl-27,
  .mx-xxxxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxxxl-27,
  .my-xxxxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxxxl-27,
  .mx-xxxxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxxxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxxxl-26,
  .my-xxxxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxxl-26,
  .mx-xxxxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxxl-26,
  .my-xxxxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxxl-26,
  .mx-xxxxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxxxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxxxl-25,
  .my-xxxxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxxxl-25,
  .mx-xxxxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxxxl-25,
  .my-xxxxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxxxl-25,
  .mx-xxxxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxxxl-24 {
    margin: 6rem !important;
  }
  .mt-xxxxl-24,
  .my-xxxxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxxxl-24,
  .mx-xxxxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxxxl-24,
  .my-xxxxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxxl-24,
  .mx-xxxxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxxxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxxxl-23,
  .my-xxxxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxxxl-23,
  .mx-xxxxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxxxl-23,
  .my-xxxxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxxxl-23,
  .mx-xxxxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxxxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxxxl-22,
  .my-xxxxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxxl-22,
  .mx-xxxxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxxl-22,
  .my-xxxxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxxl-22,
  .mx-xxxxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxxxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxxxl-21,
  .my-xxxxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxxxl-21,
  .mx-xxxxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxxxl-21,
  .my-xxxxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxxxl-21,
  .mx-xxxxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxxxl-20 {
    margin: 5rem !important;
  }
  .mt-xxxxl-20,
  .my-xxxxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxxxl-20,
  .mx-xxxxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxxxl-20,
  .my-xxxxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxxl-20,
  .mx-xxxxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxxxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxxxl-19,
  .my-xxxxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxxxl-19,
  .mx-xxxxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxxxl-19,
  .my-xxxxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxxxl-19,
  .mx-xxxxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxxxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxxxl-18,
  .my-xxxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxxl-18,
  .mx-xxxxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxxl-18,
  .my-xxxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxxl-18,
  .mx-xxxxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxxxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxxxl-17,
  .my-xxxxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxxxl-17,
  .mx-xxxxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxxxl-17,
  .my-xxxxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxxxl-17,
  .mx-xxxxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxxxl-16 {
    margin: 4rem !important;
  }
  .mt-xxxxl-16,
  .my-xxxxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxxxl-16,
  .mx-xxxxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxxxl-16,
  .my-xxxxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxxl-16,
  .mx-xxxxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxxxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxxxl-15,
  .my-xxxxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxxxl-15,
  .mx-xxxxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxxxl-15,
  .my-xxxxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxxxl-15,
  .mx-xxxxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxxxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxxxl-14,
  .my-xxxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxxl-14,
  .mx-xxxxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxxl-14,
  .my-xxxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxxl-14,
  .mx-xxxxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxxxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxxxl-13,
  .my-xxxxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxxxl-13,
  .mx-xxxxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxxxl-13,
  .my-xxxxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxxxl-13,
  .mx-xxxxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxxxl-12 {
    margin: 3rem !important;
  }
  .mt-xxxxl-12,
  .my-xxxxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxxxl-12,
  .mx-xxxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxxl-12,
  .my-xxxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxxl-12,
  .mx-xxxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxxxl-11,
  .my-xxxxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxxxl-11,
  .mx-xxxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxxl-11,
  .my-xxxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxxxl-11,
  .mx-xxxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxxxl-10,
  .my-xxxxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxxl-10,
  .mx-xxxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxxl-10,
  .my-xxxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxxl-10,
  .mx-xxxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxxxl-9,
  .my-xxxxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxxxl-9,
  .mx-xxxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxxl-9,
  .my-xxxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxxxl-9,
  .mx-xxxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxxl-8 {
    margin: 2rem !important;
  }
  .mt-xxxxl-8,
  .my-xxxxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxxxl-8,
  .mx-xxxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxxl-8,
  .my-xxxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxxl-8,
  .mx-xxxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxxxl-7,
  .my-xxxxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxxxl-7,
  .mx-xxxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxxl-7,
  .my-xxxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxxxl-7,
  .mx-xxxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxxxl-6,
  .my-xxxxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxxl-6,
  .mx-xxxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxxl-6,
  .my-xxxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxxl-6,
  .mx-xxxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxxxl-5,
  .my-xxxxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxxl-5,
  .mx-xxxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxxl-5,
  .my-xxxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxxl-5,
  .mx-xxxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxxl-4 {
    margin: 1rem !important;
  }
  .mt-xxxxl-4,
  .my-xxxxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxxxl-4,
  .mx-xxxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxxl-4,
  .my-xxxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxxl-4,
  .mx-xxxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxxxl-3,
  .my-xxxxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxxxl-3,
  .mx-xxxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxxl-3,
  .my-xxxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxxxl-3,
  .mx-xxxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxxl-2,
  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxxl-2,
  .mx-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxxl-2,
  .my-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxxl-2,
  .mx-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxxl-1,
  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxxl-1,
  .mx-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxxl-1,
  .my-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxxl-1,
  .mx-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxxl-0 {
    margin: 0rem !important;
  }
  .mt-xxxxl-0,
  .my-xxxxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxxxl-0,
  .mx-xxxxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxxxl-0,
  .my-xxxxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxxxl-0,
  .mx-xxxxl-0 {
    margin-left: 0rem !important;
  }
  .p-xxxxl-60 {
    padding: 15rem !important;
  }
  .pt-xxxxl-60,
  .py-xxxxl-60 {
    padding-top: 15rem !important;
  }
  .pr-xxxxl-60,
  .px-xxxxl-60 {
    padding-right: 15rem !important;
  }
  .pb-xxxxl-60,
  .py-xxxxl-60 {
    padding-bottom: 15rem !important;
  }
  .pl-xxxxl-60,
  .px-xxxxl-60 {
    padding-left: 15rem !important;
  }
  .p-xxxxl-59 {
    padding: 14.75rem !important;
  }
  .pt-xxxxl-59,
  .py-xxxxl-59 {
    padding-top: 14.75rem !important;
  }
  .pr-xxxxl-59,
  .px-xxxxl-59 {
    padding-right: 14.75rem !important;
  }
  .pb-xxxxl-59,
  .py-xxxxl-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-xxxxl-59,
  .px-xxxxl-59 {
    padding-left: 14.75rem !important;
  }
  .p-xxxxl-58 {
    padding: 14.5rem !important;
  }
  .pt-xxxxl-58,
  .py-xxxxl-58 {
    padding-top: 14.5rem !important;
  }
  .pr-xxxxl-58,
  .px-xxxxl-58 {
    padding-right: 14.5rem !important;
  }
  .pb-xxxxl-58,
  .py-xxxxl-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xxxxl-58,
  .px-xxxxl-58 {
    padding-left: 14.5rem !important;
  }
  .p-xxxxl-57 {
    padding: 14.25rem !important;
  }
  .pt-xxxxl-57,
  .py-xxxxl-57 {
    padding-top: 14.25rem !important;
  }
  .pr-xxxxl-57,
  .px-xxxxl-57 {
    padding-right: 14.25rem !important;
  }
  .pb-xxxxl-57,
  .py-xxxxl-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-xxxxl-57,
  .px-xxxxl-57 {
    padding-left: 14.25rem !important;
  }
  .p-xxxxl-56 {
    padding: 14rem !important;
  }
  .pt-xxxxl-56,
  .py-xxxxl-56 {
    padding-top: 14rem !important;
  }
  .pr-xxxxl-56,
  .px-xxxxl-56 {
    padding-right: 14rem !important;
  }
  .pb-xxxxl-56,
  .py-xxxxl-56 {
    padding-bottom: 14rem !important;
  }
  .pl-xxxxl-56,
  .px-xxxxl-56 {
    padding-left: 14rem !important;
  }
  .p-xxxxl-55 {
    padding: 13.75rem !important;
  }
  .pt-xxxxl-55,
  .py-xxxxl-55 {
    padding-top: 13.75rem !important;
  }
  .pr-xxxxl-55,
  .px-xxxxl-55 {
    padding-right: 13.75rem !important;
  }
  .pb-xxxxl-55,
  .py-xxxxl-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-xxxxl-55,
  .px-xxxxl-55 {
    padding-left: 13.75rem !important;
  }
  .p-xxxxl-54 {
    padding: 13.5rem !important;
  }
  .pt-xxxxl-54,
  .py-xxxxl-54 {
    padding-top: 13.5rem !important;
  }
  .pr-xxxxl-54,
  .px-xxxxl-54 {
    padding-right: 13.5rem !important;
  }
  .pb-xxxxl-54,
  .py-xxxxl-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xxxxl-54,
  .px-xxxxl-54 {
    padding-left: 13.5rem !important;
  }
  .p-xxxxl-53 {
    padding: 13.25rem !important;
  }
  .pt-xxxxl-53,
  .py-xxxxl-53 {
    padding-top: 13.25rem !important;
  }
  .pr-xxxxl-53,
  .px-xxxxl-53 {
    padding-right: 13.25rem !important;
  }
  .pb-xxxxl-53,
  .py-xxxxl-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-xxxxl-53,
  .px-xxxxl-53 {
    padding-left: 13.25rem !important;
  }
  .p-xxxxl-52 {
    padding: 13rem !important;
  }
  .pt-xxxxl-52,
  .py-xxxxl-52 {
    padding-top: 13rem !important;
  }
  .pr-xxxxl-52,
  .px-xxxxl-52 {
    padding-right: 13rem !important;
  }
  .pb-xxxxl-52,
  .py-xxxxl-52 {
    padding-bottom: 13rem !important;
  }
  .pl-xxxxl-52,
  .px-xxxxl-52 {
    padding-left: 13rem !important;
  }
  .p-xxxxl-51 {
    padding: 12.75rem !important;
  }
  .pt-xxxxl-51,
  .py-xxxxl-51 {
    padding-top: 12.75rem !important;
  }
  .pr-xxxxl-51,
  .px-xxxxl-51 {
    padding-right: 12.75rem !important;
  }
  .pb-xxxxl-51,
  .py-xxxxl-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-xxxxl-51,
  .px-xxxxl-51 {
    padding-left: 12.75rem !important;
  }
  .p-xxxxl-50 {
    padding: 12.5rem !important;
  }
  .pt-xxxxl-50,
  .py-xxxxl-50 {
    padding-top: 12.5rem !important;
  }
  .pr-xxxxl-50,
  .px-xxxxl-50 {
    padding-right: 12.5rem !important;
  }
  .pb-xxxxl-50,
  .py-xxxxl-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xxxxl-50,
  .px-xxxxl-50 {
    padding-left: 12.5rem !important;
  }
  .p-xxxxl-49 {
    padding: 12.25rem !important;
  }
  .pt-xxxxl-49,
  .py-xxxxl-49 {
    padding-top: 12.25rem !important;
  }
  .pr-xxxxl-49,
  .px-xxxxl-49 {
    padding-right: 12.25rem !important;
  }
  .pb-xxxxl-49,
  .py-xxxxl-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-xxxxl-49,
  .px-xxxxl-49 {
    padding-left: 12.25rem !important;
  }
  .p-xxxxl-48 {
    padding: 12rem !important;
  }
  .pt-xxxxl-48,
  .py-xxxxl-48 {
    padding-top: 12rem !important;
  }
  .pr-xxxxl-48,
  .px-xxxxl-48 {
    padding-right: 12rem !important;
  }
  .pb-xxxxl-48,
  .py-xxxxl-48 {
    padding-bottom: 12rem !important;
  }
  .pl-xxxxl-48,
  .px-xxxxl-48 {
    padding-left: 12rem !important;
  }
  .p-xxxxl-47 {
    padding: 11.75rem !important;
  }
  .pt-xxxxl-47,
  .py-xxxxl-47 {
    padding-top: 11.75rem !important;
  }
  .pr-xxxxl-47,
  .px-xxxxl-47 {
    padding-right: 11.75rem !important;
  }
  .pb-xxxxl-47,
  .py-xxxxl-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-xxxxl-47,
  .px-xxxxl-47 {
    padding-left: 11.75rem !important;
  }
  .p-xxxxl-46 {
    padding: 11.5rem !important;
  }
  .pt-xxxxl-46,
  .py-xxxxl-46 {
    padding-top: 11.5rem !important;
  }
  .pr-xxxxl-46,
  .px-xxxxl-46 {
    padding-right: 11.5rem !important;
  }
  .pb-xxxxl-46,
  .py-xxxxl-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xxxxl-46,
  .px-xxxxl-46 {
    padding-left: 11.5rem !important;
  }
  .p-xxxxl-45 {
    padding: 11.25rem !important;
  }
  .pt-xxxxl-45,
  .py-xxxxl-45 {
    padding-top: 11.25rem !important;
  }
  .pr-xxxxl-45,
  .px-xxxxl-45 {
    padding-right: 11.25rem !important;
  }
  .pb-xxxxl-45,
  .py-xxxxl-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xxxxl-45,
  .px-xxxxl-45 {
    padding-left: 11.25rem !important;
  }
  .p-xxxxl-44 {
    padding: 11rem !important;
  }
  .pt-xxxxl-44,
  .py-xxxxl-44 {
    padding-top: 11rem !important;
  }
  .pr-xxxxl-44,
  .px-xxxxl-44 {
    padding-right: 11rem !important;
  }
  .pb-xxxxl-44,
  .py-xxxxl-44 {
    padding-bottom: 11rem !important;
  }
  .pl-xxxxl-44,
  .px-xxxxl-44 {
    padding-left: 11rem !important;
  }
  .p-xxxxl-43 {
    padding: 10.75rem !important;
  }
  .pt-xxxxl-43,
  .py-xxxxl-43 {
    padding-top: 10.75rem !important;
  }
  .pr-xxxxl-43,
  .px-xxxxl-43 {
    padding-right: 10.75rem !important;
  }
  .pb-xxxxl-43,
  .py-xxxxl-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xxxxl-43,
  .px-xxxxl-43 {
    padding-left: 10.75rem !important;
  }
  .p-xxxxl-42 {
    padding: 10.5rem !important;
  }
  .pt-xxxxl-42,
  .py-xxxxl-42 {
    padding-top: 10.5rem !important;
  }
  .pr-xxxxl-42,
  .px-xxxxl-42 {
    padding-right: 10.5rem !important;
  }
  .pb-xxxxl-42,
  .py-xxxxl-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xxxxl-42,
  .px-xxxxl-42 {
    padding-left: 10.5rem !important;
  }
  .p-xxxxl-41 {
    padding: 10.25rem !important;
  }
  .pt-xxxxl-41,
  .py-xxxxl-41 {
    padding-top: 10.25rem !important;
  }
  .pr-xxxxl-41,
  .px-xxxxl-41 {
    padding-right: 10.25rem !important;
  }
  .pb-xxxxl-41,
  .py-xxxxl-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xxxxl-41,
  .px-xxxxl-41 {
    padding-left: 10.25rem !important;
  }
  .p-xxxxl-40 {
    padding: 10rem !important;
  }
  .pt-xxxxl-40,
  .py-xxxxl-40 {
    padding-top: 10rem !important;
  }
  .pr-xxxxl-40,
  .px-xxxxl-40 {
    padding-right: 10rem !important;
  }
  .pb-xxxxl-40,
  .py-xxxxl-40 {
    padding-bottom: 10rem !important;
  }
  .pl-xxxxl-40,
  .px-xxxxl-40 {
    padding-left: 10rem !important;
  }
  .p-xxxxl-39 {
    padding: 9.75rem !important;
  }
  .pt-xxxxl-39,
  .py-xxxxl-39 {
    padding-top: 9.75rem !important;
  }
  .pr-xxxxl-39,
  .px-xxxxl-39 {
    padding-right: 9.75rem !important;
  }
  .pb-xxxxl-39,
  .py-xxxxl-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xxxxl-39,
  .px-xxxxl-39 {
    padding-left: 9.75rem !important;
  }
  .p-xxxxl-38 {
    padding: 9.5rem !important;
  }
  .pt-xxxxl-38,
  .py-xxxxl-38 {
    padding-top: 9.5rem !important;
  }
  .pr-xxxxl-38,
  .px-xxxxl-38 {
    padding-right: 9.5rem !important;
  }
  .pb-xxxxl-38,
  .py-xxxxl-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxxxl-38,
  .px-xxxxl-38 {
    padding-left: 9.5rem !important;
  }
  .p-xxxxl-37 {
    padding: 9.25rem !important;
  }
  .pt-xxxxl-37,
  .py-xxxxl-37 {
    padding-top: 9.25rem !important;
  }
  .pr-xxxxl-37,
  .px-xxxxl-37 {
    padding-right: 9.25rem !important;
  }
  .pb-xxxxl-37,
  .py-xxxxl-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xxxxl-37,
  .px-xxxxl-37 {
    padding-left: 9.25rem !important;
  }
  .p-xxxxl-36 {
    padding: 9rem !important;
  }
  .pt-xxxxl-36,
  .py-xxxxl-36 {
    padding-top: 9rem !important;
  }
  .pr-xxxxl-36,
  .px-xxxxl-36 {
    padding-right: 9rem !important;
  }
  .pb-xxxxl-36,
  .py-xxxxl-36 {
    padding-bottom: 9rem !important;
  }
  .pl-xxxxl-36,
  .px-xxxxl-36 {
    padding-left: 9rem !important;
  }
  .p-xxxxl-35 {
    padding: 8.75rem !important;
  }
  .pt-xxxxl-35,
  .py-xxxxl-35 {
    padding-top: 8.75rem !important;
  }
  .pr-xxxxl-35,
  .px-xxxxl-35 {
    padding-right: 8.75rem !important;
  }
  .pb-xxxxl-35,
  .py-xxxxl-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xxxxl-35,
  .px-xxxxl-35 {
    padding-left: 8.75rem !important;
  }
  .p-xxxxl-34 {
    padding: 8.5rem !important;
  }
  .pt-xxxxl-34,
  .py-xxxxl-34 {
    padding-top: 8.5rem !important;
  }
  .pr-xxxxl-34,
  .px-xxxxl-34 {
    padding-right: 8.5rem !important;
  }
  .pb-xxxxl-34,
  .py-xxxxl-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxxxl-34,
  .px-xxxxl-34 {
    padding-left: 8.5rem !important;
  }
  .p-xxxxl-33 {
    padding: 8.25rem !important;
  }
  .pt-xxxxl-33,
  .py-xxxxl-33 {
    padding-top: 8.25rem !important;
  }
  .pr-xxxxl-33,
  .px-xxxxl-33 {
    padding-right: 8.25rem !important;
  }
  .pb-xxxxl-33,
  .py-xxxxl-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xxxxl-33,
  .px-xxxxl-33 {
    padding-left: 8.25rem !important;
  }
  .p-xxxxl-32 {
    padding: 8rem !important;
  }
  .pt-xxxxl-32,
  .py-xxxxl-32 {
    padding-top: 8rem !important;
  }
  .pr-xxxxl-32,
  .px-xxxxl-32 {
    padding-right: 8rem !important;
  }
  .pb-xxxxl-32,
  .py-xxxxl-32 {
    padding-bottom: 8rem !important;
  }
  .pl-xxxxl-32,
  .px-xxxxl-32 {
    padding-left: 8rem !important;
  }
  .p-xxxxl-31 {
    padding: 7.75rem !important;
  }
  .pt-xxxxl-31,
  .py-xxxxl-31 {
    padding-top: 7.75rem !important;
  }
  .pr-xxxxl-31,
  .px-xxxxl-31 {
    padding-right: 7.75rem !important;
  }
  .pb-xxxxl-31,
  .py-xxxxl-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xxxxl-31,
  .px-xxxxl-31 {
    padding-left: 7.75rem !important;
  }
  .p-xxxxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxxxl-30,
  .py-xxxxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxxl-30,
  .px-xxxxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxxl-30,
  .py-xxxxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxxl-30,
  .px-xxxxl-30 {
    padding-left: 7.5rem !important;
  }
  .p-xxxxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxxxl-29,
  .py-xxxxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxxxl-29,
  .px-xxxxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxxxl-29,
  .py-xxxxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxxxl-29,
  .px-xxxxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxxxl-28 {
    padding: 7rem !important;
  }
  .pt-xxxxl-28,
  .py-xxxxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxxxl-28,
  .px-xxxxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxxxl-28,
  .py-xxxxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxxl-28,
  .px-xxxxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxxxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxxxl-27,
  .py-xxxxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxxxl-27,
  .px-xxxxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxxxl-27,
  .py-xxxxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxxxl-27,
  .px-xxxxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxxxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxxxl-26,
  .py-xxxxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxxl-26,
  .px-xxxxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxxl-26,
  .py-xxxxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxxl-26,
  .px-xxxxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxxxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxxxl-25,
  .py-xxxxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxxxl-25,
  .px-xxxxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxxxl-25,
  .py-xxxxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxxxl-25,
  .px-xxxxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxxxl-24 {
    padding: 6rem !important;
  }
  .pt-xxxxl-24,
  .py-xxxxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxxxl-24,
  .px-xxxxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxxxl-24,
  .py-xxxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxxl-24,
  .px-xxxxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxxxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxxxl-23,
  .py-xxxxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxxxl-23,
  .px-xxxxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxxxl-23,
  .py-xxxxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxxxl-23,
  .px-xxxxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxxxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxxxl-22,
  .py-xxxxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxxl-22,
  .px-xxxxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxxl-22,
  .py-xxxxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxxl-22,
  .px-xxxxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxxxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxxxl-21,
  .py-xxxxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxxxl-21,
  .px-xxxxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxxxl-21,
  .py-xxxxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxxxl-21,
  .px-xxxxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxxxl-20 {
    padding: 5rem !important;
  }
  .pt-xxxxl-20,
  .py-xxxxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxxxl-20,
  .px-xxxxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxxxl-20,
  .py-xxxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxxl-20,
  .px-xxxxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxxxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxxxl-19,
  .py-xxxxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxxxl-19,
  .px-xxxxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxxxl-19,
  .py-xxxxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxxxl-19,
  .px-xxxxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxxxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxxxl-18,
  .py-xxxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxxl-18,
  .px-xxxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxxl-18,
  .py-xxxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxxl-18,
  .px-xxxxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxxxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxxxl-17,
  .py-xxxxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxxxl-17,
  .px-xxxxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxxxl-17,
  .py-xxxxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxxxl-17,
  .px-xxxxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxxxl-16 {
    padding: 4rem !important;
  }
  .pt-xxxxl-16,
  .py-xxxxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxxxl-16,
  .px-xxxxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxxxl-16,
  .py-xxxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxxl-16,
  .px-xxxxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxxxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxxxl-15,
  .py-xxxxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxxxl-15,
  .px-xxxxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxxl-15,
  .py-xxxxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxxxl-15,
  .px-xxxxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxxxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxxxl-14,
  .py-xxxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxxl-14,
  .px-xxxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxxl-14,
  .py-xxxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxxl-14,
  .px-xxxxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxxxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxxxl-13,
  .py-xxxxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxxxl-13,
  .px-xxxxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxxxl-13,
  .py-xxxxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxxxl-13,
  .px-xxxxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxxxl-12 {
    padding: 3rem !important;
  }
  .pt-xxxxl-12,
  .py-xxxxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxxxl-12,
  .px-xxxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxxl-12,
  .py-xxxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxxl-12,
  .px-xxxxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxxxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxxxl-11,
  .py-xxxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxxxl-11,
  .px-xxxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxxl-11,
  .py-xxxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxxxl-11,
  .px-xxxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxxxl-10,
  .py-xxxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxxl-10,
  .px-xxxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxxl-10,
  .py-xxxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxxl-10,
  .px-xxxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxxxl-9,
  .py-xxxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxxxl-9,
  .px-xxxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxxl-9,
  .py-xxxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxxxl-9,
  .px-xxxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxxl-8 {
    padding: 2rem !important;
  }
  .pt-xxxxl-8,
  .py-xxxxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxxxl-8,
  .px-xxxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxxl-8,
  .py-xxxxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxxl-8,
  .px-xxxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxxxl-7,
  .py-xxxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxxxl-7,
  .px-xxxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxxl-7,
  .py-xxxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxxxl-7,
  .px-xxxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxxxl-6,
  .py-xxxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxxl-6,
  .px-xxxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxxl-6,
  .py-xxxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxxl-6,
  .px-xxxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxxxl-5,
  .py-xxxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxxl-5,
  .px-xxxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxxl-5,
  .py-xxxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxxl-5,
  .px-xxxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxxl-4 {
    padding: 1rem !important;
  }
  .pt-xxxxl-4,
  .py-xxxxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxxxl-4,
  .px-xxxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxxl-4,
  .py-xxxxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxxl-4,
  .px-xxxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxxxl-3,
  .py-xxxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxxxl-3,
  .px-xxxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxxl-3,
  .py-xxxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxxxl-3,
  .px-xxxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxxl-2,
  .py-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxxl-2,
  .px-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxxl-2,
  .py-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxxl-2,
  .px-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxxl-1,
  .py-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxxl-1,
  .px-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxxl-1,
  .py-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxxl-1,
  .px-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxxl-0 {
    padding: 0rem !important;
  }
  .pt-xxxxl-0,
  .py-xxxxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxxxl-0,
  .px-xxxxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxxxl-0,
  .py-xxxxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxxxl-0,
  .px-xxxxl-0 {
    padding-left: 0rem !important;
  }
  .m-xxxxl-n60 {
    margin: -15rem !important;
  }
  .mt-xxxxl-n60,
  .my-xxxxl-n60 {
    margin-top: -15rem !important;
  }
  .mr-xxxxl-n60,
  .mx-xxxxl-n60 {
    margin-right: -15rem !important;
  }
  .mb-xxxxl-n60,
  .my-xxxxl-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-xxxxl-n60,
  .mx-xxxxl-n60 {
    margin-left: -15rem !important;
  }
  .m-xxxxl-n59 {
    margin: -14.75rem !important;
  }
  .mt-xxxxl-n59,
  .my-xxxxl-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-xxxxl-n59,
  .mx-xxxxl-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-xxxxl-n59,
  .my-xxxxl-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-xxxxl-n59,
  .mx-xxxxl-n59 {
    margin-left: -14.75rem !important;
  }
  .m-xxxxl-n58 {
    margin: -14.5rem !important;
  }
  .mt-xxxxl-n58,
  .my-xxxxl-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-xxxxl-n58,
  .mx-xxxxl-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-xxxxl-n58,
  .my-xxxxl-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xxxxl-n58,
  .mx-xxxxl-n58 {
    margin-left: -14.5rem !important;
  }
  .m-xxxxl-n57 {
    margin: -14.25rem !important;
  }
  .mt-xxxxl-n57,
  .my-xxxxl-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-xxxxl-n57,
  .mx-xxxxl-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-xxxxl-n57,
  .my-xxxxl-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-xxxxl-n57,
  .mx-xxxxl-n57 {
    margin-left: -14.25rem !important;
  }
  .m-xxxxl-n56 {
    margin: -14rem !important;
  }
  .mt-xxxxl-n56,
  .my-xxxxl-n56 {
    margin-top: -14rem !important;
  }
  .mr-xxxxl-n56,
  .mx-xxxxl-n56 {
    margin-right: -14rem !important;
  }
  .mb-xxxxl-n56,
  .my-xxxxl-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-xxxxl-n56,
  .mx-xxxxl-n56 {
    margin-left: -14rem !important;
  }
  .m-xxxxl-n55 {
    margin: -13.75rem !important;
  }
  .mt-xxxxl-n55,
  .my-xxxxl-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-xxxxl-n55,
  .mx-xxxxl-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-xxxxl-n55,
  .my-xxxxl-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-xxxxl-n55,
  .mx-xxxxl-n55 {
    margin-left: -13.75rem !important;
  }
  .m-xxxxl-n54 {
    margin: -13.5rem !important;
  }
  .mt-xxxxl-n54,
  .my-xxxxl-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-xxxxl-n54,
  .mx-xxxxl-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-xxxxl-n54,
  .my-xxxxl-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xxxxl-n54,
  .mx-xxxxl-n54 {
    margin-left: -13.5rem !important;
  }
  .m-xxxxl-n53 {
    margin: -13.25rem !important;
  }
  .mt-xxxxl-n53,
  .my-xxxxl-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-xxxxl-n53,
  .mx-xxxxl-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-xxxxl-n53,
  .my-xxxxl-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-xxxxl-n53,
  .mx-xxxxl-n53 {
    margin-left: -13.25rem !important;
  }
  .m-xxxxl-n52 {
    margin: -13rem !important;
  }
  .mt-xxxxl-n52,
  .my-xxxxl-n52 {
    margin-top: -13rem !important;
  }
  .mr-xxxxl-n52,
  .mx-xxxxl-n52 {
    margin-right: -13rem !important;
  }
  .mb-xxxxl-n52,
  .my-xxxxl-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-xxxxl-n52,
  .mx-xxxxl-n52 {
    margin-left: -13rem !important;
  }
  .m-xxxxl-n51 {
    margin: -12.75rem !important;
  }
  .mt-xxxxl-n51,
  .my-xxxxl-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-xxxxl-n51,
  .mx-xxxxl-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-xxxxl-n51,
  .my-xxxxl-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-xxxxl-n51,
  .mx-xxxxl-n51 {
    margin-left: -12.75rem !important;
  }
  .m-xxxxl-n50 {
    margin: -12.5rem !important;
  }
  .mt-xxxxl-n50,
  .my-xxxxl-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-xxxxl-n50,
  .mx-xxxxl-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-xxxxl-n50,
  .my-xxxxl-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xxxxl-n50,
  .mx-xxxxl-n50 {
    margin-left: -12.5rem !important;
  }
  .m-xxxxl-n49 {
    margin: -12.25rem !important;
  }
  .mt-xxxxl-n49,
  .my-xxxxl-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-xxxxl-n49,
  .mx-xxxxl-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-xxxxl-n49,
  .my-xxxxl-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-xxxxl-n49,
  .mx-xxxxl-n49 {
    margin-left: -12.25rem !important;
  }
  .m-xxxxl-n48 {
    margin: -12rem !important;
  }
  .mt-xxxxl-n48,
  .my-xxxxl-n48 {
    margin-top: -12rem !important;
  }
  .mr-xxxxl-n48,
  .mx-xxxxl-n48 {
    margin-right: -12rem !important;
  }
  .mb-xxxxl-n48,
  .my-xxxxl-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-xxxxl-n48,
  .mx-xxxxl-n48 {
    margin-left: -12rem !important;
  }
  .m-xxxxl-n47 {
    margin: -11.75rem !important;
  }
  .mt-xxxxl-n47,
  .my-xxxxl-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-xxxxl-n47,
  .mx-xxxxl-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-xxxxl-n47,
  .my-xxxxl-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-xxxxl-n47,
  .mx-xxxxl-n47 {
    margin-left: -11.75rem !important;
  }
  .m-xxxxl-n46 {
    margin: -11.5rem !important;
  }
  .mt-xxxxl-n46,
  .my-xxxxl-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-xxxxl-n46,
  .mx-xxxxl-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-xxxxl-n46,
  .my-xxxxl-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xxxxl-n46,
  .mx-xxxxl-n46 {
    margin-left: -11.5rem !important;
  }
  .m-xxxxl-n45 {
    margin: -11.25rem !important;
  }
  .mt-xxxxl-n45,
  .my-xxxxl-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-xxxxl-n45,
  .mx-xxxxl-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-xxxxl-n45,
  .my-xxxxl-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xxxxl-n45,
  .mx-xxxxl-n45 {
    margin-left: -11.25rem !important;
  }
  .m-xxxxl-n44 {
    margin: -11rem !important;
  }
  .mt-xxxxl-n44,
  .my-xxxxl-n44 {
    margin-top: -11rem !important;
  }
  .mr-xxxxl-n44,
  .mx-xxxxl-n44 {
    margin-right: -11rem !important;
  }
  .mb-xxxxl-n44,
  .my-xxxxl-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-xxxxl-n44,
  .mx-xxxxl-n44 {
    margin-left: -11rem !important;
  }
  .m-xxxxl-n43 {
    margin: -10.75rem !important;
  }
  .mt-xxxxl-n43,
  .my-xxxxl-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-xxxxl-n43,
  .mx-xxxxl-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-xxxxl-n43,
  .my-xxxxl-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xxxxl-n43,
  .mx-xxxxl-n43 {
    margin-left: -10.75rem !important;
  }
  .m-xxxxl-n42 {
    margin: -10.5rem !important;
  }
  .mt-xxxxl-n42,
  .my-xxxxl-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-xxxxl-n42,
  .mx-xxxxl-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-xxxxl-n42,
  .my-xxxxl-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xxxxl-n42,
  .mx-xxxxl-n42 {
    margin-left: -10.5rem !important;
  }
  .m-xxxxl-n41 {
    margin: -10.25rem !important;
  }
  .mt-xxxxl-n41,
  .my-xxxxl-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-xxxxl-n41,
  .mx-xxxxl-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-xxxxl-n41,
  .my-xxxxl-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xxxxl-n41,
  .mx-xxxxl-n41 {
    margin-left: -10.25rem !important;
  }
  .m-xxxxl-n40 {
    margin: -10rem !important;
  }
  .mt-xxxxl-n40,
  .my-xxxxl-n40 {
    margin-top: -10rem !important;
  }
  .mr-xxxxl-n40,
  .mx-xxxxl-n40 {
    margin-right: -10rem !important;
  }
  .mb-xxxxl-n40,
  .my-xxxxl-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-xxxxl-n40,
  .mx-xxxxl-n40 {
    margin-left: -10rem !important;
  }
  .m-xxxxl-n39 {
    margin: -9.75rem !important;
  }
  .mt-xxxxl-n39,
  .my-xxxxl-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-xxxxl-n39,
  .mx-xxxxl-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-xxxxl-n39,
  .my-xxxxl-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xxxxl-n39,
  .mx-xxxxl-n39 {
    margin-left: -9.75rem !important;
  }
  .m-xxxxl-n38 {
    margin: -9.5rem !important;
  }
  .mt-xxxxl-n38,
  .my-xxxxl-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-xxxxl-n38,
  .mx-xxxxl-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-xxxxl-n38,
  .my-xxxxl-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xxxxl-n38,
  .mx-xxxxl-n38 {
    margin-left: -9.5rem !important;
  }
  .m-xxxxl-n37 {
    margin: -9.25rem !important;
  }
  .mt-xxxxl-n37,
  .my-xxxxl-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-xxxxl-n37,
  .mx-xxxxl-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-xxxxl-n37,
  .my-xxxxl-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xxxxl-n37,
  .mx-xxxxl-n37 {
    margin-left: -9.25rem !important;
  }
  .m-xxxxl-n36 {
    margin: -9rem !important;
  }
  .mt-xxxxl-n36,
  .my-xxxxl-n36 {
    margin-top: -9rem !important;
  }
  .mr-xxxxl-n36,
  .mx-xxxxl-n36 {
    margin-right: -9rem !important;
  }
  .mb-xxxxl-n36,
  .my-xxxxl-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-xxxxl-n36,
  .mx-xxxxl-n36 {
    margin-left: -9rem !important;
  }
  .m-xxxxl-n35 {
    margin: -8.75rem !important;
  }
  .mt-xxxxl-n35,
  .my-xxxxl-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-xxxxl-n35,
  .mx-xxxxl-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-xxxxl-n35,
  .my-xxxxl-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xxxxl-n35,
  .mx-xxxxl-n35 {
    margin-left: -8.75rem !important;
  }
  .m-xxxxl-n34 {
    margin: -8.5rem !important;
  }
  .mt-xxxxl-n34,
  .my-xxxxl-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-xxxxl-n34,
  .mx-xxxxl-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-xxxxl-n34,
  .my-xxxxl-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xxxxl-n34,
  .mx-xxxxl-n34 {
    margin-left: -8.5rem !important;
  }
  .m-xxxxl-n33 {
    margin: -8.25rem !important;
  }
  .mt-xxxxl-n33,
  .my-xxxxl-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-xxxxl-n33,
  .mx-xxxxl-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-xxxxl-n33,
  .my-xxxxl-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xxxxl-n33,
  .mx-xxxxl-n33 {
    margin-left: -8.25rem !important;
  }
  .m-xxxxl-n32 {
    margin: -8rem !important;
  }
  .mt-xxxxl-n32,
  .my-xxxxl-n32 {
    margin-top: -8rem !important;
  }
  .mr-xxxxl-n32,
  .mx-xxxxl-n32 {
    margin-right: -8rem !important;
  }
  .mb-xxxxl-n32,
  .my-xxxxl-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-xxxxl-n32,
  .mx-xxxxl-n32 {
    margin-left: -8rem !important;
  }
  .m-xxxxl-n31 {
    margin: -7.75rem !important;
  }
  .mt-xxxxl-n31,
  .my-xxxxl-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-xxxxl-n31,
  .mx-xxxxl-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-xxxxl-n31,
  .my-xxxxl-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xxxxl-n31,
  .mx-xxxxl-n31 {
    margin-left: -7.75rem !important;
  }
  .m-xxxxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxxxl-n30,
  .my-xxxxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxxxl-n30,
  .mx-xxxxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxxxl-n30,
  .my-xxxxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxxxl-n30,
  .mx-xxxxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxxxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxxxl-n29,
  .my-xxxxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxxxl-n29,
  .mx-xxxxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxxxl-n29,
  .my-xxxxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxxxl-n29,
  .mx-xxxxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxxxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxxxl-n28,
  .my-xxxxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxxxl-n28,
  .mx-xxxxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxxxl-n28,
  .my-xxxxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxxxl-n28,
  .mx-xxxxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxxxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxxxl-n27,
  .my-xxxxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxxxl-n27,
  .mx-xxxxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxxxl-n27,
  .my-xxxxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxxxl-n27,
  .mx-xxxxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxxxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxxxl-n26,
  .my-xxxxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxxxl-n26,
  .mx-xxxxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxxxl-n26,
  .my-xxxxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxxxl-n26,
  .mx-xxxxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxxxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxxxl-n25,
  .my-xxxxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxxxl-n25,
  .mx-xxxxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxxxl-n25,
  .my-xxxxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxxxl-n25,
  .mx-xxxxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxxxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxxxl-n24,
  .my-xxxxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxxxl-n24,
  .mx-xxxxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxxxl-n24,
  .my-xxxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxxl-n24,
  .mx-xxxxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxxxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxxxl-n23,
  .my-xxxxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxxxl-n23,
  .mx-xxxxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxxxl-n23,
  .my-xxxxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxxxl-n23,
  .mx-xxxxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxxxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxxxl-n22,
  .my-xxxxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxxxl-n22,
  .mx-xxxxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxxxl-n22,
  .my-xxxxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxxxl-n22,
  .mx-xxxxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxxxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxxxl-n21,
  .my-xxxxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxxxl-n21,
  .mx-xxxxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxxxl-n21,
  .my-xxxxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxxxl-n21,
  .mx-xxxxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxxxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxxxl-n20,
  .my-xxxxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxxxl-n20,
  .mx-xxxxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxxxl-n20,
  .my-xxxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxxxl-n20,
  .mx-xxxxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxxxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxxxl-n19,
  .my-xxxxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxxxl-n19,
  .mx-xxxxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxxxl-n19,
  .my-xxxxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxxxl-n19,
  .mx-xxxxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxxxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxxxl-n18,
  .my-xxxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxxxl-n18,
  .mx-xxxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxxl-n18,
  .my-xxxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxxl-n18,
  .mx-xxxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxxxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxxxl-n17,
  .my-xxxxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxxxl-n17,
  .mx-xxxxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxxxl-n17,
  .my-xxxxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxxxl-n17,
  .mx-xxxxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxxxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxxxl-n16,
  .my-xxxxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxxxl-n16,
  .mx-xxxxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxxxl-n16,
  .my-xxxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxxxl-n16,
  .mx-xxxxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxxxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxxxl-n15,
  .my-xxxxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxxxl-n15,
  .mx-xxxxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxxxl-n15,
  .my-xxxxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxxxl-n15,
  .mx-xxxxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxxxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxxxl-n14,
  .my-xxxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxxxl-n14,
  .mx-xxxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxxxl-n14,
  .my-xxxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxxxl-n14,
  .mx-xxxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxxxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxxxl-n13,
  .my-xxxxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxxxl-n13,
  .mx-xxxxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxxxl-n13,
  .my-xxxxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxxxl-n13,
  .mx-xxxxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxxxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxxxl-n12,
  .my-xxxxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxxxl-n12,
  .mx-xxxxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxxxl-n12,
  .my-xxxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxxl-n12,
  .mx-xxxxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxxxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxxxl-n11,
  .my-xxxxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxxxl-n11,
  .mx-xxxxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxxxl-n11,
  .my-xxxxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxxxl-n11,
  .mx-xxxxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxxxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxxxl-n10,
  .my-xxxxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxxl-n10,
  .mx-xxxxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxxl-n10,
  .my-xxxxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxxl-n10,
  .mx-xxxxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxxxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxxxl-n9,
  .my-xxxxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxxxl-n9,
  .mx-xxxxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxxxl-n9,
  .my-xxxxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxxxl-n9,
  .mx-xxxxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxxxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxxxl-n8,
  .my-xxxxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxxxl-n8,
  .mx-xxxxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxxxl-n8,
  .my-xxxxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxxl-n8,
  .mx-xxxxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxxxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxxxl-n7,
  .my-xxxxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxxxl-n7,
  .mx-xxxxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxxxl-n7,
  .my-xxxxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxxxl-n7,
  .mx-xxxxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxxxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxxxl-n6,
  .my-xxxxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxxl-n6,
  .mx-xxxxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxxl-n6,
  .my-xxxxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxxl-n6,
  .mx-xxxxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxxxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxxxl-n5,
  .my-xxxxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxxl-n5,
  .mx-xxxxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxxl-n5,
  .my-xxxxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxxl-n5,
  .mx-xxxxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxxxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxxxl-n4,
  .my-xxxxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxxxl-n4,
  .mx-xxxxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxxxl-n4,
  .my-xxxxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxxl-n4,
  .mx-xxxxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxxxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxxxl-n3,
  .my-xxxxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxxxl-n3,
  .mx-xxxxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxxxl-n3,
  .my-xxxxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxxxl-n3,
  .mx-xxxxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxxl-n2,
  .my-xxxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxxl-n2,
  .mx-xxxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxxl-n2,
  .my-xxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxxl-n2,
  .mx-xxxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxxl-n1,
  .my-xxxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxxl-n1,
  .mx-xxxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxxl-n1,
  .my-xxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxxl-n1,
  .mx-xxxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxxl-n0 {
    margin: 0rem !important;
  }
  .mt-xxxxl-n0,
  .my-xxxxl-n0 {
    margin-top: 0rem !important;
  }
  .mr-xxxxl-n0,
  .mx-xxxxl-n0 {
    margin-right: 0rem !important;
  }
  .mb-xxxxl-n0,
  .my-xxxxl-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxxxl-n0,
  .mx-xxxxl-n0 {
    margin-left: 0rem !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mt-xxxxl-auto,
  .my-xxxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-auto,
  .my-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 2300.02px) {
  .m-xxxxxl-60 {
    margin: 15rem !important;
  }
  .mt-xxxxxl-60,
  .my-xxxxxl-60 {
    margin-top: 15rem !important;
  }
  .mr-xxxxxl-60,
  .mx-xxxxxl-60 {
    margin-right: 15rem !important;
  }
  .mb-xxxxxl-60,
  .my-xxxxxl-60 {
    margin-bottom: 15rem !important;
  }
  .ml-xxxxxl-60,
  .mx-xxxxxl-60 {
    margin-left: 15rem !important;
  }
  .m-xxxxxl-59 {
    margin: 14.75rem !important;
  }
  .mt-xxxxxl-59,
  .my-xxxxxl-59 {
    margin-top: 14.75rem !important;
  }
  .mr-xxxxxl-59,
  .mx-xxxxxl-59 {
    margin-right: 14.75rem !important;
  }
  .mb-xxxxxl-59,
  .my-xxxxxl-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-xxxxxl-59,
  .mx-xxxxxl-59 {
    margin-left: 14.75rem !important;
  }
  .m-xxxxxl-58 {
    margin: 14.5rem !important;
  }
  .mt-xxxxxl-58,
  .my-xxxxxl-58 {
    margin-top: 14.5rem !important;
  }
  .mr-xxxxxl-58,
  .mx-xxxxxl-58 {
    margin-right: 14.5rem !important;
  }
  .mb-xxxxxl-58,
  .my-xxxxxl-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xxxxxl-58,
  .mx-xxxxxl-58 {
    margin-left: 14.5rem !important;
  }
  .m-xxxxxl-57 {
    margin: 14.25rem !important;
  }
  .mt-xxxxxl-57,
  .my-xxxxxl-57 {
    margin-top: 14.25rem !important;
  }
  .mr-xxxxxl-57,
  .mx-xxxxxl-57 {
    margin-right: 14.25rem !important;
  }
  .mb-xxxxxl-57,
  .my-xxxxxl-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-xxxxxl-57,
  .mx-xxxxxl-57 {
    margin-left: 14.25rem !important;
  }
  .m-xxxxxl-56 {
    margin: 14rem !important;
  }
  .mt-xxxxxl-56,
  .my-xxxxxl-56 {
    margin-top: 14rem !important;
  }
  .mr-xxxxxl-56,
  .mx-xxxxxl-56 {
    margin-right: 14rem !important;
  }
  .mb-xxxxxl-56,
  .my-xxxxxl-56 {
    margin-bottom: 14rem !important;
  }
  .ml-xxxxxl-56,
  .mx-xxxxxl-56 {
    margin-left: 14rem !important;
  }
  .m-xxxxxl-55 {
    margin: 13.75rem !important;
  }
  .mt-xxxxxl-55,
  .my-xxxxxl-55 {
    margin-top: 13.75rem !important;
  }
  .mr-xxxxxl-55,
  .mx-xxxxxl-55 {
    margin-right: 13.75rem !important;
  }
  .mb-xxxxxl-55,
  .my-xxxxxl-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-xxxxxl-55,
  .mx-xxxxxl-55 {
    margin-left: 13.75rem !important;
  }
  .m-xxxxxl-54 {
    margin: 13.5rem !important;
  }
  .mt-xxxxxl-54,
  .my-xxxxxl-54 {
    margin-top: 13.5rem !important;
  }
  .mr-xxxxxl-54,
  .mx-xxxxxl-54 {
    margin-right: 13.5rem !important;
  }
  .mb-xxxxxl-54,
  .my-xxxxxl-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xxxxxl-54,
  .mx-xxxxxl-54 {
    margin-left: 13.5rem !important;
  }
  .m-xxxxxl-53 {
    margin: 13.25rem !important;
  }
  .mt-xxxxxl-53,
  .my-xxxxxl-53 {
    margin-top: 13.25rem !important;
  }
  .mr-xxxxxl-53,
  .mx-xxxxxl-53 {
    margin-right: 13.25rem !important;
  }
  .mb-xxxxxl-53,
  .my-xxxxxl-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-xxxxxl-53,
  .mx-xxxxxl-53 {
    margin-left: 13.25rem !important;
  }
  .m-xxxxxl-52 {
    margin: 13rem !important;
  }
  .mt-xxxxxl-52,
  .my-xxxxxl-52 {
    margin-top: 13rem !important;
  }
  .mr-xxxxxl-52,
  .mx-xxxxxl-52 {
    margin-right: 13rem !important;
  }
  .mb-xxxxxl-52,
  .my-xxxxxl-52 {
    margin-bottom: 13rem !important;
  }
  .ml-xxxxxl-52,
  .mx-xxxxxl-52 {
    margin-left: 13rem !important;
  }
  .m-xxxxxl-51 {
    margin: 12.75rem !important;
  }
  .mt-xxxxxl-51,
  .my-xxxxxl-51 {
    margin-top: 12.75rem !important;
  }
  .mr-xxxxxl-51,
  .mx-xxxxxl-51 {
    margin-right: 12.75rem !important;
  }
  .mb-xxxxxl-51,
  .my-xxxxxl-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-xxxxxl-51,
  .mx-xxxxxl-51 {
    margin-left: 12.75rem !important;
  }
  .m-xxxxxl-50 {
    margin: 12.5rem !important;
  }
  .mt-xxxxxl-50,
  .my-xxxxxl-50 {
    margin-top: 12.5rem !important;
  }
  .mr-xxxxxl-50,
  .mx-xxxxxl-50 {
    margin-right: 12.5rem !important;
  }
  .mb-xxxxxl-50,
  .my-xxxxxl-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xxxxxl-50,
  .mx-xxxxxl-50 {
    margin-left: 12.5rem !important;
  }
  .m-xxxxxl-49 {
    margin: 12.25rem !important;
  }
  .mt-xxxxxl-49,
  .my-xxxxxl-49 {
    margin-top: 12.25rem !important;
  }
  .mr-xxxxxl-49,
  .mx-xxxxxl-49 {
    margin-right: 12.25rem !important;
  }
  .mb-xxxxxl-49,
  .my-xxxxxl-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-xxxxxl-49,
  .mx-xxxxxl-49 {
    margin-left: 12.25rem !important;
  }
  .m-xxxxxl-48 {
    margin: 12rem !important;
  }
  .mt-xxxxxl-48,
  .my-xxxxxl-48 {
    margin-top: 12rem !important;
  }
  .mr-xxxxxl-48,
  .mx-xxxxxl-48 {
    margin-right: 12rem !important;
  }
  .mb-xxxxxl-48,
  .my-xxxxxl-48 {
    margin-bottom: 12rem !important;
  }
  .ml-xxxxxl-48,
  .mx-xxxxxl-48 {
    margin-left: 12rem !important;
  }
  .m-xxxxxl-47 {
    margin: 11.75rem !important;
  }
  .mt-xxxxxl-47,
  .my-xxxxxl-47 {
    margin-top: 11.75rem !important;
  }
  .mr-xxxxxl-47,
  .mx-xxxxxl-47 {
    margin-right: 11.75rem !important;
  }
  .mb-xxxxxl-47,
  .my-xxxxxl-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-xxxxxl-47,
  .mx-xxxxxl-47 {
    margin-left: 11.75rem !important;
  }
  .m-xxxxxl-46 {
    margin: 11.5rem !important;
  }
  .mt-xxxxxl-46,
  .my-xxxxxl-46 {
    margin-top: 11.5rem !important;
  }
  .mr-xxxxxl-46,
  .mx-xxxxxl-46 {
    margin-right: 11.5rem !important;
  }
  .mb-xxxxxl-46,
  .my-xxxxxl-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xxxxxl-46,
  .mx-xxxxxl-46 {
    margin-left: 11.5rem !important;
  }
  .m-xxxxxl-45 {
    margin: 11.25rem !important;
  }
  .mt-xxxxxl-45,
  .my-xxxxxl-45 {
    margin-top: 11.25rem !important;
  }
  .mr-xxxxxl-45,
  .mx-xxxxxl-45 {
    margin-right: 11.25rem !important;
  }
  .mb-xxxxxl-45,
  .my-xxxxxl-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xxxxxl-45,
  .mx-xxxxxl-45 {
    margin-left: 11.25rem !important;
  }
  .m-xxxxxl-44 {
    margin: 11rem !important;
  }
  .mt-xxxxxl-44,
  .my-xxxxxl-44 {
    margin-top: 11rem !important;
  }
  .mr-xxxxxl-44,
  .mx-xxxxxl-44 {
    margin-right: 11rem !important;
  }
  .mb-xxxxxl-44,
  .my-xxxxxl-44 {
    margin-bottom: 11rem !important;
  }
  .ml-xxxxxl-44,
  .mx-xxxxxl-44 {
    margin-left: 11rem !important;
  }
  .m-xxxxxl-43 {
    margin: 10.75rem !important;
  }
  .mt-xxxxxl-43,
  .my-xxxxxl-43 {
    margin-top: 10.75rem !important;
  }
  .mr-xxxxxl-43,
  .mx-xxxxxl-43 {
    margin-right: 10.75rem !important;
  }
  .mb-xxxxxl-43,
  .my-xxxxxl-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xxxxxl-43,
  .mx-xxxxxl-43 {
    margin-left: 10.75rem !important;
  }
  .m-xxxxxl-42 {
    margin: 10.5rem !important;
  }
  .mt-xxxxxl-42,
  .my-xxxxxl-42 {
    margin-top: 10.5rem !important;
  }
  .mr-xxxxxl-42,
  .mx-xxxxxl-42 {
    margin-right: 10.5rem !important;
  }
  .mb-xxxxxl-42,
  .my-xxxxxl-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xxxxxl-42,
  .mx-xxxxxl-42 {
    margin-left: 10.5rem !important;
  }
  .m-xxxxxl-41 {
    margin: 10.25rem !important;
  }
  .mt-xxxxxl-41,
  .my-xxxxxl-41 {
    margin-top: 10.25rem !important;
  }
  .mr-xxxxxl-41,
  .mx-xxxxxl-41 {
    margin-right: 10.25rem !important;
  }
  .mb-xxxxxl-41,
  .my-xxxxxl-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xxxxxl-41,
  .mx-xxxxxl-41 {
    margin-left: 10.25rem !important;
  }
  .m-xxxxxl-40 {
    margin: 10rem !important;
  }
  .mt-xxxxxl-40,
  .my-xxxxxl-40 {
    margin-top: 10rem !important;
  }
  .mr-xxxxxl-40,
  .mx-xxxxxl-40 {
    margin-right: 10rem !important;
  }
  .mb-xxxxxl-40,
  .my-xxxxxl-40 {
    margin-bottom: 10rem !important;
  }
  .ml-xxxxxl-40,
  .mx-xxxxxl-40 {
    margin-left: 10rem !important;
  }
  .m-xxxxxl-39 {
    margin: 9.75rem !important;
  }
  .mt-xxxxxl-39,
  .my-xxxxxl-39 {
    margin-top: 9.75rem !important;
  }
  .mr-xxxxxl-39,
  .mx-xxxxxl-39 {
    margin-right: 9.75rem !important;
  }
  .mb-xxxxxl-39,
  .my-xxxxxl-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xxxxxl-39,
  .mx-xxxxxl-39 {
    margin-left: 9.75rem !important;
  }
  .m-xxxxxl-38 {
    margin: 9.5rem !important;
  }
  .mt-xxxxxl-38,
  .my-xxxxxl-38 {
    margin-top: 9.5rem !important;
  }
  .mr-xxxxxl-38,
  .mx-xxxxxl-38 {
    margin-right: 9.5rem !important;
  }
  .mb-xxxxxl-38,
  .my-xxxxxl-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxxxxl-38,
  .mx-xxxxxl-38 {
    margin-left: 9.5rem !important;
  }
  .m-xxxxxl-37 {
    margin: 9.25rem !important;
  }
  .mt-xxxxxl-37,
  .my-xxxxxl-37 {
    margin-top: 9.25rem !important;
  }
  .mr-xxxxxl-37,
  .mx-xxxxxl-37 {
    margin-right: 9.25rem !important;
  }
  .mb-xxxxxl-37,
  .my-xxxxxl-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xxxxxl-37,
  .mx-xxxxxl-37 {
    margin-left: 9.25rem !important;
  }
  .m-xxxxxl-36 {
    margin: 9rem !important;
  }
  .mt-xxxxxl-36,
  .my-xxxxxl-36 {
    margin-top: 9rem !important;
  }
  .mr-xxxxxl-36,
  .mx-xxxxxl-36 {
    margin-right: 9rem !important;
  }
  .mb-xxxxxl-36,
  .my-xxxxxl-36 {
    margin-bottom: 9rem !important;
  }
  .ml-xxxxxl-36,
  .mx-xxxxxl-36 {
    margin-left: 9rem !important;
  }
  .m-xxxxxl-35 {
    margin: 8.75rem !important;
  }
  .mt-xxxxxl-35,
  .my-xxxxxl-35 {
    margin-top: 8.75rem !important;
  }
  .mr-xxxxxl-35,
  .mx-xxxxxl-35 {
    margin-right: 8.75rem !important;
  }
  .mb-xxxxxl-35,
  .my-xxxxxl-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xxxxxl-35,
  .mx-xxxxxl-35 {
    margin-left: 8.75rem !important;
  }
  .m-xxxxxl-34 {
    margin: 8.5rem !important;
  }
  .mt-xxxxxl-34,
  .my-xxxxxl-34 {
    margin-top: 8.5rem !important;
  }
  .mr-xxxxxl-34,
  .mx-xxxxxl-34 {
    margin-right: 8.5rem !important;
  }
  .mb-xxxxxl-34,
  .my-xxxxxl-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxxxxl-34,
  .mx-xxxxxl-34 {
    margin-left: 8.5rem !important;
  }
  .m-xxxxxl-33 {
    margin: 8.25rem !important;
  }
  .mt-xxxxxl-33,
  .my-xxxxxl-33 {
    margin-top: 8.25rem !important;
  }
  .mr-xxxxxl-33,
  .mx-xxxxxl-33 {
    margin-right: 8.25rem !important;
  }
  .mb-xxxxxl-33,
  .my-xxxxxl-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xxxxxl-33,
  .mx-xxxxxl-33 {
    margin-left: 8.25rem !important;
  }
  .m-xxxxxl-32 {
    margin: 8rem !important;
  }
  .mt-xxxxxl-32,
  .my-xxxxxl-32 {
    margin-top: 8rem !important;
  }
  .mr-xxxxxl-32,
  .mx-xxxxxl-32 {
    margin-right: 8rem !important;
  }
  .mb-xxxxxl-32,
  .my-xxxxxl-32 {
    margin-bottom: 8rem !important;
  }
  .ml-xxxxxl-32,
  .mx-xxxxxl-32 {
    margin-left: 8rem !important;
  }
  .m-xxxxxl-31 {
    margin: 7.75rem !important;
  }
  .mt-xxxxxl-31,
  .my-xxxxxl-31 {
    margin-top: 7.75rem !important;
  }
  .mr-xxxxxl-31,
  .mx-xxxxxl-31 {
    margin-right: 7.75rem !important;
  }
  .mb-xxxxxl-31,
  .my-xxxxxl-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xxxxxl-31,
  .mx-xxxxxl-31 {
    margin-left: 7.75rem !important;
  }
  .m-xxxxxl-30 {
    margin: 7.5rem !important;
  }
  .mt-xxxxxl-30,
  .my-xxxxxl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxxxl-30,
  .mx-xxxxxl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxxxl-30,
  .my-xxxxxl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxxxl-30,
  .mx-xxxxxl-30 {
    margin-left: 7.5rem !important;
  }
  .m-xxxxxl-29 {
    margin: 7.25rem !important;
  }
  .mt-xxxxxl-29,
  .my-xxxxxl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxxxxl-29,
  .mx-xxxxxl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxxxxl-29,
  .my-xxxxxl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxxxxl-29,
  .mx-xxxxxl-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxxxxl-28 {
    margin: 7rem !important;
  }
  .mt-xxxxxl-28,
  .my-xxxxxl-28 {
    margin-top: 7rem !important;
  }
  .mr-xxxxxl-28,
  .mx-xxxxxl-28 {
    margin-right: 7rem !important;
  }
  .mb-xxxxxl-28,
  .my-xxxxxl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxxxl-28,
  .mx-xxxxxl-28 {
    margin-left: 7rem !important;
  }
  .m-xxxxxl-27 {
    margin: 6.75rem !important;
  }
  .mt-xxxxxl-27,
  .my-xxxxxl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxxxxl-27,
  .mx-xxxxxl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxxxxl-27,
  .my-xxxxxl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxxxxl-27,
  .mx-xxxxxl-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxxxxl-26 {
    margin: 6.5rem !important;
  }
  .mt-xxxxxl-26,
  .my-xxxxxl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxxxl-26,
  .mx-xxxxxl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxxxl-26,
  .my-xxxxxl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxxxl-26,
  .mx-xxxxxl-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxxxxl-25 {
    margin: 6.25rem !important;
  }
  .mt-xxxxxl-25,
  .my-xxxxxl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxxxxl-25,
  .mx-xxxxxl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxxxxl-25,
  .my-xxxxxl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxxxxl-25,
  .mx-xxxxxl-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxxxxl-24 {
    margin: 6rem !important;
  }
  .mt-xxxxxl-24,
  .my-xxxxxl-24 {
    margin-top: 6rem !important;
  }
  .mr-xxxxxl-24,
  .mx-xxxxxl-24 {
    margin-right: 6rem !important;
  }
  .mb-xxxxxl-24,
  .my-xxxxxl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxxxl-24,
  .mx-xxxxxl-24 {
    margin-left: 6rem !important;
  }
  .m-xxxxxl-23 {
    margin: 5.75rem !important;
  }
  .mt-xxxxxl-23,
  .my-xxxxxl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxxxxl-23,
  .mx-xxxxxl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxxxxl-23,
  .my-xxxxxl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxxxxl-23,
  .mx-xxxxxl-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxxxxl-22 {
    margin: 5.5rem !important;
  }
  .mt-xxxxxl-22,
  .my-xxxxxl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxxxl-22,
  .mx-xxxxxl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxxxl-22,
  .my-xxxxxl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxxxl-22,
  .mx-xxxxxl-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxxxxl-21 {
    margin: 5.25rem !important;
  }
  .mt-xxxxxl-21,
  .my-xxxxxl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxxxxl-21,
  .mx-xxxxxl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxxxxl-21,
  .my-xxxxxl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxxxxl-21,
  .mx-xxxxxl-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxxxxl-20 {
    margin: 5rem !important;
  }
  .mt-xxxxxl-20,
  .my-xxxxxl-20 {
    margin-top: 5rem !important;
  }
  .mr-xxxxxl-20,
  .mx-xxxxxl-20 {
    margin-right: 5rem !important;
  }
  .mb-xxxxxl-20,
  .my-xxxxxl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxxxl-20,
  .mx-xxxxxl-20 {
    margin-left: 5rem !important;
  }
  .m-xxxxxl-19 {
    margin: 4.75rem !important;
  }
  .mt-xxxxxl-19,
  .my-xxxxxl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxxxxl-19,
  .mx-xxxxxl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxxxxl-19,
  .my-xxxxxl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxxxxl-19,
  .mx-xxxxxl-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxxxxl-18 {
    margin: 4.5rem !important;
  }
  .mt-xxxxxl-18,
  .my-xxxxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxxxl-18,
  .mx-xxxxxl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxxxl-18,
  .my-xxxxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxxxl-18,
  .mx-xxxxxl-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxxxxl-17 {
    margin: 4.25rem !important;
  }
  .mt-xxxxxl-17,
  .my-xxxxxl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxxxxl-17,
  .mx-xxxxxl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxxxxl-17,
  .my-xxxxxl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxxxxl-17,
  .mx-xxxxxl-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxxxxl-16 {
    margin: 4rem !important;
  }
  .mt-xxxxxl-16,
  .my-xxxxxl-16 {
    margin-top: 4rem !important;
  }
  .mr-xxxxxl-16,
  .mx-xxxxxl-16 {
    margin-right: 4rem !important;
  }
  .mb-xxxxxl-16,
  .my-xxxxxl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxxxl-16,
  .mx-xxxxxl-16 {
    margin-left: 4rem !important;
  }
  .m-xxxxxl-15 {
    margin: 3.75rem !important;
  }
  .mt-xxxxxl-15,
  .my-xxxxxl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxxxxl-15,
  .mx-xxxxxl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxxxxl-15,
  .my-xxxxxl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxxxxl-15,
  .mx-xxxxxl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxxxxl-14 {
    margin: 3.5rem !important;
  }
  .mt-xxxxxl-14,
  .my-xxxxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxxxl-14,
  .mx-xxxxxl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxxxl-14,
  .my-xxxxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxxxl-14,
  .mx-xxxxxl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxxxxl-13 {
    margin: 3.25rem !important;
  }
  .mt-xxxxxl-13,
  .my-xxxxxl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxxxxl-13,
  .mx-xxxxxl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxxxxl-13,
  .my-xxxxxl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxxxxl-13,
  .mx-xxxxxl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxxxxl-12 {
    margin: 3rem !important;
  }
  .mt-xxxxxl-12,
  .my-xxxxxl-12 {
    margin-top: 3rem !important;
  }
  .mr-xxxxxl-12,
  .mx-xxxxxl-12 {
    margin-right: 3rem !important;
  }
  .mb-xxxxxl-12,
  .my-xxxxxl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxxxl-12,
  .mx-xxxxxl-12 {
    margin-left: 3rem !important;
  }
  .m-xxxxxl-11 {
    margin: 2.75rem !important;
  }
  .mt-xxxxxl-11,
  .my-xxxxxl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxxxxl-11,
  .mx-xxxxxl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxxxxl-11,
  .my-xxxxxl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxxxxl-11,
  .mx-xxxxxl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxxxxl-10 {
    margin: 2.5rem !important;
  }
  .mt-xxxxxl-10,
  .my-xxxxxl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxxxl-10,
  .mx-xxxxxl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxxxl-10,
  .my-xxxxxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxxxl-10,
  .mx-xxxxxl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxxxxl-9 {
    margin: 2.25rem !important;
  }
  .mt-xxxxxl-9,
  .my-xxxxxl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxxxxl-9,
  .mx-xxxxxl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxxxxl-9,
  .my-xxxxxl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxxxxl-9,
  .mx-xxxxxl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxxxxl-8 {
    margin: 2rem !important;
  }
  .mt-xxxxxl-8,
  .my-xxxxxl-8 {
    margin-top: 2rem !important;
  }
  .mr-xxxxxl-8,
  .mx-xxxxxl-8 {
    margin-right: 2rem !important;
  }
  .mb-xxxxxl-8,
  .my-xxxxxl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxxxl-8,
  .mx-xxxxxl-8 {
    margin-left: 2rem !important;
  }
  .m-xxxxxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxxxxl-7,
  .my-xxxxxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxxxxl-7,
  .mx-xxxxxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxxxxl-7,
  .my-xxxxxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxxxxl-7,
  .mx-xxxxxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxxxxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxxxxl-6,
  .my-xxxxxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxxxl-6,
  .mx-xxxxxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxxxl-6,
  .my-xxxxxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxxxl-6,
  .mx-xxxxxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxxxxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxxxxl-5,
  .my-xxxxxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxxxxl-5,
  .mx-xxxxxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxxxxl-5,
  .my-xxxxxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxxxxl-5,
  .mx-xxxxxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxxxxl-4 {
    margin: 1rem !important;
  }
  .mt-xxxxxl-4,
  .my-xxxxxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxxxxl-4,
  .mx-xxxxxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxxxxl-4,
  .my-xxxxxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxxxl-4,
  .mx-xxxxxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxxxxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxxxxl-3,
  .my-xxxxxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxxxxl-3,
  .mx-xxxxxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxxxxl-3,
  .my-xxxxxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxxxxl-3,
  .mx-xxxxxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxxxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxxxl-2,
  .my-xxxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxxxl-2,
  .mx-xxxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxxxl-2,
  .my-xxxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxxxl-2,
  .mx-xxxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxxxl-1,
  .my-xxxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxxxl-1,
  .mx-xxxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxxxl-1,
  .my-xxxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxxxl-1,
  .mx-xxxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxxxl-0 {
    margin: 0rem !important;
  }
  .mt-xxxxxl-0,
  .my-xxxxxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxxxxl-0,
  .mx-xxxxxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxxxxl-0,
  .my-xxxxxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxxxxl-0,
  .mx-xxxxxl-0 {
    margin-left: 0rem !important;
  }
  .p-xxxxxl-60 {
    padding: 15rem !important;
  }
  .pt-xxxxxl-60,
  .py-xxxxxl-60 {
    padding-top: 15rem !important;
  }
  .pr-xxxxxl-60,
  .px-xxxxxl-60 {
    padding-right: 15rem !important;
  }
  .pb-xxxxxl-60,
  .py-xxxxxl-60 {
    padding-bottom: 15rem !important;
  }
  .pl-xxxxxl-60,
  .px-xxxxxl-60 {
    padding-left: 15rem !important;
  }
  .p-xxxxxl-59 {
    padding: 14.75rem !important;
  }
  .pt-xxxxxl-59,
  .py-xxxxxl-59 {
    padding-top: 14.75rem !important;
  }
  .pr-xxxxxl-59,
  .px-xxxxxl-59 {
    padding-right: 14.75rem !important;
  }
  .pb-xxxxxl-59,
  .py-xxxxxl-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-xxxxxl-59,
  .px-xxxxxl-59 {
    padding-left: 14.75rem !important;
  }
  .p-xxxxxl-58 {
    padding: 14.5rem !important;
  }
  .pt-xxxxxl-58,
  .py-xxxxxl-58 {
    padding-top: 14.5rem !important;
  }
  .pr-xxxxxl-58,
  .px-xxxxxl-58 {
    padding-right: 14.5rem !important;
  }
  .pb-xxxxxl-58,
  .py-xxxxxl-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xxxxxl-58,
  .px-xxxxxl-58 {
    padding-left: 14.5rem !important;
  }
  .p-xxxxxl-57 {
    padding: 14.25rem !important;
  }
  .pt-xxxxxl-57,
  .py-xxxxxl-57 {
    padding-top: 14.25rem !important;
  }
  .pr-xxxxxl-57,
  .px-xxxxxl-57 {
    padding-right: 14.25rem !important;
  }
  .pb-xxxxxl-57,
  .py-xxxxxl-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-xxxxxl-57,
  .px-xxxxxl-57 {
    padding-left: 14.25rem !important;
  }
  .p-xxxxxl-56 {
    padding: 14rem !important;
  }
  .pt-xxxxxl-56,
  .py-xxxxxl-56 {
    padding-top: 14rem !important;
  }
  .pr-xxxxxl-56,
  .px-xxxxxl-56 {
    padding-right: 14rem !important;
  }
  .pb-xxxxxl-56,
  .py-xxxxxl-56 {
    padding-bottom: 14rem !important;
  }
  .pl-xxxxxl-56,
  .px-xxxxxl-56 {
    padding-left: 14rem !important;
  }
  .p-xxxxxl-55 {
    padding: 13.75rem !important;
  }
  .pt-xxxxxl-55,
  .py-xxxxxl-55 {
    padding-top: 13.75rem !important;
  }
  .pr-xxxxxl-55,
  .px-xxxxxl-55 {
    padding-right: 13.75rem !important;
  }
  .pb-xxxxxl-55,
  .py-xxxxxl-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-xxxxxl-55,
  .px-xxxxxl-55 {
    padding-left: 13.75rem !important;
  }
  .p-xxxxxl-54 {
    padding: 13.5rem !important;
  }
  .pt-xxxxxl-54,
  .py-xxxxxl-54 {
    padding-top: 13.5rem !important;
  }
  .pr-xxxxxl-54,
  .px-xxxxxl-54 {
    padding-right: 13.5rem !important;
  }
  .pb-xxxxxl-54,
  .py-xxxxxl-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xxxxxl-54,
  .px-xxxxxl-54 {
    padding-left: 13.5rem !important;
  }
  .p-xxxxxl-53 {
    padding: 13.25rem !important;
  }
  .pt-xxxxxl-53,
  .py-xxxxxl-53 {
    padding-top: 13.25rem !important;
  }
  .pr-xxxxxl-53,
  .px-xxxxxl-53 {
    padding-right: 13.25rem !important;
  }
  .pb-xxxxxl-53,
  .py-xxxxxl-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-xxxxxl-53,
  .px-xxxxxl-53 {
    padding-left: 13.25rem !important;
  }
  .p-xxxxxl-52 {
    padding: 13rem !important;
  }
  .pt-xxxxxl-52,
  .py-xxxxxl-52 {
    padding-top: 13rem !important;
  }
  .pr-xxxxxl-52,
  .px-xxxxxl-52 {
    padding-right: 13rem !important;
  }
  .pb-xxxxxl-52,
  .py-xxxxxl-52 {
    padding-bottom: 13rem !important;
  }
  .pl-xxxxxl-52,
  .px-xxxxxl-52 {
    padding-left: 13rem !important;
  }
  .p-xxxxxl-51 {
    padding: 12.75rem !important;
  }
  .pt-xxxxxl-51,
  .py-xxxxxl-51 {
    padding-top: 12.75rem !important;
  }
  .pr-xxxxxl-51,
  .px-xxxxxl-51 {
    padding-right: 12.75rem !important;
  }
  .pb-xxxxxl-51,
  .py-xxxxxl-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-xxxxxl-51,
  .px-xxxxxl-51 {
    padding-left: 12.75rem !important;
  }
  .p-xxxxxl-50 {
    padding: 12.5rem !important;
  }
  .pt-xxxxxl-50,
  .py-xxxxxl-50 {
    padding-top: 12.5rem !important;
  }
  .pr-xxxxxl-50,
  .px-xxxxxl-50 {
    padding-right: 12.5rem !important;
  }
  .pb-xxxxxl-50,
  .py-xxxxxl-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xxxxxl-50,
  .px-xxxxxl-50 {
    padding-left: 12.5rem !important;
  }
  .p-xxxxxl-49 {
    padding: 12.25rem !important;
  }
  .pt-xxxxxl-49,
  .py-xxxxxl-49 {
    padding-top: 12.25rem !important;
  }
  .pr-xxxxxl-49,
  .px-xxxxxl-49 {
    padding-right: 12.25rem !important;
  }
  .pb-xxxxxl-49,
  .py-xxxxxl-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-xxxxxl-49,
  .px-xxxxxl-49 {
    padding-left: 12.25rem !important;
  }
  .p-xxxxxl-48 {
    padding: 12rem !important;
  }
  .pt-xxxxxl-48,
  .py-xxxxxl-48 {
    padding-top: 12rem !important;
  }
  .pr-xxxxxl-48,
  .px-xxxxxl-48 {
    padding-right: 12rem !important;
  }
  .pb-xxxxxl-48,
  .py-xxxxxl-48 {
    padding-bottom: 12rem !important;
  }
  .pl-xxxxxl-48,
  .px-xxxxxl-48 {
    padding-left: 12rem !important;
  }
  .p-xxxxxl-47 {
    padding: 11.75rem !important;
  }
  .pt-xxxxxl-47,
  .py-xxxxxl-47 {
    padding-top: 11.75rem !important;
  }
  .pr-xxxxxl-47,
  .px-xxxxxl-47 {
    padding-right: 11.75rem !important;
  }
  .pb-xxxxxl-47,
  .py-xxxxxl-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-xxxxxl-47,
  .px-xxxxxl-47 {
    padding-left: 11.75rem !important;
  }
  .p-xxxxxl-46 {
    padding: 11.5rem !important;
  }
  .pt-xxxxxl-46,
  .py-xxxxxl-46 {
    padding-top: 11.5rem !important;
  }
  .pr-xxxxxl-46,
  .px-xxxxxl-46 {
    padding-right: 11.5rem !important;
  }
  .pb-xxxxxl-46,
  .py-xxxxxl-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xxxxxl-46,
  .px-xxxxxl-46 {
    padding-left: 11.5rem !important;
  }
  .p-xxxxxl-45 {
    padding: 11.25rem !important;
  }
  .pt-xxxxxl-45,
  .py-xxxxxl-45 {
    padding-top: 11.25rem !important;
  }
  .pr-xxxxxl-45,
  .px-xxxxxl-45 {
    padding-right: 11.25rem !important;
  }
  .pb-xxxxxl-45,
  .py-xxxxxl-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xxxxxl-45,
  .px-xxxxxl-45 {
    padding-left: 11.25rem !important;
  }
  .p-xxxxxl-44 {
    padding: 11rem !important;
  }
  .pt-xxxxxl-44,
  .py-xxxxxl-44 {
    padding-top: 11rem !important;
  }
  .pr-xxxxxl-44,
  .px-xxxxxl-44 {
    padding-right: 11rem !important;
  }
  .pb-xxxxxl-44,
  .py-xxxxxl-44 {
    padding-bottom: 11rem !important;
  }
  .pl-xxxxxl-44,
  .px-xxxxxl-44 {
    padding-left: 11rem !important;
  }
  .p-xxxxxl-43 {
    padding: 10.75rem !important;
  }
  .pt-xxxxxl-43,
  .py-xxxxxl-43 {
    padding-top: 10.75rem !important;
  }
  .pr-xxxxxl-43,
  .px-xxxxxl-43 {
    padding-right: 10.75rem !important;
  }
  .pb-xxxxxl-43,
  .py-xxxxxl-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xxxxxl-43,
  .px-xxxxxl-43 {
    padding-left: 10.75rem !important;
  }
  .p-xxxxxl-42 {
    padding: 10.5rem !important;
  }
  .pt-xxxxxl-42,
  .py-xxxxxl-42 {
    padding-top: 10.5rem !important;
  }
  .pr-xxxxxl-42,
  .px-xxxxxl-42 {
    padding-right: 10.5rem !important;
  }
  .pb-xxxxxl-42,
  .py-xxxxxl-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xxxxxl-42,
  .px-xxxxxl-42 {
    padding-left: 10.5rem !important;
  }
  .p-xxxxxl-41 {
    padding: 10.25rem !important;
  }
  .pt-xxxxxl-41,
  .py-xxxxxl-41 {
    padding-top: 10.25rem !important;
  }
  .pr-xxxxxl-41,
  .px-xxxxxl-41 {
    padding-right: 10.25rem !important;
  }
  .pb-xxxxxl-41,
  .py-xxxxxl-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xxxxxl-41,
  .px-xxxxxl-41 {
    padding-left: 10.25rem !important;
  }
  .p-xxxxxl-40 {
    padding: 10rem !important;
  }
  .pt-xxxxxl-40,
  .py-xxxxxl-40 {
    padding-top: 10rem !important;
  }
  .pr-xxxxxl-40,
  .px-xxxxxl-40 {
    padding-right: 10rem !important;
  }
  .pb-xxxxxl-40,
  .py-xxxxxl-40 {
    padding-bottom: 10rem !important;
  }
  .pl-xxxxxl-40,
  .px-xxxxxl-40 {
    padding-left: 10rem !important;
  }
  .p-xxxxxl-39 {
    padding: 9.75rem !important;
  }
  .pt-xxxxxl-39,
  .py-xxxxxl-39 {
    padding-top: 9.75rem !important;
  }
  .pr-xxxxxl-39,
  .px-xxxxxl-39 {
    padding-right: 9.75rem !important;
  }
  .pb-xxxxxl-39,
  .py-xxxxxl-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xxxxxl-39,
  .px-xxxxxl-39 {
    padding-left: 9.75rem !important;
  }
  .p-xxxxxl-38 {
    padding: 9.5rem !important;
  }
  .pt-xxxxxl-38,
  .py-xxxxxl-38 {
    padding-top: 9.5rem !important;
  }
  .pr-xxxxxl-38,
  .px-xxxxxl-38 {
    padding-right: 9.5rem !important;
  }
  .pb-xxxxxl-38,
  .py-xxxxxl-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxxxxl-38,
  .px-xxxxxl-38 {
    padding-left: 9.5rem !important;
  }
  .p-xxxxxl-37 {
    padding: 9.25rem !important;
  }
  .pt-xxxxxl-37,
  .py-xxxxxl-37 {
    padding-top: 9.25rem !important;
  }
  .pr-xxxxxl-37,
  .px-xxxxxl-37 {
    padding-right: 9.25rem !important;
  }
  .pb-xxxxxl-37,
  .py-xxxxxl-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xxxxxl-37,
  .px-xxxxxl-37 {
    padding-left: 9.25rem !important;
  }
  .p-xxxxxl-36 {
    padding: 9rem !important;
  }
  .pt-xxxxxl-36,
  .py-xxxxxl-36 {
    padding-top: 9rem !important;
  }
  .pr-xxxxxl-36,
  .px-xxxxxl-36 {
    padding-right: 9rem !important;
  }
  .pb-xxxxxl-36,
  .py-xxxxxl-36 {
    padding-bottom: 9rem !important;
  }
  .pl-xxxxxl-36,
  .px-xxxxxl-36 {
    padding-left: 9rem !important;
  }
  .p-xxxxxl-35 {
    padding: 8.75rem !important;
  }
  .pt-xxxxxl-35,
  .py-xxxxxl-35 {
    padding-top: 8.75rem !important;
  }
  .pr-xxxxxl-35,
  .px-xxxxxl-35 {
    padding-right: 8.75rem !important;
  }
  .pb-xxxxxl-35,
  .py-xxxxxl-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xxxxxl-35,
  .px-xxxxxl-35 {
    padding-left: 8.75rem !important;
  }
  .p-xxxxxl-34 {
    padding: 8.5rem !important;
  }
  .pt-xxxxxl-34,
  .py-xxxxxl-34 {
    padding-top: 8.5rem !important;
  }
  .pr-xxxxxl-34,
  .px-xxxxxl-34 {
    padding-right: 8.5rem !important;
  }
  .pb-xxxxxl-34,
  .py-xxxxxl-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxxxxl-34,
  .px-xxxxxl-34 {
    padding-left: 8.5rem !important;
  }
  .p-xxxxxl-33 {
    padding: 8.25rem !important;
  }
  .pt-xxxxxl-33,
  .py-xxxxxl-33 {
    padding-top: 8.25rem !important;
  }
  .pr-xxxxxl-33,
  .px-xxxxxl-33 {
    padding-right: 8.25rem !important;
  }
  .pb-xxxxxl-33,
  .py-xxxxxl-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xxxxxl-33,
  .px-xxxxxl-33 {
    padding-left: 8.25rem !important;
  }
  .p-xxxxxl-32 {
    padding: 8rem !important;
  }
  .pt-xxxxxl-32,
  .py-xxxxxl-32 {
    padding-top: 8rem !important;
  }
  .pr-xxxxxl-32,
  .px-xxxxxl-32 {
    padding-right: 8rem !important;
  }
  .pb-xxxxxl-32,
  .py-xxxxxl-32 {
    padding-bottom: 8rem !important;
  }
  .pl-xxxxxl-32,
  .px-xxxxxl-32 {
    padding-left: 8rem !important;
  }
  .p-xxxxxl-31 {
    padding: 7.75rem !important;
  }
  .pt-xxxxxl-31,
  .py-xxxxxl-31 {
    padding-top: 7.75rem !important;
  }
  .pr-xxxxxl-31,
  .px-xxxxxl-31 {
    padding-right: 7.75rem !important;
  }
  .pb-xxxxxl-31,
  .py-xxxxxl-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xxxxxl-31,
  .px-xxxxxl-31 {
    padding-left: 7.75rem !important;
  }
  .p-xxxxxl-30 {
    padding: 7.5rem !important;
  }
  .pt-xxxxxl-30,
  .py-xxxxxl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxxxl-30,
  .px-xxxxxl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxxxl-30,
  .py-xxxxxl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxxxl-30,
  .px-xxxxxl-30 {
    padding-left: 7.5rem !important;
  }
  .p-xxxxxl-29 {
    padding: 7.25rem !important;
  }
  .pt-xxxxxl-29,
  .py-xxxxxl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxxxxl-29,
  .px-xxxxxl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxxxxl-29,
  .py-xxxxxl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxxxxl-29,
  .px-xxxxxl-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxxxxl-28 {
    padding: 7rem !important;
  }
  .pt-xxxxxl-28,
  .py-xxxxxl-28 {
    padding-top: 7rem !important;
  }
  .pr-xxxxxl-28,
  .px-xxxxxl-28 {
    padding-right: 7rem !important;
  }
  .pb-xxxxxl-28,
  .py-xxxxxl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxxxl-28,
  .px-xxxxxl-28 {
    padding-left: 7rem !important;
  }
  .p-xxxxxl-27 {
    padding: 6.75rem !important;
  }
  .pt-xxxxxl-27,
  .py-xxxxxl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxxxxl-27,
  .px-xxxxxl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxxxxl-27,
  .py-xxxxxl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxxxxl-27,
  .px-xxxxxl-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxxxxl-26 {
    padding: 6.5rem !important;
  }
  .pt-xxxxxl-26,
  .py-xxxxxl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxxxl-26,
  .px-xxxxxl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxxxl-26,
  .py-xxxxxl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxxxl-26,
  .px-xxxxxl-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxxxxl-25 {
    padding: 6.25rem !important;
  }
  .pt-xxxxxl-25,
  .py-xxxxxl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxxxxl-25,
  .px-xxxxxl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxxxxl-25,
  .py-xxxxxl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxxxxl-25,
  .px-xxxxxl-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxxxxl-24 {
    padding: 6rem !important;
  }
  .pt-xxxxxl-24,
  .py-xxxxxl-24 {
    padding-top: 6rem !important;
  }
  .pr-xxxxxl-24,
  .px-xxxxxl-24 {
    padding-right: 6rem !important;
  }
  .pb-xxxxxl-24,
  .py-xxxxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxxxl-24,
  .px-xxxxxl-24 {
    padding-left: 6rem !important;
  }
  .p-xxxxxl-23 {
    padding: 5.75rem !important;
  }
  .pt-xxxxxl-23,
  .py-xxxxxl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxxxxl-23,
  .px-xxxxxl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxxxxl-23,
  .py-xxxxxl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxxxxl-23,
  .px-xxxxxl-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxxxxl-22 {
    padding: 5.5rem !important;
  }
  .pt-xxxxxl-22,
  .py-xxxxxl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxxxl-22,
  .px-xxxxxl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxxxl-22,
  .py-xxxxxl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxxxl-22,
  .px-xxxxxl-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxxxxl-21 {
    padding: 5.25rem !important;
  }
  .pt-xxxxxl-21,
  .py-xxxxxl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxxxxl-21,
  .px-xxxxxl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxxxxl-21,
  .py-xxxxxl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxxxxl-21,
  .px-xxxxxl-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxxxxl-20 {
    padding: 5rem !important;
  }
  .pt-xxxxxl-20,
  .py-xxxxxl-20 {
    padding-top: 5rem !important;
  }
  .pr-xxxxxl-20,
  .px-xxxxxl-20 {
    padding-right: 5rem !important;
  }
  .pb-xxxxxl-20,
  .py-xxxxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxxxl-20,
  .px-xxxxxl-20 {
    padding-left: 5rem !important;
  }
  .p-xxxxxl-19 {
    padding: 4.75rem !important;
  }
  .pt-xxxxxl-19,
  .py-xxxxxl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxxxxl-19,
  .px-xxxxxl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxxxxl-19,
  .py-xxxxxl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxxxxl-19,
  .px-xxxxxl-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxxxxl-18 {
    padding: 4.5rem !important;
  }
  .pt-xxxxxl-18,
  .py-xxxxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxxxl-18,
  .px-xxxxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxxxl-18,
  .py-xxxxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxxxl-18,
  .px-xxxxxl-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxxxxl-17 {
    padding: 4.25rem !important;
  }
  .pt-xxxxxl-17,
  .py-xxxxxl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxxxxl-17,
  .px-xxxxxl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxxxxl-17,
  .py-xxxxxl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxxxxl-17,
  .px-xxxxxl-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxxxxl-16 {
    padding: 4rem !important;
  }
  .pt-xxxxxl-16,
  .py-xxxxxl-16 {
    padding-top: 4rem !important;
  }
  .pr-xxxxxl-16,
  .px-xxxxxl-16 {
    padding-right: 4rem !important;
  }
  .pb-xxxxxl-16,
  .py-xxxxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxxxl-16,
  .px-xxxxxl-16 {
    padding-left: 4rem !important;
  }
  .p-xxxxxl-15 {
    padding: 3.75rem !important;
  }
  .pt-xxxxxl-15,
  .py-xxxxxl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxxxxl-15,
  .px-xxxxxl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxxxxl-15,
  .py-xxxxxl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxxxxl-15,
  .px-xxxxxl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxxxxl-14 {
    padding: 3.5rem !important;
  }
  .pt-xxxxxl-14,
  .py-xxxxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxxxl-14,
  .px-xxxxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxxxl-14,
  .py-xxxxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxxxl-14,
  .px-xxxxxl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxxxxl-13 {
    padding: 3.25rem !important;
  }
  .pt-xxxxxl-13,
  .py-xxxxxl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxxxxl-13,
  .px-xxxxxl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxxxxl-13,
  .py-xxxxxl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxxxxl-13,
  .px-xxxxxl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxxxxl-12 {
    padding: 3rem !important;
  }
  .pt-xxxxxl-12,
  .py-xxxxxl-12 {
    padding-top: 3rem !important;
  }
  .pr-xxxxxl-12,
  .px-xxxxxl-12 {
    padding-right: 3rem !important;
  }
  .pb-xxxxxl-12,
  .py-xxxxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxxxl-12,
  .px-xxxxxl-12 {
    padding-left: 3rem !important;
  }
  .p-xxxxxl-11 {
    padding: 2.75rem !important;
  }
  .pt-xxxxxl-11,
  .py-xxxxxl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxxxxl-11,
  .px-xxxxxl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxxxxl-11,
  .py-xxxxxl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxxxxl-11,
  .px-xxxxxl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxxxxl-10 {
    padding: 2.5rem !important;
  }
  .pt-xxxxxl-10,
  .py-xxxxxl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxxxl-10,
  .px-xxxxxl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxxxl-10,
  .py-xxxxxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxxxl-10,
  .px-xxxxxl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxxxxl-9 {
    padding: 2.25rem !important;
  }
  .pt-xxxxxl-9,
  .py-xxxxxl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxxxxl-9,
  .px-xxxxxl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxxxxl-9,
  .py-xxxxxl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxxxxl-9,
  .px-xxxxxl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxxxxl-8 {
    padding: 2rem !important;
  }
  .pt-xxxxxl-8,
  .py-xxxxxl-8 {
    padding-top: 2rem !important;
  }
  .pr-xxxxxl-8,
  .px-xxxxxl-8 {
    padding-right: 2rem !important;
  }
  .pb-xxxxxl-8,
  .py-xxxxxl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxxxl-8,
  .px-xxxxxl-8 {
    padding-left: 2rem !important;
  }
  .p-xxxxxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxxxxl-7,
  .py-xxxxxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxxxxl-7,
  .px-xxxxxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxxxxl-7,
  .py-xxxxxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxxxxl-7,
  .px-xxxxxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxxxxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxxxxl-6,
  .py-xxxxxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxxxl-6,
  .px-xxxxxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxxxl-6,
  .py-xxxxxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxxxl-6,
  .px-xxxxxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxxxxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxxxxl-5,
  .py-xxxxxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxxxxl-5,
  .px-xxxxxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxxxxl-5,
  .py-xxxxxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxxxxl-5,
  .px-xxxxxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxxxxl-4 {
    padding: 1rem !important;
  }
  .pt-xxxxxl-4,
  .py-xxxxxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxxxxl-4,
  .px-xxxxxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxxxxl-4,
  .py-xxxxxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxxxl-4,
  .px-xxxxxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxxxxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxxxxl-3,
  .py-xxxxxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxxxxl-3,
  .px-xxxxxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxxxxl-3,
  .py-xxxxxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxxxxl-3,
  .px-xxxxxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxxxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxxxl-2,
  .py-xxxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxxxl-2,
  .px-xxxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxxxl-2,
  .py-xxxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxxxl-2,
  .px-xxxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxxxl-1,
  .py-xxxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxxxl-1,
  .px-xxxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxxxl-1,
  .py-xxxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxxxl-1,
  .px-xxxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxxxl-0 {
    padding: 0rem !important;
  }
  .pt-xxxxxl-0,
  .py-xxxxxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxxxxl-0,
  .px-xxxxxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxxxxl-0,
  .py-xxxxxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxxxxl-0,
  .px-xxxxxl-0 {
    padding-left: 0rem !important;
  }
  .m-xxxxxl-n60 {
    margin: -15rem !important;
  }
  .mt-xxxxxl-n60,
  .my-xxxxxl-n60 {
    margin-top: -15rem !important;
  }
  .mr-xxxxxl-n60,
  .mx-xxxxxl-n60 {
    margin-right: -15rem !important;
  }
  .mb-xxxxxl-n60,
  .my-xxxxxl-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-xxxxxl-n60,
  .mx-xxxxxl-n60 {
    margin-left: -15rem !important;
  }
  .m-xxxxxl-n59 {
    margin: -14.75rem !important;
  }
  .mt-xxxxxl-n59,
  .my-xxxxxl-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-xxxxxl-n59,
  .mx-xxxxxl-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-xxxxxl-n59,
  .my-xxxxxl-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-xxxxxl-n59,
  .mx-xxxxxl-n59 {
    margin-left: -14.75rem !important;
  }
  .m-xxxxxl-n58 {
    margin: -14.5rem !important;
  }
  .mt-xxxxxl-n58,
  .my-xxxxxl-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-xxxxxl-n58,
  .mx-xxxxxl-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-xxxxxl-n58,
  .my-xxxxxl-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xxxxxl-n58,
  .mx-xxxxxl-n58 {
    margin-left: -14.5rem !important;
  }
  .m-xxxxxl-n57 {
    margin: -14.25rem !important;
  }
  .mt-xxxxxl-n57,
  .my-xxxxxl-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-xxxxxl-n57,
  .mx-xxxxxl-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-xxxxxl-n57,
  .my-xxxxxl-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-xxxxxl-n57,
  .mx-xxxxxl-n57 {
    margin-left: -14.25rem !important;
  }
  .m-xxxxxl-n56 {
    margin: -14rem !important;
  }
  .mt-xxxxxl-n56,
  .my-xxxxxl-n56 {
    margin-top: -14rem !important;
  }
  .mr-xxxxxl-n56,
  .mx-xxxxxl-n56 {
    margin-right: -14rem !important;
  }
  .mb-xxxxxl-n56,
  .my-xxxxxl-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-xxxxxl-n56,
  .mx-xxxxxl-n56 {
    margin-left: -14rem !important;
  }
  .m-xxxxxl-n55 {
    margin: -13.75rem !important;
  }
  .mt-xxxxxl-n55,
  .my-xxxxxl-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-xxxxxl-n55,
  .mx-xxxxxl-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-xxxxxl-n55,
  .my-xxxxxl-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-xxxxxl-n55,
  .mx-xxxxxl-n55 {
    margin-left: -13.75rem !important;
  }
  .m-xxxxxl-n54 {
    margin: -13.5rem !important;
  }
  .mt-xxxxxl-n54,
  .my-xxxxxl-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-xxxxxl-n54,
  .mx-xxxxxl-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-xxxxxl-n54,
  .my-xxxxxl-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xxxxxl-n54,
  .mx-xxxxxl-n54 {
    margin-left: -13.5rem !important;
  }
  .m-xxxxxl-n53 {
    margin: -13.25rem !important;
  }
  .mt-xxxxxl-n53,
  .my-xxxxxl-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-xxxxxl-n53,
  .mx-xxxxxl-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-xxxxxl-n53,
  .my-xxxxxl-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-xxxxxl-n53,
  .mx-xxxxxl-n53 {
    margin-left: -13.25rem !important;
  }
  .m-xxxxxl-n52 {
    margin: -13rem !important;
  }
  .mt-xxxxxl-n52,
  .my-xxxxxl-n52 {
    margin-top: -13rem !important;
  }
  .mr-xxxxxl-n52,
  .mx-xxxxxl-n52 {
    margin-right: -13rem !important;
  }
  .mb-xxxxxl-n52,
  .my-xxxxxl-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-xxxxxl-n52,
  .mx-xxxxxl-n52 {
    margin-left: -13rem !important;
  }
  .m-xxxxxl-n51 {
    margin: -12.75rem !important;
  }
  .mt-xxxxxl-n51,
  .my-xxxxxl-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-xxxxxl-n51,
  .mx-xxxxxl-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-xxxxxl-n51,
  .my-xxxxxl-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-xxxxxl-n51,
  .mx-xxxxxl-n51 {
    margin-left: -12.75rem !important;
  }
  .m-xxxxxl-n50 {
    margin: -12.5rem !important;
  }
  .mt-xxxxxl-n50,
  .my-xxxxxl-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-xxxxxl-n50,
  .mx-xxxxxl-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-xxxxxl-n50,
  .my-xxxxxl-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xxxxxl-n50,
  .mx-xxxxxl-n50 {
    margin-left: -12.5rem !important;
  }
  .m-xxxxxl-n49 {
    margin: -12.25rem !important;
  }
  .mt-xxxxxl-n49,
  .my-xxxxxl-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-xxxxxl-n49,
  .mx-xxxxxl-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-xxxxxl-n49,
  .my-xxxxxl-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-xxxxxl-n49,
  .mx-xxxxxl-n49 {
    margin-left: -12.25rem !important;
  }
  .m-xxxxxl-n48 {
    margin: -12rem !important;
  }
  .mt-xxxxxl-n48,
  .my-xxxxxl-n48 {
    margin-top: -12rem !important;
  }
  .mr-xxxxxl-n48,
  .mx-xxxxxl-n48 {
    margin-right: -12rem !important;
  }
  .mb-xxxxxl-n48,
  .my-xxxxxl-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-xxxxxl-n48,
  .mx-xxxxxl-n48 {
    margin-left: -12rem !important;
  }
  .m-xxxxxl-n47 {
    margin: -11.75rem !important;
  }
  .mt-xxxxxl-n47,
  .my-xxxxxl-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-xxxxxl-n47,
  .mx-xxxxxl-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-xxxxxl-n47,
  .my-xxxxxl-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-xxxxxl-n47,
  .mx-xxxxxl-n47 {
    margin-left: -11.75rem !important;
  }
  .m-xxxxxl-n46 {
    margin: -11.5rem !important;
  }
  .mt-xxxxxl-n46,
  .my-xxxxxl-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-xxxxxl-n46,
  .mx-xxxxxl-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-xxxxxl-n46,
  .my-xxxxxl-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xxxxxl-n46,
  .mx-xxxxxl-n46 {
    margin-left: -11.5rem !important;
  }
  .m-xxxxxl-n45 {
    margin: -11.25rem !important;
  }
  .mt-xxxxxl-n45,
  .my-xxxxxl-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-xxxxxl-n45,
  .mx-xxxxxl-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-xxxxxl-n45,
  .my-xxxxxl-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xxxxxl-n45,
  .mx-xxxxxl-n45 {
    margin-left: -11.25rem !important;
  }
  .m-xxxxxl-n44 {
    margin: -11rem !important;
  }
  .mt-xxxxxl-n44,
  .my-xxxxxl-n44 {
    margin-top: -11rem !important;
  }
  .mr-xxxxxl-n44,
  .mx-xxxxxl-n44 {
    margin-right: -11rem !important;
  }
  .mb-xxxxxl-n44,
  .my-xxxxxl-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-xxxxxl-n44,
  .mx-xxxxxl-n44 {
    margin-left: -11rem !important;
  }
  .m-xxxxxl-n43 {
    margin: -10.75rem !important;
  }
  .mt-xxxxxl-n43,
  .my-xxxxxl-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-xxxxxl-n43,
  .mx-xxxxxl-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-xxxxxl-n43,
  .my-xxxxxl-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xxxxxl-n43,
  .mx-xxxxxl-n43 {
    margin-left: -10.75rem !important;
  }
  .m-xxxxxl-n42 {
    margin: -10.5rem !important;
  }
  .mt-xxxxxl-n42,
  .my-xxxxxl-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-xxxxxl-n42,
  .mx-xxxxxl-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-xxxxxl-n42,
  .my-xxxxxl-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xxxxxl-n42,
  .mx-xxxxxl-n42 {
    margin-left: -10.5rem !important;
  }
  .m-xxxxxl-n41 {
    margin: -10.25rem !important;
  }
  .mt-xxxxxl-n41,
  .my-xxxxxl-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-xxxxxl-n41,
  .mx-xxxxxl-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-xxxxxl-n41,
  .my-xxxxxl-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xxxxxl-n41,
  .mx-xxxxxl-n41 {
    margin-left: -10.25rem !important;
  }
  .m-xxxxxl-n40 {
    margin: -10rem !important;
  }
  .mt-xxxxxl-n40,
  .my-xxxxxl-n40 {
    margin-top: -10rem !important;
  }
  .mr-xxxxxl-n40,
  .mx-xxxxxl-n40 {
    margin-right: -10rem !important;
  }
  .mb-xxxxxl-n40,
  .my-xxxxxl-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-xxxxxl-n40,
  .mx-xxxxxl-n40 {
    margin-left: -10rem !important;
  }
  .m-xxxxxl-n39 {
    margin: -9.75rem !important;
  }
  .mt-xxxxxl-n39,
  .my-xxxxxl-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-xxxxxl-n39,
  .mx-xxxxxl-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-xxxxxl-n39,
  .my-xxxxxl-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xxxxxl-n39,
  .mx-xxxxxl-n39 {
    margin-left: -9.75rem !important;
  }
  .m-xxxxxl-n38 {
    margin: -9.5rem !important;
  }
  .mt-xxxxxl-n38,
  .my-xxxxxl-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-xxxxxl-n38,
  .mx-xxxxxl-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-xxxxxl-n38,
  .my-xxxxxl-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xxxxxl-n38,
  .mx-xxxxxl-n38 {
    margin-left: -9.5rem !important;
  }
  .m-xxxxxl-n37 {
    margin: -9.25rem !important;
  }
  .mt-xxxxxl-n37,
  .my-xxxxxl-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-xxxxxl-n37,
  .mx-xxxxxl-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-xxxxxl-n37,
  .my-xxxxxl-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xxxxxl-n37,
  .mx-xxxxxl-n37 {
    margin-left: -9.25rem !important;
  }
  .m-xxxxxl-n36 {
    margin: -9rem !important;
  }
  .mt-xxxxxl-n36,
  .my-xxxxxl-n36 {
    margin-top: -9rem !important;
  }
  .mr-xxxxxl-n36,
  .mx-xxxxxl-n36 {
    margin-right: -9rem !important;
  }
  .mb-xxxxxl-n36,
  .my-xxxxxl-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-xxxxxl-n36,
  .mx-xxxxxl-n36 {
    margin-left: -9rem !important;
  }
  .m-xxxxxl-n35 {
    margin: -8.75rem !important;
  }
  .mt-xxxxxl-n35,
  .my-xxxxxl-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-xxxxxl-n35,
  .mx-xxxxxl-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-xxxxxl-n35,
  .my-xxxxxl-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xxxxxl-n35,
  .mx-xxxxxl-n35 {
    margin-left: -8.75rem !important;
  }
  .m-xxxxxl-n34 {
    margin: -8.5rem !important;
  }
  .mt-xxxxxl-n34,
  .my-xxxxxl-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-xxxxxl-n34,
  .mx-xxxxxl-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-xxxxxl-n34,
  .my-xxxxxl-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xxxxxl-n34,
  .mx-xxxxxl-n34 {
    margin-left: -8.5rem !important;
  }
  .m-xxxxxl-n33 {
    margin: -8.25rem !important;
  }
  .mt-xxxxxl-n33,
  .my-xxxxxl-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-xxxxxl-n33,
  .mx-xxxxxl-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-xxxxxl-n33,
  .my-xxxxxl-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xxxxxl-n33,
  .mx-xxxxxl-n33 {
    margin-left: -8.25rem !important;
  }
  .m-xxxxxl-n32 {
    margin: -8rem !important;
  }
  .mt-xxxxxl-n32,
  .my-xxxxxl-n32 {
    margin-top: -8rem !important;
  }
  .mr-xxxxxl-n32,
  .mx-xxxxxl-n32 {
    margin-right: -8rem !important;
  }
  .mb-xxxxxl-n32,
  .my-xxxxxl-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-xxxxxl-n32,
  .mx-xxxxxl-n32 {
    margin-left: -8rem !important;
  }
  .m-xxxxxl-n31 {
    margin: -7.75rem !important;
  }
  .mt-xxxxxl-n31,
  .my-xxxxxl-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-xxxxxl-n31,
  .mx-xxxxxl-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-xxxxxl-n31,
  .my-xxxxxl-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xxxxxl-n31,
  .mx-xxxxxl-n31 {
    margin-left: -7.75rem !important;
  }
  .m-xxxxxl-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxxxxl-n30,
  .my-xxxxxl-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxxxxl-n30,
  .mx-xxxxxl-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxxxxl-n30,
  .my-xxxxxl-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxxxxl-n30,
  .mx-xxxxxl-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxxxxl-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxxxxl-n29,
  .my-xxxxxl-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxxxxl-n29,
  .mx-xxxxxl-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxxxxl-n29,
  .my-xxxxxl-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxxxxl-n29,
  .mx-xxxxxl-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxxxxl-n28 {
    margin: -7rem !important;
  }
  .mt-xxxxxl-n28,
  .my-xxxxxl-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxxxxl-n28,
  .mx-xxxxxl-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxxxxl-n28,
  .my-xxxxxl-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxxxxl-n28,
  .mx-xxxxxl-n28 {
    margin-left: -7rem !important;
  }
  .m-xxxxxl-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxxxxl-n27,
  .my-xxxxxl-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxxxxl-n27,
  .mx-xxxxxl-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxxxxl-n27,
  .my-xxxxxl-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxxxxl-n27,
  .mx-xxxxxl-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxxxxl-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxxxxl-n26,
  .my-xxxxxl-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxxxxl-n26,
  .mx-xxxxxl-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxxxxl-n26,
  .my-xxxxxl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxxxxl-n26,
  .mx-xxxxxl-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxxxxl-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxxxxl-n25,
  .my-xxxxxl-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxxxxl-n25,
  .mx-xxxxxl-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxxxxl-n25,
  .my-xxxxxl-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxxxxl-n25,
  .mx-xxxxxl-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxxxxl-n24 {
    margin: -6rem !important;
  }
  .mt-xxxxxl-n24,
  .my-xxxxxl-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxxxxl-n24,
  .mx-xxxxxl-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxxxxl-n24,
  .my-xxxxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxxxl-n24,
  .mx-xxxxxl-n24 {
    margin-left: -6rem !important;
  }
  .m-xxxxxl-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxxxxl-n23,
  .my-xxxxxl-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxxxxl-n23,
  .mx-xxxxxl-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxxxxl-n23,
  .my-xxxxxl-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxxxxl-n23,
  .mx-xxxxxl-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxxxxl-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxxxxl-n22,
  .my-xxxxxl-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxxxxl-n22,
  .mx-xxxxxl-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxxxxl-n22,
  .my-xxxxxl-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxxxxl-n22,
  .mx-xxxxxl-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxxxxl-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxxxxl-n21,
  .my-xxxxxl-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxxxxl-n21,
  .mx-xxxxxl-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxxxxl-n21,
  .my-xxxxxl-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxxxxl-n21,
  .mx-xxxxxl-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxxxxl-n20 {
    margin: -5rem !important;
  }
  .mt-xxxxxl-n20,
  .my-xxxxxl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxxxxl-n20,
  .mx-xxxxxl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxxxxl-n20,
  .my-xxxxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxxxxl-n20,
  .mx-xxxxxl-n20 {
    margin-left: -5rem !important;
  }
  .m-xxxxxl-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxxxxl-n19,
  .my-xxxxxl-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxxxxl-n19,
  .mx-xxxxxl-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxxxxl-n19,
  .my-xxxxxl-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxxxxl-n19,
  .mx-xxxxxl-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxxxxl-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxxxxl-n18,
  .my-xxxxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxxxxl-n18,
  .mx-xxxxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxxxxl-n18,
  .my-xxxxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxxxxl-n18,
  .mx-xxxxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxxxxl-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxxxxl-n17,
  .my-xxxxxl-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxxxxl-n17,
  .mx-xxxxxl-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxxxxl-n17,
  .my-xxxxxl-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxxxxl-n17,
  .mx-xxxxxl-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxxxxl-n16 {
    margin: -4rem !important;
  }
  .mt-xxxxxl-n16,
  .my-xxxxxl-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxxxxl-n16,
  .mx-xxxxxl-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxxxxl-n16,
  .my-xxxxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxxxxl-n16,
  .mx-xxxxxl-n16 {
    margin-left: -4rem !important;
  }
  .m-xxxxxl-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxxxxl-n15,
  .my-xxxxxl-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxxxxl-n15,
  .mx-xxxxxl-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxxxxl-n15,
  .my-xxxxxl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxxxxl-n15,
  .mx-xxxxxl-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxxxxl-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxxxxl-n14,
  .my-xxxxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxxxxl-n14,
  .mx-xxxxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxxxxl-n14,
  .my-xxxxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxxxxl-n14,
  .mx-xxxxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxxxxl-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxxxxl-n13,
  .my-xxxxxl-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxxxxl-n13,
  .mx-xxxxxl-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxxxxl-n13,
  .my-xxxxxl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxxxxl-n13,
  .mx-xxxxxl-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxxxxl-n12 {
    margin: -3rem !important;
  }
  .mt-xxxxxl-n12,
  .my-xxxxxl-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxxxxl-n12,
  .mx-xxxxxl-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxxxxl-n12,
  .my-xxxxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxxxl-n12,
  .mx-xxxxxl-n12 {
    margin-left: -3rem !important;
  }
  .m-xxxxxl-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxxxxl-n11,
  .my-xxxxxl-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxxxxl-n11,
  .mx-xxxxxl-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxxxxl-n11,
  .my-xxxxxl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxxxxl-n11,
  .mx-xxxxxl-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxxxxl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxxxxl-n10,
  .my-xxxxxl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxxxxl-n10,
  .mx-xxxxxl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxxxxl-n10,
  .my-xxxxxl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxxxxl-n10,
  .mx-xxxxxl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxxxxl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxxxxl-n9,
  .my-xxxxxl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxxxxl-n9,
  .mx-xxxxxl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxxxxl-n9,
  .my-xxxxxl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxxxxl-n9,
  .mx-xxxxxl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxxxxl-n8 {
    margin: -2rem !important;
  }
  .mt-xxxxxl-n8,
  .my-xxxxxl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxxxxl-n8,
  .mx-xxxxxl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxxxxl-n8,
  .my-xxxxxl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxxxxl-n8,
  .mx-xxxxxl-n8 {
    margin-left: -2rem !important;
  }
  .m-xxxxxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxxxxl-n7,
  .my-xxxxxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxxxxl-n7,
  .mx-xxxxxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxxxxl-n7,
  .my-xxxxxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxxxxl-n7,
  .mx-xxxxxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxxxxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxxxxl-n6,
  .my-xxxxxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxxxl-n6,
  .mx-xxxxxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxxxl-n6,
  .my-xxxxxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxxxl-n6,
  .mx-xxxxxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxxxxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxxxxl-n5,
  .my-xxxxxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxxxxl-n5,
  .mx-xxxxxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxxxxl-n5,
  .my-xxxxxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxxxxl-n5,
  .mx-xxxxxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxxxxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxxxxl-n4,
  .my-xxxxxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxxxxl-n4,
  .mx-xxxxxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxxxxl-n4,
  .my-xxxxxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxxxl-n4,
  .mx-xxxxxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxxxxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxxxxl-n3,
  .my-xxxxxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxxxxl-n3,
  .mx-xxxxxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxxxxl-n3,
  .my-xxxxxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxxxxl-n3,
  .mx-xxxxxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxxxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxxxl-n2,
  .my-xxxxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxxxl-n2,
  .mx-xxxxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxxxl-n2,
  .my-xxxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxxxl-n2,
  .mx-xxxxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxxxl-n1,
  .my-xxxxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxxxl-n1,
  .mx-xxxxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxxxl-n1,
  .my-xxxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxxxl-n1,
  .mx-xxxxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxxxl-n0 {
    margin: 0rem !important;
  }
  .mt-xxxxxl-n0,
  .my-xxxxxl-n0 {
    margin-top: 0rem !important;
  }
  .mr-xxxxxl-n0,
  .mx-xxxxxl-n0 {
    margin-right: 0rem !important;
  }
  .mb-xxxxxl-n0,
  .my-xxxxxl-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxxxxl-n0,
  .mx-xxxxxl-n0 {
    margin-left: 0rem !important;
  }
  .m-xxxxxl-auto {
    margin: auto !important;
  }
  .mt-xxxxxl-auto,
  .my-xxxxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxxxl-auto,
  .mx-xxxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxxl-auto,
  .my-xxxxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxxxl-auto,
  .mx-xxxxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 2560.02px) {
  .m-x1l-60 {
    margin: 15rem !important;
  }
  .mt-x1l-60,
  .my-x1l-60 {
    margin-top: 15rem !important;
  }
  .mr-x1l-60,
  .mx-x1l-60 {
    margin-right: 15rem !important;
  }
  .mb-x1l-60,
  .my-x1l-60 {
    margin-bottom: 15rem !important;
  }
  .ml-x1l-60,
  .mx-x1l-60 {
    margin-left: 15rem !important;
  }
  .m-x1l-59 {
    margin: 14.75rem !important;
  }
  .mt-x1l-59,
  .my-x1l-59 {
    margin-top: 14.75rem !important;
  }
  .mr-x1l-59,
  .mx-x1l-59 {
    margin-right: 14.75rem !important;
  }
  .mb-x1l-59,
  .my-x1l-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-x1l-59,
  .mx-x1l-59 {
    margin-left: 14.75rem !important;
  }
  .m-x1l-58 {
    margin: 14.5rem !important;
  }
  .mt-x1l-58,
  .my-x1l-58 {
    margin-top: 14.5rem !important;
  }
  .mr-x1l-58,
  .mx-x1l-58 {
    margin-right: 14.5rem !important;
  }
  .mb-x1l-58,
  .my-x1l-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-x1l-58,
  .mx-x1l-58 {
    margin-left: 14.5rem !important;
  }
  .m-x1l-57 {
    margin: 14.25rem !important;
  }
  .mt-x1l-57,
  .my-x1l-57 {
    margin-top: 14.25rem !important;
  }
  .mr-x1l-57,
  .mx-x1l-57 {
    margin-right: 14.25rem !important;
  }
  .mb-x1l-57,
  .my-x1l-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-x1l-57,
  .mx-x1l-57 {
    margin-left: 14.25rem !important;
  }
  .m-x1l-56 {
    margin: 14rem !important;
  }
  .mt-x1l-56,
  .my-x1l-56 {
    margin-top: 14rem !important;
  }
  .mr-x1l-56,
  .mx-x1l-56 {
    margin-right: 14rem !important;
  }
  .mb-x1l-56,
  .my-x1l-56 {
    margin-bottom: 14rem !important;
  }
  .ml-x1l-56,
  .mx-x1l-56 {
    margin-left: 14rem !important;
  }
  .m-x1l-55 {
    margin: 13.75rem !important;
  }
  .mt-x1l-55,
  .my-x1l-55 {
    margin-top: 13.75rem !important;
  }
  .mr-x1l-55,
  .mx-x1l-55 {
    margin-right: 13.75rem !important;
  }
  .mb-x1l-55,
  .my-x1l-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-x1l-55,
  .mx-x1l-55 {
    margin-left: 13.75rem !important;
  }
  .m-x1l-54 {
    margin: 13.5rem !important;
  }
  .mt-x1l-54,
  .my-x1l-54 {
    margin-top: 13.5rem !important;
  }
  .mr-x1l-54,
  .mx-x1l-54 {
    margin-right: 13.5rem !important;
  }
  .mb-x1l-54,
  .my-x1l-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-x1l-54,
  .mx-x1l-54 {
    margin-left: 13.5rem !important;
  }
  .m-x1l-53 {
    margin: 13.25rem !important;
  }
  .mt-x1l-53,
  .my-x1l-53 {
    margin-top: 13.25rem !important;
  }
  .mr-x1l-53,
  .mx-x1l-53 {
    margin-right: 13.25rem !important;
  }
  .mb-x1l-53,
  .my-x1l-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-x1l-53,
  .mx-x1l-53 {
    margin-left: 13.25rem !important;
  }
  .m-x1l-52 {
    margin: 13rem !important;
  }
  .mt-x1l-52,
  .my-x1l-52 {
    margin-top: 13rem !important;
  }
  .mr-x1l-52,
  .mx-x1l-52 {
    margin-right: 13rem !important;
  }
  .mb-x1l-52,
  .my-x1l-52 {
    margin-bottom: 13rem !important;
  }
  .ml-x1l-52,
  .mx-x1l-52 {
    margin-left: 13rem !important;
  }
  .m-x1l-51 {
    margin: 12.75rem !important;
  }
  .mt-x1l-51,
  .my-x1l-51 {
    margin-top: 12.75rem !important;
  }
  .mr-x1l-51,
  .mx-x1l-51 {
    margin-right: 12.75rem !important;
  }
  .mb-x1l-51,
  .my-x1l-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-x1l-51,
  .mx-x1l-51 {
    margin-left: 12.75rem !important;
  }
  .m-x1l-50 {
    margin: 12.5rem !important;
  }
  .mt-x1l-50,
  .my-x1l-50 {
    margin-top: 12.5rem !important;
  }
  .mr-x1l-50,
  .mx-x1l-50 {
    margin-right: 12.5rem !important;
  }
  .mb-x1l-50,
  .my-x1l-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-x1l-50,
  .mx-x1l-50 {
    margin-left: 12.5rem !important;
  }
  .m-x1l-49 {
    margin: 12.25rem !important;
  }
  .mt-x1l-49,
  .my-x1l-49 {
    margin-top: 12.25rem !important;
  }
  .mr-x1l-49,
  .mx-x1l-49 {
    margin-right: 12.25rem !important;
  }
  .mb-x1l-49,
  .my-x1l-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-x1l-49,
  .mx-x1l-49 {
    margin-left: 12.25rem !important;
  }
  .m-x1l-48 {
    margin: 12rem !important;
  }
  .mt-x1l-48,
  .my-x1l-48 {
    margin-top: 12rem !important;
  }
  .mr-x1l-48,
  .mx-x1l-48 {
    margin-right: 12rem !important;
  }
  .mb-x1l-48,
  .my-x1l-48 {
    margin-bottom: 12rem !important;
  }
  .ml-x1l-48,
  .mx-x1l-48 {
    margin-left: 12rem !important;
  }
  .m-x1l-47 {
    margin: 11.75rem !important;
  }
  .mt-x1l-47,
  .my-x1l-47 {
    margin-top: 11.75rem !important;
  }
  .mr-x1l-47,
  .mx-x1l-47 {
    margin-right: 11.75rem !important;
  }
  .mb-x1l-47,
  .my-x1l-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-x1l-47,
  .mx-x1l-47 {
    margin-left: 11.75rem !important;
  }
  .m-x1l-46 {
    margin: 11.5rem !important;
  }
  .mt-x1l-46,
  .my-x1l-46 {
    margin-top: 11.5rem !important;
  }
  .mr-x1l-46,
  .mx-x1l-46 {
    margin-right: 11.5rem !important;
  }
  .mb-x1l-46,
  .my-x1l-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-x1l-46,
  .mx-x1l-46 {
    margin-left: 11.5rem !important;
  }
  .m-x1l-45 {
    margin: 11.25rem !important;
  }
  .mt-x1l-45,
  .my-x1l-45 {
    margin-top: 11.25rem !important;
  }
  .mr-x1l-45,
  .mx-x1l-45 {
    margin-right: 11.25rem !important;
  }
  .mb-x1l-45,
  .my-x1l-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-x1l-45,
  .mx-x1l-45 {
    margin-left: 11.25rem !important;
  }
  .m-x1l-44 {
    margin: 11rem !important;
  }
  .mt-x1l-44,
  .my-x1l-44 {
    margin-top: 11rem !important;
  }
  .mr-x1l-44,
  .mx-x1l-44 {
    margin-right: 11rem !important;
  }
  .mb-x1l-44,
  .my-x1l-44 {
    margin-bottom: 11rem !important;
  }
  .ml-x1l-44,
  .mx-x1l-44 {
    margin-left: 11rem !important;
  }
  .m-x1l-43 {
    margin: 10.75rem !important;
  }
  .mt-x1l-43,
  .my-x1l-43 {
    margin-top: 10.75rem !important;
  }
  .mr-x1l-43,
  .mx-x1l-43 {
    margin-right: 10.75rem !important;
  }
  .mb-x1l-43,
  .my-x1l-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-x1l-43,
  .mx-x1l-43 {
    margin-left: 10.75rem !important;
  }
  .m-x1l-42 {
    margin: 10.5rem !important;
  }
  .mt-x1l-42,
  .my-x1l-42 {
    margin-top: 10.5rem !important;
  }
  .mr-x1l-42,
  .mx-x1l-42 {
    margin-right: 10.5rem !important;
  }
  .mb-x1l-42,
  .my-x1l-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-x1l-42,
  .mx-x1l-42 {
    margin-left: 10.5rem !important;
  }
  .m-x1l-41 {
    margin: 10.25rem !important;
  }
  .mt-x1l-41,
  .my-x1l-41 {
    margin-top: 10.25rem !important;
  }
  .mr-x1l-41,
  .mx-x1l-41 {
    margin-right: 10.25rem !important;
  }
  .mb-x1l-41,
  .my-x1l-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-x1l-41,
  .mx-x1l-41 {
    margin-left: 10.25rem !important;
  }
  .m-x1l-40 {
    margin: 10rem !important;
  }
  .mt-x1l-40,
  .my-x1l-40 {
    margin-top: 10rem !important;
  }
  .mr-x1l-40,
  .mx-x1l-40 {
    margin-right: 10rem !important;
  }
  .mb-x1l-40,
  .my-x1l-40 {
    margin-bottom: 10rem !important;
  }
  .ml-x1l-40,
  .mx-x1l-40 {
    margin-left: 10rem !important;
  }
  .m-x1l-39 {
    margin: 9.75rem !important;
  }
  .mt-x1l-39,
  .my-x1l-39 {
    margin-top: 9.75rem !important;
  }
  .mr-x1l-39,
  .mx-x1l-39 {
    margin-right: 9.75rem !important;
  }
  .mb-x1l-39,
  .my-x1l-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-x1l-39,
  .mx-x1l-39 {
    margin-left: 9.75rem !important;
  }
  .m-x1l-38 {
    margin: 9.5rem !important;
  }
  .mt-x1l-38,
  .my-x1l-38 {
    margin-top: 9.5rem !important;
  }
  .mr-x1l-38,
  .mx-x1l-38 {
    margin-right: 9.5rem !important;
  }
  .mb-x1l-38,
  .my-x1l-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-x1l-38,
  .mx-x1l-38 {
    margin-left: 9.5rem !important;
  }
  .m-x1l-37 {
    margin: 9.25rem !important;
  }
  .mt-x1l-37,
  .my-x1l-37 {
    margin-top: 9.25rem !important;
  }
  .mr-x1l-37,
  .mx-x1l-37 {
    margin-right: 9.25rem !important;
  }
  .mb-x1l-37,
  .my-x1l-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-x1l-37,
  .mx-x1l-37 {
    margin-left: 9.25rem !important;
  }
  .m-x1l-36 {
    margin: 9rem !important;
  }
  .mt-x1l-36,
  .my-x1l-36 {
    margin-top: 9rem !important;
  }
  .mr-x1l-36,
  .mx-x1l-36 {
    margin-right: 9rem !important;
  }
  .mb-x1l-36,
  .my-x1l-36 {
    margin-bottom: 9rem !important;
  }
  .ml-x1l-36,
  .mx-x1l-36 {
    margin-left: 9rem !important;
  }
  .m-x1l-35 {
    margin: 8.75rem !important;
  }
  .mt-x1l-35,
  .my-x1l-35 {
    margin-top: 8.75rem !important;
  }
  .mr-x1l-35,
  .mx-x1l-35 {
    margin-right: 8.75rem !important;
  }
  .mb-x1l-35,
  .my-x1l-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-x1l-35,
  .mx-x1l-35 {
    margin-left: 8.75rem !important;
  }
  .m-x1l-34 {
    margin: 8.5rem !important;
  }
  .mt-x1l-34,
  .my-x1l-34 {
    margin-top: 8.5rem !important;
  }
  .mr-x1l-34,
  .mx-x1l-34 {
    margin-right: 8.5rem !important;
  }
  .mb-x1l-34,
  .my-x1l-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-x1l-34,
  .mx-x1l-34 {
    margin-left: 8.5rem !important;
  }
  .m-x1l-33 {
    margin: 8.25rem !important;
  }
  .mt-x1l-33,
  .my-x1l-33 {
    margin-top: 8.25rem !important;
  }
  .mr-x1l-33,
  .mx-x1l-33 {
    margin-right: 8.25rem !important;
  }
  .mb-x1l-33,
  .my-x1l-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-x1l-33,
  .mx-x1l-33 {
    margin-left: 8.25rem !important;
  }
  .m-x1l-32 {
    margin: 8rem !important;
  }
  .mt-x1l-32,
  .my-x1l-32 {
    margin-top: 8rem !important;
  }
  .mr-x1l-32,
  .mx-x1l-32 {
    margin-right: 8rem !important;
  }
  .mb-x1l-32,
  .my-x1l-32 {
    margin-bottom: 8rem !important;
  }
  .ml-x1l-32,
  .mx-x1l-32 {
    margin-left: 8rem !important;
  }
  .m-x1l-31 {
    margin: 7.75rem !important;
  }
  .mt-x1l-31,
  .my-x1l-31 {
    margin-top: 7.75rem !important;
  }
  .mr-x1l-31,
  .mx-x1l-31 {
    margin-right: 7.75rem !important;
  }
  .mb-x1l-31,
  .my-x1l-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-x1l-31,
  .mx-x1l-31 {
    margin-left: 7.75rem !important;
  }
  .m-x1l-30 {
    margin: 7.5rem !important;
  }
  .mt-x1l-30,
  .my-x1l-30 {
    margin-top: 7.5rem !important;
  }
  .mr-x1l-30,
  .mx-x1l-30 {
    margin-right: 7.5rem !important;
  }
  .mb-x1l-30,
  .my-x1l-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-x1l-30,
  .mx-x1l-30 {
    margin-left: 7.5rem !important;
  }
  .m-x1l-29 {
    margin: 7.25rem !important;
  }
  .mt-x1l-29,
  .my-x1l-29 {
    margin-top: 7.25rem !important;
  }
  .mr-x1l-29,
  .mx-x1l-29 {
    margin-right: 7.25rem !important;
  }
  .mb-x1l-29,
  .my-x1l-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-x1l-29,
  .mx-x1l-29 {
    margin-left: 7.25rem !important;
  }
  .m-x1l-28 {
    margin: 7rem !important;
  }
  .mt-x1l-28,
  .my-x1l-28 {
    margin-top: 7rem !important;
  }
  .mr-x1l-28,
  .mx-x1l-28 {
    margin-right: 7rem !important;
  }
  .mb-x1l-28,
  .my-x1l-28 {
    margin-bottom: 7rem !important;
  }
  .ml-x1l-28,
  .mx-x1l-28 {
    margin-left: 7rem !important;
  }
  .m-x1l-27 {
    margin: 6.75rem !important;
  }
  .mt-x1l-27,
  .my-x1l-27 {
    margin-top: 6.75rem !important;
  }
  .mr-x1l-27,
  .mx-x1l-27 {
    margin-right: 6.75rem !important;
  }
  .mb-x1l-27,
  .my-x1l-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-x1l-27,
  .mx-x1l-27 {
    margin-left: 6.75rem !important;
  }
  .m-x1l-26 {
    margin: 6.5rem !important;
  }
  .mt-x1l-26,
  .my-x1l-26 {
    margin-top: 6.5rem !important;
  }
  .mr-x1l-26,
  .mx-x1l-26 {
    margin-right: 6.5rem !important;
  }
  .mb-x1l-26,
  .my-x1l-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-x1l-26,
  .mx-x1l-26 {
    margin-left: 6.5rem !important;
  }
  .m-x1l-25 {
    margin: 6.25rem !important;
  }
  .mt-x1l-25,
  .my-x1l-25 {
    margin-top: 6.25rem !important;
  }
  .mr-x1l-25,
  .mx-x1l-25 {
    margin-right: 6.25rem !important;
  }
  .mb-x1l-25,
  .my-x1l-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-x1l-25,
  .mx-x1l-25 {
    margin-left: 6.25rem !important;
  }
  .m-x1l-24 {
    margin: 6rem !important;
  }
  .mt-x1l-24,
  .my-x1l-24 {
    margin-top: 6rem !important;
  }
  .mr-x1l-24,
  .mx-x1l-24 {
    margin-right: 6rem !important;
  }
  .mb-x1l-24,
  .my-x1l-24 {
    margin-bottom: 6rem !important;
  }
  .ml-x1l-24,
  .mx-x1l-24 {
    margin-left: 6rem !important;
  }
  .m-x1l-23 {
    margin: 5.75rem !important;
  }
  .mt-x1l-23,
  .my-x1l-23 {
    margin-top: 5.75rem !important;
  }
  .mr-x1l-23,
  .mx-x1l-23 {
    margin-right: 5.75rem !important;
  }
  .mb-x1l-23,
  .my-x1l-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-x1l-23,
  .mx-x1l-23 {
    margin-left: 5.75rem !important;
  }
  .m-x1l-22 {
    margin: 5.5rem !important;
  }
  .mt-x1l-22,
  .my-x1l-22 {
    margin-top: 5.5rem !important;
  }
  .mr-x1l-22,
  .mx-x1l-22 {
    margin-right: 5.5rem !important;
  }
  .mb-x1l-22,
  .my-x1l-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-x1l-22,
  .mx-x1l-22 {
    margin-left: 5.5rem !important;
  }
  .m-x1l-21 {
    margin: 5.25rem !important;
  }
  .mt-x1l-21,
  .my-x1l-21 {
    margin-top: 5.25rem !important;
  }
  .mr-x1l-21,
  .mx-x1l-21 {
    margin-right: 5.25rem !important;
  }
  .mb-x1l-21,
  .my-x1l-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-x1l-21,
  .mx-x1l-21 {
    margin-left: 5.25rem !important;
  }
  .m-x1l-20 {
    margin: 5rem !important;
  }
  .mt-x1l-20,
  .my-x1l-20 {
    margin-top: 5rem !important;
  }
  .mr-x1l-20,
  .mx-x1l-20 {
    margin-right: 5rem !important;
  }
  .mb-x1l-20,
  .my-x1l-20 {
    margin-bottom: 5rem !important;
  }
  .ml-x1l-20,
  .mx-x1l-20 {
    margin-left: 5rem !important;
  }
  .m-x1l-19 {
    margin: 4.75rem !important;
  }
  .mt-x1l-19,
  .my-x1l-19 {
    margin-top: 4.75rem !important;
  }
  .mr-x1l-19,
  .mx-x1l-19 {
    margin-right: 4.75rem !important;
  }
  .mb-x1l-19,
  .my-x1l-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-x1l-19,
  .mx-x1l-19 {
    margin-left: 4.75rem !important;
  }
  .m-x1l-18 {
    margin: 4.5rem !important;
  }
  .mt-x1l-18,
  .my-x1l-18 {
    margin-top: 4.5rem !important;
  }
  .mr-x1l-18,
  .mx-x1l-18 {
    margin-right: 4.5rem !important;
  }
  .mb-x1l-18,
  .my-x1l-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-x1l-18,
  .mx-x1l-18 {
    margin-left: 4.5rem !important;
  }
  .m-x1l-17 {
    margin: 4.25rem !important;
  }
  .mt-x1l-17,
  .my-x1l-17 {
    margin-top: 4.25rem !important;
  }
  .mr-x1l-17,
  .mx-x1l-17 {
    margin-right: 4.25rem !important;
  }
  .mb-x1l-17,
  .my-x1l-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-x1l-17,
  .mx-x1l-17 {
    margin-left: 4.25rem !important;
  }
  .m-x1l-16 {
    margin: 4rem !important;
  }
  .mt-x1l-16,
  .my-x1l-16 {
    margin-top: 4rem !important;
  }
  .mr-x1l-16,
  .mx-x1l-16 {
    margin-right: 4rem !important;
  }
  .mb-x1l-16,
  .my-x1l-16 {
    margin-bottom: 4rem !important;
  }
  .ml-x1l-16,
  .mx-x1l-16 {
    margin-left: 4rem !important;
  }
  .m-x1l-15 {
    margin: 3.75rem !important;
  }
  .mt-x1l-15,
  .my-x1l-15 {
    margin-top: 3.75rem !important;
  }
  .mr-x1l-15,
  .mx-x1l-15 {
    margin-right: 3.75rem !important;
  }
  .mb-x1l-15,
  .my-x1l-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-x1l-15,
  .mx-x1l-15 {
    margin-left: 3.75rem !important;
  }
  .m-x1l-14 {
    margin: 3.5rem !important;
  }
  .mt-x1l-14,
  .my-x1l-14 {
    margin-top: 3.5rem !important;
  }
  .mr-x1l-14,
  .mx-x1l-14 {
    margin-right: 3.5rem !important;
  }
  .mb-x1l-14,
  .my-x1l-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-x1l-14,
  .mx-x1l-14 {
    margin-left: 3.5rem !important;
  }
  .m-x1l-13 {
    margin: 3.25rem !important;
  }
  .mt-x1l-13,
  .my-x1l-13 {
    margin-top: 3.25rem !important;
  }
  .mr-x1l-13,
  .mx-x1l-13 {
    margin-right: 3.25rem !important;
  }
  .mb-x1l-13,
  .my-x1l-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-x1l-13,
  .mx-x1l-13 {
    margin-left: 3.25rem !important;
  }
  .m-x1l-12 {
    margin: 3rem !important;
  }
  .mt-x1l-12,
  .my-x1l-12 {
    margin-top: 3rem !important;
  }
  .mr-x1l-12,
  .mx-x1l-12 {
    margin-right: 3rem !important;
  }
  .mb-x1l-12,
  .my-x1l-12 {
    margin-bottom: 3rem !important;
  }
  .ml-x1l-12,
  .mx-x1l-12 {
    margin-left: 3rem !important;
  }
  .m-x1l-11 {
    margin: 2.75rem !important;
  }
  .mt-x1l-11,
  .my-x1l-11 {
    margin-top: 2.75rem !important;
  }
  .mr-x1l-11,
  .mx-x1l-11 {
    margin-right: 2.75rem !important;
  }
  .mb-x1l-11,
  .my-x1l-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-x1l-11,
  .mx-x1l-11 {
    margin-left: 2.75rem !important;
  }
  .m-x1l-10 {
    margin: 2.5rem !important;
  }
  .mt-x1l-10,
  .my-x1l-10 {
    margin-top: 2.5rem !important;
  }
  .mr-x1l-10,
  .mx-x1l-10 {
    margin-right: 2.5rem !important;
  }
  .mb-x1l-10,
  .my-x1l-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-x1l-10,
  .mx-x1l-10 {
    margin-left: 2.5rem !important;
  }
  .m-x1l-9 {
    margin: 2.25rem !important;
  }
  .mt-x1l-9,
  .my-x1l-9 {
    margin-top: 2.25rem !important;
  }
  .mr-x1l-9,
  .mx-x1l-9 {
    margin-right: 2.25rem !important;
  }
  .mb-x1l-9,
  .my-x1l-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-x1l-9,
  .mx-x1l-9 {
    margin-left: 2.25rem !important;
  }
  .m-x1l-8 {
    margin: 2rem !important;
  }
  .mt-x1l-8,
  .my-x1l-8 {
    margin-top: 2rem !important;
  }
  .mr-x1l-8,
  .mx-x1l-8 {
    margin-right: 2rem !important;
  }
  .mb-x1l-8,
  .my-x1l-8 {
    margin-bottom: 2rem !important;
  }
  .ml-x1l-8,
  .mx-x1l-8 {
    margin-left: 2rem !important;
  }
  .m-x1l-7 {
    margin: 1.75rem !important;
  }
  .mt-x1l-7,
  .my-x1l-7 {
    margin-top: 1.75rem !important;
  }
  .mr-x1l-7,
  .mx-x1l-7 {
    margin-right: 1.75rem !important;
  }
  .mb-x1l-7,
  .my-x1l-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-x1l-7,
  .mx-x1l-7 {
    margin-left: 1.75rem !important;
  }
  .m-x1l-6 {
    margin: 1.5rem !important;
  }
  .mt-x1l-6,
  .my-x1l-6 {
    margin-top: 1.5rem !important;
  }
  .mr-x1l-6,
  .mx-x1l-6 {
    margin-right: 1.5rem !important;
  }
  .mb-x1l-6,
  .my-x1l-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-x1l-6,
  .mx-x1l-6 {
    margin-left: 1.5rem !important;
  }
  .m-x1l-5 {
    margin: 1.25rem !important;
  }
  .mt-x1l-5,
  .my-x1l-5 {
    margin-top: 1.25rem !important;
  }
  .mr-x1l-5,
  .mx-x1l-5 {
    margin-right: 1.25rem !important;
  }
  .mb-x1l-5,
  .my-x1l-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-x1l-5,
  .mx-x1l-5 {
    margin-left: 1.25rem !important;
  }
  .m-x1l-4 {
    margin: 1rem !important;
  }
  .mt-x1l-4,
  .my-x1l-4 {
    margin-top: 1rem !important;
  }
  .mr-x1l-4,
  .mx-x1l-4 {
    margin-right: 1rem !important;
  }
  .mb-x1l-4,
  .my-x1l-4 {
    margin-bottom: 1rem !important;
  }
  .ml-x1l-4,
  .mx-x1l-4 {
    margin-left: 1rem !important;
  }
  .m-x1l-3 {
    margin: 0.75rem !important;
  }
  .mt-x1l-3,
  .my-x1l-3 {
    margin-top: 0.75rem !important;
  }
  .mr-x1l-3,
  .mx-x1l-3 {
    margin-right: 0.75rem !important;
  }
  .mb-x1l-3,
  .my-x1l-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-x1l-3,
  .mx-x1l-3 {
    margin-left: 0.75rem !important;
  }
  .m-x1l-2 {
    margin: 0.5rem !important;
  }
  .mt-x1l-2,
  .my-x1l-2 {
    margin-top: 0.5rem !important;
  }
  .mr-x1l-2,
  .mx-x1l-2 {
    margin-right: 0.5rem !important;
  }
  .mb-x1l-2,
  .my-x1l-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-x1l-2,
  .mx-x1l-2 {
    margin-left: 0.5rem !important;
  }
  .m-x1l-1 {
    margin: 0.25rem !important;
  }
  .mt-x1l-1,
  .my-x1l-1 {
    margin-top: 0.25rem !important;
  }
  .mr-x1l-1,
  .mx-x1l-1 {
    margin-right: 0.25rem !important;
  }
  .mb-x1l-1,
  .my-x1l-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-x1l-1,
  .mx-x1l-1 {
    margin-left: 0.25rem !important;
  }
  .m-x1l-0 {
    margin: 0rem !important;
  }
  .mt-x1l-0,
  .my-x1l-0 {
    margin-top: 0rem !important;
  }
  .mr-x1l-0,
  .mx-x1l-0 {
    margin-right: 0rem !important;
  }
  .mb-x1l-0,
  .my-x1l-0 {
    margin-bottom: 0rem !important;
  }
  .ml-x1l-0,
  .mx-x1l-0 {
    margin-left: 0rem !important;
  }
  .p-x1l-60 {
    padding: 15rem !important;
  }
  .pt-x1l-60,
  .py-x1l-60 {
    padding-top: 15rem !important;
  }
  .pr-x1l-60,
  .px-x1l-60 {
    padding-right: 15rem !important;
  }
  .pb-x1l-60,
  .py-x1l-60 {
    padding-bottom: 15rem !important;
  }
  .pl-x1l-60,
  .px-x1l-60 {
    padding-left: 15rem !important;
  }
  .p-x1l-59 {
    padding: 14.75rem !important;
  }
  .pt-x1l-59,
  .py-x1l-59 {
    padding-top: 14.75rem !important;
  }
  .pr-x1l-59,
  .px-x1l-59 {
    padding-right: 14.75rem !important;
  }
  .pb-x1l-59,
  .py-x1l-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-x1l-59,
  .px-x1l-59 {
    padding-left: 14.75rem !important;
  }
  .p-x1l-58 {
    padding: 14.5rem !important;
  }
  .pt-x1l-58,
  .py-x1l-58 {
    padding-top: 14.5rem !important;
  }
  .pr-x1l-58,
  .px-x1l-58 {
    padding-right: 14.5rem !important;
  }
  .pb-x1l-58,
  .py-x1l-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-x1l-58,
  .px-x1l-58 {
    padding-left: 14.5rem !important;
  }
  .p-x1l-57 {
    padding: 14.25rem !important;
  }
  .pt-x1l-57,
  .py-x1l-57 {
    padding-top: 14.25rem !important;
  }
  .pr-x1l-57,
  .px-x1l-57 {
    padding-right: 14.25rem !important;
  }
  .pb-x1l-57,
  .py-x1l-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-x1l-57,
  .px-x1l-57 {
    padding-left: 14.25rem !important;
  }
  .p-x1l-56 {
    padding: 14rem !important;
  }
  .pt-x1l-56,
  .py-x1l-56 {
    padding-top: 14rem !important;
  }
  .pr-x1l-56,
  .px-x1l-56 {
    padding-right: 14rem !important;
  }
  .pb-x1l-56,
  .py-x1l-56 {
    padding-bottom: 14rem !important;
  }
  .pl-x1l-56,
  .px-x1l-56 {
    padding-left: 14rem !important;
  }
  .p-x1l-55 {
    padding: 13.75rem !important;
  }
  .pt-x1l-55,
  .py-x1l-55 {
    padding-top: 13.75rem !important;
  }
  .pr-x1l-55,
  .px-x1l-55 {
    padding-right: 13.75rem !important;
  }
  .pb-x1l-55,
  .py-x1l-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-x1l-55,
  .px-x1l-55 {
    padding-left: 13.75rem !important;
  }
  .p-x1l-54 {
    padding: 13.5rem !important;
  }
  .pt-x1l-54,
  .py-x1l-54 {
    padding-top: 13.5rem !important;
  }
  .pr-x1l-54,
  .px-x1l-54 {
    padding-right: 13.5rem !important;
  }
  .pb-x1l-54,
  .py-x1l-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-x1l-54,
  .px-x1l-54 {
    padding-left: 13.5rem !important;
  }
  .p-x1l-53 {
    padding: 13.25rem !important;
  }
  .pt-x1l-53,
  .py-x1l-53 {
    padding-top: 13.25rem !important;
  }
  .pr-x1l-53,
  .px-x1l-53 {
    padding-right: 13.25rem !important;
  }
  .pb-x1l-53,
  .py-x1l-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-x1l-53,
  .px-x1l-53 {
    padding-left: 13.25rem !important;
  }
  .p-x1l-52 {
    padding: 13rem !important;
  }
  .pt-x1l-52,
  .py-x1l-52 {
    padding-top: 13rem !important;
  }
  .pr-x1l-52,
  .px-x1l-52 {
    padding-right: 13rem !important;
  }
  .pb-x1l-52,
  .py-x1l-52 {
    padding-bottom: 13rem !important;
  }
  .pl-x1l-52,
  .px-x1l-52 {
    padding-left: 13rem !important;
  }
  .p-x1l-51 {
    padding: 12.75rem !important;
  }
  .pt-x1l-51,
  .py-x1l-51 {
    padding-top: 12.75rem !important;
  }
  .pr-x1l-51,
  .px-x1l-51 {
    padding-right: 12.75rem !important;
  }
  .pb-x1l-51,
  .py-x1l-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-x1l-51,
  .px-x1l-51 {
    padding-left: 12.75rem !important;
  }
  .p-x1l-50 {
    padding: 12.5rem !important;
  }
  .pt-x1l-50,
  .py-x1l-50 {
    padding-top: 12.5rem !important;
  }
  .pr-x1l-50,
  .px-x1l-50 {
    padding-right: 12.5rem !important;
  }
  .pb-x1l-50,
  .py-x1l-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-x1l-50,
  .px-x1l-50 {
    padding-left: 12.5rem !important;
  }
  .p-x1l-49 {
    padding: 12.25rem !important;
  }
  .pt-x1l-49,
  .py-x1l-49 {
    padding-top: 12.25rem !important;
  }
  .pr-x1l-49,
  .px-x1l-49 {
    padding-right: 12.25rem !important;
  }
  .pb-x1l-49,
  .py-x1l-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-x1l-49,
  .px-x1l-49 {
    padding-left: 12.25rem !important;
  }
  .p-x1l-48 {
    padding: 12rem !important;
  }
  .pt-x1l-48,
  .py-x1l-48 {
    padding-top: 12rem !important;
  }
  .pr-x1l-48,
  .px-x1l-48 {
    padding-right: 12rem !important;
  }
  .pb-x1l-48,
  .py-x1l-48 {
    padding-bottom: 12rem !important;
  }
  .pl-x1l-48,
  .px-x1l-48 {
    padding-left: 12rem !important;
  }
  .p-x1l-47 {
    padding: 11.75rem !important;
  }
  .pt-x1l-47,
  .py-x1l-47 {
    padding-top: 11.75rem !important;
  }
  .pr-x1l-47,
  .px-x1l-47 {
    padding-right: 11.75rem !important;
  }
  .pb-x1l-47,
  .py-x1l-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-x1l-47,
  .px-x1l-47 {
    padding-left: 11.75rem !important;
  }
  .p-x1l-46 {
    padding: 11.5rem !important;
  }
  .pt-x1l-46,
  .py-x1l-46 {
    padding-top: 11.5rem !important;
  }
  .pr-x1l-46,
  .px-x1l-46 {
    padding-right: 11.5rem !important;
  }
  .pb-x1l-46,
  .py-x1l-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-x1l-46,
  .px-x1l-46 {
    padding-left: 11.5rem !important;
  }
  .p-x1l-45 {
    padding: 11.25rem !important;
  }
  .pt-x1l-45,
  .py-x1l-45 {
    padding-top: 11.25rem !important;
  }
  .pr-x1l-45,
  .px-x1l-45 {
    padding-right: 11.25rem !important;
  }
  .pb-x1l-45,
  .py-x1l-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-x1l-45,
  .px-x1l-45 {
    padding-left: 11.25rem !important;
  }
  .p-x1l-44 {
    padding: 11rem !important;
  }
  .pt-x1l-44,
  .py-x1l-44 {
    padding-top: 11rem !important;
  }
  .pr-x1l-44,
  .px-x1l-44 {
    padding-right: 11rem !important;
  }
  .pb-x1l-44,
  .py-x1l-44 {
    padding-bottom: 11rem !important;
  }
  .pl-x1l-44,
  .px-x1l-44 {
    padding-left: 11rem !important;
  }
  .p-x1l-43 {
    padding: 10.75rem !important;
  }
  .pt-x1l-43,
  .py-x1l-43 {
    padding-top: 10.75rem !important;
  }
  .pr-x1l-43,
  .px-x1l-43 {
    padding-right: 10.75rem !important;
  }
  .pb-x1l-43,
  .py-x1l-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-x1l-43,
  .px-x1l-43 {
    padding-left: 10.75rem !important;
  }
  .p-x1l-42 {
    padding: 10.5rem !important;
  }
  .pt-x1l-42,
  .py-x1l-42 {
    padding-top: 10.5rem !important;
  }
  .pr-x1l-42,
  .px-x1l-42 {
    padding-right: 10.5rem !important;
  }
  .pb-x1l-42,
  .py-x1l-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-x1l-42,
  .px-x1l-42 {
    padding-left: 10.5rem !important;
  }
  .p-x1l-41 {
    padding: 10.25rem !important;
  }
  .pt-x1l-41,
  .py-x1l-41 {
    padding-top: 10.25rem !important;
  }
  .pr-x1l-41,
  .px-x1l-41 {
    padding-right: 10.25rem !important;
  }
  .pb-x1l-41,
  .py-x1l-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-x1l-41,
  .px-x1l-41 {
    padding-left: 10.25rem !important;
  }
  .p-x1l-40 {
    padding: 10rem !important;
  }
  .pt-x1l-40,
  .py-x1l-40 {
    padding-top: 10rem !important;
  }
  .pr-x1l-40,
  .px-x1l-40 {
    padding-right: 10rem !important;
  }
  .pb-x1l-40,
  .py-x1l-40 {
    padding-bottom: 10rem !important;
  }
  .pl-x1l-40,
  .px-x1l-40 {
    padding-left: 10rem !important;
  }
  .p-x1l-39 {
    padding: 9.75rem !important;
  }
  .pt-x1l-39,
  .py-x1l-39 {
    padding-top: 9.75rem !important;
  }
  .pr-x1l-39,
  .px-x1l-39 {
    padding-right: 9.75rem !important;
  }
  .pb-x1l-39,
  .py-x1l-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-x1l-39,
  .px-x1l-39 {
    padding-left: 9.75rem !important;
  }
  .p-x1l-38 {
    padding: 9.5rem !important;
  }
  .pt-x1l-38,
  .py-x1l-38 {
    padding-top: 9.5rem !important;
  }
  .pr-x1l-38,
  .px-x1l-38 {
    padding-right: 9.5rem !important;
  }
  .pb-x1l-38,
  .py-x1l-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-x1l-38,
  .px-x1l-38 {
    padding-left: 9.5rem !important;
  }
  .p-x1l-37 {
    padding: 9.25rem !important;
  }
  .pt-x1l-37,
  .py-x1l-37 {
    padding-top: 9.25rem !important;
  }
  .pr-x1l-37,
  .px-x1l-37 {
    padding-right: 9.25rem !important;
  }
  .pb-x1l-37,
  .py-x1l-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-x1l-37,
  .px-x1l-37 {
    padding-left: 9.25rem !important;
  }
  .p-x1l-36 {
    padding: 9rem !important;
  }
  .pt-x1l-36,
  .py-x1l-36 {
    padding-top: 9rem !important;
  }
  .pr-x1l-36,
  .px-x1l-36 {
    padding-right: 9rem !important;
  }
  .pb-x1l-36,
  .py-x1l-36 {
    padding-bottom: 9rem !important;
  }
  .pl-x1l-36,
  .px-x1l-36 {
    padding-left: 9rem !important;
  }
  .p-x1l-35 {
    padding: 8.75rem !important;
  }
  .pt-x1l-35,
  .py-x1l-35 {
    padding-top: 8.75rem !important;
  }
  .pr-x1l-35,
  .px-x1l-35 {
    padding-right: 8.75rem !important;
  }
  .pb-x1l-35,
  .py-x1l-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-x1l-35,
  .px-x1l-35 {
    padding-left: 8.75rem !important;
  }
  .p-x1l-34 {
    padding: 8.5rem !important;
  }
  .pt-x1l-34,
  .py-x1l-34 {
    padding-top: 8.5rem !important;
  }
  .pr-x1l-34,
  .px-x1l-34 {
    padding-right: 8.5rem !important;
  }
  .pb-x1l-34,
  .py-x1l-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-x1l-34,
  .px-x1l-34 {
    padding-left: 8.5rem !important;
  }
  .p-x1l-33 {
    padding: 8.25rem !important;
  }
  .pt-x1l-33,
  .py-x1l-33 {
    padding-top: 8.25rem !important;
  }
  .pr-x1l-33,
  .px-x1l-33 {
    padding-right: 8.25rem !important;
  }
  .pb-x1l-33,
  .py-x1l-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-x1l-33,
  .px-x1l-33 {
    padding-left: 8.25rem !important;
  }
  .p-x1l-32 {
    padding: 8rem !important;
  }
  .pt-x1l-32,
  .py-x1l-32 {
    padding-top: 8rem !important;
  }
  .pr-x1l-32,
  .px-x1l-32 {
    padding-right: 8rem !important;
  }
  .pb-x1l-32,
  .py-x1l-32 {
    padding-bottom: 8rem !important;
  }
  .pl-x1l-32,
  .px-x1l-32 {
    padding-left: 8rem !important;
  }
  .p-x1l-31 {
    padding: 7.75rem !important;
  }
  .pt-x1l-31,
  .py-x1l-31 {
    padding-top: 7.75rem !important;
  }
  .pr-x1l-31,
  .px-x1l-31 {
    padding-right: 7.75rem !important;
  }
  .pb-x1l-31,
  .py-x1l-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-x1l-31,
  .px-x1l-31 {
    padding-left: 7.75rem !important;
  }
  .p-x1l-30 {
    padding: 7.5rem !important;
  }
  .pt-x1l-30,
  .py-x1l-30 {
    padding-top: 7.5rem !important;
  }
  .pr-x1l-30,
  .px-x1l-30 {
    padding-right: 7.5rem !important;
  }
  .pb-x1l-30,
  .py-x1l-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-x1l-30,
  .px-x1l-30 {
    padding-left: 7.5rem !important;
  }
  .p-x1l-29 {
    padding: 7.25rem !important;
  }
  .pt-x1l-29,
  .py-x1l-29 {
    padding-top: 7.25rem !important;
  }
  .pr-x1l-29,
  .px-x1l-29 {
    padding-right: 7.25rem !important;
  }
  .pb-x1l-29,
  .py-x1l-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-x1l-29,
  .px-x1l-29 {
    padding-left: 7.25rem !important;
  }
  .p-x1l-28 {
    padding: 7rem !important;
  }
  .pt-x1l-28,
  .py-x1l-28 {
    padding-top: 7rem !important;
  }
  .pr-x1l-28,
  .px-x1l-28 {
    padding-right: 7rem !important;
  }
  .pb-x1l-28,
  .py-x1l-28 {
    padding-bottom: 7rem !important;
  }
  .pl-x1l-28,
  .px-x1l-28 {
    padding-left: 7rem !important;
  }
  .p-x1l-27 {
    padding: 6.75rem !important;
  }
  .pt-x1l-27,
  .py-x1l-27 {
    padding-top: 6.75rem !important;
  }
  .pr-x1l-27,
  .px-x1l-27 {
    padding-right: 6.75rem !important;
  }
  .pb-x1l-27,
  .py-x1l-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-x1l-27,
  .px-x1l-27 {
    padding-left: 6.75rem !important;
  }
  .p-x1l-26 {
    padding: 6.5rem !important;
  }
  .pt-x1l-26,
  .py-x1l-26 {
    padding-top: 6.5rem !important;
  }
  .pr-x1l-26,
  .px-x1l-26 {
    padding-right: 6.5rem !important;
  }
  .pb-x1l-26,
  .py-x1l-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-x1l-26,
  .px-x1l-26 {
    padding-left: 6.5rem !important;
  }
  .p-x1l-25 {
    padding: 6.25rem !important;
  }
  .pt-x1l-25,
  .py-x1l-25 {
    padding-top: 6.25rem !important;
  }
  .pr-x1l-25,
  .px-x1l-25 {
    padding-right: 6.25rem !important;
  }
  .pb-x1l-25,
  .py-x1l-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-x1l-25,
  .px-x1l-25 {
    padding-left: 6.25rem !important;
  }
  .p-x1l-24 {
    padding: 6rem !important;
  }
  .pt-x1l-24,
  .py-x1l-24 {
    padding-top: 6rem !important;
  }
  .pr-x1l-24,
  .px-x1l-24 {
    padding-right: 6rem !important;
  }
  .pb-x1l-24,
  .py-x1l-24 {
    padding-bottom: 6rem !important;
  }
  .pl-x1l-24,
  .px-x1l-24 {
    padding-left: 6rem !important;
  }
  .p-x1l-23 {
    padding: 5.75rem !important;
  }
  .pt-x1l-23,
  .py-x1l-23 {
    padding-top: 5.75rem !important;
  }
  .pr-x1l-23,
  .px-x1l-23 {
    padding-right: 5.75rem !important;
  }
  .pb-x1l-23,
  .py-x1l-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-x1l-23,
  .px-x1l-23 {
    padding-left: 5.75rem !important;
  }
  .p-x1l-22 {
    padding: 5.5rem !important;
  }
  .pt-x1l-22,
  .py-x1l-22 {
    padding-top: 5.5rem !important;
  }
  .pr-x1l-22,
  .px-x1l-22 {
    padding-right: 5.5rem !important;
  }
  .pb-x1l-22,
  .py-x1l-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-x1l-22,
  .px-x1l-22 {
    padding-left: 5.5rem !important;
  }
  .p-x1l-21 {
    padding: 5.25rem !important;
  }
  .pt-x1l-21,
  .py-x1l-21 {
    padding-top: 5.25rem !important;
  }
  .pr-x1l-21,
  .px-x1l-21 {
    padding-right: 5.25rem !important;
  }
  .pb-x1l-21,
  .py-x1l-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-x1l-21,
  .px-x1l-21 {
    padding-left: 5.25rem !important;
  }
  .p-x1l-20 {
    padding: 5rem !important;
  }
  .pt-x1l-20,
  .py-x1l-20 {
    padding-top: 5rem !important;
  }
  .pr-x1l-20,
  .px-x1l-20 {
    padding-right: 5rem !important;
  }
  .pb-x1l-20,
  .py-x1l-20 {
    padding-bottom: 5rem !important;
  }
  .pl-x1l-20,
  .px-x1l-20 {
    padding-left: 5rem !important;
  }
  .p-x1l-19 {
    padding: 4.75rem !important;
  }
  .pt-x1l-19,
  .py-x1l-19 {
    padding-top: 4.75rem !important;
  }
  .pr-x1l-19,
  .px-x1l-19 {
    padding-right: 4.75rem !important;
  }
  .pb-x1l-19,
  .py-x1l-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-x1l-19,
  .px-x1l-19 {
    padding-left: 4.75rem !important;
  }
  .p-x1l-18 {
    padding: 4.5rem !important;
  }
  .pt-x1l-18,
  .py-x1l-18 {
    padding-top: 4.5rem !important;
  }
  .pr-x1l-18,
  .px-x1l-18 {
    padding-right: 4.5rem !important;
  }
  .pb-x1l-18,
  .py-x1l-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-x1l-18,
  .px-x1l-18 {
    padding-left: 4.5rem !important;
  }
  .p-x1l-17 {
    padding: 4.25rem !important;
  }
  .pt-x1l-17,
  .py-x1l-17 {
    padding-top: 4.25rem !important;
  }
  .pr-x1l-17,
  .px-x1l-17 {
    padding-right: 4.25rem !important;
  }
  .pb-x1l-17,
  .py-x1l-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-x1l-17,
  .px-x1l-17 {
    padding-left: 4.25rem !important;
  }
  .p-x1l-16 {
    padding: 4rem !important;
  }
  .pt-x1l-16,
  .py-x1l-16 {
    padding-top: 4rem !important;
  }
  .pr-x1l-16,
  .px-x1l-16 {
    padding-right: 4rem !important;
  }
  .pb-x1l-16,
  .py-x1l-16 {
    padding-bottom: 4rem !important;
  }
  .pl-x1l-16,
  .px-x1l-16 {
    padding-left: 4rem !important;
  }
  .p-x1l-15 {
    padding: 3.75rem !important;
  }
  .pt-x1l-15,
  .py-x1l-15 {
    padding-top: 3.75rem !important;
  }
  .pr-x1l-15,
  .px-x1l-15 {
    padding-right: 3.75rem !important;
  }
  .pb-x1l-15,
  .py-x1l-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-x1l-15,
  .px-x1l-15 {
    padding-left: 3.75rem !important;
  }
  .p-x1l-14 {
    padding: 3.5rem !important;
  }
  .pt-x1l-14,
  .py-x1l-14 {
    padding-top: 3.5rem !important;
  }
  .pr-x1l-14,
  .px-x1l-14 {
    padding-right: 3.5rem !important;
  }
  .pb-x1l-14,
  .py-x1l-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-x1l-14,
  .px-x1l-14 {
    padding-left: 3.5rem !important;
  }
  .p-x1l-13 {
    padding: 3.25rem !important;
  }
  .pt-x1l-13,
  .py-x1l-13 {
    padding-top: 3.25rem !important;
  }
  .pr-x1l-13,
  .px-x1l-13 {
    padding-right: 3.25rem !important;
  }
  .pb-x1l-13,
  .py-x1l-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-x1l-13,
  .px-x1l-13 {
    padding-left: 3.25rem !important;
  }
  .p-x1l-12 {
    padding: 3rem !important;
  }
  .pt-x1l-12,
  .py-x1l-12 {
    padding-top: 3rem !important;
  }
  .pr-x1l-12,
  .px-x1l-12 {
    padding-right: 3rem !important;
  }
  .pb-x1l-12,
  .py-x1l-12 {
    padding-bottom: 3rem !important;
  }
  .pl-x1l-12,
  .px-x1l-12 {
    padding-left: 3rem !important;
  }
  .p-x1l-11 {
    padding: 2.75rem !important;
  }
  .pt-x1l-11,
  .py-x1l-11 {
    padding-top: 2.75rem !important;
  }
  .pr-x1l-11,
  .px-x1l-11 {
    padding-right: 2.75rem !important;
  }
  .pb-x1l-11,
  .py-x1l-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-x1l-11,
  .px-x1l-11 {
    padding-left: 2.75rem !important;
  }
  .p-x1l-10 {
    padding: 2.5rem !important;
  }
  .pt-x1l-10,
  .py-x1l-10 {
    padding-top: 2.5rem !important;
  }
  .pr-x1l-10,
  .px-x1l-10 {
    padding-right: 2.5rem !important;
  }
  .pb-x1l-10,
  .py-x1l-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-x1l-10,
  .px-x1l-10 {
    padding-left: 2.5rem !important;
  }
  .p-x1l-9 {
    padding: 2.25rem !important;
  }
  .pt-x1l-9,
  .py-x1l-9 {
    padding-top: 2.25rem !important;
  }
  .pr-x1l-9,
  .px-x1l-9 {
    padding-right: 2.25rem !important;
  }
  .pb-x1l-9,
  .py-x1l-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-x1l-9,
  .px-x1l-9 {
    padding-left: 2.25rem !important;
  }
  .p-x1l-8 {
    padding: 2rem !important;
  }
  .pt-x1l-8,
  .py-x1l-8 {
    padding-top: 2rem !important;
  }
  .pr-x1l-8,
  .px-x1l-8 {
    padding-right: 2rem !important;
  }
  .pb-x1l-8,
  .py-x1l-8 {
    padding-bottom: 2rem !important;
  }
  .pl-x1l-8,
  .px-x1l-8 {
    padding-left: 2rem !important;
  }
  .p-x1l-7 {
    padding: 1.75rem !important;
  }
  .pt-x1l-7,
  .py-x1l-7 {
    padding-top: 1.75rem !important;
  }
  .pr-x1l-7,
  .px-x1l-7 {
    padding-right: 1.75rem !important;
  }
  .pb-x1l-7,
  .py-x1l-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-x1l-7,
  .px-x1l-7 {
    padding-left: 1.75rem !important;
  }
  .p-x1l-6 {
    padding: 1.5rem !important;
  }
  .pt-x1l-6,
  .py-x1l-6 {
    padding-top: 1.5rem !important;
  }
  .pr-x1l-6,
  .px-x1l-6 {
    padding-right: 1.5rem !important;
  }
  .pb-x1l-6,
  .py-x1l-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-x1l-6,
  .px-x1l-6 {
    padding-left: 1.5rem !important;
  }
  .p-x1l-5 {
    padding: 1.25rem !important;
  }
  .pt-x1l-5,
  .py-x1l-5 {
    padding-top: 1.25rem !important;
  }
  .pr-x1l-5,
  .px-x1l-5 {
    padding-right: 1.25rem !important;
  }
  .pb-x1l-5,
  .py-x1l-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-x1l-5,
  .px-x1l-5 {
    padding-left: 1.25rem !important;
  }
  .p-x1l-4 {
    padding: 1rem !important;
  }
  .pt-x1l-4,
  .py-x1l-4 {
    padding-top: 1rem !important;
  }
  .pr-x1l-4,
  .px-x1l-4 {
    padding-right: 1rem !important;
  }
  .pb-x1l-4,
  .py-x1l-4 {
    padding-bottom: 1rem !important;
  }
  .pl-x1l-4,
  .px-x1l-4 {
    padding-left: 1rem !important;
  }
  .p-x1l-3 {
    padding: 0.75rem !important;
  }
  .pt-x1l-3,
  .py-x1l-3 {
    padding-top: 0.75rem !important;
  }
  .pr-x1l-3,
  .px-x1l-3 {
    padding-right: 0.75rem !important;
  }
  .pb-x1l-3,
  .py-x1l-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-x1l-3,
  .px-x1l-3 {
    padding-left: 0.75rem !important;
  }
  .p-x1l-2 {
    padding: 0.5rem !important;
  }
  .pt-x1l-2,
  .py-x1l-2 {
    padding-top: 0.5rem !important;
  }
  .pr-x1l-2,
  .px-x1l-2 {
    padding-right: 0.5rem !important;
  }
  .pb-x1l-2,
  .py-x1l-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-x1l-2,
  .px-x1l-2 {
    padding-left: 0.5rem !important;
  }
  .p-x1l-1 {
    padding: 0.25rem !important;
  }
  .pt-x1l-1,
  .py-x1l-1 {
    padding-top: 0.25rem !important;
  }
  .pr-x1l-1,
  .px-x1l-1 {
    padding-right: 0.25rem !important;
  }
  .pb-x1l-1,
  .py-x1l-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-x1l-1,
  .px-x1l-1 {
    padding-left: 0.25rem !important;
  }
  .p-x1l-0 {
    padding: 0rem !important;
  }
  .pt-x1l-0,
  .py-x1l-0 {
    padding-top: 0rem !important;
  }
  .pr-x1l-0,
  .px-x1l-0 {
    padding-right: 0rem !important;
  }
  .pb-x1l-0,
  .py-x1l-0 {
    padding-bottom: 0rem !important;
  }
  .pl-x1l-0,
  .px-x1l-0 {
    padding-left: 0rem !important;
  }
  .m-x1l-n60 {
    margin: -15rem !important;
  }
  .mt-x1l-n60,
  .my-x1l-n60 {
    margin-top: -15rem !important;
  }
  .mr-x1l-n60,
  .mx-x1l-n60 {
    margin-right: -15rem !important;
  }
  .mb-x1l-n60,
  .my-x1l-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-x1l-n60,
  .mx-x1l-n60 {
    margin-left: -15rem !important;
  }
  .m-x1l-n59 {
    margin: -14.75rem !important;
  }
  .mt-x1l-n59,
  .my-x1l-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-x1l-n59,
  .mx-x1l-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-x1l-n59,
  .my-x1l-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-x1l-n59,
  .mx-x1l-n59 {
    margin-left: -14.75rem !important;
  }
  .m-x1l-n58 {
    margin: -14.5rem !important;
  }
  .mt-x1l-n58,
  .my-x1l-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-x1l-n58,
  .mx-x1l-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-x1l-n58,
  .my-x1l-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-x1l-n58,
  .mx-x1l-n58 {
    margin-left: -14.5rem !important;
  }
  .m-x1l-n57 {
    margin: -14.25rem !important;
  }
  .mt-x1l-n57,
  .my-x1l-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-x1l-n57,
  .mx-x1l-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-x1l-n57,
  .my-x1l-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-x1l-n57,
  .mx-x1l-n57 {
    margin-left: -14.25rem !important;
  }
  .m-x1l-n56 {
    margin: -14rem !important;
  }
  .mt-x1l-n56,
  .my-x1l-n56 {
    margin-top: -14rem !important;
  }
  .mr-x1l-n56,
  .mx-x1l-n56 {
    margin-right: -14rem !important;
  }
  .mb-x1l-n56,
  .my-x1l-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-x1l-n56,
  .mx-x1l-n56 {
    margin-left: -14rem !important;
  }
  .m-x1l-n55 {
    margin: -13.75rem !important;
  }
  .mt-x1l-n55,
  .my-x1l-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-x1l-n55,
  .mx-x1l-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-x1l-n55,
  .my-x1l-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-x1l-n55,
  .mx-x1l-n55 {
    margin-left: -13.75rem !important;
  }
  .m-x1l-n54 {
    margin: -13.5rem !important;
  }
  .mt-x1l-n54,
  .my-x1l-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-x1l-n54,
  .mx-x1l-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-x1l-n54,
  .my-x1l-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-x1l-n54,
  .mx-x1l-n54 {
    margin-left: -13.5rem !important;
  }
  .m-x1l-n53 {
    margin: -13.25rem !important;
  }
  .mt-x1l-n53,
  .my-x1l-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-x1l-n53,
  .mx-x1l-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-x1l-n53,
  .my-x1l-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-x1l-n53,
  .mx-x1l-n53 {
    margin-left: -13.25rem !important;
  }
  .m-x1l-n52 {
    margin: -13rem !important;
  }
  .mt-x1l-n52,
  .my-x1l-n52 {
    margin-top: -13rem !important;
  }
  .mr-x1l-n52,
  .mx-x1l-n52 {
    margin-right: -13rem !important;
  }
  .mb-x1l-n52,
  .my-x1l-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-x1l-n52,
  .mx-x1l-n52 {
    margin-left: -13rem !important;
  }
  .m-x1l-n51 {
    margin: -12.75rem !important;
  }
  .mt-x1l-n51,
  .my-x1l-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-x1l-n51,
  .mx-x1l-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-x1l-n51,
  .my-x1l-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-x1l-n51,
  .mx-x1l-n51 {
    margin-left: -12.75rem !important;
  }
  .m-x1l-n50 {
    margin: -12.5rem !important;
  }
  .mt-x1l-n50,
  .my-x1l-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-x1l-n50,
  .mx-x1l-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-x1l-n50,
  .my-x1l-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-x1l-n50,
  .mx-x1l-n50 {
    margin-left: -12.5rem !important;
  }
  .m-x1l-n49 {
    margin: -12.25rem !important;
  }
  .mt-x1l-n49,
  .my-x1l-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-x1l-n49,
  .mx-x1l-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-x1l-n49,
  .my-x1l-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-x1l-n49,
  .mx-x1l-n49 {
    margin-left: -12.25rem !important;
  }
  .m-x1l-n48 {
    margin: -12rem !important;
  }
  .mt-x1l-n48,
  .my-x1l-n48 {
    margin-top: -12rem !important;
  }
  .mr-x1l-n48,
  .mx-x1l-n48 {
    margin-right: -12rem !important;
  }
  .mb-x1l-n48,
  .my-x1l-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-x1l-n48,
  .mx-x1l-n48 {
    margin-left: -12rem !important;
  }
  .m-x1l-n47 {
    margin: -11.75rem !important;
  }
  .mt-x1l-n47,
  .my-x1l-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-x1l-n47,
  .mx-x1l-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-x1l-n47,
  .my-x1l-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-x1l-n47,
  .mx-x1l-n47 {
    margin-left: -11.75rem !important;
  }
  .m-x1l-n46 {
    margin: -11.5rem !important;
  }
  .mt-x1l-n46,
  .my-x1l-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-x1l-n46,
  .mx-x1l-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-x1l-n46,
  .my-x1l-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-x1l-n46,
  .mx-x1l-n46 {
    margin-left: -11.5rem !important;
  }
  .m-x1l-n45 {
    margin: -11.25rem !important;
  }
  .mt-x1l-n45,
  .my-x1l-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-x1l-n45,
  .mx-x1l-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-x1l-n45,
  .my-x1l-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-x1l-n45,
  .mx-x1l-n45 {
    margin-left: -11.25rem !important;
  }
  .m-x1l-n44 {
    margin: -11rem !important;
  }
  .mt-x1l-n44,
  .my-x1l-n44 {
    margin-top: -11rem !important;
  }
  .mr-x1l-n44,
  .mx-x1l-n44 {
    margin-right: -11rem !important;
  }
  .mb-x1l-n44,
  .my-x1l-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-x1l-n44,
  .mx-x1l-n44 {
    margin-left: -11rem !important;
  }
  .m-x1l-n43 {
    margin: -10.75rem !important;
  }
  .mt-x1l-n43,
  .my-x1l-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-x1l-n43,
  .mx-x1l-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-x1l-n43,
  .my-x1l-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-x1l-n43,
  .mx-x1l-n43 {
    margin-left: -10.75rem !important;
  }
  .m-x1l-n42 {
    margin: -10.5rem !important;
  }
  .mt-x1l-n42,
  .my-x1l-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-x1l-n42,
  .mx-x1l-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-x1l-n42,
  .my-x1l-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-x1l-n42,
  .mx-x1l-n42 {
    margin-left: -10.5rem !important;
  }
  .m-x1l-n41 {
    margin: -10.25rem !important;
  }
  .mt-x1l-n41,
  .my-x1l-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-x1l-n41,
  .mx-x1l-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-x1l-n41,
  .my-x1l-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-x1l-n41,
  .mx-x1l-n41 {
    margin-left: -10.25rem !important;
  }
  .m-x1l-n40 {
    margin: -10rem !important;
  }
  .mt-x1l-n40,
  .my-x1l-n40 {
    margin-top: -10rem !important;
  }
  .mr-x1l-n40,
  .mx-x1l-n40 {
    margin-right: -10rem !important;
  }
  .mb-x1l-n40,
  .my-x1l-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-x1l-n40,
  .mx-x1l-n40 {
    margin-left: -10rem !important;
  }
  .m-x1l-n39 {
    margin: -9.75rem !important;
  }
  .mt-x1l-n39,
  .my-x1l-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-x1l-n39,
  .mx-x1l-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-x1l-n39,
  .my-x1l-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-x1l-n39,
  .mx-x1l-n39 {
    margin-left: -9.75rem !important;
  }
  .m-x1l-n38 {
    margin: -9.5rem !important;
  }
  .mt-x1l-n38,
  .my-x1l-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-x1l-n38,
  .mx-x1l-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-x1l-n38,
  .my-x1l-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-x1l-n38,
  .mx-x1l-n38 {
    margin-left: -9.5rem !important;
  }
  .m-x1l-n37 {
    margin: -9.25rem !important;
  }
  .mt-x1l-n37,
  .my-x1l-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-x1l-n37,
  .mx-x1l-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-x1l-n37,
  .my-x1l-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-x1l-n37,
  .mx-x1l-n37 {
    margin-left: -9.25rem !important;
  }
  .m-x1l-n36 {
    margin: -9rem !important;
  }
  .mt-x1l-n36,
  .my-x1l-n36 {
    margin-top: -9rem !important;
  }
  .mr-x1l-n36,
  .mx-x1l-n36 {
    margin-right: -9rem !important;
  }
  .mb-x1l-n36,
  .my-x1l-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-x1l-n36,
  .mx-x1l-n36 {
    margin-left: -9rem !important;
  }
  .m-x1l-n35 {
    margin: -8.75rem !important;
  }
  .mt-x1l-n35,
  .my-x1l-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-x1l-n35,
  .mx-x1l-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-x1l-n35,
  .my-x1l-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-x1l-n35,
  .mx-x1l-n35 {
    margin-left: -8.75rem !important;
  }
  .m-x1l-n34 {
    margin: -8.5rem !important;
  }
  .mt-x1l-n34,
  .my-x1l-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-x1l-n34,
  .mx-x1l-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-x1l-n34,
  .my-x1l-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-x1l-n34,
  .mx-x1l-n34 {
    margin-left: -8.5rem !important;
  }
  .m-x1l-n33 {
    margin: -8.25rem !important;
  }
  .mt-x1l-n33,
  .my-x1l-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-x1l-n33,
  .mx-x1l-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-x1l-n33,
  .my-x1l-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-x1l-n33,
  .mx-x1l-n33 {
    margin-left: -8.25rem !important;
  }
  .m-x1l-n32 {
    margin: -8rem !important;
  }
  .mt-x1l-n32,
  .my-x1l-n32 {
    margin-top: -8rem !important;
  }
  .mr-x1l-n32,
  .mx-x1l-n32 {
    margin-right: -8rem !important;
  }
  .mb-x1l-n32,
  .my-x1l-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-x1l-n32,
  .mx-x1l-n32 {
    margin-left: -8rem !important;
  }
  .m-x1l-n31 {
    margin: -7.75rem !important;
  }
  .mt-x1l-n31,
  .my-x1l-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-x1l-n31,
  .mx-x1l-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-x1l-n31,
  .my-x1l-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-x1l-n31,
  .mx-x1l-n31 {
    margin-left: -7.75rem !important;
  }
  .m-x1l-n30 {
    margin: -7.5rem !important;
  }
  .mt-x1l-n30,
  .my-x1l-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-x1l-n30,
  .mx-x1l-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-x1l-n30,
  .my-x1l-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-x1l-n30,
  .mx-x1l-n30 {
    margin-left: -7.5rem !important;
  }
  .m-x1l-n29 {
    margin: -7.25rem !important;
  }
  .mt-x1l-n29,
  .my-x1l-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-x1l-n29,
  .mx-x1l-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-x1l-n29,
  .my-x1l-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-x1l-n29,
  .mx-x1l-n29 {
    margin-left: -7.25rem !important;
  }
  .m-x1l-n28 {
    margin: -7rem !important;
  }
  .mt-x1l-n28,
  .my-x1l-n28 {
    margin-top: -7rem !important;
  }
  .mr-x1l-n28,
  .mx-x1l-n28 {
    margin-right: -7rem !important;
  }
  .mb-x1l-n28,
  .my-x1l-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-x1l-n28,
  .mx-x1l-n28 {
    margin-left: -7rem !important;
  }
  .m-x1l-n27 {
    margin: -6.75rem !important;
  }
  .mt-x1l-n27,
  .my-x1l-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-x1l-n27,
  .mx-x1l-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-x1l-n27,
  .my-x1l-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-x1l-n27,
  .mx-x1l-n27 {
    margin-left: -6.75rem !important;
  }
  .m-x1l-n26 {
    margin: -6.5rem !important;
  }
  .mt-x1l-n26,
  .my-x1l-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-x1l-n26,
  .mx-x1l-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-x1l-n26,
  .my-x1l-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-x1l-n26,
  .mx-x1l-n26 {
    margin-left: -6.5rem !important;
  }
  .m-x1l-n25 {
    margin: -6.25rem !important;
  }
  .mt-x1l-n25,
  .my-x1l-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-x1l-n25,
  .mx-x1l-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-x1l-n25,
  .my-x1l-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-x1l-n25,
  .mx-x1l-n25 {
    margin-left: -6.25rem !important;
  }
  .m-x1l-n24 {
    margin: -6rem !important;
  }
  .mt-x1l-n24,
  .my-x1l-n24 {
    margin-top: -6rem !important;
  }
  .mr-x1l-n24,
  .mx-x1l-n24 {
    margin-right: -6rem !important;
  }
  .mb-x1l-n24,
  .my-x1l-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-x1l-n24,
  .mx-x1l-n24 {
    margin-left: -6rem !important;
  }
  .m-x1l-n23 {
    margin: -5.75rem !important;
  }
  .mt-x1l-n23,
  .my-x1l-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-x1l-n23,
  .mx-x1l-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-x1l-n23,
  .my-x1l-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-x1l-n23,
  .mx-x1l-n23 {
    margin-left: -5.75rem !important;
  }
  .m-x1l-n22 {
    margin: -5.5rem !important;
  }
  .mt-x1l-n22,
  .my-x1l-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-x1l-n22,
  .mx-x1l-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-x1l-n22,
  .my-x1l-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-x1l-n22,
  .mx-x1l-n22 {
    margin-left: -5.5rem !important;
  }
  .m-x1l-n21 {
    margin: -5.25rem !important;
  }
  .mt-x1l-n21,
  .my-x1l-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-x1l-n21,
  .mx-x1l-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-x1l-n21,
  .my-x1l-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-x1l-n21,
  .mx-x1l-n21 {
    margin-left: -5.25rem !important;
  }
  .m-x1l-n20 {
    margin: -5rem !important;
  }
  .mt-x1l-n20,
  .my-x1l-n20 {
    margin-top: -5rem !important;
  }
  .mr-x1l-n20,
  .mx-x1l-n20 {
    margin-right: -5rem !important;
  }
  .mb-x1l-n20,
  .my-x1l-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-x1l-n20,
  .mx-x1l-n20 {
    margin-left: -5rem !important;
  }
  .m-x1l-n19 {
    margin: -4.75rem !important;
  }
  .mt-x1l-n19,
  .my-x1l-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-x1l-n19,
  .mx-x1l-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-x1l-n19,
  .my-x1l-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-x1l-n19,
  .mx-x1l-n19 {
    margin-left: -4.75rem !important;
  }
  .m-x1l-n18 {
    margin: -4.5rem !important;
  }
  .mt-x1l-n18,
  .my-x1l-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-x1l-n18,
  .mx-x1l-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-x1l-n18,
  .my-x1l-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-x1l-n18,
  .mx-x1l-n18 {
    margin-left: -4.5rem !important;
  }
  .m-x1l-n17 {
    margin: -4.25rem !important;
  }
  .mt-x1l-n17,
  .my-x1l-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-x1l-n17,
  .mx-x1l-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-x1l-n17,
  .my-x1l-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-x1l-n17,
  .mx-x1l-n17 {
    margin-left: -4.25rem !important;
  }
  .m-x1l-n16 {
    margin: -4rem !important;
  }
  .mt-x1l-n16,
  .my-x1l-n16 {
    margin-top: -4rem !important;
  }
  .mr-x1l-n16,
  .mx-x1l-n16 {
    margin-right: -4rem !important;
  }
  .mb-x1l-n16,
  .my-x1l-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-x1l-n16,
  .mx-x1l-n16 {
    margin-left: -4rem !important;
  }
  .m-x1l-n15 {
    margin: -3.75rem !important;
  }
  .mt-x1l-n15,
  .my-x1l-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-x1l-n15,
  .mx-x1l-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-x1l-n15,
  .my-x1l-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-x1l-n15,
  .mx-x1l-n15 {
    margin-left: -3.75rem !important;
  }
  .m-x1l-n14 {
    margin: -3.5rem !important;
  }
  .mt-x1l-n14,
  .my-x1l-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-x1l-n14,
  .mx-x1l-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-x1l-n14,
  .my-x1l-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-x1l-n14,
  .mx-x1l-n14 {
    margin-left: -3.5rem !important;
  }
  .m-x1l-n13 {
    margin: -3.25rem !important;
  }
  .mt-x1l-n13,
  .my-x1l-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-x1l-n13,
  .mx-x1l-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-x1l-n13,
  .my-x1l-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-x1l-n13,
  .mx-x1l-n13 {
    margin-left: -3.25rem !important;
  }
  .m-x1l-n12 {
    margin: -3rem !important;
  }
  .mt-x1l-n12,
  .my-x1l-n12 {
    margin-top: -3rem !important;
  }
  .mr-x1l-n12,
  .mx-x1l-n12 {
    margin-right: -3rem !important;
  }
  .mb-x1l-n12,
  .my-x1l-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-x1l-n12,
  .mx-x1l-n12 {
    margin-left: -3rem !important;
  }
  .m-x1l-n11 {
    margin: -2.75rem !important;
  }
  .mt-x1l-n11,
  .my-x1l-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-x1l-n11,
  .mx-x1l-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-x1l-n11,
  .my-x1l-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-x1l-n11,
  .mx-x1l-n11 {
    margin-left: -2.75rem !important;
  }
  .m-x1l-n10 {
    margin: -2.5rem !important;
  }
  .mt-x1l-n10,
  .my-x1l-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-x1l-n10,
  .mx-x1l-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-x1l-n10,
  .my-x1l-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-x1l-n10,
  .mx-x1l-n10 {
    margin-left: -2.5rem !important;
  }
  .m-x1l-n9 {
    margin: -2.25rem !important;
  }
  .mt-x1l-n9,
  .my-x1l-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-x1l-n9,
  .mx-x1l-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-x1l-n9,
  .my-x1l-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-x1l-n9,
  .mx-x1l-n9 {
    margin-left: -2.25rem !important;
  }
  .m-x1l-n8 {
    margin: -2rem !important;
  }
  .mt-x1l-n8,
  .my-x1l-n8 {
    margin-top: -2rem !important;
  }
  .mr-x1l-n8,
  .mx-x1l-n8 {
    margin-right: -2rem !important;
  }
  .mb-x1l-n8,
  .my-x1l-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-x1l-n8,
  .mx-x1l-n8 {
    margin-left: -2rem !important;
  }
  .m-x1l-n7 {
    margin: -1.75rem !important;
  }
  .mt-x1l-n7,
  .my-x1l-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-x1l-n7,
  .mx-x1l-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-x1l-n7,
  .my-x1l-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-x1l-n7,
  .mx-x1l-n7 {
    margin-left: -1.75rem !important;
  }
  .m-x1l-n6 {
    margin: -1.5rem !important;
  }
  .mt-x1l-n6,
  .my-x1l-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-x1l-n6,
  .mx-x1l-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-x1l-n6,
  .my-x1l-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-x1l-n6,
  .mx-x1l-n6 {
    margin-left: -1.5rem !important;
  }
  .m-x1l-n5 {
    margin: -1.25rem !important;
  }
  .mt-x1l-n5,
  .my-x1l-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-x1l-n5,
  .mx-x1l-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-x1l-n5,
  .my-x1l-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-x1l-n5,
  .mx-x1l-n5 {
    margin-left: -1.25rem !important;
  }
  .m-x1l-n4 {
    margin: -1rem !important;
  }
  .mt-x1l-n4,
  .my-x1l-n4 {
    margin-top: -1rem !important;
  }
  .mr-x1l-n4,
  .mx-x1l-n4 {
    margin-right: -1rem !important;
  }
  .mb-x1l-n4,
  .my-x1l-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-x1l-n4,
  .mx-x1l-n4 {
    margin-left: -1rem !important;
  }
  .m-x1l-n3 {
    margin: -0.75rem !important;
  }
  .mt-x1l-n3,
  .my-x1l-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-x1l-n3,
  .mx-x1l-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-x1l-n3,
  .my-x1l-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-x1l-n3,
  .mx-x1l-n3 {
    margin-left: -0.75rem !important;
  }
  .m-x1l-n2 {
    margin: -0.5rem !important;
  }
  .mt-x1l-n2,
  .my-x1l-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-x1l-n2,
  .mx-x1l-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-x1l-n2,
  .my-x1l-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-x1l-n2,
  .mx-x1l-n2 {
    margin-left: -0.5rem !important;
  }
  .m-x1l-n1 {
    margin: -0.25rem !important;
  }
  .mt-x1l-n1,
  .my-x1l-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-x1l-n1,
  .mx-x1l-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-x1l-n1,
  .my-x1l-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-x1l-n1,
  .mx-x1l-n1 {
    margin-left: -0.25rem !important;
  }
  .m-x1l-n0 {
    margin: 0rem !important;
  }
  .mt-x1l-n0,
  .my-x1l-n0 {
    margin-top: 0rem !important;
  }
  .mr-x1l-n0,
  .mx-x1l-n0 {
    margin-right: 0rem !important;
  }
  .mb-x1l-n0,
  .my-x1l-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-x1l-n0,
  .mx-x1l-n0 {
    margin-left: 0rem !important;
  }
  .m-x1l-auto {
    margin: auto !important;
  }
  .mt-x1l-auto,
  .my-x1l-auto {
    margin-top: auto !important;
  }
  .mr-x1l-auto,
  .mx-x1l-auto {
    margin-right: auto !important;
  }
  .mb-x1l-auto,
  .my-x1l-auto {
    margin-bottom: auto !important;
  }
  .ml-x1l-auto,
  .mx-x1l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 2880.02px) {
  .m-xx1l-60 {
    margin: 15rem !important;
  }
  .mt-xx1l-60,
  .my-xx1l-60 {
    margin-top: 15rem !important;
  }
  .mr-xx1l-60,
  .mx-xx1l-60 {
    margin-right: 15rem !important;
  }
  .mb-xx1l-60,
  .my-xx1l-60 {
    margin-bottom: 15rem !important;
  }
  .ml-xx1l-60,
  .mx-xx1l-60 {
    margin-left: 15rem !important;
  }
  .m-xx1l-59 {
    margin: 14.75rem !important;
  }
  .mt-xx1l-59,
  .my-xx1l-59 {
    margin-top: 14.75rem !important;
  }
  .mr-xx1l-59,
  .mx-xx1l-59 {
    margin-right: 14.75rem !important;
  }
  .mb-xx1l-59,
  .my-xx1l-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-xx1l-59,
  .mx-xx1l-59 {
    margin-left: 14.75rem !important;
  }
  .m-xx1l-58 {
    margin: 14.5rem !important;
  }
  .mt-xx1l-58,
  .my-xx1l-58 {
    margin-top: 14.5rem !important;
  }
  .mr-xx1l-58,
  .mx-xx1l-58 {
    margin-right: 14.5rem !important;
  }
  .mb-xx1l-58,
  .my-xx1l-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xx1l-58,
  .mx-xx1l-58 {
    margin-left: 14.5rem !important;
  }
  .m-xx1l-57 {
    margin: 14.25rem !important;
  }
  .mt-xx1l-57,
  .my-xx1l-57 {
    margin-top: 14.25rem !important;
  }
  .mr-xx1l-57,
  .mx-xx1l-57 {
    margin-right: 14.25rem !important;
  }
  .mb-xx1l-57,
  .my-xx1l-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-xx1l-57,
  .mx-xx1l-57 {
    margin-left: 14.25rem !important;
  }
  .m-xx1l-56 {
    margin: 14rem !important;
  }
  .mt-xx1l-56,
  .my-xx1l-56 {
    margin-top: 14rem !important;
  }
  .mr-xx1l-56,
  .mx-xx1l-56 {
    margin-right: 14rem !important;
  }
  .mb-xx1l-56,
  .my-xx1l-56 {
    margin-bottom: 14rem !important;
  }
  .ml-xx1l-56,
  .mx-xx1l-56 {
    margin-left: 14rem !important;
  }
  .m-xx1l-55 {
    margin: 13.75rem !important;
  }
  .mt-xx1l-55,
  .my-xx1l-55 {
    margin-top: 13.75rem !important;
  }
  .mr-xx1l-55,
  .mx-xx1l-55 {
    margin-right: 13.75rem !important;
  }
  .mb-xx1l-55,
  .my-xx1l-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-xx1l-55,
  .mx-xx1l-55 {
    margin-left: 13.75rem !important;
  }
  .m-xx1l-54 {
    margin: 13.5rem !important;
  }
  .mt-xx1l-54,
  .my-xx1l-54 {
    margin-top: 13.5rem !important;
  }
  .mr-xx1l-54,
  .mx-xx1l-54 {
    margin-right: 13.5rem !important;
  }
  .mb-xx1l-54,
  .my-xx1l-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xx1l-54,
  .mx-xx1l-54 {
    margin-left: 13.5rem !important;
  }
  .m-xx1l-53 {
    margin: 13.25rem !important;
  }
  .mt-xx1l-53,
  .my-xx1l-53 {
    margin-top: 13.25rem !important;
  }
  .mr-xx1l-53,
  .mx-xx1l-53 {
    margin-right: 13.25rem !important;
  }
  .mb-xx1l-53,
  .my-xx1l-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-xx1l-53,
  .mx-xx1l-53 {
    margin-left: 13.25rem !important;
  }
  .m-xx1l-52 {
    margin: 13rem !important;
  }
  .mt-xx1l-52,
  .my-xx1l-52 {
    margin-top: 13rem !important;
  }
  .mr-xx1l-52,
  .mx-xx1l-52 {
    margin-right: 13rem !important;
  }
  .mb-xx1l-52,
  .my-xx1l-52 {
    margin-bottom: 13rem !important;
  }
  .ml-xx1l-52,
  .mx-xx1l-52 {
    margin-left: 13rem !important;
  }
  .m-xx1l-51 {
    margin: 12.75rem !important;
  }
  .mt-xx1l-51,
  .my-xx1l-51 {
    margin-top: 12.75rem !important;
  }
  .mr-xx1l-51,
  .mx-xx1l-51 {
    margin-right: 12.75rem !important;
  }
  .mb-xx1l-51,
  .my-xx1l-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-xx1l-51,
  .mx-xx1l-51 {
    margin-left: 12.75rem !important;
  }
  .m-xx1l-50 {
    margin: 12.5rem !important;
  }
  .mt-xx1l-50,
  .my-xx1l-50 {
    margin-top: 12.5rem !important;
  }
  .mr-xx1l-50,
  .mx-xx1l-50 {
    margin-right: 12.5rem !important;
  }
  .mb-xx1l-50,
  .my-xx1l-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xx1l-50,
  .mx-xx1l-50 {
    margin-left: 12.5rem !important;
  }
  .m-xx1l-49 {
    margin: 12.25rem !important;
  }
  .mt-xx1l-49,
  .my-xx1l-49 {
    margin-top: 12.25rem !important;
  }
  .mr-xx1l-49,
  .mx-xx1l-49 {
    margin-right: 12.25rem !important;
  }
  .mb-xx1l-49,
  .my-xx1l-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-xx1l-49,
  .mx-xx1l-49 {
    margin-left: 12.25rem !important;
  }
  .m-xx1l-48 {
    margin: 12rem !important;
  }
  .mt-xx1l-48,
  .my-xx1l-48 {
    margin-top: 12rem !important;
  }
  .mr-xx1l-48,
  .mx-xx1l-48 {
    margin-right: 12rem !important;
  }
  .mb-xx1l-48,
  .my-xx1l-48 {
    margin-bottom: 12rem !important;
  }
  .ml-xx1l-48,
  .mx-xx1l-48 {
    margin-left: 12rem !important;
  }
  .m-xx1l-47 {
    margin: 11.75rem !important;
  }
  .mt-xx1l-47,
  .my-xx1l-47 {
    margin-top: 11.75rem !important;
  }
  .mr-xx1l-47,
  .mx-xx1l-47 {
    margin-right: 11.75rem !important;
  }
  .mb-xx1l-47,
  .my-xx1l-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-xx1l-47,
  .mx-xx1l-47 {
    margin-left: 11.75rem !important;
  }
  .m-xx1l-46 {
    margin: 11.5rem !important;
  }
  .mt-xx1l-46,
  .my-xx1l-46 {
    margin-top: 11.5rem !important;
  }
  .mr-xx1l-46,
  .mx-xx1l-46 {
    margin-right: 11.5rem !important;
  }
  .mb-xx1l-46,
  .my-xx1l-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xx1l-46,
  .mx-xx1l-46 {
    margin-left: 11.5rem !important;
  }
  .m-xx1l-45 {
    margin: 11.25rem !important;
  }
  .mt-xx1l-45,
  .my-xx1l-45 {
    margin-top: 11.25rem !important;
  }
  .mr-xx1l-45,
  .mx-xx1l-45 {
    margin-right: 11.25rem !important;
  }
  .mb-xx1l-45,
  .my-xx1l-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xx1l-45,
  .mx-xx1l-45 {
    margin-left: 11.25rem !important;
  }
  .m-xx1l-44 {
    margin: 11rem !important;
  }
  .mt-xx1l-44,
  .my-xx1l-44 {
    margin-top: 11rem !important;
  }
  .mr-xx1l-44,
  .mx-xx1l-44 {
    margin-right: 11rem !important;
  }
  .mb-xx1l-44,
  .my-xx1l-44 {
    margin-bottom: 11rem !important;
  }
  .ml-xx1l-44,
  .mx-xx1l-44 {
    margin-left: 11rem !important;
  }
  .m-xx1l-43 {
    margin: 10.75rem !important;
  }
  .mt-xx1l-43,
  .my-xx1l-43 {
    margin-top: 10.75rem !important;
  }
  .mr-xx1l-43,
  .mx-xx1l-43 {
    margin-right: 10.75rem !important;
  }
  .mb-xx1l-43,
  .my-xx1l-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xx1l-43,
  .mx-xx1l-43 {
    margin-left: 10.75rem !important;
  }
  .m-xx1l-42 {
    margin: 10.5rem !important;
  }
  .mt-xx1l-42,
  .my-xx1l-42 {
    margin-top: 10.5rem !important;
  }
  .mr-xx1l-42,
  .mx-xx1l-42 {
    margin-right: 10.5rem !important;
  }
  .mb-xx1l-42,
  .my-xx1l-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xx1l-42,
  .mx-xx1l-42 {
    margin-left: 10.5rem !important;
  }
  .m-xx1l-41 {
    margin: 10.25rem !important;
  }
  .mt-xx1l-41,
  .my-xx1l-41 {
    margin-top: 10.25rem !important;
  }
  .mr-xx1l-41,
  .mx-xx1l-41 {
    margin-right: 10.25rem !important;
  }
  .mb-xx1l-41,
  .my-xx1l-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xx1l-41,
  .mx-xx1l-41 {
    margin-left: 10.25rem !important;
  }
  .m-xx1l-40 {
    margin: 10rem !important;
  }
  .mt-xx1l-40,
  .my-xx1l-40 {
    margin-top: 10rem !important;
  }
  .mr-xx1l-40,
  .mx-xx1l-40 {
    margin-right: 10rem !important;
  }
  .mb-xx1l-40,
  .my-xx1l-40 {
    margin-bottom: 10rem !important;
  }
  .ml-xx1l-40,
  .mx-xx1l-40 {
    margin-left: 10rem !important;
  }
  .m-xx1l-39 {
    margin: 9.75rem !important;
  }
  .mt-xx1l-39,
  .my-xx1l-39 {
    margin-top: 9.75rem !important;
  }
  .mr-xx1l-39,
  .mx-xx1l-39 {
    margin-right: 9.75rem !important;
  }
  .mb-xx1l-39,
  .my-xx1l-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xx1l-39,
  .mx-xx1l-39 {
    margin-left: 9.75rem !important;
  }
  .m-xx1l-38 {
    margin: 9.5rem !important;
  }
  .mt-xx1l-38,
  .my-xx1l-38 {
    margin-top: 9.5rem !important;
  }
  .mr-xx1l-38,
  .mx-xx1l-38 {
    margin-right: 9.5rem !important;
  }
  .mb-xx1l-38,
  .my-xx1l-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xx1l-38,
  .mx-xx1l-38 {
    margin-left: 9.5rem !important;
  }
  .m-xx1l-37 {
    margin: 9.25rem !important;
  }
  .mt-xx1l-37,
  .my-xx1l-37 {
    margin-top: 9.25rem !important;
  }
  .mr-xx1l-37,
  .mx-xx1l-37 {
    margin-right: 9.25rem !important;
  }
  .mb-xx1l-37,
  .my-xx1l-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xx1l-37,
  .mx-xx1l-37 {
    margin-left: 9.25rem !important;
  }
  .m-xx1l-36 {
    margin: 9rem !important;
  }
  .mt-xx1l-36,
  .my-xx1l-36 {
    margin-top: 9rem !important;
  }
  .mr-xx1l-36,
  .mx-xx1l-36 {
    margin-right: 9rem !important;
  }
  .mb-xx1l-36,
  .my-xx1l-36 {
    margin-bottom: 9rem !important;
  }
  .ml-xx1l-36,
  .mx-xx1l-36 {
    margin-left: 9rem !important;
  }
  .m-xx1l-35 {
    margin: 8.75rem !important;
  }
  .mt-xx1l-35,
  .my-xx1l-35 {
    margin-top: 8.75rem !important;
  }
  .mr-xx1l-35,
  .mx-xx1l-35 {
    margin-right: 8.75rem !important;
  }
  .mb-xx1l-35,
  .my-xx1l-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xx1l-35,
  .mx-xx1l-35 {
    margin-left: 8.75rem !important;
  }
  .m-xx1l-34 {
    margin: 8.5rem !important;
  }
  .mt-xx1l-34,
  .my-xx1l-34 {
    margin-top: 8.5rem !important;
  }
  .mr-xx1l-34,
  .mx-xx1l-34 {
    margin-right: 8.5rem !important;
  }
  .mb-xx1l-34,
  .my-xx1l-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xx1l-34,
  .mx-xx1l-34 {
    margin-left: 8.5rem !important;
  }
  .m-xx1l-33 {
    margin: 8.25rem !important;
  }
  .mt-xx1l-33,
  .my-xx1l-33 {
    margin-top: 8.25rem !important;
  }
  .mr-xx1l-33,
  .mx-xx1l-33 {
    margin-right: 8.25rem !important;
  }
  .mb-xx1l-33,
  .my-xx1l-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xx1l-33,
  .mx-xx1l-33 {
    margin-left: 8.25rem !important;
  }
  .m-xx1l-32 {
    margin: 8rem !important;
  }
  .mt-xx1l-32,
  .my-xx1l-32 {
    margin-top: 8rem !important;
  }
  .mr-xx1l-32,
  .mx-xx1l-32 {
    margin-right: 8rem !important;
  }
  .mb-xx1l-32,
  .my-xx1l-32 {
    margin-bottom: 8rem !important;
  }
  .ml-xx1l-32,
  .mx-xx1l-32 {
    margin-left: 8rem !important;
  }
  .m-xx1l-31 {
    margin: 7.75rem !important;
  }
  .mt-xx1l-31,
  .my-xx1l-31 {
    margin-top: 7.75rem !important;
  }
  .mr-xx1l-31,
  .mx-xx1l-31 {
    margin-right: 7.75rem !important;
  }
  .mb-xx1l-31,
  .my-xx1l-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xx1l-31,
  .mx-xx1l-31 {
    margin-left: 7.75rem !important;
  }
  .m-xx1l-30 {
    margin: 7.5rem !important;
  }
  .mt-xx1l-30,
  .my-xx1l-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xx1l-30,
  .mx-xx1l-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xx1l-30,
  .my-xx1l-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xx1l-30,
  .mx-xx1l-30 {
    margin-left: 7.5rem !important;
  }
  .m-xx1l-29 {
    margin: 7.25rem !important;
  }
  .mt-xx1l-29,
  .my-xx1l-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xx1l-29,
  .mx-xx1l-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xx1l-29,
  .my-xx1l-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xx1l-29,
  .mx-xx1l-29 {
    margin-left: 7.25rem !important;
  }
  .m-xx1l-28 {
    margin: 7rem !important;
  }
  .mt-xx1l-28,
  .my-xx1l-28 {
    margin-top: 7rem !important;
  }
  .mr-xx1l-28,
  .mx-xx1l-28 {
    margin-right: 7rem !important;
  }
  .mb-xx1l-28,
  .my-xx1l-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xx1l-28,
  .mx-xx1l-28 {
    margin-left: 7rem !important;
  }
  .m-xx1l-27 {
    margin: 6.75rem !important;
  }
  .mt-xx1l-27,
  .my-xx1l-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xx1l-27,
  .mx-xx1l-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xx1l-27,
  .my-xx1l-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xx1l-27,
  .mx-xx1l-27 {
    margin-left: 6.75rem !important;
  }
  .m-xx1l-26 {
    margin: 6.5rem !important;
  }
  .mt-xx1l-26,
  .my-xx1l-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xx1l-26,
  .mx-xx1l-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xx1l-26,
  .my-xx1l-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xx1l-26,
  .mx-xx1l-26 {
    margin-left: 6.5rem !important;
  }
  .m-xx1l-25 {
    margin: 6.25rem !important;
  }
  .mt-xx1l-25,
  .my-xx1l-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xx1l-25,
  .mx-xx1l-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xx1l-25,
  .my-xx1l-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xx1l-25,
  .mx-xx1l-25 {
    margin-left: 6.25rem !important;
  }
  .m-xx1l-24 {
    margin: 6rem !important;
  }
  .mt-xx1l-24,
  .my-xx1l-24 {
    margin-top: 6rem !important;
  }
  .mr-xx1l-24,
  .mx-xx1l-24 {
    margin-right: 6rem !important;
  }
  .mb-xx1l-24,
  .my-xx1l-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xx1l-24,
  .mx-xx1l-24 {
    margin-left: 6rem !important;
  }
  .m-xx1l-23 {
    margin: 5.75rem !important;
  }
  .mt-xx1l-23,
  .my-xx1l-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xx1l-23,
  .mx-xx1l-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xx1l-23,
  .my-xx1l-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xx1l-23,
  .mx-xx1l-23 {
    margin-left: 5.75rem !important;
  }
  .m-xx1l-22 {
    margin: 5.5rem !important;
  }
  .mt-xx1l-22,
  .my-xx1l-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xx1l-22,
  .mx-xx1l-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xx1l-22,
  .my-xx1l-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xx1l-22,
  .mx-xx1l-22 {
    margin-left: 5.5rem !important;
  }
  .m-xx1l-21 {
    margin: 5.25rem !important;
  }
  .mt-xx1l-21,
  .my-xx1l-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xx1l-21,
  .mx-xx1l-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xx1l-21,
  .my-xx1l-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xx1l-21,
  .mx-xx1l-21 {
    margin-left: 5.25rem !important;
  }
  .m-xx1l-20 {
    margin: 5rem !important;
  }
  .mt-xx1l-20,
  .my-xx1l-20 {
    margin-top: 5rem !important;
  }
  .mr-xx1l-20,
  .mx-xx1l-20 {
    margin-right: 5rem !important;
  }
  .mb-xx1l-20,
  .my-xx1l-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xx1l-20,
  .mx-xx1l-20 {
    margin-left: 5rem !important;
  }
  .m-xx1l-19 {
    margin: 4.75rem !important;
  }
  .mt-xx1l-19,
  .my-xx1l-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xx1l-19,
  .mx-xx1l-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xx1l-19,
  .my-xx1l-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xx1l-19,
  .mx-xx1l-19 {
    margin-left: 4.75rem !important;
  }
  .m-xx1l-18 {
    margin: 4.5rem !important;
  }
  .mt-xx1l-18,
  .my-xx1l-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xx1l-18,
  .mx-xx1l-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xx1l-18,
  .my-xx1l-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xx1l-18,
  .mx-xx1l-18 {
    margin-left: 4.5rem !important;
  }
  .m-xx1l-17 {
    margin: 4.25rem !important;
  }
  .mt-xx1l-17,
  .my-xx1l-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xx1l-17,
  .mx-xx1l-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xx1l-17,
  .my-xx1l-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xx1l-17,
  .mx-xx1l-17 {
    margin-left: 4.25rem !important;
  }
  .m-xx1l-16 {
    margin: 4rem !important;
  }
  .mt-xx1l-16,
  .my-xx1l-16 {
    margin-top: 4rem !important;
  }
  .mr-xx1l-16,
  .mx-xx1l-16 {
    margin-right: 4rem !important;
  }
  .mb-xx1l-16,
  .my-xx1l-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xx1l-16,
  .mx-xx1l-16 {
    margin-left: 4rem !important;
  }
  .m-xx1l-15 {
    margin: 3.75rem !important;
  }
  .mt-xx1l-15,
  .my-xx1l-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xx1l-15,
  .mx-xx1l-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xx1l-15,
  .my-xx1l-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xx1l-15,
  .mx-xx1l-15 {
    margin-left: 3.75rem !important;
  }
  .m-xx1l-14 {
    margin: 3.5rem !important;
  }
  .mt-xx1l-14,
  .my-xx1l-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xx1l-14,
  .mx-xx1l-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xx1l-14,
  .my-xx1l-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xx1l-14,
  .mx-xx1l-14 {
    margin-left: 3.5rem !important;
  }
  .m-xx1l-13 {
    margin: 3.25rem !important;
  }
  .mt-xx1l-13,
  .my-xx1l-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xx1l-13,
  .mx-xx1l-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xx1l-13,
  .my-xx1l-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xx1l-13,
  .mx-xx1l-13 {
    margin-left: 3.25rem !important;
  }
  .m-xx1l-12 {
    margin: 3rem !important;
  }
  .mt-xx1l-12,
  .my-xx1l-12 {
    margin-top: 3rem !important;
  }
  .mr-xx1l-12,
  .mx-xx1l-12 {
    margin-right: 3rem !important;
  }
  .mb-xx1l-12,
  .my-xx1l-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xx1l-12,
  .mx-xx1l-12 {
    margin-left: 3rem !important;
  }
  .m-xx1l-11 {
    margin: 2.75rem !important;
  }
  .mt-xx1l-11,
  .my-xx1l-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xx1l-11,
  .mx-xx1l-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xx1l-11,
  .my-xx1l-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xx1l-11,
  .mx-xx1l-11 {
    margin-left: 2.75rem !important;
  }
  .m-xx1l-10 {
    margin: 2.5rem !important;
  }
  .mt-xx1l-10,
  .my-xx1l-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xx1l-10,
  .mx-xx1l-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xx1l-10,
  .my-xx1l-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xx1l-10,
  .mx-xx1l-10 {
    margin-left: 2.5rem !important;
  }
  .m-xx1l-9 {
    margin: 2.25rem !important;
  }
  .mt-xx1l-9,
  .my-xx1l-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xx1l-9,
  .mx-xx1l-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xx1l-9,
  .my-xx1l-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xx1l-9,
  .mx-xx1l-9 {
    margin-left: 2.25rem !important;
  }
  .m-xx1l-8 {
    margin: 2rem !important;
  }
  .mt-xx1l-8,
  .my-xx1l-8 {
    margin-top: 2rem !important;
  }
  .mr-xx1l-8,
  .mx-xx1l-8 {
    margin-right: 2rem !important;
  }
  .mb-xx1l-8,
  .my-xx1l-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xx1l-8,
  .mx-xx1l-8 {
    margin-left: 2rem !important;
  }
  .m-xx1l-7 {
    margin: 1.75rem !important;
  }
  .mt-xx1l-7,
  .my-xx1l-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xx1l-7,
  .mx-xx1l-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xx1l-7,
  .my-xx1l-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xx1l-7,
  .mx-xx1l-7 {
    margin-left: 1.75rem !important;
  }
  .m-xx1l-6 {
    margin: 1.5rem !important;
  }
  .mt-xx1l-6,
  .my-xx1l-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xx1l-6,
  .mx-xx1l-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xx1l-6,
  .my-xx1l-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xx1l-6,
  .mx-xx1l-6 {
    margin-left: 1.5rem !important;
  }
  .m-xx1l-5 {
    margin: 1.25rem !important;
  }
  .mt-xx1l-5,
  .my-xx1l-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xx1l-5,
  .mx-xx1l-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xx1l-5,
  .my-xx1l-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xx1l-5,
  .mx-xx1l-5 {
    margin-left: 1.25rem !important;
  }
  .m-xx1l-4 {
    margin: 1rem !important;
  }
  .mt-xx1l-4,
  .my-xx1l-4 {
    margin-top: 1rem !important;
  }
  .mr-xx1l-4,
  .mx-xx1l-4 {
    margin-right: 1rem !important;
  }
  .mb-xx1l-4,
  .my-xx1l-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xx1l-4,
  .mx-xx1l-4 {
    margin-left: 1rem !important;
  }
  .m-xx1l-3 {
    margin: 0.75rem !important;
  }
  .mt-xx1l-3,
  .my-xx1l-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xx1l-3,
  .mx-xx1l-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xx1l-3,
  .my-xx1l-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xx1l-3,
  .mx-xx1l-3 {
    margin-left: 0.75rem !important;
  }
  .m-xx1l-2 {
    margin: 0.5rem !important;
  }
  .mt-xx1l-2,
  .my-xx1l-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xx1l-2,
  .mx-xx1l-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xx1l-2,
  .my-xx1l-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xx1l-2,
  .mx-xx1l-2 {
    margin-left: 0.5rem !important;
  }
  .m-xx1l-1 {
    margin: 0.25rem !important;
  }
  .mt-xx1l-1,
  .my-xx1l-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xx1l-1,
  .mx-xx1l-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xx1l-1,
  .my-xx1l-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xx1l-1,
  .mx-xx1l-1 {
    margin-left: 0.25rem !important;
  }
  .m-xx1l-0 {
    margin: 0rem !important;
  }
  .mt-xx1l-0,
  .my-xx1l-0 {
    margin-top: 0rem !important;
  }
  .mr-xx1l-0,
  .mx-xx1l-0 {
    margin-right: 0rem !important;
  }
  .mb-xx1l-0,
  .my-xx1l-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xx1l-0,
  .mx-xx1l-0 {
    margin-left: 0rem !important;
  }
  .p-xx1l-60 {
    padding: 15rem !important;
  }
  .pt-xx1l-60,
  .py-xx1l-60 {
    padding-top: 15rem !important;
  }
  .pr-xx1l-60,
  .px-xx1l-60 {
    padding-right: 15rem !important;
  }
  .pb-xx1l-60,
  .py-xx1l-60 {
    padding-bottom: 15rem !important;
  }
  .pl-xx1l-60,
  .px-xx1l-60 {
    padding-left: 15rem !important;
  }
  .p-xx1l-59 {
    padding: 14.75rem !important;
  }
  .pt-xx1l-59,
  .py-xx1l-59 {
    padding-top: 14.75rem !important;
  }
  .pr-xx1l-59,
  .px-xx1l-59 {
    padding-right: 14.75rem !important;
  }
  .pb-xx1l-59,
  .py-xx1l-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-xx1l-59,
  .px-xx1l-59 {
    padding-left: 14.75rem !important;
  }
  .p-xx1l-58 {
    padding: 14.5rem !important;
  }
  .pt-xx1l-58,
  .py-xx1l-58 {
    padding-top: 14.5rem !important;
  }
  .pr-xx1l-58,
  .px-xx1l-58 {
    padding-right: 14.5rem !important;
  }
  .pb-xx1l-58,
  .py-xx1l-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xx1l-58,
  .px-xx1l-58 {
    padding-left: 14.5rem !important;
  }
  .p-xx1l-57 {
    padding: 14.25rem !important;
  }
  .pt-xx1l-57,
  .py-xx1l-57 {
    padding-top: 14.25rem !important;
  }
  .pr-xx1l-57,
  .px-xx1l-57 {
    padding-right: 14.25rem !important;
  }
  .pb-xx1l-57,
  .py-xx1l-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-xx1l-57,
  .px-xx1l-57 {
    padding-left: 14.25rem !important;
  }
  .p-xx1l-56 {
    padding: 14rem !important;
  }
  .pt-xx1l-56,
  .py-xx1l-56 {
    padding-top: 14rem !important;
  }
  .pr-xx1l-56,
  .px-xx1l-56 {
    padding-right: 14rem !important;
  }
  .pb-xx1l-56,
  .py-xx1l-56 {
    padding-bottom: 14rem !important;
  }
  .pl-xx1l-56,
  .px-xx1l-56 {
    padding-left: 14rem !important;
  }
  .p-xx1l-55 {
    padding: 13.75rem !important;
  }
  .pt-xx1l-55,
  .py-xx1l-55 {
    padding-top: 13.75rem !important;
  }
  .pr-xx1l-55,
  .px-xx1l-55 {
    padding-right: 13.75rem !important;
  }
  .pb-xx1l-55,
  .py-xx1l-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-xx1l-55,
  .px-xx1l-55 {
    padding-left: 13.75rem !important;
  }
  .p-xx1l-54 {
    padding: 13.5rem !important;
  }
  .pt-xx1l-54,
  .py-xx1l-54 {
    padding-top: 13.5rem !important;
  }
  .pr-xx1l-54,
  .px-xx1l-54 {
    padding-right: 13.5rem !important;
  }
  .pb-xx1l-54,
  .py-xx1l-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xx1l-54,
  .px-xx1l-54 {
    padding-left: 13.5rem !important;
  }
  .p-xx1l-53 {
    padding: 13.25rem !important;
  }
  .pt-xx1l-53,
  .py-xx1l-53 {
    padding-top: 13.25rem !important;
  }
  .pr-xx1l-53,
  .px-xx1l-53 {
    padding-right: 13.25rem !important;
  }
  .pb-xx1l-53,
  .py-xx1l-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-xx1l-53,
  .px-xx1l-53 {
    padding-left: 13.25rem !important;
  }
  .p-xx1l-52 {
    padding: 13rem !important;
  }
  .pt-xx1l-52,
  .py-xx1l-52 {
    padding-top: 13rem !important;
  }
  .pr-xx1l-52,
  .px-xx1l-52 {
    padding-right: 13rem !important;
  }
  .pb-xx1l-52,
  .py-xx1l-52 {
    padding-bottom: 13rem !important;
  }
  .pl-xx1l-52,
  .px-xx1l-52 {
    padding-left: 13rem !important;
  }
  .p-xx1l-51 {
    padding: 12.75rem !important;
  }
  .pt-xx1l-51,
  .py-xx1l-51 {
    padding-top: 12.75rem !important;
  }
  .pr-xx1l-51,
  .px-xx1l-51 {
    padding-right: 12.75rem !important;
  }
  .pb-xx1l-51,
  .py-xx1l-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-xx1l-51,
  .px-xx1l-51 {
    padding-left: 12.75rem !important;
  }
  .p-xx1l-50 {
    padding: 12.5rem !important;
  }
  .pt-xx1l-50,
  .py-xx1l-50 {
    padding-top: 12.5rem !important;
  }
  .pr-xx1l-50,
  .px-xx1l-50 {
    padding-right: 12.5rem !important;
  }
  .pb-xx1l-50,
  .py-xx1l-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xx1l-50,
  .px-xx1l-50 {
    padding-left: 12.5rem !important;
  }
  .p-xx1l-49 {
    padding: 12.25rem !important;
  }
  .pt-xx1l-49,
  .py-xx1l-49 {
    padding-top: 12.25rem !important;
  }
  .pr-xx1l-49,
  .px-xx1l-49 {
    padding-right: 12.25rem !important;
  }
  .pb-xx1l-49,
  .py-xx1l-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-xx1l-49,
  .px-xx1l-49 {
    padding-left: 12.25rem !important;
  }
  .p-xx1l-48 {
    padding: 12rem !important;
  }
  .pt-xx1l-48,
  .py-xx1l-48 {
    padding-top: 12rem !important;
  }
  .pr-xx1l-48,
  .px-xx1l-48 {
    padding-right: 12rem !important;
  }
  .pb-xx1l-48,
  .py-xx1l-48 {
    padding-bottom: 12rem !important;
  }
  .pl-xx1l-48,
  .px-xx1l-48 {
    padding-left: 12rem !important;
  }
  .p-xx1l-47 {
    padding: 11.75rem !important;
  }
  .pt-xx1l-47,
  .py-xx1l-47 {
    padding-top: 11.75rem !important;
  }
  .pr-xx1l-47,
  .px-xx1l-47 {
    padding-right: 11.75rem !important;
  }
  .pb-xx1l-47,
  .py-xx1l-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-xx1l-47,
  .px-xx1l-47 {
    padding-left: 11.75rem !important;
  }
  .p-xx1l-46 {
    padding: 11.5rem !important;
  }
  .pt-xx1l-46,
  .py-xx1l-46 {
    padding-top: 11.5rem !important;
  }
  .pr-xx1l-46,
  .px-xx1l-46 {
    padding-right: 11.5rem !important;
  }
  .pb-xx1l-46,
  .py-xx1l-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xx1l-46,
  .px-xx1l-46 {
    padding-left: 11.5rem !important;
  }
  .p-xx1l-45 {
    padding: 11.25rem !important;
  }
  .pt-xx1l-45,
  .py-xx1l-45 {
    padding-top: 11.25rem !important;
  }
  .pr-xx1l-45,
  .px-xx1l-45 {
    padding-right: 11.25rem !important;
  }
  .pb-xx1l-45,
  .py-xx1l-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xx1l-45,
  .px-xx1l-45 {
    padding-left: 11.25rem !important;
  }
  .p-xx1l-44 {
    padding: 11rem !important;
  }
  .pt-xx1l-44,
  .py-xx1l-44 {
    padding-top: 11rem !important;
  }
  .pr-xx1l-44,
  .px-xx1l-44 {
    padding-right: 11rem !important;
  }
  .pb-xx1l-44,
  .py-xx1l-44 {
    padding-bottom: 11rem !important;
  }
  .pl-xx1l-44,
  .px-xx1l-44 {
    padding-left: 11rem !important;
  }
  .p-xx1l-43 {
    padding: 10.75rem !important;
  }
  .pt-xx1l-43,
  .py-xx1l-43 {
    padding-top: 10.75rem !important;
  }
  .pr-xx1l-43,
  .px-xx1l-43 {
    padding-right: 10.75rem !important;
  }
  .pb-xx1l-43,
  .py-xx1l-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xx1l-43,
  .px-xx1l-43 {
    padding-left: 10.75rem !important;
  }
  .p-xx1l-42 {
    padding: 10.5rem !important;
  }
  .pt-xx1l-42,
  .py-xx1l-42 {
    padding-top: 10.5rem !important;
  }
  .pr-xx1l-42,
  .px-xx1l-42 {
    padding-right: 10.5rem !important;
  }
  .pb-xx1l-42,
  .py-xx1l-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xx1l-42,
  .px-xx1l-42 {
    padding-left: 10.5rem !important;
  }
  .p-xx1l-41 {
    padding: 10.25rem !important;
  }
  .pt-xx1l-41,
  .py-xx1l-41 {
    padding-top: 10.25rem !important;
  }
  .pr-xx1l-41,
  .px-xx1l-41 {
    padding-right: 10.25rem !important;
  }
  .pb-xx1l-41,
  .py-xx1l-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xx1l-41,
  .px-xx1l-41 {
    padding-left: 10.25rem !important;
  }
  .p-xx1l-40 {
    padding: 10rem !important;
  }
  .pt-xx1l-40,
  .py-xx1l-40 {
    padding-top: 10rem !important;
  }
  .pr-xx1l-40,
  .px-xx1l-40 {
    padding-right: 10rem !important;
  }
  .pb-xx1l-40,
  .py-xx1l-40 {
    padding-bottom: 10rem !important;
  }
  .pl-xx1l-40,
  .px-xx1l-40 {
    padding-left: 10rem !important;
  }
  .p-xx1l-39 {
    padding: 9.75rem !important;
  }
  .pt-xx1l-39,
  .py-xx1l-39 {
    padding-top: 9.75rem !important;
  }
  .pr-xx1l-39,
  .px-xx1l-39 {
    padding-right: 9.75rem !important;
  }
  .pb-xx1l-39,
  .py-xx1l-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xx1l-39,
  .px-xx1l-39 {
    padding-left: 9.75rem !important;
  }
  .p-xx1l-38 {
    padding: 9.5rem !important;
  }
  .pt-xx1l-38,
  .py-xx1l-38 {
    padding-top: 9.5rem !important;
  }
  .pr-xx1l-38,
  .px-xx1l-38 {
    padding-right: 9.5rem !important;
  }
  .pb-xx1l-38,
  .py-xx1l-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xx1l-38,
  .px-xx1l-38 {
    padding-left: 9.5rem !important;
  }
  .p-xx1l-37 {
    padding: 9.25rem !important;
  }
  .pt-xx1l-37,
  .py-xx1l-37 {
    padding-top: 9.25rem !important;
  }
  .pr-xx1l-37,
  .px-xx1l-37 {
    padding-right: 9.25rem !important;
  }
  .pb-xx1l-37,
  .py-xx1l-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xx1l-37,
  .px-xx1l-37 {
    padding-left: 9.25rem !important;
  }
  .p-xx1l-36 {
    padding: 9rem !important;
  }
  .pt-xx1l-36,
  .py-xx1l-36 {
    padding-top: 9rem !important;
  }
  .pr-xx1l-36,
  .px-xx1l-36 {
    padding-right: 9rem !important;
  }
  .pb-xx1l-36,
  .py-xx1l-36 {
    padding-bottom: 9rem !important;
  }
  .pl-xx1l-36,
  .px-xx1l-36 {
    padding-left: 9rem !important;
  }
  .p-xx1l-35 {
    padding: 8.75rem !important;
  }
  .pt-xx1l-35,
  .py-xx1l-35 {
    padding-top: 8.75rem !important;
  }
  .pr-xx1l-35,
  .px-xx1l-35 {
    padding-right: 8.75rem !important;
  }
  .pb-xx1l-35,
  .py-xx1l-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xx1l-35,
  .px-xx1l-35 {
    padding-left: 8.75rem !important;
  }
  .p-xx1l-34 {
    padding: 8.5rem !important;
  }
  .pt-xx1l-34,
  .py-xx1l-34 {
    padding-top: 8.5rem !important;
  }
  .pr-xx1l-34,
  .px-xx1l-34 {
    padding-right: 8.5rem !important;
  }
  .pb-xx1l-34,
  .py-xx1l-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xx1l-34,
  .px-xx1l-34 {
    padding-left: 8.5rem !important;
  }
  .p-xx1l-33 {
    padding: 8.25rem !important;
  }
  .pt-xx1l-33,
  .py-xx1l-33 {
    padding-top: 8.25rem !important;
  }
  .pr-xx1l-33,
  .px-xx1l-33 {
    padding-right: 8.25rem !important;
  }
  .pb-xx1l-33,
  .py-xx1l-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xx1l-33,
  .px-xx1l-33 {
    padding-left: 8.25rem !important;
  }
  .p-xx1l-32 {
    padding: 8rem !important;
  }
  .pt-xx1l-32,
  .py-xx1l-32 {
    padding-top: 8rem !important;
  }
  .pr-xx1l-32,
  .px-xx1l-32 {
    padding-right: 8rem !important;
  }
  .pb-xx1l-32,
  .py-xx1l-32 {
    padding-bottom: 8rem !important;
  }
  .pl-xx1l-32,
  .px-xx1l-32 {
    padding-left: 8rem !important;
  }
  .p-xx1l-31 {
    padding: 7.75rem !important;
  }
  .pt-xx1l-31,
  .py-xx1l-31 {
    padding-top: 7.75rem !important;
  }
  .pr-xx1l-31,
  .px-xx1l-31 {
    padding-right: 7.75rem !important;
  }
  .pb-xx1l-31,
  .py-xx1l-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xx1l-31,
  .px-xx1l-31 {
    padding-left: 7.75rem !important;
  }
  .p-xx1l-30 {
    padding: 7.5rem !important;
  }
  .pt-xx1l-30,
  .py-xx1l-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xx1l-30,
  .px-xx1l-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xx1l-30,
  .py-xx1l-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xx1l-30,
  .px-xx1l-30 {
    padding-left: 7.5rem !important;
  }
  .p-xx1l-29 {
    padding: 7.25rem !important;
  }
  .pt-xx1l-29,
  .py-xx1l-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xx1l-29,
  .px-xx1l-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xx1l-29,
  .py-xx1l-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xx1l-29,
  .px-xx1l-29 {
    padding-left: 7.25rem !important;
  }
  .p-xx1l-28 {
    padding: 7rem !important;
  }
  .pt-xx1l-28,
  .py-xx1l-28 {
    padding-top: 7rem !important;
  }
  .pr-xx1l-28,
  .px-xx1l-28 {
    padding-right: 7rem !important;
  }
  .pb-xx1l-28,
  .py-xx1l-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xx1l-28,
  .px-xx1l-28 {
    padding-left: 7rem !important;
  }
  .p-xx1l-27 {
    padding: 6.75rem !important;
  }
  .pt-xx1l-27,
  .py-xx1l-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xx1l-27,
  .px-xx1l-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xx1l-27,
  .py-xx1l-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xx1l-27,
  .px-xx1l-27 {
    padding-left: 6.75rem !important;
  }
  .p-xx1l-26 {
    padding: 6.5rem !important;
  }
  .pt-xx1l-26,
  .py-xx1l-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xx1l-26,
  .px-xx1l-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xx1l-26,
  .py-xx1l-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xx1l-26,
  .px-xx1l-26 {
    padding-left: 6.5rem !important;
  }
  .p-xx1l-25 {
    padding: 6.25rem !important;
  }
  .pt-xx1l-25,
  .py-xx1l-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xx1l-25,
  .px-xx1l-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xx1l-25,
  .py-xx1l-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xx1l-25,
  .px-xx1l-25 {
    padding-left: 6.25rem !important;
  }
  .p-xx1l-24 {
    padding: 6rem !important;
  }
  .pt-xx1l-24,
  .py-xx1l-24 {
    padding-top: 6rem !important;
  }
  .pr-xx1l-24,
  .px-xx1l-24 {
    padding-right: 6rem !important;
  }
  .pb-xx1l-24,
  .py-xx1l-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xx1l-24,
  .px-xx1l-24 {
    padding-left: 6rem !important;
  }
  .p-xx1l-23 {
    padding: 5.75rem !important;
  }
  .pt-xx1l-23,
  .py-xx1l-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xx1l-23,
  .px-xx1l-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xx1l-23,
  .py-xx1l-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xx1l-23,
  .px-xx1l-23 {
    padding-left: 5.75rem !important;
  }
  .p-xx1l-22 {
    padding: 5.5rem !important;
  }
  .pt-xx1l-22,
  .py-xx1l-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xx1l-22,
  .px-xx1l-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xx1l-22,
  .py-xx1l-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xx1l-22,
  .px-xx1l-22 {
    padding-left: 5.5rem !important;
  }
  .p-xx1l-21 {
    padding: 5.25rem !important;
  }
  .pt-xx1l-21,
  .py-xx1l-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xx1l-21,
  .px-xx1l-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xx1l-21,
  .py-xx1l-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xx1l-21,
  .px-xx1l-21 {
    padding-left: 5.25rem !important;
  }
  .p-xx1l-20 {
    padding: 5rem !important;
  }
  .pt-xx1l-20,
  .py-xx1l-20 {
    padding-top: 5rem !important;
  }
  .pr-xx1l-20,
  .px-xx1l-20 {
    padding-right: 5rem !important;
  }
  .pb-xx1l-20,
  .py-xx1l-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xx1l-20,
  .px-xx1l-20 {
    padding-left: 5rem !important;
  }
  .p-xx1l-19 {
    padding: 4.75rem !important;
  }
  .pt-xx1l-19,
  .py-xx1l-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xx1l-19,
  .px-xx1l-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xx1l-19,
  .py-xx1l-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xx1l-19,
  .px-xx1l-19 {
    padding-left: 4.75rem !important;
  }
  .p-xx1l-18 {
    padding: 4.5rem !important;
  }
  .pt-xx1l-18,
  .py-xx1l-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xx1l-18,
  .px-xx1l-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xx1l-18,
  .py-xx1l-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xx1l-18,
  .px-xx1l-18 {
    padding-left: 4.5rem !important;
  }
  .p-xx1l-17 {
    padding: 4.25rem !important;
  }
  .pt-xx1l-17,
  .py-xx1l-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xx1l-17,
  .px-xx1l-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xx1l-17,
  .py-xx1l-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xx1l-17,
  .px-xx1l-17 {
    padding-left: 4.25rem !important;
  }
  .p-xx1l-16 {
    padding: 4rem !important;
  }
  .pt-xx1l-16,
  .py-xx1l-16 {
    padding-top: 4rem !important;
  }
  .pr-xx1l-16,
  .px-xx1l-16 {
    padding-right: 4rem !important;
  }
  .pb-xx1l-16,
  .py-xx1l-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xx1l-16,
  .px-xx1l-16 {
    padding-left: 4rem !important;
  }
  .p-xx1l-15 {
    padding: 3.75rem !important;
  }
  .pt-xx1l-15,
  .py-xx1l-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xx1l-15,
  .px-xx1l-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xx1l-15,
  .py-xx1l-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xx1l-15,
  .px-xx1l-15 {
    padding-left: 3.75rem !important;
  }
  .p-xx1l-14 {
    padding: 3.5rem !important;
  }
  .pt-xx1l-14,
  .py-xx1l-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xx1l-14,
  .px-xx1l-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xx1l-14,
  .py-xx1l-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xx1l-14,
  .px-xx1l-14 {
    padding-left: 3.5rem !important;
  }
  .p-xx1l-13 {
    padding: 3.25rem !important;
  }
  .pt-xx1l-13,
  .py-xx1l-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xx1l-13,
  .px-xx1l-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xx1l-13,
  .py-xx1l-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xx1l-13,
  .px-xx1l-13 {
    padding-left: 3.25rem !important;
  }
  .p-xx1l-12 {
    padding: 3rem !important;
  }
  .pt-xx1l-12,
  .py-xx1l-12 {
    padding-top: 3rem !important;
  }
  .pr-xx1l-12,
  .px-xx1l-12 {
    padding-right: 3rem !important;
  }
  .pb-xx1l-12,
  .py-xx1l-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xx1l-12,
  .px-xx1l-12 {
    padding-left: 3rem !important;
  }
  .p-xx1l-11 {
    padding: 2.75rem !important;
  }
  .pt-xx1l-11,
  .py-xx1l-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xx1l-11,
  .px-xx1l-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xx1l-11,
  .py-xx1l-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xx1l-11,
  .px-xx1l-11 {
    padding-left: 2.75rem !important;
  }
  .p-xx1l-10 {
    padding: 2.5rem !important;
  }
  .pt-xx1l-10,
  .py-xx1l-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xx1l-10,
  .px-xx1l-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xx1l-10,
  .py-xx1l-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xx1l-10,
  .px-xx1l-10 {
    padding-left: 2.5rem !important;
  }
  .p-xx1l-9 {
    padding: 2.25rem !important;
  }
  .pt-xx1l-9,
  .py-xx1l-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xx1l-9,
  .px-xx1l-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xx1l-9,
  .py-xx1l-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xx1l-9,
  .px-xx1l-9 {
    padding-left: 2.25rem !important;
  }
  .p-xx1l-8 {
    padding: 2rem !important;
  }
  .pt-xx1l-8,
  .py-xx1l-8 {
    padding-top: 2rem !important;
  }
  .pr-xx1l-8,
  .px-xx1l-8 {
    padding-right: 2rem !important;
  }
  .pb-xx1l-8,
  .py-xx1l-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xx1l-8,
  .px-xx1l-8 {
    padding-left: 2rem !important;
  }
  .p-xx1l-7 {
    padding: 1.75rem !important;
  }
  .pt-xx1l-7,
  .py-xx1l-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xx1l-7,
  .px-xx1l-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xx1l-7,
  .py-xx1l-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xx1l-7,
  .px-xx1l-7 {
    padding-left: 1.75rem !important;
  }
  .p-xx1l-6 {
    padding: 1.5rem !important;
  }
  .pt-xx1l-6,
  .py-xx1l-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xx1l-6,
  .px-xx1l-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xx1l-6,
  .py-xx1l-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xx1l-6,
  .px-xx1l-6 {
    padding-left: 1.5rem !important;
  }
  .p-xx1l-5 {
    padding: 1.25rem !important;
  }
  .pt-xx1l-5,
  .py-xx1l-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xx1l-5,
  .px-xx1l-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xx1l-5,
  .py-xx1l-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xx1l-5,
  .px-xx1l-5 {
    padding-left: 1.25rem !important;
  }
  .p-xx1l-4 {
    padding: 1rem !important;
  }
  .pt-xx1l-4,
  .py-xx1l-4 {
    padding-top: 1rem !important;
  }
  .pr-xx1l-4,
  .px-xx1l-4 {
    padding-right: 1rem !important;
  }
  .pb-xx1l-4,
  .py-xx1l-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xx1l-4,
  .px-xx1l-4 {
    padding-left: 1rem !important;
  }
  .p-xx1l-3 {
    padding: 0.75rem !important;
  }
  .pt-xx1l-3,
  .py-xx1l-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xx1l-3,
  .px-xx1l-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xx1l-3,
  .py-xx1l-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xx1l-3,
  .px-xx1l-3 {
    padding-left: 0.75rem !important;
  }
  .p-xx1l-2 {
    padding: 0.5rem !important;
  }
  .pt-xx1l-2,
  .py-xx1l-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xx1l-2,
  .px-xx1l-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xx1l-2,
  .py-xx1l-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xx1l-2,
  .px-xx1l-2 {
    padding-left: 0.5rem !important;
  }
  .p-xx1l-1 {
    padding: 0.25rem !important;
  }
  .pt-xx1l-1,
  .py-xx1l-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xx1l-1,
  .px-xx1l-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xx1l-1,
  .py-xx1l-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xx1l-1,
  .px-xx1l-1 {
    padding-left: 0.25rem !important;
  }
  .p-xx1l-0 {
    padding: 0rem !important;
  }
  .pt-xx1l-0,
  .py-xx1l-0 {
    padding-top: 0rem !important;
  }
  .pr-xx1l-0,
  .px-xx1l-0 {
    padding-right: 0rem !important;
  }
  .pb-xx1l-0,
  .py-xx1l-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xx1l-0,
  .px-xx1l-0 {
    padding-left: 0rem !important;
  }
  .m-xx1l-n60 {
    margin: -15rem !important;
  }
  .mt-xx1l-n60,
  .my-xx1l-n60 {
    margin-top: -15rem !important;
  }
  .mr-xx1l-n60,
  .mx-xx1l-n60 {
    margin-right: -15rem !important;
  }
  .mb-xx1l-n60,
  .my-xx1l-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-xx1l-n60,
  .mx-xx1l-n60 {
    margin-left: -15rem !important;
  }
  .m-xx1l-n59 {
    margin: -14.75rem !important;
  }
  .mt-xx1l-n59,
  .my-xx1l-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-xx1l-n59,
  .mx-xx1l-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-xx1l-n59,
  .my-xx1l-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-xx1l-n59,
  .mx-xx1l-n59 {
    margin-left: -14.75rem !important;
  }
  .m-xx1l-n58 {
    margin: -14.5rem !important;
  }
  .mt-xx1l-n58,
  .my-xx1l-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-xx1l-n58,
  .mx-xx1l-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-xx1l-n58,
  .my-xx1l-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xx1l-n58,
  .mx-xx1l-n58 {
    margin-left: -14.5rem !important;
  }
  .m-xx1l-n57 {
    margin: -14.25rem !important;
  }
  .mt-xx1l-n57,
  .my-xx1l-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-xx1l-n57,
  .mx-xx1l-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-xx1l-n57,
  .my-xx1l-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-xx1l-n57,
  .mx-xx1l-n57 {
    margin-left: -14.25rem !important;
  }
  .m-xx1l-n56 {
    margin: -14rem !important;
  }
  .mt-xx1l-n56,
  .my-xx1l-n56 {
    margin-top: -14rem !important;
  }
  .mr-xx1l-n56,
  .mx-xx1l-n56 {
    margin-right: -14rem !important;
  }
  .mb-xx1l-n56,
  .my-xx1l-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-xx1l-n56,
  .mx-xx1l-n56 {
    margin-left: -14rem !important;
  }
  .m-xx1l-n55 {
    margin: -13.75rem !important;
  }
  .mt-xx1l-n55,
  .my-xx1l-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-xx1l-n55,
  .mx-xx1l-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-xx1l-n55,
  .my-xx1l-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-xx1l-n55,
  .mx-xx1l-n55 {
    margin-left: -13.75rem !important;
  }
  .m-xx1l-n54 {
    margin: -13.5rem !important;
  }
  .mt-xx1l-n54,
  .my-xx1l-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-xx1l-n54,
  .mx-xx1l-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-xx1l-n54,
  .my-xx1l-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xx1l-n54,
  .mx-xx1l-n54 {
    margin-left: -13.5rem !important;
  }
  .m-xx1l-n53 {
    margin: -13.25rem !important;
  }
  .mt-xx1l-n53,
  .my-xx1l-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-xx1l-n53,
  .mx-xx1l-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-xx1l-n53,
  .my-xx1l-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-xx1l-n53,
  .mx-xx1l-n53 {
    margin-left: -13.25rem !important;
  }
  .m-xx1l-n52 {
    margin: -13rem !important;
  }
  .mt-xx1l-n52,
  .my-xx1l-n52 {
    margin-top: -13rem !important;
  }
  .mr-xx1l-n52,
  .mx-xx1l-n52 {
    margin-right: -13rem !important;
  }
  .mb-xx1l-n52,
  .my-xx1l-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-xx1l-n52,
  .mx-xx1l-n52 {
    margin-left: -13rem !important;
  }
  .m-xx1l-n51 {
    margin: -12.75rem !important;
  }
  .mt-xx1l-n51,
  .my-xx1l-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-xx1l-n51,
  .mx-xx1l-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-xx1l-n51,
  .my-xx1l-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-xx1l-n51,
  .mx-xx1l-n51 {
    margin-left: -12.75rem !important;
  }
  .m-xx1l-n50 {
    margin: -12.5rem !important;
  }
  .mt-xx1l-n50,
  .my-xx1l-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-xx1l-n50,
  .mx-xx1l-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-xx1l-n50,
  .my-xx1l-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xx1l-n50,
  .mx-xx1l-n50 {
    margin-left: -12.5rem !important;
  }
  .m-xx1l-n49 {
    margin: -12.25rem !important;
  }
  .mt-xx1l-n49,
  .my-xx1l-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-xx1l-n49,
  .mx-xx1l-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-xx1l-n49,
  .my-xx1l-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-xx1l-n49,
  .mx-xx1l-n49 {
    margin-left: -12.25rem !important;
  }
  .m-xx1l-n48 {
    margin: -12rem !important;
  }
  .mt-xx1l-n48,
  .my-xx1l-n48 {
    margin-top: -12rem !important;
  }
  .mr-xx1l-n48,
  .mx-xx1l-n48 {
    margin-right: -12rem !important;
  }
  .mb-xx1l-n48,
  .my-xx1l-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-xx1l-n48,
  .mx-xx1l-n48 {
    margin-left: -12rem !important;
  }
  .m-xx1l-n47 {
    margin: -11.75rem !important;
  }
  .mt-xx1l-n47,
  .my-xx1l-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-xx1l-n47,
  .mx-xx1l-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-xx1l-n47,
  .my-xx1l-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-xx1l-n47,
  .mx-xx1l-n47 {
    margin-left: -11.75rem !important;
  }
  .m-xx1l-n46 {
    margin: -11.5rem !important;
  }
  .mt-xx1l-n46,
  .my-xx1l-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-xx1l-n46,
  .mx-xx1l-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-xx1l-n46,
  .my-xx1l-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xx1l-n46,
  .mx-xx1l-n46 {
    margin-left: -11.5rem !important;
  }
  .m-xx1l-n45 {
    margin: -11.25rem !important;
  }
  .mt-xx1l-n45,
  .my-xx1l-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-xx1l-n45,
  .mx-xx1l-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-xx1l-n45,
  .my-xx1l-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xx1l-n45,
  .mx-xx1l-n45 {
    margin-left: -11.25rem !important;
  }
  .m-xx1l-n44 {
    margin: -11rem !important;
  }
  .mt-xx1l-n44,
  .my-xx1l-n44 {
    margin-top: -11rem !important;
  }
  .mr-xx1l-n44,
  .mx-xx1l-n44 {
    margin-right: -11rem !important;
  }
  .mb-xx1l-n44,
  .my-xx1l-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-xx1l-n44,
  .mx-xx1l-n44 {
    margin-left: -11rem !important;
  }
  .m-xx1l-n43 {
    margin: -10.75rem !important;
  }
  .mt-xx1l-n43,
  .my-xx1l-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-xx1l-n43,
  .mx-xx1l-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-xx1l-n43,
  .my-xx1l-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xx1l-n43,
  .mx-xx1l-n43 {
    margin-left: -10.75rem !important;
  }
  .m-xx1l-n42 {
    margin: -10.5rem !important;
  }
  .mt-xx1l-n42,
  .my-xx1l-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-xx1l-n42,
  .mx-xx1l-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-xx1l-n42,
  .my-xx1l-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xx1l-n42,
  .mx-xx1l-n42 {
    margin-left: -10.5rem !important;
  }
  .m-xx1l-n41 {
    margin: -10.25rem !important;
  }
  .mt-xx1l-n41,
  .my-xx1l-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-xx1l-n41,
  .mx-xx1l-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-xx1l-n41,
  .my-xx1l-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xx1l-n41,
  .mx-xx1l-n41 {
    margin-left: -10.25rem !important;
  }
  .m-xx1l-n40 {
    margin: -10rem !important;
  }
  .mt-xx1l-n40,
  .my-xx1l-n40 {
    margin-top: -10rem !important;
  }
  .mr-xx1l-n40,
  .mx-xx1l-n40 {
    margin-right: -10rem !important;
  }
  .mb-xx1l-n40,
  .my-xx1l-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-xx1l-n40,
  .mx-xx1l-n40 {
    margin-left: -10rem !important;
  }
  .m-xx1l-n39 {
    margin: -9.75rem !important;
  }
  .mt-xx1l-n39,
  .my-xx1l-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-xx1l-n39,
  .mx-xx1l-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-xx1l-n39,
  .my-xx1l-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xx1l-n39,
  .mx-xx1l-n39 {
    margin-left: -9.75rem !important;
  }
  .m-xx1l-n38 {
    margin: -9.5rem !important;
  }
  .mt-xx1l-n38,
  .my-xx1l-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-xx1l-n38,
  .mx-xx1l-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-xx1l-n38,
  .my-xx1l-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xx1l-n38,
  .mx-xx1l-n38 {
    margin-left: -9.5rem !important;
  }
  .m-xx1l-n37 {
    margin: -9.25rem !important;
  }
  .mt-xx1l-n37,
  .my-xx1l-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-xx1l-n37,
  .mx-xx1l-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-xx1l-n37,
  .my-xx1l-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xx1l-n37,
  .mx-xx1l-n37 {
    margin-left: -9.25rem !important;
  }
  .m-xx1l-n36 {
    margin: -9rem !important;
  }
  .mt-xx1l-n36,
  .my-xx1l-n36 {
    margin-top: -9rem !important;
  }
  .mr-xx1l-n36,
  .mx-xx1l-n36 {
    margin-right: -9rem !important;
  }
  .mb-xx1l-n36,
  .my-xx1l-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-xx1l-n36,
  .mx-xx1l-n36 {
    margin-left: -9rem !important;
  }
  .m-xx1l-n35 {
    margin: -8.75rem !important;
  }
  .mt-xx1l-n35,
  .my-xx1l-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-xx1l-n35,
  .mx-xx1l-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-xx1l-n35,
  .my-xx1l-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xx1l-n35,
  .mx-xx1l-n35 {
    margin-left: -8.75rem !important;
  }
  .m-xx1l-n34 {
    margin: -8.5rem !important;
  }
  .mt-xx1l-n34,
  .my-xx1l-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-xx1l-n34,
  .mx-xx1l-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-xx1l-n34,
  .my-xx1l-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xx1l-n34,
  .mx-xx1l-n34 {
    margin-left: -8.5rem !important;
  }
  .m-xx1l-n33 {
    margin: -8.25rem !important;
  }
  .mt-xx1l-n33,
  .my-xx1l-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-xx1l-n33,
  .mx-xx1l-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-xx1l-n33,
  .my-xx1l-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xx1l-n33,
  .mx-xx1l-n33 {
    margin-left: -8.25rem !important;
  }
  .m-xx1l-n32 {
    margin: -8rem !important;
  }
  .mt-xx1l-n32,
  .my-xx1l-n32 {
    margin-top: -8rem !important;
  }
  .mr-xx1l-n32,
  .mx-xx1l-n32 {
    margin-right: -8rem !important;
  }
  .mb-xx1l-n32,
  .my-xx1l-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-xx1l-n32,
  .mx-xx1l-n32 {
    margin-left: -8rem !important;
  }
  .m-xx1l-n31 {
    margin: -7.75rem !important;
  }
  .mt-xx1l-n31,
  .my-xx1l-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-xx1l-n31,
  .mx-xx1l-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-xx1l-n31,
  .my-xx1l-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xx1l-n31,
  .mx-xx1l-n31 {
    margin-left: -7.75rem !important;
  }
  .m-xx1l-n30 {
    margin: -7.5rem !important;
  }
  .mt-xx1l-n30,
  .my-xx1l-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xx1l-n30,
  .mx-xx1l-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xx1l-n30,
  .my-xx1l-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xx1l-n30,
  .mx-xx1l-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xx1l-n29 {
    margin: -7.25rem !important;
  }
  .mt-xx1l-n29,
  .my-xx1l-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xx1l-n29,
  .mx-xx1l-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xx1l-n29,
  .my-xx1l-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xx1l-n29,
  .mx-xx1l-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xx1l-n28 {
    margin: -7rem !important;
  }
  .mt-xx1l-n28,
  .my-xx1l-n28 {
    margin-top: -7rem !important;
  }
  .mr-xx1l-n28,
  .mx-xx1l-n28 {
    margin-right: -7rem !important;
  }
  .mb-xx1l-n28,
  .my-xx1l-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xx1l-n28,
  .mx-xx1l-n28 {
    margin-left: -7rem !important;
  }
  .m-xx1l-n27 {
    margin: -6.75rem !important;
  }
  .mt-xx1l-n27,
  .my-xx1l-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xx1l-n27,
  .mx-xx1l-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xx1l-n27,
  .my-xx1l-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xx1l-n27,
  .mx-xx1l-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xx1l-n26 {
    margin: -6.5rem !important;
  }
  .mt-xx1l-n26,
  .my-xx1l-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xx1l-n26,
  .mx-xx1l-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xx1l-n26,
  .my-xx1l-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xx1l-n26,
  .mx-xx1l-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xx1l-n25 {
    margin: -6.25rem !important;
  }
  .mt-xx1l-n25,
  .my-xx1l-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xx1l-n25,
  .mx-xx1l-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xx1l-n25,
  .my-xx1l-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xx1l-n25,
  .mx-xx1l-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xx1l-n24 {
    margin: -6rem !important;
  }
  .mt-xx1l-n24,
  .my-xx1l-n24 {
    margin-top: -6rem !important;
  }
  .mr-xx1l-n24,
  .mx-xx1l-n24 {
    margin-right: -6rem !important;
  }
  .mb-xx1l-n24,
  .my-xx1l-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xx1l-n24,
  .mx-xx1l-n24 {
    margin-left: -6rem !important;
  }
  .m-xx1l-n23 {
    margin: -5.75rem !important;
  }
  .mt-xx1l-n23,
  .my-xx1l-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xx1l-n23,
  .mx-xx1l-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xx1l-n23,
  .my-xx1l-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xx1l-n23,
  .mx-xx1l-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xx1l-n22 {
    margin: -5.5rem !important;
  }
  .mt-xx1l-n22,
  .my-xx1l-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xx1l-n22,
  .mx-xx1l-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xx1l-n22,
  .my-xx1l-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xx1l-n22,
  .mx-xx1l-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xx1l-n21 {
    margin: -5.25rem !important;
  }
  .mt-xx1l-n21,
  .my-xx1l-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xx1l-n21,
  .mx-xx1l-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xx1l-n21,
  .my-xx1l-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xx1l-n21,
  .mx-xx1l-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xx1l-n20 {
    margin: -5rem !important;
  }
  .mt-xx1l-n20,
  .my-xx1l-n20 {
    margin-top: -5rem !important;
  }
  .mr-xx1l-n20,
  .mx-xx1l-n20 {
    margin-right: -5rem !important;
  }
  .mb-xx1l-n20,
  .my-xx1l-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xx1l-n20,
  .mx-xx1l-n20 {
    margin-left: -5rem !important;
  }
  .m-xx1l-n19 {
    margin: -4.75rem !important;
  }
  .mt-xx1l-n19,
  .my-xx1l-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xx1l-n19,
  .mx-xx1l-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xx1l-n19,
  .my-xx1l-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xx1l-n19,
  .mx-xx1l-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xx1l-n18 {
    margin: -4.5rem !important;
  }
  .mt-xx1l-n18,
  .my-xx1l-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xx1l-n18,
  .mx-xx1l-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xx1l-n18,
  .my-xx1l-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xx1l-n18,
  .mx-xx1l-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xx1l-n17 {
    margin: -4.25rem !important;
  }
  .mt-xx1l-n17,
  .my-xx1l-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xx1l-n17,
  .mx-xx1l-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xx1l-n17,
  .my-xx1l-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xx1l-n17,
  .mx-xx1l-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xx1l-n16 {
    margin: -4rem !important;
  }
  .mt-xx1l-n16,
  .my-xx1l-n16 {
    margin-top: -4rem !important;
  }
  .mr-xx1l-n16,
  .mx-xx1l-n16 {
    margin-right: -4rem !important;
  }
  .mb-xx1l-n16,
  .my-xx1l-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xx1l-n16,
  .mx-xx1l-n16 {
    margin-left: -4rem !important;
  }
  .m-xx1l-n15 {
    margin: -3.75rem !important;
  }
  .mt-xx1l-n15,
  .my-xx1l-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xx1l-n15,
  .mx-xx1l-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xx1l-n15,
  .my-xx1l-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xx1l-n15,
  .mx-xx1l-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xx1l-n14 {
    margin: -3.5rem !important;
  }
  .mt-xx1l-n14,
  .my-xx1l-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xx1l-n14,
  .mx-xx1l-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xx1l-n14,
  .my-xx1l-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xx1l-n14,
  .mx-xx1l-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xx1l-n13 {
    margin: -3.25rem !important;
  }
  .mt-xx1l-n13,
  .my-xx1l-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xx1l-n13,
  .mx-xx1l-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xx1l-n13,
  .my-xx1l-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xx1l-n13,
  .mx-xx1l-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xx1l-n12 {
    margin: -3rem !important;
  }
  .mt-xx1l-n12,
  .my-xx1l-n12 {
    margin-top: -3rem !important;
  }
  .mr-xx1l-n12,
  .mx-xx1l-n12 {
    margin-right: -3rem !important;
  }
  .mb-xx1l-n12,
  .my-xx1l-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xx1l-n12,
  .mx-xx1l-n12 {
    margin-left: -3rem !important;
  }
  .m-xx1l-n11 {
    margin: -2.75rem !important;
  }
  .mt-xx1l-n11,
  .my-xx1l-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xx1l-n11,
  .mx-xx1l-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xx1l-n11,
  .my-xx1l-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xx1l-n11,
  .mx-xx1l-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xx1l-n10 {
    margin: -2.5rem !important;
  }
  .mt-xx1l-n10,
  .my-xx1l-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xx1l-n10,
  .mx-xx1l-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xx1l-n10,
  .my-xx1l-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xx1l-n10,
  .mx-xx1l-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xx1l-n9 {
    margin: -2.25rem !important;
  }
  .mt-xx1l-n9,
  .my-xx1l-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xx1l-n9,
  .mx-xx1l-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xx1l-n9,
  .my-xx1l-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xx1l-n9,
  .mx-xx1l-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xx1l-n8 {
    margin: -2rem !important;
  }
  .mt-xx1l-n8,
  .my-xx1l-n8 {
    margin-top: -2rem !important;
  }
  .mr-xx1l-n8,
  .mx-xx1l-n8 {
    margin-right: -2rem !important;
  }
  .mb-xx1l-n8,
  .my-xx1l-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xx1l-n8,
  .mx-xx1l-n8 {
    margin-left: -2rem !important;
  }
  .m-xx1l-n7 {
    margin: -1.75rem !important;
  }
  .mt-xx1l-n7,
  .my-xx1l-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xx1l-n7,
  .mx-xx1l-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xx1l-n7,
  .my-xx1l-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xx1l-n7,
  .mx-xx1l-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xx1l-n6 {
    margin: -1.5rem !important;
  }
  .mt-xx1l-n6,
  .my-xx1l-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xx1l-n6,
  .mx-xx1l-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xx1l-n6,
  .my-xx1l-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xx1l-n6,
  .mx-xx1l-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xx1l-n5 {
    margin: -1.25rem !important;
  }
  .mt-xx1l-n5,
  .my-xx1l-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xx1l-n5,
  .mx-xx1l-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xx1l-n5,
  .my-xx1l-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xx1l-n5,
  .mx-xx1l-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xx1l-n4 {
    margin: -1rem !important;
  }
  .mt-xx1l-n4,
  .my-xx1l-n4 {
    margin-top: -1rem !important;
  }
  .mr-xx1l-n4,
  .mx-xx1l-n4 {
    margin-right: -1rem !important;
  }
  .mb-xx1l-n4,
  .my-xx1l-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xx1l-n4,
  .mx-xx1l-n4 {
    margin-left: -1rem !important;
  }
  .m-xx1l-n3 {
    margin: -0.75rem !important;
  }
  .mt-xx1l-n3,
  .my-xx1l-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xx1l-n3,
  .mx-xx1l-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xx1l-n3,
  .my-xx1l-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xx1l-n3,
  .mx-xx1l-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xx1l-n2 {
    margin: -0.5rem !important;
  }
  .mt-xx1l-n2,
  .my-xx1l-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xx1l-n2,
  .mx-xx1l-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xx1l-n2,
  .my-xx1l-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xx1l-n2,
  .mx-xx1l-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xx1l-n1 {
    margin: -0.25rem !important;
  }
  .mt-xx1l-n1,
  .my-xx1l-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xx1l-n1,
  .mx-xx1l-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xx1l-n1,
  .my-xx1l-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xx1l-n1,
  .mx-xx1l-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xx1l-n0 {
    margin: 0rem !important;
  }
  .mt-xx1l-n0,
  .my-xx1l-n0 {
    margin-top: 0rem !important;
  }
  .mr-xx1l-n0,
  .mx-xx1l-n0 {
    margin-right: 0rem !important;
  }
  .mb-xx1l-n0,
  .my-xx1l-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-xx1l-n0,
  .mx-xx1l-n0 {
    margin-left: 0rem !important;
  }
  .m-xx1l-auto {
    margin: auto !important;
  }
  .mt-xx1l-auto,
  .my-xx1l-auto {
    margin-top: auto !important;
  }
  .mr-xx1l-auto,
  .mx-xx1l-auto {
    margin-right: auto !important;
  }
  .mb-xx1l-auto,
  .my-xx1l-auto {
    margin-bottom: auto !important;
  }
  .ml-xx1l-auto,
  .mx-xx1l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 3840.02px) {
  .m-xxx1l-60 {
    margin: 15rem !important;
  }
  .mt-xxx1l-60,
  .my-xxx1l-60 {
    margin-top: 15rem !important;
  }
  .mr-xxx1l-60,
  .mx-xxx1l-60 {
    margin-right: 15rem !important;
  }
  .mb-xxx1l-60,
  .my-xxx1l-60 {
    margin-bottom: 15rem !important;
  }
  .ml-xxx1l-60,
  .mx-xxx1l-60 {
    margin-left: 15rem !important;
  }
  .m-xxx1l-59 {
    margin: 14.75rem !important;
  }
  .mt-xxx1l-59,
  .my-xxx1l-59 {
    margin-top: 14.75rem !important;
  }
  .mr-xxx1l-59,
  .mx-xxx1l-59 {
    margin-right: 14.75rem !important;
  }
  .mb-xxx1l-59,
  .my-xxx1l-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-xxx1l-59,
  .mx-xxx1l-59 {
    margin-left: 14.75rem !important;
  }
  .m-xxx1l-58 {
    margin: 14.5rem !important;
  }
  .mt-xxx1l-58,
  .my-xxx1l-58 {
    margin-top: 14.5rem !important;
  }
  .mr-xxx1l-58,
  .mx-xxx1l-58 {
    margin-right: 14.5rem !important;
  }
  .mb-xxx1l-58,
  .my-xxx1l-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xxx1l-58,
  .mx-xxx1l-58 {
    margin-left: 14.5rem !important;
  }
  .m-xxx1l-57 {
    margin: 14.25rem !important;
  }
  .mt-xxx1l-57,
  .my-xxx1l-57 {
    margin-top: 14.25rem !important;
  }
  .mr-xxx1l-57,
  .mx-xxx1l-57 {
    margin-right: 14.25rem !important;
  }
  .mb-xxx1l-57,
  .my-xxx1l-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-xxx1l-57,
  .mx-xxx1l-57 {
    margin-left: 14.25rem !important;
  }
  .m-xxx1l-56 {
    margin: 14rem !important;
  }
  .mt-xxx1l-56,
  .my-xxx1l-56 {
    margin-top: 14rem !important;
  }
  .mr-xxx1l-56,
  .mx-xxx1l-56 {
    margin-right: 14rem !important;
  }
  .mb-xxx1l-56,
  .my-xxx1l-56 {
    margin-bottom: 14rem !important;
  }
  .ml-xxx1l-56,
  .mx-xxx1l-56 {
    margin-left: 14rem !important;
  }
  .m-xxx1l-55 {
    margin: 13.75rem !important;
  }
  .mt-xxx1l-55,
  .my-xxx1l-55 {
    margin-top: 13.75rem !important;
  }
  .mr-xxx1l-55,
  .mx-xxx1l-55 {
    margin-right: 13.75rem !important;
  }
  .mb-xxx1l-55,
  .my-xxx1l-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-xxx1l-55,
  .mx-xxx1l-55 {
    margin-left: 13.75rem !important;
  }
  .m-xxx1l-54 {
    margin: 13.5rem !important;
  }
  .mt-xxx1l-54,
  .my-xxx1l-54 {
    margin-top: 13.5rem !important;
  }
  .mr-xxx1l-54,
  .mx-xxx1l-54 {
    margin-right: 13.5rem !important;
  }
  .mb-xxx1l-54,
  .my-xxx1l-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xxx1l-54,
  .mx-xxx1l-54 {
    margin-left: 13.5rem !important;
  }
  .m-xxx1l-53 {
    margin: 13.25rem !important;
  }
  .mt-xxx1l-53,
  .my-xxx1l-53 {
    margin-top: 13.25rem !important;
  }
  .mr-xxx1l-53,
  .mx-xxx1l-53 {
    margin-right: 13.25rem !important;
  }
  .mb-xxx1l-53,
  .my-xxx1l-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-xxx1l-53,
  .mx-xxx1l-53 {
    margin-left: 13.25rem !important;
  }
  .m-xxx1l-52 {
    margin: 13rem !important;
  }
  .mt-xxx1l-52,
  .my-xxx1l-52 {
    margin-top: 13rem !important;
  }
  .mr-xxx1l-52,
  .mx-xxx1l-52 {
    margin-right: 13rem !important;
  }
  .mb-xxx1l-52,
  .my-xxx1l-52 {
    margin-bottom: 13rem !important;
  }
  .ml-xxx1l-52,
  .mx-xxx1l-52 {
    margin-left: 13rem !important;
  }
  .m-xxx1l-51 {
    margin: 12.75rem !important;
  }
  .mt-xxx1l-51,
  .my-xxx1l-51 {
    margin-top: 12.75rem !important;
  }
  .mr-xxx1l-51,
  .mx-xxx1l-51 {
    margin-right: 12.75rem !important;
  }
  .mb-xxx1l-51,
  .my-xxx1l-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-xxx1l-51,
  .mx-xxx1l-51 {
    margin-left: 12.75rem !important;
  }
  .m-xxx1l-50 {
    margin: 12.5rem !important;
  }
  .mt-xxx1l-50,
  .my-xxx1l-50 {
    margin-top: 12.5rem !important;
  }
  .mr-xxx1l-50,
  .mx-xxx1l-50 {
    margin-right: 12.5rem !important;
  }
  .mb-xxx1l-50,
  .my-xxx1l-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xxx1l-50,
  .mx-xxx1l-50 {
    margin-left: 12.5rem !important;
  }
  .m-xxx1l-49 {
    margin: 12.25rem !important;
  }
  .mt-xxx1l-49,
  .my-xxx1l-49 {
    margin-top: 12.25rem !important;
  }
  .mr-xxx1l-49,
  .mx-xxx1l-49 {
    margin-right: 12.25rem !important;
  }
  .mb-xxx1l-49,
  .my-xxx1l-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-xxx1l-49,
  .mx-xxx1l-49 {
    margin-left: 12.25rem !important;
  }
  .m-xxx1l-48 {
    margin: 12rem !important;
  }
  .mt-xxx1l-48,
  .my-xxx1l-48 {
    margin-top: 12rem !important;
  }
  .mr-xxx1l-48,
  .mx-xxx1l-48 {
    margin-right: 12rem !important;
  }
  .mb-xxx1l-48,
  .my-xxx1l-48 {
    margin-bottom: 12rem !important;
  }
  .ml-xxx1l-48,
  .mx-xxx1l-48 {
    margin-left: 12rem !important;
  }
  .m-xxx1l-47 {
    margin: 11.75rem !important;
  }
  .mt-xxx1l-47,
  .my-xxx1l-47 {
    margin-top: 11.75rem !important;
  }
  .mr-xxx1l-47,
  .mx-xxx1l-47 {
    margin-right: 11.75rem !important;
  }
  .mb-xxx1l-47,
  .my-xxx1l-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-xxx1l-47,
  .mx-xxx1l-47 {
    margin-left: 11.75rem !important;
  }
  .m-xxx1l-46 {
    margin: 11.5rem !important;
  }
  .mt-xxx1l-46,
  .my-xxx1l-46 {
    margin-top: 11.5rem !important;
  }
  .mr-xxx1l-46,
  .mx-xxx1l-46 {
    margin-right: 11.5rem !important;
  }
  .mb-xxx1l-46,
  .my-xxx1l-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xxx1l-46,
  .mx-xxx1l-46 {
    margin-left: 11.5rem !important;
  }
  .m-xxx1l-45 {
    margin: 11.25rem !important;
  }
  .mt-xxx1l-45,
  .my-xxx1l-45 {
    margin-top: 11.25rem !important;
  }
  .mr-xxx1l-45,
  .mx-xxx1l-45 {
    margin-right: 11.25rem !important;
  }
  .mb-xxx1l-45,
  .my-xxx1l-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xxx1l-45,
  .mx-xxx1l-45 {
    margin-left: 11.25rem !important;
  }
  .m-xxx1l-44 {
    margin: 11rem !important;
  }
  .mt-xxx1l-44,
  .my-xxx1l-44 {
    margin-top: 11rem !important;
  }
  .mr-xxx1l-44,
  .mx-xxx1l-44 {
    margin-right: 11rem !important;
  }
  .mb-xxx1l-44,
  .my-xxx1l-44 {
    margin-bottom: 11rem !important;
  }
  .ml-xxx1l-44,
  .mx-xxx1l-44 {
    margin-left: 11rem !important;
  }
  .m-xxx1l-43 {
    margin: 10.75rem !important;
  }
  .mt-xxx1l-43,
  .my-xxx1l-43 {
    margin-top: 10.75rem !important;
  }
  .mr-xxx1l-43,
  .mx-xxx1l-43 {
    margin-right: 10.75rem !important;
  }
  .mb-xxx1l-43,
  .my-xxx1l-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-xxx1l-43,
  .mx-xxx1l-43 {
    margin-left: 10.75rem !important;
  }
  .m-xxx1l-42 {
    margin: 10.5rem !important;
  }
  .mt-xxx1l-42,
  .my-xxx1l-42 {
    margin-top: 10.5rem !important;
  }
  .mr-xxx1l-42,
  .mx-xxx1l-42 {
    margin-right: 10.5rem !important;
  }
  .mb-xxx1l-42,
  .my-xxx1l-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xxx1l-42,
  .mx-xxx1l-42 {
    margin-left: 10.5rem !important;
  }
  .m-xxx1l-41 {
    margin: 10.25rem !important;
  }
  .mt-xxx1l-41,
  .my-xxx1l-41 {
    margin-top: 10.25rem !important;
  }
  .mr-xxx1l-41,
  .mx-xxx1l-41 {
    margin-right: 10.25rem !important;
  }
  .mb-xxx1l-41,
  .my-xxx1l-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-xxx1l-41,
  .mx-xxx1l-41 {
    margin-left: 10.25rem !important;
  }
  .m-xxx1l-40 {
    margin: 10rem !important;
  }
  .mt-xxx1l-40,
  .my-xxx1l-40 {
    margin-top: 10rem !important;
  }
  .mr-xxx1l-40,
  .mx-xxx1l-40 {
    margin-right: 10rem !important;
  }
  .mb-xxx1l-40,
  .my-xxx1l-40 {
    margin-bottom: 10rem !important;
  }
  .ml-xxx1l-40,
  .mx-xxx1l-40 {
    margin-left: 10rem !important;
  }
  .m-xxx1l-39 {
    margin: 9.75rem !important;
  }
  .mt-xxx1l-39,
  .my-xxx1l-39 {
    margin-top: 9.75rem !important;
  }
  .mr-xxx1l-39,
  .mx-xxx1l-39 {
    margin-right: 9.75rem !important;
  }
  .mb-xxx1l-39,
  .my-xxx1l-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-xxx1l-39,
  .mx-xxx1l-39 {
    margin-left: 9.75rem !important;
  }
  .m-xxx1l-38 {
    margin: 9.5rem !important;
  }
  .mt-xxx1l-38,
  .my-xxx1l-38 {
    margin-top: 9.5rem !important;
  }
  .mr-xxx1l-38,
  .mx-xxx1l-38 {
    margin-right: 9.5rem !important;
  }
  .mb-xxx1l-38,
  .my-xxx1l-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxx1l-38,
  .mx-xxx1l-38 {
    margin-left: 9.5rem !important;
  }
  .m-xxx1l-37 {
    margin: 9.25rem !important;
  }
  .mt-xxx1l-37,
  .my-xxx1l-37 {
    margin-top: 9.25rem !important;
  }
  .mr-xxx1l-37,
  .mx-xxx1l-37 {
    margin-right: 9.25rem !important;
  }
  .mb-xxx1l-37,
  .my-xxx1l-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xxx1l-37,
  .mx-xxx1l-37 {
    margin-left: 9.25rem !important;
  }
  .m-xxx1l-36 {
    margin: 9rem !important;
  }
  .mt-xxx1l-36,
  .my-xxx1l-36 {
    margin-top: 9rem !important;
  }
  .mr-xxx1l-36,
  .mx-xxx1l-36 {
    margin-right: 9rem !important;
  }
  .mb-xxx1l-36,
  .my-xxx1l-36 {
    margin-bottom: 9rem !important;
  }
  .ml-xxx1l-36,
  .mx-xxx1l-36 {
    margin-left: 9rem !important;
  }
  .m-xxx1l-35 {
    margin: 8.75rem !important;
  }
  .mt-xxx1l-35,
  .my-xxx1l-35 {
    margin-top: 8.75rem !important;
  }
  .mr-xxx1l-35,
  .mx-xxx1l-35 {
    margin-right: 8.75rem !important;
  }
  .mb-xxx1l-35,
  .my-xxx1l-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xxx1l-35,
  .mx-xxx1l-35 {
    margin-left: 8.75rem !important;
  }
  .m-xxx1l-34 {
    margin: 8.5rem !important;
  }
  .mt-xxx1l-34,
  .my-xxx1l-34 {
    margin-top: 8.5rem !important;
  }
  .mr-xxx1l-34,
  .mx-xxx1l-34 {
    margin-right: 8.5rem !important;
  }
  .mb-xxx1l-34,
  .my-xxx1l-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxx1l-34,
  .mx-xxx1l-34 {
    margin-left: 8.5rem !important;
  }
  .m-xxx1l-33 {
    margin: 8.25rem !important;
  }
  .mt-xxx1l-33,
  .my-xxx1l-33 {
    margin-top: 8.25rem !important;
  }
  .mr-xxx1l-33,
  .mx-xxx1l-33 {
    margin-right: 8.25rem !important;
  }
  .mb-xxx1l-33,
  .my-xxx1l-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-xxx1l-33,
  .mx-xxx1l-33 {
    margin-left: 8.25rem !important;
  }
  .m-xxx1l-32 {
    margin: 8rem !important;
  }
  .mt-xxx1l-32,
  .my-xxx1l-32 {
    margin-top: 8rem !important;
  }
  .mr-xxx1l-32,
  .mx-xxx1l-32 {
    margin-right: 8rem !important;
  }
  .mb-xxx1l-32,
  .my-xxx1l-32 {
    margin-bottom: 8rem !important;
  }
  .ml-xxx1l-32,
  .mx-xxx1l-32 {
    margin-left: 8rem !important;
  }
  .m-xxx1l-31 {
    margin: 7.75rem !important;
  }
  .mt-xxx1l-31,
  .my-xxx1l-31 {
    margin-top: 7.75rem !important;
  }
  .mr-xxx1l-31,
  .mx-xxx1l-31 {
    margin-right: 7.75rem !important;
  }
  .mb-xxx1l-31,
  .my-xxx1l-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-xxx1l-31,
  .mx-xxx1l-31 {
    margin-left: 7.75rem !important;
  }
  .m-xxx1l-30 {
    margin: 7.5rem !important;
  }
  .mt-xxx1l-30,
  .my-xxx1l-30 {
    margin-top: 7.5rem !important;
  }
  .mr-xxx1l-30,
  .mx-xxx1l-30 {
    margin-right: 7.5rem !important;
  }
  .mb-xxx1l-30,
  .my-xxx1l-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxx1l-30,
  .mx-xxx1l-30 {
    margin-left: 7.5rem !important;
  }
  .m-xxx1l-29 {
    margin: 7.25rem !important;
  }
  .mt-xxx1l-29,
  .my-xxx1l-29 {
    margin-top: 7.25rem !important;
  }
  .mr-xxx1l-29,
  .mx-xxx1l-29 {
    margin-right: 7.25rem !important;
  }
  .mb-xxx1l-29,
  .my-xxx1l-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxx1l-29,
  .mx-xxx1l-29 {
    margin-left: 7.25rem !important;
  }
  .m-xxx1l-28 {
    margin: 7rem !important;
  }
  .mt-xxx1l-28,
  .my-xxx1l-28 {
    margin-top: 7rem !important;
  }
  .mr-xxx1l-28,
  .mx-xxx1l-28 {
    margin-right: 7rem !important;
  }
  .mb-xxx1l-28,
  .my-xxx1l-28 {
    margin-bottom: 7rem !important;
  }
  .ml-xxx1l-28,
  .mx-xxx1l-28 {
    margin-left: 7rem !important;
  }
  .m-xxx1l-27 {
    margin: 6.75rem !important;
  }
  .mt-xxx1l-27,
  .my-xxx1l-27 {
    margin-top: 6.75rem !important;
  }
  .mr-xxx1l-27,
  .mx-xxx1l-27 {
    margin-right: 6.75rem !important;
  }
  .mb-xxx1l-27,
  .my-xxx1l-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xxx1l-27,
  .mx-xxx1l-27 {
    margin-left: 6.75rem !important;
  }
  .m-xxx1l-26 {
    margin: 6.5rem !important;
  }
  .mt-xxx1l-26,
  .my-xxx1l-26 {
    margin-top: 6.5rem !important;
  }
  .mr-xxx1l-26,
  .mx-xxx1l-26 {
    margin-right: 6.5rem !important;
  }
  .mb-xxx1l-26,
  .my-xxx1l-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxx1l-26,
  .mx-xxx1l-26 {
    margin-left: 6.5rem !important;
  }
  .m-xxx1l-25 {
    margin: 6.25rem !important;
  }
  .mt-xxx1l-25,
  .my-xxx1l-25 {
    margin-top: 6.25rem !important;
  }
  .mr-xxx1l-25,
  .mx-xxx1l-25 {
    margin-right: 6.25rem !important;
  }
  .mb-xxx1l-25,
  .my-xxx1l-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxx1l-25,
  .mx-xxx1l-25 {
    margin-left: 6.25rem !important;
  }
  .m-xxx1l-24 {
    margin: 6rem !important;
  }
  .mt-xxx1l-24,
  .my-xxx1l-24 {
    margin-top: 6rem !important;
  }
  .mr-xxx1l-24,
  .mx-xxx1l-24 {
    margin-right: 6rem !important;
  }
  .mb-xxx1l-24,
  .my-xxx1l-24 {
    margin-bottom: 6rem !important;
  }
  .ml-xxx1l-24,
  .mx-xxx1l-24 {
    margin-left: 6rem !important;
  }
  .m-xxx1l-23 {
    margin: 5.75rem !important;
  }
  .mt-xxx1l-23,
  .my-xxx1l-23 {
    margin-top: 5.75rem !important;
  }
  .mr-xxx1l-23,
  .mx-xxx1l-23 {
    margin-right: 5.75rem !important;
  }
  .mb-xxx1l-23,
  .my-xxx1l-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-xxx1l-23,
  .mx-xxx1l-23 {
    margin-left: 5.75rem !important;
  }
  .m-xxx1l-22 {
    margin: 5.5rem !important;
  }
  .mt-xxx1l-22,
  .my-xxx1l-22 {
    margin-top: 5.5rem !important;
  }
  .mr-xxx1l-22,
  .mx-xxx1l-22 {
    margin-right: 5.5rem !important;
  }
  .mb-xxx1l-22,
  .my-xxx1l-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxx1l-22,
  .mx-xxx1l-22 {
    margin-left: 5.5rem !important;
  }
  .m-xxx1l-21 {
    margin: 5.25rem !important;
  }
  .mt-xxx1l-21,
  .my-xxx1l-21 {
    margin-top: 5.25rem !important;
  }
  .mr-xxx1l-21,
  .mx-xxx1l-21 {
    margin-right: 5.25rem !important;
  }
  .mb-xxx1l-21,
  .my-xxx1l-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xxx1l-21,
  .mx-xxx1l-21 {
    margin-left: 5.25rem !important;
  }
  .m-xxx1l-20 {
    margin: 5rem !important;
  }
  .mt-xxx1l-20,
  .my-xxx1l-20 {
    margin-top: 5rem !important;
  }
  .mr-xxx1l-20,
  .mx-xxx1l-20 {
    margin-right: 5rem !important;
  }
  .mb-xxx1l-20,
  .my-xxx1l-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xxx1l-20,
  .mx-xxx1l-20 {
    margin-left: 5rem !important;
  }
  .m-xxx1l-19 {
    margin: 4.75rem !important;
  }
  .mt-xxx1l-19,
  .my-xxx1l-19 {
    margin-top: 4.75rem !important;
  }
  .mr-xxx1l-19,
  .mx-xxx1l-19 {
    margin-right: 4.75rem !important;
  }
  .mb-xxx1l-19,
  .my-xxx1l-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxx1l-19,
  .mx-xxx1l-19 {
    margin-left: 4.75rem !important;
  }
  .m-xxx1l-18 {
    margin: 4.5rem !important;
  }
  .mt-xxx1l-18,
  .my-xxx1l-18 {
    margin-top: 4.5rem !important;
  }
  .mr-xxx1l-18,
  .mx-xxx1l-18 {
    margin-right: 4.5rem !important;
  }
  .mb-xxx1l-18,
  .my-xxx1l-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxx1l-18,
  .mx-xxx1l-18 {
    margin-left: 4.5rem !important;
  }
  .m-xxx1l-17 {
    margin: 4.25rem !important;
  }
  .mt-xxx1l-17,
  .my-xxx1l-17 {
    margin-top: 4.25rem !important;
  }
  .mr-xxx1l-17,
  .mx-xxx1l-17 {
    margin-right: 4.25rem !important;
  }
  .mb-xxx1l-17,
  .my-xxx1l-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-xxx1l-17,
  .mx-xxx1l-17 {
    margin-left: 4.25rem !important;
  }
  .m-xxx1l-16 {
    margin: 4rem !important;
  }
  .mt-xxx1l-16,
  .my-xxx1l-16 {
    margin-top: 4rem !important;
  }
  .mr-xxx1l-16,
  .mx-xxx1l-16 {
    margin-right: 4rem !important;
  }
  .mb-xxx1l-16,
  .my-xxx1l-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xxx1l-16,
  .mx-xxx1l-16 {
    margin-left: 4rem !important;
  }
  .m-xxx1l-15 {
    margin: 3.75rem !important;
  }
  .mt-xxx1l-15,
  .my-xxx1l-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xxx1l-15,
  .mx-xxx1l-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xxx1l-15,
  .my-xxx1l-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxx1l-15,
  .mx-xxx1l-15 {
    margin-left: 3.75rem !important;
  }
  .m-xxx1l-14 {
    margin: 3.5rem !important;
  }
  .mt-xxx1l-14,
  .my-xxx1l-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xxx1l-14,
  .mx-xxx1l-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xxx1l-14,
  .my-xxx1l-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxx1l-14,
  .mx-xxx1l-14 {
    margin-left: 3.5rem !important;
  }
  .m-xxx1l-13 {
    margin: 3.25rem !important;
  }
  .mt-xxx1l-13,
  .my-xxx1l-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xxx1l-13,
  .mx-xxx1l-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xxx1l-13,
  .my-xxx1l-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xxx1l-13,
  .mx-xxx1l-13 {
    margin-left: 3.25rem !important;
  }
  .m-xxx1l-12 {
    margin: 3rem !important;
  }
  .mt-xxx1l-12,
  .my-xxx1l-12 {
    margin-top: 3rem !important;
  }
  .mr-xxx1l-12,
  .mx-xxx1l-12 {
    margin-right: 3rem !important;
  }
  .mb-xxx1l-12,
  .my-xxx1l-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xxx1l-12,
  .mx-xxx1l-12 {
    margin-left: 3rem !important;
  }
  .m-xxx1l-11 {
    margin: 2.75rem !important;
  }
  .mt-xxx1l-11,
  .my-xxx1l-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xxx1l-11,
  .mx-xxx1l-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xxx1l-11,
  .my-xxx1l-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xxx1l-11,
  .mx-xxx1l-11 {
    margin-left: 2.75rem !important;
  }
  .m-xxx1l-10 {
    margin: 2.5rem !important;
  }
  .mt-xxx1l-10,
  .my-xxx1l-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xxx1l-10,
  .mx-xxx1l-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xxx1l-10,
  .my-xxx1l-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxx1l-10,
  .mx-xxx1l-10 {
    margin-left: 2.5rem !important;
  }
  .m-xxx1l-9 {
    margin: 2.25rem !important;
  }
  .mt-xxx1l-9,
  .my-xxx1l-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xxx1l-9,
  .mx-xxx1l-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xxx1l-9,
  .my-xxx1l-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xxx1l-9,
  .mx-xxx1l-9 {
    margin-left: 2.25rem !important;
  }
  .m-xxx1l-8 {
    margin: 2rem !important;
  }
  .mt-xxx1l-8,
  .my-xxx1l-8 {
    margin-top: 2rem !important;
  }
  .mr-xxx1l-8,
  .mx-xxx1l-8 {
    margin-right: 2rem !important;
  }
  .mb-xxx1l-8,
  .my-xxx1l-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xxx1l-8,
  .mx-xxx1l-8 {
    margin-left: 2rem !important;
  }
  .m-xxx1l-7 {
    margin: 1.75rem !important;
  }
  .mt-xxx1l-7,
  .my-xxx1l-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxx1l-7,
  .mx-xxx1l-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxx1l-7,
  .my-xxx1l-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxx1l-7,
  .mx-xxx1l-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxx1l-6 {
    margin: 1.5rem !important;
  }
  .mt-xxx1l-6,
  .my-xxx1l-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxx1l-6,
  .mx-xxx1l-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxx1l-6,
  .my-xxx1l-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxx1l-6,
  .mx-xxx1l-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxx1l-5 {
    margin: 1.25rem !important;
  }
  .mt-xxx1l-5,
  .my-xxx1l-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxx1l-5,
  .mx-xxx1l-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxx1l-5,
  .my-xxx1l-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxx1l-5,
  .mx-xxx1l-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxx1l-4 {
    margin: 1rem !important;
  }
  .mt-xxx1l-4,
  .my-xxx1l-4 {
    margin-top: 1rem !important;
  }
  .mr-xxx1l-4,
  .mx-xxx1l-4 {
    margin-right: 1rem !important;
  }
  .mb-xxx1l-4,
  .my-xxx1l-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxx1l-4,
  .mx-xxx1l-4 {
    margin-left: 1rem !important;
  }
  .m-xxx1l-3 {
    margin: 0.75rem !important;
  }
  .mt-xxx1l-3,
  .my-xxx1l-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxx1l-3,
  .mx-xxx1l-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxx1l-3,
  .my-xxx1l-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxx1l-3,
  .mx-xxx1l-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxx1l-2 {
    margin: 0.5rem !important;
  }
  .mt-xxx1l-2,
  .my-xxx1l-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxx1l-2,
  .mx-xxx1l-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxx1l-2,
  .my-xxx1l-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxx1l-2,
  .mx-xxx1l-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxx1l-1 {
    margin: 0.25rem !important;
  }
  .mt-xxx1l-1,
  .my-xxx1l-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxx1l-1,
  .mx-xxx1l-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxx1l-1,
  .my-xxx1l-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxx1l-1,
  .mx-xxx1l-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxx1l-0 {
    margin: 0rem !important;
  }
  .mt-xxx1l-0,
  .my-xxx1l-0 {
    margin-top: 0rem !important;
  }
  .mr-xxx1l-0,
  .mx-xxx1l-0 {
    margin-right: 0rem !important;
  }
  .mb-xxx1l-0,
  .my-xxx1l-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxx1l-0,
  .mx-xxx1l-0 {
    margin-left: 0rem !important;
  }
  .p-xxx1l-60 {
    padding: 15rem !important;
  }
  .pt-xxx1l-60,
  .py-xxx1l-60 {
    padding-top: 15rem !important;
  }
  .pr-xxx1l-60,
  .px-xxx1l-60 {
    padding-right: 15rem !important;
  }
  .pb-xxx1l-60,
  .py-xxx1l-60 {
    padding-bottom: 15rem !important;
  }
  .pl-xxx1l-60,
  .px-xxx1l-60 {
    padding-left: 15rem !important;
  }
  .p-xxx1l-59 {
    padding: 14.75rem !important;
  }
  .pt-xxx1l-59,
  .py-xxx1l-59 {
    padding-top: 14.75rem !important;
  }
  .pr-xxx1l-59,
  .px-xxx1l-59 {
    padding-right: 14.75rem !important;
  }
  .pb-xxx1l-59,
  .py-xxx1l-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-xxx1l-59,
  .px-xxx1l-59 {
    padding-left: 14.75rem !important;
  }
  .p-xxx1l-58 {
    padding: 14.5rem !important;
  }
  .pt-xxx1l-58,
  .py-xxx1l-58 {
    padding-top: 14.5rem !important;
  }
  .pr-xxx1l-58,
  .px-xxx1l-58 {
    padding-right: 14.5rem !important;
  }
  .pb-xxx1l-58,
  .py-xxx1l-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xxx1l-58,
  .px-xxx1l-58 {
    padding-left: 14.5rem !important;
  }
  .p-xxx1l-57 {
    padding: 14.25rem !important;
  }
  .pt-xxx1l-57,
  .py-xxx1l-57 {
    padding-top: 14.25rem !important;
  }
  .pr-xxx1l-57,
  .px-xxx1l-57 {
    padding-right: 14.25rem !important;
  }
  .pb-xxx1l-57,
  .py-xxx1l-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-xxx1l-57,
  .px-xxx1l-57 {
    padding-left: 14.25rem !important;
  }
  .p-xxx1l-56 {
    padding: 14rem !important;
  }
  .pt-xxx1l-56,
  .py-xxx1l-56 {
    padding-top: 14rem !important;
  }
  .pr-xxx1l-56,
  .px-xxx1l-56 {
    padding-right: 14rem !important;
  }
  .pb-xxx1l-56,
  .py-xxx1l-56 {
    padding-bottom: 14rem !important;
  }
  .pl-xxx1l-56,
  .px-xxx1l-56 {
    padding-left: 14rem !important;
  }
  .p-xxx1l-55 {
    padding: 13.75rem !important;
  }
  .pt-xxx1l-55,
  .py-xxx1l-55 {
    padding-top: 13.75rem !important;
  }
  .pr-xxx1l-55,
  .px-xxx1l-55 {
    padding-right: 13.75rem !important;
  }
  .pb-xxx1l-55,
  .py-xxx1l-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-xxx1l-55,
  .px-xxx1l-55 {
    padding-left: 13.75rem !important;
  }
  .p-xxx1l-54 {
    padding: 13.5rem !important;
  }
  .pt-xxx1l-54,
  .py-xxx1l-54 {
    padding-top: 13.5rem !important;
  }
  .pr-xxx1l-54,
  .px-xxx1l-54 {
    padding-right: 13.5rem !important;
  }
  .pb-xxx1l-54,
  .py-xxx1l-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xxx1l-54,
  .px-xxx1l-54 {
    padding-left: 13.5rem !important;
  }
  .p-xxx1l-53 {
    padding: 13.25rem !important;
  }
  .pt-xxx1l-53,
  .py-xxx1l-53 {
    padding-top: 13.25rem !important;
  }
  .pr-xxx1l-53,
  .px-xxx1l-53 {
    padding-right: 13.25rem !important;
  }
  .pb-xxx1l-53,
  .py-xxx1l-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-xxx1l-53,
  .px-xxx1l-53 {
    padding-left: 13.25rem !important;
  }
  .p-xxx1l-52 {
    padding: 13rem !important;
  }
  .pt-xxx1l-52,
  .py-xxx1l-52 {
    padding-top: 13rem !important;
  }
  .pr-xxx1l-52,
  .px-xxx1l-52 {
    padding-right: 13rem !important;
  }
  .pb-xxx1l-52,
  .py-xxx1l-52 {
    padding-bottom: 13rem !important;
  }
  .pl-xxx1l-52,
  .px-xxx1l-52 {
    padding-left: 13rem !important;
  }
  .p-xxx1l-51 {
    padding: 12.75rem !important;
  }
  .pt-xxx1l-51,
  .py-xxx1l-51 {
    padding-top: 12.75rem !important;
  }
  .pr-xxx1l-51,
  .px-xxx1l-51 {
    padding-right: 12.75rem !important;
  }
  .pb-xxx1l-51,
  .py-xxx1l-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-xxx1l-51,
  .px-xxx1l-51 {
    padding-left: 12.75rem !important;
  }
  .p-xxx1l-50 {
    padding: 12.5rem !important;
  }
  .pt-xxx1l-50,
  .py-xxx1l-50 {
    padding-top: 12.5rem !important;
  }
  .pr-xxx1l-50,
  .px-xxx1l-50 {
    padding-right: 12.5rem !important;
  }
  .pb-xxx1l-50,
  .py-xxx1l-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xxx1l-50,
  .px-xxx1l-50 {
    padding-left: 12.5rem !important;
  }
  .p-xxx1l-49 {
    padding: 12.25rem !important;
  }
  .pt-xxx1l-49,
  .py-xxx1l-49 {
    padding-top: 12.25rem !important;
  }
  .pr-xxx1l-49,
  .px-xxx1l-49 {
    padding-right: 12.25rem !important;
  }
  .pb-xxx1l-49,
  .py-xxx1l-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-xxx1l-49,
  .px-xxx1l-49 {
    padding-left: 12.25rem !important;
  }
  .p-xxx1l-48 {
    padding: 12rem !important;
  }
  .pt-xxx1l-48,
  .py-xxx1l-48 {
    padding-top: 12rem !important;
  }
  .pr-xxx1l-48,
  .px-xxx1l-48 {
    padding-right: 12rem !important;
  }
  .pb-xxx1l-48,
  .py-xxx1l-48 {
    padding-bottom: 12rem !important;
  }
  .pl-xxx1l-48,
  .px-xxx1l-48 {
    padding-left: 12rem !important;
  }
  .p-xxx1l-47 {
    padding: 11.75rem !important;
  }
  .pt-xxx1l-47,
  .py-xxx1l-47 {
    padding-top: 11.75rem !important;
  }
  .pr-xxx1l-47,
  .px-xxx1l-47 {
    padding-right: 11.75rem !important;
  }
  .pb-xxx1l-47,
  .py-xxx1l-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-xxx1l-47,
  .px-xxx1l-47 {
    padding-left: 11.75rem !important;
  }
  .p-xxx1l-46 {
    padding: 11.5rem !important;
  }
  .pt-xxx1l-46,
  .py-xxx1l-46 {
    padding-top: 11.5rem !important;
  }
  .pr-xxx1l-46,
  .px-xxx1l-46 {
    padding-right: 11.5rem !important;
  }
  .pb-xxx1l-46,
  .py-xxx1l-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xxx1l-46,
  .px-xxx1l-46 {
    padding-left: 11.5rem !important;
  }
  .p-xxx1l-45 {
    padding: 11.25rem !important;
  }
  .pt-xxx1l-45,
  .py-xxx1l-45 {
    padding-top: 11.25rem !important;
  }
  .pr-xxx1l-45,
  .px-xxx1l-45 {
    padding-right: 11.25rem !important;
  }
  .pb-xxx1l-45,
  .py-xxx1l-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xxx1l-45,
  .px-xxx1l-45 {
    padding-left: 11.25rem !important;
  }
  .p-xxx1l-44 {
    padding: 11rem !important;
  }
  .pt-xxx1l-44,
  .py-xxx1l-44 {
    padding-top: 11rem !important;
  }
  .pr-xxx1l-44,
  .px-xxx1l-44 {
    padding-right: 11rem !important;
  }
  .pb-xxx1l-44,
  .py-xxx1l-44 {
    padding-bottom: 11rem !important;
  }
  .pl-xxx1l-44,
  .px-xxx1l-44 {
    padding-left: 11rem !important;
  }
  .p-xxx1l-43 {
    padding: 10.75rem !important;
  }
  .pt-xxx1l-43,
  .py-xxx1l-43 {
    padding-top: 10.75rem !important;
  }
  .pr-xxx1l-43,
  .px-xxx1l-43 {
    padding-right: 10.75rem !important;
  }
  .pb-xxx1l-43,
  .py-xxx1l-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-xxx1l-43,
  .px-xxx1l-43 {
    padding-left: 10.75rem !important;
  }
  .p-xxx1l-42 {
    padding: 10.5rem !important;
  }
  .pt-xxx1l-42,
  .py-xxx1l-42 {
    padding-top: 10.5rem !important;
  }
  .pr-xxx1l-42,
  .px-xxx1l-42 {
    padding-right: 10.5rem !important;
  }
  .pb-xxx1l-42,
  .py-xxx1l-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xxx1l-42,
  .px-xxx1l-42 {
    padding-left: 10.5rem !important;
  }
  .p-xxx1l-41 {
    padding: 10.25rem !important;
  }
  .pt-xxx1l-41,
  .py-xxx1l-41 {
    padding-top: 10.25rem !important;
  }
  .pr-xxx1l-41,
  .px-xxx1l-41 {
    padding-right: 10.25rem !important;
  }
  .pb-xxx1l-41,
  .py-xxx1l-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-xxx1l-41,
  .px-xxx1l-41 {
    padding-left: 10.25rem !important;
  }
  .p-xxx1l-40 {
    padding: 10rem !important;
  }
  .pt-xxx1l-40,
  .py-xxx1l-40 {
    padding-top: 10rem !important;
  }
  .pr-xxx1l-40,
  .px-xxx1l-40 {
    padding-right: 10rem !important;
  }
  .pb-xxx1l-40,
  .py-xxx1l-40 {
    padding-bottom: 10rem !important;
  }
  .pl-xxx1l-40,
  .px-xxx1l-40 {
    padding-left: 10rem !important;
  }
  .p-xxx1l-39 {
    padding: 9.75rem !important;
  }
  .pt-xxx1l-39,
  .py-xxx1l-39 {
    padding-top: 9.75rem !important;
  }
  .pr-xxx1l-39,
  .px-xxx1l-39 {
    padding-right: 9.75rem !important;
  }
  .pb-xxx1l-39,
  .py-xxx1l-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-xxx1l-39,
  .px-xxx1l-39 {
    padding-left: 9.75rem !important;
  }
  .p-xxx1l-38 {
    padding: 9.5rem !important;
  }
  .pt-xxx1l-38,
  .py-xxx1l-38 {
    padding-top: 9.5rem !important;
  }
  .pr-xxx1l-38,
  .px-xxx1l-38 {
    padding-right: 9.5rem !important;
  }
  .pb-xxx1l-38,
  .py-xxx1l-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxx1l-38,
  .px-xxx1l-38 {
    padding-left: 9.5rem !important;
  }
  .p-xxx1l-37 {
    padding: 9.25rem !important;
  }
  .pt-xxx1l-37,
  .py-xxx1l-37 {
    padding-top: 9.25rem !important;
  }
  .pr-xxx1l-37,
  .px-xxx1l-37 {
    padding-right: 9.25rem !important;
  }
  .pb-xxx1l-37,
  .py-xxx1l-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xxx1l-37,
  .px-xxx1l-37 {
    padding-left: 9.25rem !important;
  }
  .p-xxx1l-36 {
    padding: 9rem !important;
  }
  .pt-xxx1l-36,
  .py-xxx1l-36 {
    padding-top: 9rem !important;
  }
  .pr-xxx1l-36,
  .px-xxx1l-36 {
    padding-right: 9rem !important;
  }
  .pb-xxx1l-36,
  .py-xxx1l-36 {
    padding-bottom: 9rem !important;
  }
  .pl-xxx1l-36,
  .px-xxx1l-36 {
    padding-left: 9rem !important;
  }
  .p-xxx1l-35 {
    padding: 8.75rem !important;
  }
  .pt-xxx1l-35,
  .py-xxx1l-35 {
    padding-top: 8.75rem !important;
  }
  .pr-xxx1l-35,
  .px-xxx1l-35 {
    padding-right: 8.75rem !important;
  }
  .pb-xxx1l-35,
  .py-xxx1l-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xxx1l-35,
  .px-xxx1l-35 {
    padding-left: 8.75rem !important;
  }
  .p-xxx1l-34 {
    padding: 8.5rem !important;
  }
  .pt-xxx1l-34,
  .py-xxx1l-34 {
    padding-top: 8.5rem !important;
  }
  .pr-xxx1l-34,
  .px-xxx1l-34 {
    padding-right: 8.5rem !important;
  }
  .pb-xxx1l-34,
  .py-xxx1l-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxx1l-34,
  .px-xxx1l-34 {
    padding-left: 8.5rem !important;
  }
  .p-xxx1l-33 {
    padding: 8.25rem !important;
  }
  .pt-xxx1l-33,
  .py-xxx1l-33 {
    padding-top: 8.25rem !important;
  }
  .pr-xxx1l-33,
  .px-xxx1l-33 {
    padding-right: 8.25rem !important;
  }
  .pb-xxx1l-33,
  .py-xxx1l-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-xxx1l-33,
  .px-xxx1l-33 {
    padding-left: 8.25rem !important;
  }
  .p-xxx1l-32 {
    padding: 8rem !important;
  }
  .pt-xxx1l-32,
  .py-xxx1l-32 {
    padding-top: 8rem !important;
  }
  .pr-xxx1l-32,
  .px-xxx1l-32 {
    padding-right: 8rem !important;
  }
  .pb-xxx1l-32,
  .py-xxx1l-32 {
    padding-bottom: 8rem !important;
  }
  .pl-xxx1l-32,
  .px-xxx1l-32 {
    padding-left: 8rem !important;
  }
  .p-xxx1l-31 {
    padding: 7.75rem !important;
  }
  .pt-xxx1l-31,
  .py-xxx1l-31 {
    padding-top: 7.75rem !important;
  }
  .pr-xxx1l-31,
  .px-xxx1l-31 {
    padding-right: 7.75rem !important;
  }
  .pb-xxx1l-31,
  .py-xxx1l-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-xxx1l-31,
  .px-xxx1l-31 {
    padding-left: 7.75rem !important;
  }
  .p-xxx1l-30 {
    padding: 7.5rem !important;
  }
  .pt-xxx1l-30,
  .py-xxx1l-30 {
    padding-top: 7.5rem !important;
  }
  .pr-xxx1l-30,
  .px-xxx1l-30 {
    padding-right: 7.5rem !important;
  }
  .pb-xxx1l-30,
  .py-xxx1l-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxx1l-30,
  .px-xxx1l-30 {
    padding-left: 7.5rem !important;
  }
  .p-xxx1l-29 {
    padding: 7.25rem !important;
  }
  .pt-xxx1l-29,
  .py-xxx1l-29 {
    padding-top: 7.25rem !important;
  }
  .pr-xxx1l-29,
  .px-xxx1l-29 {
    padding-right: 7.25rem !important;
  }
  .pb-xxx1l-29,
  .py-xxx1l-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxx1l-29,
  .px-xxx1l-29 {
    padding-left: 7.25rem !important;
  }
  .p-xxx1l-28 {
    padding: 7rem !important;
  }
  .pt-xxx1l-28,
  .py-xxx1l-28 {
    padding-top: 7rem !important;
  }
  .pr-xxx1l-28,
  .px-xxx1l-28 {
    padding-right: 7rem !important;
  }
  .pb-xxx1l-28,
  .py-xxx1l-28 {
    padding-bottom: 7rem !important;
  }
  .pl-xxx1l-28,
  .px-xxx1l-28 {
    padding-left: 7rem !important;
  }
  .p-xxx1l-27 {
    padding: 6.75rem !important;
  }
  .pt-xxx1l-27,
  .py-xxx1l-27 {
    padding-top: 6.75rem !important;
  }
  .pr-xxx1l-27,
  .px-xxx1l-27 {
    padding-right: 6.75rem !important;
  }
  .pb-xxx1l-27,
  .py-xxx1l-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xxx1l-27,
  .px-xxx1l-27 {
    padding-left: 6.75rem !important;
  }
  .p-xxx1l-26 {
    padding: 6.5rem !important;
  }
  .pt-xxx1l-26,
  .py-xxx1l-26 {
    padding-top: 6.5rem !important;
  }
  .pr-xxx1l-26,
  .px-xxx1l-26 {
    padding-right: 6.5rem !important;
  }
  .pb-xxx1l-26,
  .py-xxx1l-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxx1l-26,
  .px-xxx1l-26 {
    padding-left: 6.5rem !important;
  }
  .p-xxx1l-25 {
    padding: 6.25rem !important;
  }
  .pt-xxx1l-25,
  .py-xxx1l-25 {
    padding-top: 6.25rem !important;
  }
  .pr-xxx1l-25,
  .px-xxx1l-25 {
    padding-right: 6.25rem !important;
  }
  .pb-xxx1l-25,
  .py-xxx1l-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxx1l-25,
  .px-xxx1l-25 {
    padding-left: 6.25rem !important;
  }
  .p-xxx1l-24 {
    padding: 6rem !important;
  }
  .pt-xxx1l-24,
  .py-xxx1l-24 {
    padding-top: 6rem !important;
  }
  .pr-xxx1l-24,
  .px-xxx1l-24 {
    padding-right: 6rem !important;
  }
  .pb-xxx1l-24,
  .py-xxx1l-24 {
    padding-bottom: 6rem !important;
  }
  .pl-xxx1l-24,
  .px-xxx1l-24 {
    padding-left: 6rem !important;
  }
  .p-xxx1l-23 {
    padding: 5.75rem !important;
  }
  .pt-xxx1l-23,
  .py-xxx1l-23 {
    padding-top: 5.75rem !important;
  }
  .pr-xxx1l-23,
  .px-xxx1l-23 {
    padding-right: 5.75rem !important;
  }
  .pb-xxx1l-23,
  .py-xxx1l-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-xxx1l-23,
  .px-xxx1l-23 {
    padding-left: 5.75rem !important;
  }
  .p-xxx1l-22 {
    padding: 5.5rem !important;
  }
  .pt-xxx1l-22,
  .py-xxx1l-22 {
    padding-top: 5.5rem !important;
  }
  .pr-xxx1l-22,
  .px-xxx1l-22 {
    padding-right: 5.5rem !important;
  }
  .pb-xxx1l-22,
  .py-xxx1l-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxx1l-22,
  .px-xxx1l-22 {
    padding-left: 5.5rem !important;
  }
  .p-xxx1l-21 {
    padding: 5.25rem !important;
  }
  .pt-xxx1l-21,
  .py-xxx1l-21 {
    padding-top: 5.25rem !important;
  }
  .pr-xxx1l-21,
  .px-xxx1l-21 {
    padding-right: 5.25rem !important;
  }
  .pb-xxx1l-21,
  .py-xxx1l-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xxx1l-21,
  .px-xxx1l-21 {
    padding-left: 5.25rem !important;
  }
  .p-xxx1l-20 {
    padding: 5rem !important;
  }
  .pt-xxx1l-20,
  .py-xxx1l-20 {
    padding-top: 5rem !important;
  }
  .pr-xxx1l-20,
  .px-xxx1l-20 {
    padding-right: 5rem !important;
  }
  .pb-xxx1l-20,
  .py-xxx1l-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xxx1l-20,
  .px-xxx1l-20 {
    padding-left: 5rem !important;
  }
  .p-xxx1l-19 {
    padding: 4.75rem !important;
  }
  .pt-xxx1l-19,
  .py-xxx1l-19 {
    padding-top: 4.75rem !important;
  }
  .pr-xxx1l-19,
  .px-xxx1l-19 {
    padding-right: 4.75rem !important;
  }
  .pb-xxx1l-19,
  .py-xxx1l-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxx1l-19,
  .px-xxx1l-19 {
    padding-left: 4.75rem !important;
  }
  .p-xxx1l-18 {
    padding: 4.5rem !important;
  }
  .pt-xxx1l-18,
  .py-xxx1l-18 {
    padding-top: 4.5rem !important;
  }
  .pr-xxx1l-18,
  .px-xxx1l-18 {
    padding-right: 4.5rem !important;
  }
  .pb-xxx1l-18,
  .py-xxx1l-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxx1l-18,
  .px-xxx1l-18 {
    padding-left: 4.5rem !important;
  }
  .p-xxx1l-17 {
    padding: 4.25rem !important;
  }
  .pt-xxx1l-17,
  .py-xxx1l-17 {
    padding-top: 4.25rem !important;
  }
  .pr-xxx1l-17,
  .px-xxx1l-17 {
    padding-right: 4.25rem !important;
  }
  .pb-xxx1l-17,
  .py-xxx1l-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-xxx1l-17,
  .px-xxx1l-17 {
    padding-left: 4.25rem !important;
  }
  .p-xxx1l-16 {
    padding: 4rem !important;
  }
  .pt-xxx1l-16,
  .py-xxx1l-16 {
    padding-top: 4rem !important;
  }
  .pr-xxx1l-16,
  .px-xxx1l-16 {
    padding-right: 4rem !important;
  }
  .pb-xxx1l-16,
  .py-xxx1l-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xxx1l-16,
  .px-xxx1l-16 {
    padding-left: 4rem !important;
  }
  .p-xxx1l-15 {
    padding: 3.75rem !important;
  }
  .pt-xxx1l-15,
  .py-xxx1l-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xxx1l-15,
  .px-xxx1l-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xxx1l-15,
  .py-xxx1l-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxx1l-15,
  .px-xxx1l-15 {
    padding-left: 3.75rem !important;
  }
  .p-xxx1l-14 {
    padding: 3.5rem !important;
  }
  .pt-xxx1l-14,
  .py-xxx1l-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xxx1l-14,
  .px-xxx1l-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xxx1l-14,
  .py-xxx1l-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxx1l-14,
  .px-xxx1l-14 {
    padding-left: 3.5rem !important;
  }
  .p-xxx1l-13 {
    padding: 3.25rem !important;
  }
  .pt-xxx1l-13,
  .py-xxx1l-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xxx1l-13,
  .px-xxx1l-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xxx1l-13,
  .py-xxx1l-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xxx1l-13,
  .px-xxx1l-13 {
    padding-left: 3.25rem !important;
  }
  .p-xxx1l-12 {
    padding: 3rem !important;
  }
  .pt-xxx1l-12,
  .py-xxx1l-12 {
    padding-top: 3rem !important;
  }
  .pr-xxx1l-12,
  .px-xxx1l-12 {
    padding-right: 3rem !important;
  }
  .pb-xxx1l-12,
  .py-xxx1l-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xxx1l-12,
  .px-xxx1l-12 {
    padding-left: 3rem !important;
  }
  .p-xxx1l-11 {
    padding: 2.75rem !important;
  }
  .pt-xxx1l-11,
  .py-xxx1l-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xxx1l-11,
  .px-xxx1l-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xxx1l-11,
  .py-xxx1l-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xxx1l-11,
  .px-xxx1l-11 {
    padding-left: 2.75rem !important;
  }
  .p-xxx1l-10 {
    padding: 2.5rem !important;
  }
  .pt-xxx1l-10,
  .py-xxx1l-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xxx1l-10,
  .px-xxx1l-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xxx1l-10,
  .py-xxx1l-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxx1l-10,
  .px-xxx1l-10 {
    padding-left: 2.5rem !important;
  }
  .p-xxx1l-9 {
    padding: 2.25rem !important;
  }
  .pt-xxx1l-9,
  .py-xxx1l-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xxx1l-9,
  .px-xxx1l-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xxx1l-9,
  .py-xxx1l-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xxx1l-9,
  .px-xxx1l-9 {
    padding-left: 2.25rem !important;
  }
  .p-xxx1l-8 {
    padding: 2rem !important;
  }
  .pt-xxx1l-8,
  .py-xxx1l-8 {
    padding-top: 2rem !important;
  }
  .pr-xxx1l-8,
  .px-xxx1l-8 {
    padding-right: 2rem !important;
  }
  .pb-xxx1l-8,
  .py-xxx1l-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xxx1l-8,
  .px-xxx1l-8 {
    padding-left: 2rem !important;
  }
  .p-xxx1l-7 {
    padding: 1.75rem !important;
  }
  .pt-xxx1l-7,
  .py-xxx1l-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxx1l-7,
  .px-xxx1l-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxx1l-7,
  .py-xxx1l-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxx1l-7,
  .px-xxx1l-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxx1l-6 {
    padding: 1.5rem !important;
  }
  .pt-xxx1l-6,
  .py-xxx1l-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxx1l-6,
  .px-xxx1l-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxx1l-6,
  .py-xxx1l-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxx1l-6,
  .px-xxx1l-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxx1l-5 {
    padding: 1.25rem !important;
  }
  .pt-xxx1l-5,
  .py-xxx1l-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxx1l-5,
  .px-xxx1l-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxx1l-5,
  .py-xxx1l-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxx1l-5,
  .px-xxx1l-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxx1l-4 {
    padding: 1rem !important;
  }
  .pt-xxx1l-4,
  .py-xxx1l-4 {
    padding-top: 1rem !important;
  }
  .pr-xxx1l-4,
  .px-xxx1l-4 {
    padding-right: 1rem !important;
  }
  .pb-xxx1l-4,
  .py-xxx1l-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxx1l-4,
  .px-xxx1l-4 {
    padding-left: 1rem !important;
  }
  .p-xxx1l-3 {
    padding: 0.75rem !important;
  }
  .pt-xxx1l-3,
  .py-xxx1l-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxx1l-3,
  .px-xxx1l-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxx1l-3,
  .py-xxx1l-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxx1l-3,
  .px-xxx1l-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxx1l-2 {
    padding: 0.5rem !important;
  }
  .pt-xxx1l-2,
  .py-xxx1l-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxx1l-2,
  .px-xxx1l-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxx1l-2,
  .py-xxx1l-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxx1l-2,
  .px-xxx1l-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxx1l-1 {
    padding: 0.25rem !important;
  }
  .pt-xxx1l-1,
  .py-xxx1l-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxx1l-1,
  .px-xxx1l-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxx1l-1,
  .py-xxx1l-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxx1l-1,
  .px-xxx1l-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxx1l-0 {
    padding: 0rem !important;
  }
  .pt-xxx1l-0,
  .py-xxx1l-0 {
    padding-top: 0rem !important;
  }
  .pr-xxx1l-0,
  .px-xxx1l-0 {
    padding-right: 0rem !important;
  }
  .pb-xxx1l-0,
  .py-xxx1l-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxx1l-0,
  .px-xxx1l-0 {
    padding-left: 0rem !important;
  }
  .m-xxx1l-n60 {
    margin: -15rem !important;
  }
  .mt-xxx1l-n60,
  .my-xxx1l-n60 {
    margin-top: -15rem !important;
  }
  .mr-xxx1l-n60,
  .mx-xxx1l-n60 {
    margin-right: -15rem !important;
  }
  .mb-xxx1l-n60,
  .my-xxx1l-n60 {
    margin-bottom: -15rem !important;
  }
  .ml-xxx1l-n60,
  .mx-xxx1l-n60 {
    margin-left: -15rem !important;
  }
  .m-xxx1l-n59 {
    margin: -14.75rem !important;
  }
  .mt-xxx1l-n59,
  .my-xxx1l-n59 {
    margin-top: -14.75rem !important;
  }
  .mr-xxx1l-n59,
  .mx-xxx1l-n59 {
    margin-right: -14.75rem !important;
  }
  .mb-xxx1l-n59,
  .my-xxx1l-n59 {
    margin-bottom: -14.75rem !important;
  }
  .ml-xxx1l-n59,
  .mx-xxx1l-n59 {
    margin-left: -14.75rem !important;
  }
  .m-xxx1l-n58 {
    margin: -14.5rem !important;
  }
  .mt-xxx1l-n58,
  .my-xxx1l-n58 {
    margin-top: -14.5rem !important;
  }
  .mr-xxx1l-n58,
  .mx-xxx1l-n58 {
    margin-right: -14.5rem !important;
  }
  .mb-xxx1l-n58,
  .my-xxx1l-n58 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xxx1l-n58,
  .mx-xxx1l-n58 {
    margin-left: -14.5rem !important;
  }
  .m-xxx1l-n57 {
    margin: -14.25rem !important;
  }
  .mt-xxx1l-n57,
  .my-xxx1l-n57 {
    margin-top: -14.25rem !important;
  }
  .mr-xxx1l-n57,
  .mx-xxx1l-n57 {
    margin-right: -14.25rem !important;
  }
  .mb-xxx1l-n57,
  .my-xxx1l-n57 {
    margin-bottom: -14.25rem !important;
  }
  .ml-xxx1l-n57,
  .mx-xxx1l-n57 {
    margin-left: -14.25rem !important;
  }
  .m-xxx1l-n56 {
    margin: -14rem !important;
  }
  .mt-xxx1l-n56,
  .my-xxx1l-n56 {
    margin-top: -14rem !important;
  }
  .mr-xxx1l-n56,
  .mx-xxx1l-n56 {
    margin-right: -14rem !important;
  }
  .mb-xxx1l-n56,
  .my-xxx1l-n56 {
    margin-bottom: -14rem !important;
  }
  .ml-xxx1l-n56,
  .mx-xxx1l-n56 {
    margin-left: -14rem !important;
  }
  .m-xxx1l-n55 {
    margin: -13.75rem !important;
  }
  .mt-xxx1l-n55,
  .my-xxx1l-n55 {
    margin-top: -13.75rem !important;
  }
  .mr-xxx1l-n55,
  .mx-xxx1l-n55 {
    margin-right: -13.75rem !important;
  }
  .mb-xxx1l-n55,
  .my-xxx1l-n55 {
    margin-bottom: -13.75rem !important;
  }
  .ml-xxx1l-n55,
  .mx-xxx1l-n55 {
    margin-left: -13.75rem !important;
  }
  .m-xxx1l-n54 {
    margin: -13.5rem !important;
  }
  .mt-xxx1l-n54,
  .my-xxx1l-n54 {
    margin-top: -13.5rem !important;
  }
  .mr-xxx1l-n54,
  .mx-xxx1l-n54 {
    margin-right: -13.5rem !important;
  }
  .mb-xxx1l-n54,
  .my-xxx1l-n54 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xxx1l-n54,
  .mx-xxx1l-n54 {
    margin-left: -13.5rem !important;
  }
  .m-xxx1l-n53 {
    margin: -13.25rem !important;
  }
  .mt-xxx1l-n53,
  .my-xxx1l-n53 {
    margin-top: -13.25rem !important;
  }
  .mr-xxx1l-n53,
  .mx-xxx1l-n53 {
    margin-right: -13.25rem !important;
  }
  .mb-xxx1l-n53,
  .my-xxx1l-n53 {
    margin-bottom: -13.25rem !important;
  }
  .ml-xxx1l-n53,
  .mx-xxx1l-n53 {
    margin-left: -13.25rem !important;
  }
  .m-xxx1l-n52 {
    margin: -13rem !important;
  }
  .mt-xxx1l-n52,
  .my-xxx1l-n52 {
    margin-top: -13rem !important;
  }
  .mr-xxx1l-n52,
  .mx-xxx1l-n52 {
    margin-right: -13rem !important;
  }
  .mb-xxx1l-n52,
  .my-xxx1l-n52 {
    margin-bottom: -13rem !important;
  }
  .ml-xxx1l-n52,
  .mx-xxx1l-n52 {
    margin-left: -13rem !important;
  }
  .m-xxx1l-n51 {
    margin: -12.75rem !important;
  }
  .mt-xxx1l-n51,
  .my-xxx1l-n51 {
    margin-top: -12.75rem !important;
  }
  .mr-xxx1l-n51,
  .mx-xxx1l-n51 {
    margin-right: -12.75rem !important;
  }
  .mb-xxx1l-n51,
  .my-xxx1l-n51 {
    margin-bottom: -12.75rem !important;
  }
  .ml-xxx1l-n51,
  .mx-xxx1l-n51 {
    margin-left: -12.75rem !important;
  }
  .m-xxx1l-n50 {
    margin: -12.5rem !important;
  }
  .mt-xxx1l-n50,
  .my-xxx1l-n50 {
    margin-top: -12.5rem !important;
  }
  .mr-xxx1l-n50,
  .mx-xxx1l-n50 {
    margin-right: -12.5rem !important;
  }
  .mb-xxx1l-n50,
  .my-xxx1l-n50 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xxx1l-n50,
  .mx-xxx1l-n50 {
    margin-left: -12.5rem !important;
  }
  .m-xxx1l-n49 {
    margin: -12.25rem !important;
  }
  .mt-xxx1l-n49,
  .my-xxx1l-n49 {
    margin-top: -12.25rem !important;
  }
  .mr-xxx1l-n49,
  .mx-xxx1l-n49 {
    margin-right: -12.25rem !important;
  }
  .mb-xxx1l-n49,
  .my-xxx1l-n49 {
    margin-bottom: -12.25rem !important;
  }
  .ml-xxx1l-n49,
  .mx-xxx1l-n49 {
    margin-left: -12.25rem !important;
  }
  .m-xxx1l-n48 {
    margin: -12rem !important;
  }
  .mt-xxx1l-n48,
  .my-xxx1l-n48 {
    margin-top: -12rem !important;
  }
  .mr-xxx1l-n48,
  .mx-xxx1l-n48 {
    margin-right: -12rem !important;
  }
  .mb-xxx1l-n48,
  .my-xxx1l-n48 {
    margin-bottom: -12rem !important;
  }
  .ml-xxx1l-n48,
  .mx-xxx1l-n48 {
    margin-left: -12rem !important;
  }
  .m-xxx1l-n47 {
    margin: -11.75rem !important;
  }
  .mt-xxx1l-n47,
  .my-xxx1l-n47 {
    margin-top: -11.75rem !important;
  }
  .mr-xxx1l-n47,
  .mx-xxx1l-n47 {
    margin-right: -11.75rem !important;
  }
  .mb-xxx1l-n47,
  .my-xxx1l-n47 {
    margin-bottom: -11.75rem !important;
  }
  .ml-xxx1l-n47,
  .mx-xxx1l-n47 {
    margin-left: -11.75rem !important;
  }
  .m-xxx1l-n46 {
    margin: -11.5rem !important;
  }
  .mt-xxx1l-n46,
  .my-xxx1l-n46 {
    margin-top: -11.5rem !important;
  }
  .mr-xxx1l-n46,
  .mx-xxx1l-n46 {
    margin-right: -11.5rem !important;
  }
  .mb-xxx1l-n46,
  .my-xxx1l-n46 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xxx1l-n46,
  .mx-xxx1l-n46 {
    margin-left: -11.5rem !important;
  }
  .m-xxx1l-n45 {
    margin: -11.25rem !important;
  }
  .mt-xxx1l-n45,
  .my-xxx1l-n45 {
    margin-top: -11.25rem !important;
  }
  .mr-xxx1l-n45,
  .mx-xxx1l-n45 {
    margin-right: -11.25rem !important;
  }
  .mb-xxx1l-n45,
  .my-xxx1l-n45 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xxx1l-n45,
  .mx-xxx1l-n45 {
    margin-left: -11.25rem !important;
  }
  .m-xxx1l-n44 {
    margin: -11rem !important;
  }
  .mt-xxx1l-n44,
  .my-xxx1l-n44 {
    margin-top: -11rem !important;
  }
  .mr-xxx1l-n44,
  .mx-xxx1l-n44 {
    margin-right: -11rem !important;
  }
  .mb-xxx1l-n44,
  .my-xxx1l-n44 {
    margin-bottom: -11rem !important;
  }
  .ml-xxx1l-n44,
  .mx-xxx1l-n44 {
    margin-left: -11rem !important;
  }
  .m-xxx1l-n43 {
    margin: -10.75rem !important;
  }
  .mt-xxx1l-n43,
  .my-xxx1l-n43 {
    margin-top: -10.75rem !important;
  }
  .mr-xxx1l-n43,
  .mx-xxx1l-n43 {
    margin-right: -10.75rem !important;
  }
  .mb-xxx1l-n43,
  .my-xxx1l-n43 {
    margin-bottom: -10.75rem !important;
  }
  .ml-xxx1l-n43,
  .mx-xxx1l-n43 {
    margin-left: -10.75rem !important;
  }
  .m-xxx1l-n42 {
    margin: -10.5rem !important;
  }
  .mt-xxx1l-n42,
  .my-xxx1l-n42 {
    margin-top: -10.5rem !important;
  }
  .mr-xxx1l-n42,
  .mx-xxx1l-n42 {
    margin-right: -10.5rem !important;
  }
  .mb-xxx1l-n42,
  .my-xxx1l-n42 {
    margin-bottom: -10.5rem !important;
  }
  .ml-xxx1l-n42,
  .mx-xxx1l-n42 {
    margin-left: -10.5rem !important;
  }
  .m-xxx1l-n41 {
    margin: -10.25rem !important;
  }
  .mt-xxx1l-n41,
  .my-xxx1l-n41 {
    margin-top: -10.25rem !important;
  }
  .mr-xxx1l-n41,
  .mx-xxx1l-n41 {
    margin-right: -10.25rem !important;
  }
  .mb-xxx1l-n41,
  .my-xxx1l-n41 {
    margin-bottom: -10.25rem !important;
  }
  .ml-xxx1l-n41,
  .mx-xxx1l-n41 {
    margin-left: -10.25rem !important;
  }
  .m-xxx1l-n40 {
    margin: -10rem !important;
  }
  .mt-xxx1l-n40,
  .my-xxx1l-n40 {
    margin-top: -10rem !important;
  }
  .mr-xxx1l-n40,
  .mx-xxx1l-n40 {
    margin-right: -10rem !important;
  }
  .mb-xxx1l-n40,
  .my-xxx1l-n40 {
    margin-bottom: -10rem !important;
  }
  .ml-xxx1l-n40,
  .mx-xxx1l-n40 {
    margin-left: -10rem !important;
  }
  .m-xxx1l-n39 {
    margin: -9.75rem !important;
  }
  .mt-xxx1l-n39,
  .my-xxx1l-n39 {
    margin-top: -9.75rem !important;
  }
  .mr-xxx1l-n39,
  .mx-xxx1l-n39 {
    margin-right: -9.75rem !important;
  }
  .mb-xxx1l-n39,
  .my-xxx1l-n39 {
    margin-bottom: -9.75rem !important;
  }
  .ml-xxx1l-n39,
  .mx-xxx1l-n39 {
    margin-left: -9.75rem !important;
  }
  .m-xxx1l-n38 {
    margin: -9.5rem !important;
  }
  .mt-xxx1l-n38,
  .my-xxx1l-n38 {
    margin-top: -9.5rem !important;
  }
  .mr-xxx1l-n38,
  .mx-xxx1l-n38 {
    margin-right: -9.5rem !important;
  }
  .mb-xxx1l-n38,
  .my-xxx1l-n38 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xxx1l-n38,
  .mx-xxx1l-n38 {
    margin-left: -9.5rem !important;
  }
  .m-xxx1l-n37 {
    margin: -9.25rem !important;
  }
  .mt-xxx1l-n37,
  .my-xxx1l-n37 {
    margin-top: -9.25rem !important;
  }
  .mr-xxx1l-n37,
  .mx-xxx1l-n37 {
    margin-right: -9.25rem !important;
  }
  .mb-xxx1l-n37,
  .my-xxx1l-n37 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xxx1l-n37,
  .mx-xxx1l-n37 {
    margin-left: -9.25rem !important;
  }
  .m-xxx1l-n36 {
    margin: -9rem !important;
  }
  .mt-xxx1l-n36,
  .my-xxx1l-n36 {
    margin-top: -9rem !important;
  }
  .mr-xxx1l-n36,
  .mx-xxx1l-n36 {
    margin-right: -9rem !important;
  }
  .mb-xxx1l-n36,
  .my-xxx1l-n36 {
    margin-bottom: -9rem !important;
  }
  .ml-xxx1l-n36,
  .mx-xxx1l-n36 {
    margin-left: -9rem !important;
  }
  .m-xxx1l-n35 {
    margin: -8.75rem !important;
  }
  .mt-xxx1l-n35,
  .my-xxx1l-n35 {
    margin-top: -8.75rem !important;
  }
  .mr-xxx1l-n35,
  .mx-xxx1l-n35 {
    margin-right: -8.75rem !important;
  }
  .mb-xxx1l-n35,
  .my-xxx1l-n35 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xxx1l-n35,
  .mx-xxx1l-n35 {
    margin-left: -8.75rem !important;
  }
  .m-xxx1l-n34 {
    margin: -8.5rem !important;
  }
  .mt-xxx1l-n34,
  .my-xxx1l-n34 {
    margin-top: -8.5rem !important;
  }
  .mr-xxx1l-n34,
  .mx-xxx1l-n34 {
    margin-right: -8.5rem !important;
  }
  .mb-xxx1l-n34,
  .my-xxx1l-n34 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xxx1l-n34,
  .mx-xxx1l-n34 {
    margin-left: -8.5rem !important;
  }
  .m-xxx1l-n33 {
    margin: -8.25rem !important;
  }
  .mt-xxx1l-n33,
  .my-xxx1l-n33 {
    margin-top: -8.25rem !important;
  }
  .mr-xxx1l-n33,
  .mx-xxx1l-n33 {
    margin-right: -8.25rem !important;
  }
  .mb-xxx1l-n33,
  .my-xxx1l-n33 {
    margin-bottom: -8.25rem !important;
  }
  .ml-xxx1l-n33,
  .mx-xxx1l-n33 {
    margin-left: -8.25rem !important;
  }
  .m-xxx1l-n32 {
    margin: -8rem !important;
  }
  .mt-xxx1l-n32,
  .my-xxx1l-n32 {
    margin-top: -8rem !important;
  }
  .mr-xxx1l-n32,
  .mx-xxx1l-n32 {
    margin-right: -8rem !important;
  }
  .mb-xxx1l-n32,
  .my-xxx1l-n32 {
    margin-bottom: -8rem !important;
  }
  .ml-xxx1l-n32,
  .mx-xxx1l-n32 {
    margin-left: -8rem !important;
  }
  .m-xxx1l-n31 {
    margin: -7.75rem !important;
  }
  .mt-xxx1l-n31,
  .my-xxx1l-n31 {
    margin-top: -7.75rem !important;
  }
  .mr-xxx1l-n31,
  .mx-xxx1l-n31 {
    margin-right: -7.75rem !important;
  }
  .mb-xxx1l-n31,
  .my-xxx1l-n31 {
    margin-bottom: -7.75rem !important;
  }
  .ml-xxx1l-n31,
  .mx-xxx1l-n31 {
    margin-left: -7.75rem !important;
  }
  .m-xxx1l-n30 {
    margin: -7.5rem !important;
  }
  .mt-xxx1l-n30,
  .my-xxx1l-n30 {
    margin-top: -7.5rem !important;
  }
  .mr-xxx1l-n30,
  .mx-xxx1l-n30 {
    margin-right: -7.5rem !important;
  }
  .mb-xxx1l-n30,
  .my-xxx1l-n30 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxx1l-n30,
  .mx-xxx1l-n30 {
    margin-left: -7.5rem !important;
  }
  .m-xxx1l-n29 {
    margin: -7.25rem !important;
  }
  .mt-xxx1l-n29,
  .my-xxx1l-n29 {
    margin-top: -7.25rem !important;
  }
  .mr-xxx1l-n29,
  .mx-xxx1l-n29 {
    margin-right: -7.25rem !important;
  }
  .mb-xxx1l-n29,
  .my-xxx1l-n29 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxx1l-n29,
  .mx-xxx1l-n29 {
    margin-left: -7.25rem !important;
  }
  .m-xxx1l-n28 {
    margin: -7rem !important;
  }
  .mt-xxx1l-n28,
  .my-xxx1l-n28 {
    margin-top: -7rem !important;
  }
  .mr-xxx1l-n28,
  .mx-xxx1l-n28 {
    margin-right: -7rem !important;
  }
  .mb-xxx1l-n28,
  .my-xxx1l-n28 {
    margin-bottom: -7rem !important;
  }
  .ml-xxx1l-n28,
  .mx-xxx1l-n28 {
    margin-left: -7rem !important;
  }
  .m-xxx1l-n27 {
    margin: -6.75rem !important;
  }
  .mt-xxx1l-n27,
  .my-xxx1l-n27 {
    margin-top: -6.75rem !important;
  }
  .mr-xxx1l-n27,
  .mx-xxx1l-n27 {
    margin-right: -6.75rem !important;
  }
  .mb-xxx1l-n27,
  .my-xxx1l-n27 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xxx1l-n27,
  .mx-xxx1l-n27 {
    margin-left: -6.75rem !important;
  }
  .m-xxx1l-n26 {
    margin: -6.5rem !important;
  }
  .mt-xxx1l-n26,
  .my-xxx1l-n26 {
    margin-top: -6.5rem !important;
  }
  .mr-xxx1l-n26,
  .mx-xxx1l-n26 {
    margin-right: -6.5rem !important;
  }
  .mb-xxx1l-n26,
  .my-xxx1l-n26 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxx1l-n26,
  .mx-xxx1l-n26 {
    margin-left: -6.5rem !important;
  }
  .m-xxx1l-n25 {
    margin: -6.25rem !important;
  }
  .mt-xxx1l-n25,
  .my-xxx1l-n25 {
    margin-top: -6.25rem !important;
  }
  .mr-xxx1l-n25,
  .mx-xxx1l-n25 {
    margin-right: -6.25rem !important;
  }
  .mb-xxx1l-n25,
  .my-xxx1l-n25 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxx1l-n25,
  .mx-xxx1l-n25 {
    margin-left: -6.25rem !important;
  }
  .m-xxx1l-n24 {
    margin: -6rem !important;
  }
  .mt-xxx1l-n24,
  .my-xxx1l-n24 {
    margin-top: -6rem !important;
  }
  .mr-xxx1l-n24,
  .mx-xxx1l-n24 {
    margin-right: -6rem !important;
  }
  .mb-xxx1l-n24,
  .my-xxx1l-n24 {
    margin-bottom: -6rem !important;
  }
  .ml-xxx1l-n24,
  .mx-xxx1l-n24 {
    margin-left: -6rem !important;
  }
  .m-xxx1l-n23 {
    margin: -5.75rem !important;
  }
  .mt-xxx1l-n23,
  .my-xxx1l-n23 {
    margin-top: -5.75rem !important;
  }
  .mr-xxx1l-n23,
  .mx-xxx1l-n23 {
    margin-right: -5.75rem !important;
  }
  .mb-xxx1l-n23,
  .my-xxx1l-n23 {
    margin-bottom: -5.75rem !important;
  }
  .ml-xxx1l-n23,
  .mx-xxx1l-n23 {
    margin-left: -5.75rem !important;
  }
  .m-xxx1l-n22 {
    margin: -5.5rem !important;
  }
  .mt-xxx1l-n22,
  .my-xxx1l-n22 {
    margin-top: -5.5rem !important;
  }
  .mr-xxx1l-n22,
  .mx-xxx1l-n22 {
    margin-right: -5.5rem !important;
  }
  .mb-xxx1l-n22,
  .my-xxx1l-n22 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxx1l-n22,
  .mx-xxx1l-n22 {
    margin-left: -5.5rem !important;
  }
  .m-xxx1l-n21 {
    margin: -5.25rem !important;
  }
  .mt-xxx1l-n21,
  .my-xxx1l-n21 {
    margin-top: -5.25rem !important;
  }
  .mr-xxx1l-n21,
  .mx-xxx1l-n21 {
    margin-right: -5.25rem !important;
  }
  .mb-xxx1l-n21,
  .my-xxx1l-n21 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xxx1l-n21,
  .mx-xxx1l-n21 {
    margin-left: -5.25rem !important;
  }
  .m-xxx1l-n20 {
    margin: -5rem !important;
  }
  .mt-xxx1l-n20,
  .my-xxx1l-n20 {
    margin-top: -5rem !important;
  }
  .mr-xxx1l-n20,
  .mx-xxx1l-n20 {
    margin-right: -5rem !important;
  }
  .mb-xxx1l-n20,
  .my-xxx1l-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xxx1l-n20,
  .mx-xxx1l-n20 {
    margin-left: -5rem !important;
  }
  .m-xxx1l-n19 {
    margin: -4.75rem !important;
  }
  .mt-xxx1l-n19,
  .my-xxx1l-n19 {
    margin-top: -4.75rem !important;
  }
  .mr-xxx1l-n19,
  .mx-xxx1l-n19 {
    margin-right: -4.75rem !important;
  }
  .mb-xxx1l-n19,
  .my-xxx1l-n19 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxx1l-n19,
  .mx-xxx1l-n19 {
    margin-left: -4.75rem !important;
  }
  .m-xxx1l-n18 {
    margin: -4.5rem !important;
  }
  .mt-xxx1l-n18,
  .my-xxx1l-n18 {
    margin-top: -4.5rem !important;
  }
  .mr-xxx1l-n18,
  .mx-xxx1l-n18 {
    margin-right: -4.5rem !important;
  }
  .mb-xxx1l-n18,
  .my-xxx1l-n18 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxx1l-n18,
  .mx-xxx1l-n18 {
    margin-left: -4.5rem !important;
  }
  .m-xxx1l-n17 {
    margin: -4.25rem !important;
  }
  .mt-xxx1l-n17,
  .my-xxx1l-n17 {
    margin-top: -4.25rem !important;
  }
  .mr-xxx1l-n17,
  .mx-xxx1l-n17 {
    margin-right: -4.25rem !important;
  }
  .mb-xxx1l-n17,
  .my-xxx1l-n17 {
    margin-bottom: -4.25rem !important;
  }
  .ml-xxx1l-n17,
  .mx-xxx1l-n17 {
    margin-left: -4.25rem !important;
  }
  .m-xxx1l-n16 {
    margin: -4rem !important;
  }
  .mt-xxx1l-n16,
  .my-xxx1l-n16 {
    margin-top: -4rem !important;
  }
  .mr-xxx1l-n16,
  .mx-xxx1l-n16 {
    margin-right: -4rem !important;
  }
  .mb-xxx1l-n16,
  .my-xxx1l-n16 {
    margin-bottom: -4rem !important;
  }
  .ml-xxx1l-n16,
  .mx-xxx1l-n16 {
    margin-left: -4rem !important;
  }
  .m-xxx1l-n15 {
    margin: -3.75rem !important;
  }
  .mt-xxx1l-n15,
  .my-xxx1l-n15 {
    margin-top: -3.75rem !important;
  }
  .mr-xxx1l-n15,
  .mx-xxx1l-n15 {
    margin-right: -3.75rem !important;
  }
  .mb-xxx1l-n15,
  .my-xxx1l-n15 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxx1l-n15,
  .mx-xxx1l-n15 {
    margin-left: -3.75rem !important;
  }
  .m-xxx1l-n14 {
    margin: -3.5rem !important;
  }
  .mt-xxx1l-n14,
  .my-xxx1l-n14 {
    margin-top: -3.5rem !important;
  }
  .mr-xxx1l-n14,
  .mx-xxx1l-n14 {
    margin-right: -3.5rem !important;
  }
  .mb-xxx1l-n14,
  .my-xxx1l-n14 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxx1l-n14,
  .mx-xxx1l-n14 {
    margin-left: -3.5rem !important;
  }
  .m-xxx1l-n13 {
    margin: -3.25rem !important;
  }
  .mt-xxx1l-n13,
  .my-xxx1l-n13 {
    margin-top: -3.25rem !important;
  }
  .mr-xxx1l-n13,
  .mx-xxx1l-n13 {
    margin-right: -3.25rem !important;
  }
  .mb-xxx1l-n13,
  .my-xxx1l-n13 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xxx1l-n13,
  .mx-xxx1l-n13 {
    margin-left: -3.25rem !important;
  }
  .m-xxx1l-n12 {
    margin: -3rem !important;
  }
  .mt-xxx1l-n12,
  .my-xxx1l-n12 {
    margin-top: -3rem !important;
  }
  .mr-xxx1l-n12,
  .mx-xxx1l-n12 {
    margin-right: -3rem !important;
  }
  .mb-xxx1l-n12,
  .my-xxx1l-n12 {
    margin-bottom: -3rem !important;
  }
  .ml-xxx1l-n12,
  .mx-xxx1l-n12 {
    margin-left: -3rem !important;
  }
  .m-xxx1l-n11 {
    margin: -2.75rem !important;
  }
  .mt-xxx1l-n11,
  .my-xxx1l-n11 {
    margin-top: -2.75rem !important;
  }
  .mr-xxx1l-n11,
  .mx-xxx1l-n11 {
    margin-right: -2.75rem !important;
  }
  .mb-xxx1l-n11,
  .my-xxx1l-n11 {
    margin-bottom: -2.75rem !important;
  }
  .ml-xxx1l-n11,
  .mx-xxx1l-n11 {
    margin-left: -2.75rem !important;
  }
  .m-xxx1l-n10 {
    margin: -2.5rem !important;
  }
  .mt-xxx1l-n10,
  .my-xxx1l-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xxx1l-n10,
  .mx-xxx1l-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xxx1l-n10,
  .my-xxx1l-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxx1l-n10,
  .mx-xxx1l-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xxx1l-n9 {
    margin: -2.25rem !important;
  }
  .mt-xxx1l-n9,
  .my-xxx1l-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xxx1l-n9,
  .mx-xxx1l-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xxx1l-n9,
  .my-xxx1l-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xxx1l-n9,
  .mx-xxx1l-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xxx1l-n8 {
    margin: -2rem !important;
  }
  .mt-xxx1l-n8,
  .my-xxx1l-n8 {
    margin-top: -2rem !important;
  }
  .mr-xxx1l-n8,
  .mx-xxx1l-n8 {
    margin-right: -2rem !important;
  }
  .mb-xxx1l-n8,
  .my-xxx1l-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xxx1l-n8,
  .mx-xxx1l-n8 {
    margin-left: -2rem !important;
  }
  .m-xxx1l-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxx1l-n7,
  .my-xxx1l-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxx1l-n7,
  .mx-xxx1l-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxx1l-n7,
  .my-xxx1l-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxx1l-n7,
  .mx-xxx1l-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxx1l-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxx1l-n6,
  .my-xxx1l-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxx1l-n6,
  .mx-xxx1l-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxx1l-n6,
  .my-xxx1l-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxx1l-n6,
  .mx-xxx1l-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxx1l-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxx1l-n5,
  .my-xxx1l-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxx1l-n5,
  .mx-xxx1l-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxx1l-n5,
  .my-xxx1l-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxx1l-n5,
  .mx-xxx1l-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxx1l-n4 {
    margin: -1rem !important;
  }
  .mt-xxx1l-n4,
  .my-xxx1l-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxx1l-n4,
  .mx-xxx1l-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxx1l-n4,
  .my-xxx1l-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxx1l-n4,
  .mx-xxx1l-n4 {
    margin-left: -1rem !important;
  }
  .m-xxx1l-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxx1l-n3,
  .my-xxx1l-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxx1l-n3,
  .mx-xxx1l-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxx1l-n3,
  .my-xxx1l-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxx1l-n3,
  .mx-xxx1l-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxx1l-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxx1l-n2,
  .my-xxx1l-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxx1l-n2,
  .mx-xxx1l-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxx1l-n2,
  .my-xxx1l-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxx1l-n2,
  .mx-xxx1l-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxx1l-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxx1l-n1,
  .my-xxx1l-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxx1l-n1,
  .mx-xxx1l-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxx1l-n1,
  .my-xxx1l-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxx1l-n1,
  .mx-xxx1l-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxx1l-n0 {
    margin: 0rem !important;
  }
  .mt-xxx1l-n0,
  .my-xxx1l-n0 {
    margin-top: 0rem !important;
  }
  .mr-xxx1l-n0,
  .mx-xxx1l-n0 {
    margin-right: 0rem !important;
  }
  .mb-xxx1l-n0,
  .my-xxx1l-n0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxx1l-n0,
  .mx-xxx1l-n0 {
    margin-left: 0rem !important;
  }
  .m-xxx1l-auto {
    margin: auto !important;
  }
  .mt-xxx1l-auto,
  .my-xxx1l-auto {
    margin-top: auto !important;
  }
  .mr-xxx1l-auto,
  .mx-xxx1l-auto {
    margin-right: auto !important;
  }
  .mb-xxx1l-auto,
  .my-xxx1l-auto {
    margin-bottom: auto !important;
  }
  .ml-xxx1l-auto,
  .mx-xxx1l-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-sub {
  font-family: "Noto Sans KR", "Noto Sans KR", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 320.02px) {
  .text-xxs-left {
    text-align: left !important;
  }
  .text-xxs-right {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 375.02px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576.02px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768.02px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024.02px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200.02px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400.02px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600.02px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920.02px) {
  .text-xxxxl-left {
    text-align: left !important;
  }
  .text-xxxxl-right {
    text-align: right !important;
  }
  .text-xxxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2300.02px) {
  .text-xxxxxl-left {
    text-align: left !important;
  }
  .text-xxxxxl-right {
    text-align: right !important;
  }
  .text-xxxxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2560.02px) {
  .text-x1l-left {
    text-align: left !important;
  }
  .text-x1l-right {
    text-align: right !important;
  }
  .text-x1l-center {
    text-align: center !important;
  }
}
@media (min-width: 2880.02px) {
  .text-xx1l-left {
    text-align: left !important;
  }
  .text-xx1l-right {
    text-align: right !important;
  }
  .text-xx1l-center {
    text-align: center !important;
  }
}
@media (min-width: 3840.02px) {
  .text-xxx1l-left {
    text-align: left !important;
  }
  .text-xxx1l-right {
    text-align: right !important;
  }
  .text-xxx1l-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-thin {
  font-weight: 100 !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-extrabold {
  font-weight: 800 !important;
}
.font-weight-black {
  font-weight: 900 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-color-1 {
  color: #1b3a66 !important;
}
.text-color-2 {
  color: #ff5e2e !important;
}
.text-color-3 {
  color: #848b90 !important;
}
.text-color-4 {
  color: #000f1f !important;
}
.text-color-5 {
  color: #8e979d !important;
}
.text-color-6 {
  color: #8c959c !important;
}
.text-color-7 {
  color: #f3f5f8 !important;
}
.text-success {
  color: #5cb85c !important;
}
.text-info {
  color: #17a2b8 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-light {
  color: #eee !important;
}
.text-dark {
  color: #666 !important;
}
.text-gray-0 {
  color: #000 !important;
}
.text-gray-1 {
  color: #111 !important;
}
.text-gray-2 {
  color: #222 !important;
}
.text-gray-3 {
  color: #333 !important;
}
.text-gray-4 {
  color: #444 !important;
}
.text-gray-5 {
  color: #555 !important;
}
.text-gray-6 {
  color: #666 !important;
}
.text-gray-7 {
  color: #777 !important;
}
.text-gray-8 {
  color: #888 !important;
}
.text-gray-9 {
  color: #999 !important;
}
.text-gray-a {
  color: #aaa !important;
}
.text-gray-b {
  color: #bbb !important;
}
.text-gray-c {
  color: #ccc !important;
}
.text-gray-d {
  color: #ddd !important;
}
.text-gray-e {
  color: #eee !important;
}
.text-gray-f {
  color: #fff !important;
}
.text-blue {
  color: #007bff !important;
}
.text-indigo {
  color: #6610f2 !important;
}
.text-purple {
  color: #6f42c1 !important;
}
.text-pink {
  color: #e83e8c !important;
}
.text-red {
  color: #ff0000 !important;
}
.text-orange {
  color: #fd7e14 !important;
}
.text-yellow {
  color: #ffc107 !important;
}
.text-green {
  color: #5cb85c !important;
}
.text-teal {
  color: #20c997 !important;
}
.text-cyan {
  color: #17a2b8 !important;
}
.text-white {
  color: #fff !important;
}
.text-gray {
  color: #666 !important;
}
.text-gray-dark {
  color: #888 !important;
}
.text-body {
  color: #111 !important;
}
.text-muted {
  color: #666 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-wrap: break-word !important;
}
.text-keep {
  word-break: keep-all !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.imgToCover {
  display: block;
  position: relative;
  overflow: hidden;
}
.imgToCover:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.imgToCover video,
.imgToCover > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}
.imgToContain {
  display: block;
  position: relative;
  overflow: hidden;
}
.imgToContain:after {
  content: "";
  display: block;
  padding-bottom: contain;
}
.imgToContain video,
.imgToContain > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.text-truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
}
.text-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 4.5em;
}
.text-truncate-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 6em;
}
.text-truncate-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 7.5em;
}
@media (min-width: 320.02px) {
  .text-truncate-xxs-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-xxs-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-xxs-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-xxs-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-xxs-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 375.02px) {
  .text-truncate-xs-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-xs-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-xs-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-xs-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-xs-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 576.02px) {
  .text-truncate-sm-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-sm-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-sm-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-sm-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-sm-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 768.02px) {
  .text-truncate-md-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-md-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-md-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-md-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-md-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 1024.02px) {
  .text-truncate-lg-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-lg-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-lg-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-lg-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-lg-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 1200.02px) {
  .text-truncate-xl-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-xl-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-xl-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-xl-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-xl-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 1400.02px) {
  .text-truncate-xxl-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-xxl-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-xxl-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-xxl-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-xxl-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 1600.02px) {
  .text-truncate-xxxl-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-xxxl-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-xxxl-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-xxxl-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-xxxl-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 1920.02px) {
  .text-truncate-xxxxl-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-xxxxl-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-xxxxl-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-xxxxl-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-xxxxl-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 2300.02px) {
  .text-truncate-xxxxxl-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-xxxxxl-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-xxxxxl-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-xxxxxl-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-xxxxxl-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 2560.02px) {
  .text-truncate-x1l-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-x1l-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-x1l-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-x1l-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-x1l-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 2880.02px) {
  .text-truncate-xx1l-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-xx1l-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-xx1l-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-xx1l-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-xx1l-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
@media (min-width: 3840.02px) {
  .text-truncate-xxx1l-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-truncate-xxx1l-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 3em;
  }
  .text-truncate-xxx1l-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 4.5em;
  }
  .text-truncate-xxx1l-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 6em;
  }
  .text-truncate-xxx1l-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 7.5em;
  }
}
html {
  font-size: 14px;
}
@media (min-width: 768.02px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1024.02px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1920.02px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 2300.02px) {
  html {
    font-size: 21px;
  }
}
@media (min-width: 2560.02px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 2880.02px) {
  html {
    font-size: 32px;
  }
}
.font-size-60 {
  font-size: 15rem !important;
}
.font-size-59 {
  font-size: 14.75rem !important;
}
.font-size-58 {
  font-size: 14.5rem !important;
}
.font-size-57 {
  font-size: 14.25rem !important;
}
.font-size-56 {
  font-size: 14rem !important;
}
.font-size-55 {
  font-size: 13.75rem !important;
}
.font-size-54 {
  font-size: 13.5rem !important;
}
.font-size-53 {
  font-size: 13.25rem !important;
}
.font-size-52 {
  font-size: 13rem !important;
}
.font-size-51 {
  font-size: 12.75rem !important;
}
.font-size-50 {
  font-size: 12.5rem !important;
}
.font-size-49 {
  font-size: 12.25rem !important;
}
.font-size-48 {
  font-size: 12rem !important;
}
.font-size-47 {
  font-size: 11.75rem !important;
}
.font-size-46 {
  font-size: 11.5rem !important;
}
.font-size-45 {
  font-size: 11.25rem !important;
}
.font-size-44 {
  font-size: 11rem !important;
}
.font-size-43 {
  font-size: 10.75rem !important;
}
.font-size-42 {
  font-size: 10.5rem !important;
}
.font-size-41 {
  font-size: 10.25rem !important;
}
.font-size-40 {
  font-size: 10rem !important;
}
.font-size-39 {
  font-size: 9.75rem !important;
}
.font-size-38 {
  font-size: 9.5rem !important;
}
.font-size-37 {
  font-size: 9.25rem !important;
}
.font-size-36 {
  font-size: 9rem !important;
}
.font-size-35 {
  font-size: 8.75rem !important;
}
.font-size-34 {
  font-size: 8.5rem !important;
}
.font-size-33 {
  font-size: 8.25rem !important;
}
.font-size-32 {
  font-size: 8rem !important;
}
.font-size-31 {
  font-size: 7.75rem !important;
}
.font-size-30 {
  font-size: 7.5rem !important;
}
.font-size-29 {
  font-size: 7.25rem !important;
}
.font-size-28 {
  font-size: 7rem !important;
}
.font-size-27 {
  font-size: 6.75rem !important;
}
.font-size-26 {
  font-size: 6.5rem !important;
}
.font-size-25 {
  font-size: 6.25rem !important;
}
.font-size-24 {
  font-size: 6rem !important;
}
.font-size-23 {
  font-size: 5.75rem !important;
}
.font-size-22 {
  font-size: 5.5rem !important;
}
.font-size-21 {
  font-size: 5.25rem !important;
}
.font-size-20 {
  font-size: 5rem !important;
}
.font-size-19 {
  font-size: 4.75rem !important;
}
.font-size-18 {
  font-size: 4.5rem !important;
}
.font-size-17 {
  font-size: 4.25rem !important;
}
.font-size-16 {
  font-size: 4rem !important;
}
.font-size-15 {
  font-size: 3.75rem !important;
}
.font-size-14 {
  font-size: 3.5rem !important;
}
.font-size-13 {
  font-size: 3.25rem !important;
}
.font-size-12 {
  font-size: 3rem !important;
}
.font-size-11 {
  font-size: 2.75rem !important;
}
.font-size-10 {
  font-size: 2.5rem !important;
}
.font-size-9 {
  font-size: 2.25rem !important;
}
.font-size-8 {
  font-size: 2rem !important;
}
.font-size-7 {
  font-size: 1.75rem !important;
}
.font-size-6 {
  font-size: 1.5rem !important;
}
.font-size-5 {
  font-size: 1.25rem !important;
}
.font-size-4 {
  font-size: 1rem !important;
}
.font-size-3 {
  font-size: 0.75rem !important;
}
.font-size-2 {
  font-size: 0.5rem !important;
}
.font-size-1 {
  font-size: 0.25rem !important;
}
.font-size-0 {
  font-size: 0rem !important;
}
@media (min-width: 320.02px) {
  .font-size-xxs-60 {
    font-size: 15rem !important;
  }
  .font-size-xxs-59 {
    font-size: 14.75rem !important;
  }
  .font-size-xxs-58 {
    font-size: 14.5rem !important;
  }
  .font-size-xxs-57 {
    font-size: 14.25rem !important;
  }
  .font-size-xxs-56 {
    font-size: 14rem !important;
  }
  .font-size-xxs-55 {
    font-size: 13.75rem !important;
  }
  .font-size-xxs-54 {
    font-size: 13.5rem !important;
  }
  .font-size-xxs-53 {
    font-size: 13.25rem !important;
  }
  .font-size-xxs-52 {
    font-size: 13rem !important;
  }
  .font-size-xxs-51 {
    font-size: 12.75rem !important;
  }
  .font-size-xxs-50 {
    font-size: 12.5rem !important;
  }
  .font-size-xxs-49 {
    font-size: 12.25rem !important;
  }
  .font-size-xxs-48 {
    font-size: 12rem !important;
  }
  .font-size-xxs-47 {
    font-size: 11.75rem !important;
  }
  .font-size-xxs-46 {
    font-size: 11.5rem !important;
  }
  .font-size-xxs-45 {
    font-size: 11.25rem !important;
  }
  .font-size-xxs-44 {
    font-size: 11rem !important;
  }
  .font-size-xxs-43 {
    font-size: 10.75rem !important;
  }
  .font-size-xxs-42 {
    font-size: 10.5rem !important;
  }
  .font-size-xxs-41 {
    font-size: 10.25rem !important;
  }
  .font-size-xxs-40 {
    font-size: 10rem !important;
  }
  .font-size-xxs-39 {
    font-size: 9.75rem !important;
  }
  .font-size-xxs-38 {
    font-size: 9.5rem !important;
  }
  .font-size-xxs-37 {
    font-size: 9.25rem !important;
  }
  .font-size-xxs-36 {
    font-size: 9rem !important;
  }
  .font-size-xxs-35 {
    font-size: 8.75rem !important;
  }
  .font-size-xxs-34 {
    font-size: 8.5rem !important;
  }
  .font-size-xxs-33 {
    font-size: 8.25rem !important;
  }
  .font-size-xxs-32 {
    font-size: 8rem !important;
  }
  .font-size-xxs-31 {
    font-size: 7.75rem !important;
  }
  .font-size-xxs-30 {
    font-size: 7.5rem !important;
  }
  .font-size-xxs-29 {
    font-size: 7.25rem !important;
  }
  .font-size-xxs-28 {
    font-size: 7rem !important;
  }
  .font-size-xxs-27 {
    font-size: 6.75rem !important;
  }
  .font-size-xxs-26 {
    font-size: 6.5rem !important;
  }
  .font-size-xxs-25 {
    font-size: 6.25rem !important;
  }
  .font-size-xxs-24 {
    font-size: 6rem !important;
  }
  .font-size-xxs-23 {
    font-size: 5.75rem !important;
  }
  .font-size-xxs-22 {
    font-size: 5.5rem !important;
  }
  .font-size-xxs-21 {
    font-size: 5.25rem !important;
  }
  .font-size-xxs-20 {
    font-size: 5rem !important;
  }
  .font-size-xxs-19 {
    font-size: 4.75rem !important;
  }
  .font-size-xxs-18 {
    font-size: 4.5rem !important;
  }
  .font-size-xxs-17 {
    font-size: 4.25rem !important;
  }
  .font-size-xxs-16 {
    font-size: 4rem !important;
  }
  .font-size-xxs-15 {
    font-size: 3.75rem !important;
  }
  .font-size-xxs-14 {
    font-size: 3.5rem !important;
  }
  .font-size-xxs-13 {
    font-size: 3.25rem !important;
  }
  .font-size-xxs-12 {
    font-size: 3rem !important;
  }
  .font-size-xxs-11 {
    font-size: 2.75rem !important;
  }
  .font-size-xxs-10 {
    font-size: 2.5rem !important;
  }
  .font-size-xxs-9 {
    font-size: 2.25rem !important;
  }
  .font-size-xxs-8 {
    font-size: 2rem !important;
  }
  .font-size-xxs-7 {
    font-size: 1.75rem !important;
  }
  .font-size-xxs-6 {
    font-size: 1.5rem !important;
  }
  .font-size-xxs-5 {
    font-size: 1.25rem !important;
  }
  .font-size-xxs-4 {
    font-size: 1rem !important;
  }
  .font-size-xxs-3 {
    font-size: 0.75rem !important;
  }
  .font-size-xxs-2 {
    font-size: 0.5rem !important;
  }
  .font-size-xxs-1 {
    font-size: 0.25rem !important;
  }
  .font-size-xxs-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 375.02px) {
  .font-size-xs-60 {
    font-size: 15rem !important;
  }
  .font-size-xs-59 {
    font-size: 14.75rem !important;
  }
  .font-size-xs-58 {
    font-size: 14.5rem !important;
  }
  .font-size-xs-57 {
    font-size: 14.25rem !important;
  }
  .font-size-xs-56 {
    font-size: 14rem !important;
  }
  .font-size-xs-55 {
    font-size: 13.75rem !important;
  }
  .font-size-xs-54 {
    font-size: 13.5rem !important;
  }
  .font-size-xs-53 {
    font-size: 13.25rem !important;
  }
  .font-size-xs-52 {
    font-size: 13rem !important;
  }
  .font-size-xs-51 {
    font-size: 12.75rem !important;
  }
  .font-size-xs-50 {
    font-size: 12.5rem !important;
  }
  .font-size-xs-49 {
    font-size: 12.25rem !important;
  }
  .font-size-xs-48 {
    font-size: 12rem !important;
  }
  .font-size-xs-47 {
    font-size: 11.75rem !important;
  }
  .font-size-xs-46 {
    font-size: 11.5rem !important;
  }
  .font-size-xs-45 {
    font-size: 11.25rem !important;
  }
  .font-size-xs-44 {
    font-size: 11rem !important;
  }
  .font-size-xs-43 {
    font-size: 10.75rem !important;
  }
  .font-size-xs-42 {
    font-size: 10.5rem !important;
  }
  .font-size-xs-41 {
    font-size: 10.25rem !important;
  }
  .font-size-xs-40 {
    font-size: 10rem !important;
  }
  .font-size-xs-39 {
    font-size: 9.75rem !important;
  }
  .font-size-xs-38 {
    font-size: 9.5rem !important;
  }
  .font-size-xs-37 {
    font-size: 9.25rem !important;
  }
  .font-size-xs-36 {
    font-size: 9rem !important;
  }
  .font-size-xs-35 {
    font-size: 8.75rem !important;
  }
  .font-size-xs-34 {
    font-size: 8.5rem !important;
  }
  .font-size-xs-33 {
    font-size: 8.25rem !important;
  }
  .font-size-xs-32 {
    font-size: 8rem !important;
  }
  .font-size-xs-31 {
    font-size: 7.75rem !important;
  }
  .font-size-xs-30 {
    font-size: 7.5rem !important;
  }
  .font-size-xs-29 {
    font-size: 7.25rem !important;
  }
  .font-size-xs-28 {
    font-size: 7rem !important;
  }
  .font-size-xs-27 {
    font-size: 6.75rem !important;
  }
  .font-size-xs-26 {
    font-size: 6.5rem !important;
  }
  .font-size-xs-25 {
    font-size: 6.25rem !important;
  }
  .font-size-xs-24 {
    font-size: 6rem !important;
  }
  .font-size-xs-23 {
    font-size: 5.75rem !important;
  }
  .font-size-xs-22 {
    font-size: 5.5rem !important;
  }
  .font-size-xs-21 {
    font-size: 5.25rem !important;
  }
  .font-size-xs-20 {
    font-size: 5rem !important;
  }
  .font-size-xs-19 {
    font-size: 4.75rem !important;
  }
  .font-size-xs-18 {
    font-size: 4.5rem !important;
  }
  .font-size-xs-17 {
    font-size: 4.25rem !important;
  }
  .font-size-xs-16 {
    font-size: 4rem !important;
  }
  .font-size-xs-15 {
    font-size: 3.75rem !important;
  }
  .font-size-xs-14 {
    font-size: 3.5rem !important;
  }
  .font-size-xs-13 {
    font-size: 3.25rem !important;
  }
  .font-size-xs-12 {
    font-size: 3rem !important;
  }
  .font-size-xs-11 {
    font-size: 2.75rem !important;
  }
  .font-size-xs-10 {
    font-size: 2.5rem !important;
  }
  .font-size-xs-9 {
    font-size: 2.25rem !important;
  }
  .font-size-xs-8 {
    font-size: 2rem !important;
  }
  .font-size-xs-7 {
    font-size: 1.75rem !important;
  }
  .font-size-xs-6 {
    font-size: 1.5rem !important;
  }
  .font-size-xs-5 {
    font-size: 1.25rem !important;
  }
  .font-size-xs-4 {
    font-size: 1rem !important;
  }
  .font-size-xs-3 {
    font-size: 0.75rem !important;
  }
  .font-size-xs-2 {
    font-size: 0.5rem !important;
  }
  .font-size-xs-1 {
    font-size: 0.25rem !important;
  }
  .font-size-xs-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 576.02px) {
  .font-size-sm-60 {
    font-size: 15rem !important;
  }
  .font-size-sm-59 {
    font-size: 14.75rem !important;
  }
  .font-size-sm-58 {
    font-size: 14.5rem !important;
  }
  .font-size-sm-57 {
    font-size: 14.25rem !important;
  }
  .font-size-sm-56 {
    font-size: 14rem !important;
  }
  .font-size-sm-55 {
    font-size: 13.75rem !important;
  }
  .font-size-sm-54 {
    font-size: 13.5rem !important;
  }
  .font-size-sm-53 {
    font-size: 13.25rem !important;
  }
  .font-size-sm-52 {
    font-size: 13rem !important;
  }
  .font-size-sm-51 {
    font-size: 12.75rem !important;
  }
  .font-size-sm-50 {
    font-size: 12.5rem !important;
  }
  .font-size-sm-49 {
    font-size: 12.25rem !important;
  }
  .font-size-sm-48 {
    font-size: 12rem !important;
  }
  .font-size-sm-47 {
    font-size: 11.75rem !important;
  }
  .font-size-sm-46 {
    font-size: 11.5rem !important;
  }
  .font-size-sm-45 {
    font-size: 11.25rem !important;
  }
  .font-size-sm-44 {
    font-size: 11rem !important;
  }
  .font-size-sm-43 {
    font-size: 10.75rem !important;
  }
  .font-size-sm-42 {
    font-size: 10.5rem !important;
  }
  .font-size-sm-41 {
    font-size: 10.25rem !important;
  }
  .font-size-sm-40 {
    font-size: 10rem !important;
  }
  .font-size-sm-39 {
    font-size: 9.75rem !important;
  }
  .font-size-sm-38 {
    font-size: 9.5rem !important;
  }
  .font-size-sm-37 {
    font-size: 9.25rem !important;
  }
  .font-size-sm-36 {
    font-size: 9rem !important;
  }
  .font-size-sm-35 {
    font-size: 8.75rem !important;
  }
  .font-size-sm-34 {
    font-size: 8.5rem !important;
  }
  .font-size-sm-33 {
    font-size: 8.25rem !important;
  }
  .font-size-sm-32 {
    font-size: 8rem !important;
  }
  .font-size-sm-31 {
    font-size: 7.75rem !important;
  }
  .font-size-sm-30 {
    font-size: 7.5rem !important;
  }
  .font-size-sm-29 {
    font-size: 7.25rem !important;
  }
  .font-size-sm-28 {
    font-size: 7rem !important;
  }
  .font-size-sm-27 {
    font-size: 6.75rem !important;
  }
  .font-size-sm-26 {
    font-size: 6.5rem !important;
  }
  .font-size-sm-25 {
    font-size: 6.25rem !important;
  }
  .font-size-sm-24 {
    font-size: 6rem !important;
  }
  .font-size-sm-23 {
    font-size: 5.75rem !important;
  }
  .font-size-sm-22 {
    font-size: 5.5rem !important;
  }
  .font-size-sm-21 {
    font-size: 5.25rem !important;
  }
  .font-size-sm-20 {
    font-size: 5rem !important;
  }
  .font-size-sm-19 {
    font-size: 4.75rem !important;
  }
  .font-size-sm-18 {
    font-size: 4.5rem !important;
  }
  .font-size-sm-17 {
    font-size: 4.25rem !important;
  }
  .font-size-sm-16 {
    font-size: 4rem !important;
  }
  .font-size-sm-15 {
    font-size: 3.75rem !important;
  }
  .font-size-sm-14 {
    font-size: 3.5rem !important;
  }
  .font-size-sm-13 {
    font-size: 3.25rem !important;
  }
  .font-size-sm-12 {
    font-size: 3rem !important;
  }
  .font-size-sm-11 {
    font-size: 2.75rem !important;
  }
  .font-size-sm-10 {
    font-size: 2.5rem !important;
  }
  .font-size-sm-9 {
    font-size: 2.25rem !important;
  }
  .font-size-sm-8 {
    font-size: 2rem !important;
  }
  .font-size-sm-7 {
    font-size: 1.75rem !important;
  }
  .font-size-sm-6 {
    font-size: 1.5rem !important;
  }
  .font-size-sm-5 {
    font-size: 1.25rem !important;
  }
  .font-size-sm-4 {
    font-size: 1rem !important;
  }
  .font-size-sm-3 {
    font-size: 0.75rem !important;
  }
  .font-size-sm-2 {
    font-size: 0.5rem !important;
  }
  .font-size-sm-1 {
    font-size: 0.25rem !important;
  }
  .font-size-sm-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 768.02px) {
  .font-size-md-60 {
    font-size: 15rem !important;
  }
  .font-size-md-59 {
    font-size: 14.75rem !important;
  }
  .font-size-md-58 {
    font-size: 14.5rem !important;
  }
  .font-size-md-57 {
    font-size: 14.25rem !important;
  }
  .font-size-md-56 {
    font-size: 14rem !important;
  }
  .font-size-md-55 {
    font-size: 13.75rem !important;
  }
  .font-size-md-54 {
    font-size: 13.5rem !important;
  }
  .font-size-md-53 {
    font-size: 13.25rem !important;
  }
  .font-size-md-52 {
    font-size: 13rem !important;
  }
  .font-size-md-51 {
    font-size: 12.75rem !important;
  }
  .font-size-md-50 {
    font-size: 12.5rem !important;
  }
  .font-size-md-49 {
    font-size: 12.25rem !important;
  }
  .font-size-md-48 {
    font-size: 12rem !important;
  }
  .font-size-md-47 {
    font-size: 11.75rem !important;
  }
  .font-size-md-46 {
    font-size: 11.5rem !important;
  }
  .font-size-md-45 {
    font-size: 11.25rem !important;
  }
  .font-size-md-44 {
    font-size: 11rem !important;
  }
  .font-size-md-43 {
    font-size: 10.75rem !important;
  }
  .font-size-md-42 {
    font-size: 10.5rem !important;
  }
  .font-size-md-41 {
    font-size: 10.25rem !important;
  }
  .font-size-md-40 {
    font-size: 10rem !important;
  }
  .font-size-md-39 {
    font-size: 9.75rem !important;
  }
  .font-size-md-38 {
    font-size: 9.5rem !important;
  }
  .font-size-md-37 {
    font-size: 9.25rem !important;
  }
  .font-size-md-36 {
    font-size: 9rem !important;
  }
  .font-size-md-35 {
    font-size: 8.75rem !important;
  }
  .font-size-md-34 {
    font-size: 8.5rem !important;
  }
  .font-size-md-33 {
    font-size: 8.25rem !important;
  }
  .font-size-md-32 {
    font-size: 8rem !important;
  }
  .font-size-md-31 {
    font-size: 7.75rem !important;
  }
  .font-size-md-30 {
    font-size: 7.5rem !important;
  }
  .font-size-md-29 {
    font-size: 7.25rem !important;
  }
  .font-size-md-28 {
    font-size: 7rem !important;
  }
  .font-size-md-27 {
    font-size: 6.75rem !important;
  }
  .font-size-md-26 {
    font-size: 6.5rem !important;
  }
  .font-size-md-25 {
    font-size: 6.25rem !important;
  }
  .font-size-md-24 {
    font-size: 6rem !important;
  }
  .font-size-md-23 {
    font-size: 5.75rem !important;
  }
  .font-size-md-22 {
    font-size: 5.5rem !important;
  }
  .font-size-md-21 {
    font-size: 5.25rem !important;
  }
  .font-size-md-20 {
    font-size: 5rem !important;
  }
  .font-size-md-19 {
    font-size: 4.75rem !important;
  }
  .font-size-md-18 {
    font-size: 4.5rem !important;
  }
  .font-size-md-17 {
    font-size: 4.25rem !important;
  }
  .font-size-md-16 {
    font-size: 4rem !important;
  }
  .font-size-md-15 {
    font-size: 3.75rem !important;
  }
  .font-size-md-14 {
    font-size: 3.5rem !important;
  }
  .font-size-md-13 {
    font-size: 3.25rem !important;
  }
  .font-size-md-12 {
    font-size: 3rem !important;
  }
  .font-size-md-11 {
    font-size: 2.75rem !important;
  }
  .font-size-md-10 {
    font-size: 2.5rem !important;
  }
  .font-size-md-9 {
    font-size: 2.25rem !important;
  }
  .font-size-md-8 {
    font-size: 2rem !important;
  }
  .font-size-md-7 {
    font-size: 1.75rem !important;
  }
  .font-size-md-6 {
    font-size: 1.5rem !important;
  }
  .font-size-md-5 {
    font-size: 1.25rem !important;
  }
  .font-size-md-4 {
    font-size: 1rem !important;
  }
  .font-size-md-3 {
    font-size: 0.75rem !important;
  }
  .font-size-md-2 {
    font-size: 0.5rem !important;
  }
  .font-size-md-1 {
    font-size: 0.25rem !important;
  }
  .font-size-md-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 1024.02px) {
  .font-size-lg-60 {
    font-size: 15rem !important;
  }
  .font-size-lg-59 {
    font-size: 14.75rem !important;
  }
  .font-size-lg-58 {
    font-size: 14.5rem !important;
  }
  .font-size-lg-57 {
    font-size: 14.25rem !important;
  }
  .font-size-lg-56 {
    font-size: 14rem !important;
  }
  .font-size-lg-55 {
    font-size: 13.75rem !important;
  }
  .font-size-lg-54 {
    font-size: 13.5rem !important;
  }
  .font-size-lg-53 {
    font-size: 13.25rem !important;
  }
  .font-size-lg-52 {
    font-size: 13rem !important;
  }
  .font-size-lg-51 {
    font-size: 12.75rem !important;
  }
  .font-size-lg-50 {
    font-size: 12.5rem !important;
  }
  .font-size-lg-49 {
    font-size: 12.25rem !important;
  }
  .font-size-lg-48 {
    font-size: 12rem !important;
  }
  .font-size-lg-47 {
    font-size: 11.75rem !important;
  }
  .font-size-lg-46 {
    font-size: 11.5rem !important;
  }
  .font-size-lg-45 {
    font-size: 11.25rem !important;
  }
  .font-size-lg-44 {
    font-size: 11rem !important;
  }
  .font-size-lg-43 {
    font-size: 10.75rem !important;
  }
  .font-size-lg-42 {
    font-size: 10.5rem !important;
  }
  .font-size-lg-41 {
    font-size: 10.25rem !important;
  }
  .font-size-lg-40 {
    font-size: 10rem !important;
  }
  .font-size-lg-39 {
    font-size: 9.75rem !important;
  }
  .font-size-lg-38 {
    font-size: 9.5rem !important;
  }
  .font-size-lg-37 {
    font-size: 9.25rem !important;
  }
  .font-size-lg-36 {
    font-size: 9rem !important;
  }
  .font-size-lg-35 {
    font-size: 8.75rem !important;
  }
  .font-size-lg-34 {
    font-size: 8.5rem !important;
  }
  .font-size-lg-33 {
    font-size: 8.25rem !important;
  }
  .font-size-lg-32 {
    font-size: 8rem !important;
  }
  .font-size-lg-31 {
    font-size: 7.75rem !important;
  }
  .font-size-lg-30 {
    font-size: 7.5rem !important;
  }
  .font-size-lg-29 {
    font-size: 7.25rem !important;
  }
  .font-size-lg-28 {
    font-size: 7rem !important;
  }
  .font-size-lg-27 {
    font-size: 6.75rem !important;
  }
  .font-size-lg-26 {
    font-size: 6.5rem !important;
  }
  .font-size-lg-25 {
    font-size: 6.25rem !important;
  }
  .font-size-lg-24 {
    font-size: 6rem !important;
  }
  .font-size-lg-23 {
    font-size: 5.75rem !important;
  }
  .font-size-lg-22 {
    font-size: 5.5rem !important;
  }
  .font-size-lg-21 {
    font-size: 5.25rem !important;
  }
  .font-size-lg-20 {
    font-size: 5rem !important;
  }
  .font-size-lg-19 {
    font-size: 4.75rem !important;
  }
  .font-size-lg-18 {
    font-size: 4.5rem !important;
  }
  .font-size-lg-17 {
    font-size: 4.25rem !important;
  }
  .font-size-lg-16 {
    font-size: 4rem !important;
  }
  .font-size-lg-15 {
    font-size: 3.75rem !important;
  }
  .font-size-lg-14 {
    font-size: 3.5rem !important;
  }
  .font-size-lg-13 {
    font-size: 3.25rem !important;
  }
  .font-size-lg-12 {
    font-size: 3rem !important;
  }
  .font-size-lg-11 {
    font-size: 2.75rem !important;
  }
  .font-size-lg-10 {
    font-size: 2.5rem !important;
  }
  .font-size-lg-9 {
    font-size: 2.25rem !important;
  }
  .font-size-lg-8 {
    font-size: 2rem !important;
  }
  .font-size-lg-7 {
    font-size: 1.75rem !important;
  }
  .font-size-lg-6 {
    font-size: 1.5rem !important;
  }
  .font-size-lg-5 {
    font-size: 1.25rem !important;
  }
  .font-size-lg-4 {
    font-size: 1rem !important;
  }
  .font-size-lg-3 {
    font-size: 0.75rem !important;
  }
  .font-size-lg-2 {
    font-size: 0.5rem !important;
  }
  .font-size-lg-1 {
    font-size: 0.25rem !important;
  }
  .font-size-lg-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 1200.02px) {
  .font-size-xl-60 {
    font-size: 15rem !important;
  }
  .font-size-xl-59 {
    font-size: 14.75rem !important;
  }
  .font-size-xl-58 {
    font-size: 14.5rem !important;
  }
  .font-size-xl-57 {
    font-size: 14.25rem !important;
  }
  .font-size-xl-56 {
    font-size: 14rem !important;
  }
  .font-size-xl-55 {
    font-size: 13.75rem !important;
  }
  .font-size-xl-54 {
    font-size: 13.5rem !important;
  }
  .font-size-xl-53 {
    font-size: 13.25rem !important;
  }
  .font-size-xl-52 {
    font-size: 13rem !important;
  }
  .font-size-xl-51 {
    font-size: 12.75rem !important;
  }
  .font-size-xl-50 {
    font-size: 12.5rem !important;
  }
  .font-size-xl-49 {
    font-size: 12.25rem !important;
  }
  .font-size-xl-48 {
    font-size: 12rem !important;
  }
  .font-size-xl-47 {
    font-size: 11.75rem !important;
  }
  .font-size-xl-46 {
    font-size: 11.5rem !important;
  }
  .font-size-xl-45 {
    font-size: 11.25rem !important;
  }
  .font-size-xl-44 {
    font-size: 11rem !important;
  }
  .font-size-xl-43 {
    font-size: 10.75rem !important;
  }
  .font-size-xl-42 {
    font-size: 10.5rem !important;
  }
  .font-size-xl-41 {
    font-size: 10.25rem !important;
  }
  .font-size-xl-40 {
    font-size: 10rem !important;
  }
  .font-size-xl-39 {
    font-size: 9.75rem !important;
  }
  .font-size-xl-38 {
    font-size: 9.5rem !important;
  }
  .font-size-xl-37 {
    font-size: 9.25rem !important;
  }
  .font-size-xl-36 {
    font-size: 9rem !important;
  }
  .font-size-xl-35 {
    font-size: 8.75rem !important;
  }
  .font-size-xl-34 {
    font-size: 8.5rem !important;
  }
  .font-size-xl-33 {
    font-size: 8.25rem !important;
  }
  .font-size-xl-32 {
    font-size: 8rem !important;
  }
  .font-size-xl-31 {
    font-size: 7.75rem !important;
  }
  .font-size-xl-30 {
    font-size: 7.5rem !important;
  }
  .font-size-xl-29 {
    font-size: 7.25rem !important;
  }
  .font-size-xl-28 {
    font-size: 7rem !important;
  }
  .font-size-xl-27 {
    font-size: 6.75rem !important;
  }
  .font-size-xl-26 {
    font-size: 6.5rem !important;
  }
  .font-size-xl-25 {
    font-size: 6.25rem !important;
  }
  .font-size-xl-24 {
    font-size: 6rem !important;
  }
  .font-size-xl-23 {
    font-size: 5.75rem !important;
  }
  .font-size-xl-22 {
    font-size: 5.5rem !important;
  }
  .font-size-xl-21 {
    font-size: 5.25rem !important;
  }
  .font-size-xl-20 {
    font-size: 5rem !important;
  }
  .font-size-xl-19 {
    font-size: 4.75rem !important;
  }
  .font-size-xl-18 {
    font-size: 4.5rem !important;
  }
  .font-size-xl-17 {
    font-size: 4.25rem !important;
  }
  .font-size-xl-16 {
    font-size: 4rem !important;
  }
  .font-size-xl-15 {
    font-size: 3.75rem !important;
  }
  .font-size-xl-14 {
    font-size: 3.5rem !important;
  }
  .font-size-xl-13 {
    font-size: 3.25rem !important;
  }
  .font-size-xl-12 {
    font-size: 3rem !important;
  }
  .font-size-xl-11 {
    font-size: 2.75rem !important;
  }
  .font-size-xl-10 {
    font-size: 2.5rem !important;
  }
  .font-size-xl-9 {
    font-size: 2.25rem !important;
  }
  .font-size-xl-8 {
    font-size: 2rem !important;
  }
  .font-size-xl-7 {
    font-size: 1.75rem !important;
  }
  .font-size-xl-6 {
    font-size: 1.5rem !important;
  }
  .font-size-xl-5 {
    font-size: 1.25rem !important;
  }
  .font-size-xl-4 {
    font-size: 1rem !important;
  }
  .font-size-xl-3 {
    font-size: 0.75rem !important;
  }
  .font-size-xl-2 {
    font-size: 0.5rem !important;
  }
  .font-size-xl-1 {
    font-size: 0.25rem !important;
  }
  .font-size-xl-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 1400.02px) {
  .font-size-xxl-60 {
    font-size: 15rem !important;
  }
  .font-size-xxl-59 {
    font-size: 14.75rem !important;
  }
  .font-size-xxl-58 {
    font-size: 14.5rem !important;
  }
  .font-size-xxl-57 {
    font-size: 14.25rem !important;
  }
  .font-size-xxl-56 {
    font-size: 14rem !important;
  }
  .font-size-xxl-55 {
    font-size: 13.75rem !important;
  }
  .font-size-xxl-54 {
    font-size: 13.5rem !important;
  }
  .font-size-xxl-53 {
    font-size: 13.25rem !important;
  }
  .font-size-xxl-52 {
    font-size: 13rem !important;
  }
  .font-size-xxl-51 {
    font-size: 12.75rem !important;
  }
  .font-size-xxl-50 {
    font-size: 12.5rem !important;
  }
  .font-size-xxl-49 {
    font-size: 12.25rem !important;
  }
  .font-size-xxl-48 {
    font-size: 12rem !important;
  }
  .font-size-xxl-47 {
    font-size: 11.75rem !important;
  }
  .font-size-xxl-46 {
    font-size: 11.5rem !important;
  }
  .font-size-xxl-45 {
    font-size: 11.25rem !important;
  }
  .font-size-xxl-44 {
    font-size: 11rem !important;
  }
  .font-size-xxl-43 {
    font-size: 10.75rem !important;
  }
  .font-size-xxl-42 {
    font-size: 10.5rem !important;
  }
  .font-size-xxl-41 {
    font-size: 10.25rem !important;
  }
  .font-size-xxl-40 {
    font-size: 10rem !important;
  }
  .font-size-xxl-39 {
    font-size: 9.75rem !important;
  }
  .font-size-xxl-38 {
    font-size: 9.5rem !important;
  }
  .font-size-xxl-37 {
    font-size: 9.25rem !important;
  }
  .font-size-xxl-36 {
    font-size: 9rem !important;
  }
  .font-size-xxl-35 {
    font-size: 8.75rem !important;
  }
  .font-size-xxl-34 {
    font-size: 8.5rem !important;
  }
  .font-size-xxl-33 {
    font-size: 8.25rem !important;
  }
  .font-size-xxl-32 {
    font-size: 8rem !important;
  }
  .font-size-xxl-31 {
    font-size: 7.75rem !important;
  }
  .font-size-xxl-30 {
    font-size: 7.5rem !important;
  }
  .font-size-xxl-29 {
    font-size: 7.25rem !important;
  }
  .font-size-xxl-28 {
    font-size: 7rem !important;
  }
  .font-size-xxl-27 {
    font-size: 6.75rem !important;
  }
  .font-size-xxl-26 {
    font-size: 6.5rem !important;
  }
  .font-size-xxl-25 {
    font-size: 6.25rem !important;
  }
  .font-size-xxl-24 {
    font-size: 6rem !important;
  }
  .font-size-xxl-23 {
    font-size: 5.75rem !important;
  }
  .font-size-xxl-22 {
    font-size: 5.5rem !important;
  }
  .font-size-xxl-21 {
    font-size: 5.25rem !important;
  }
  .font-size-xxl-20 {
    font-size: 5rem !important;
  }
  .font-size-xxl-19 {
    font-size: 4.75rem !important;
  }
  .font-size-xxl-18 {
    font-size: 4.5rem !important;
  }
  .font-size-xxl-17 {
    font-size: 4.25rem !important;
  }
  .font-size-xxl-16 {
    font-size: 4rem !important;
  }
  .font-size-xxl-15 {
    font-size: 3.75rem !important;
  }
  .font-size-xxl-14 {
    font-size: 3.5rem !important;
  }
  .font-size-xxl-13 {
    font-size: 3.25rem !important;
  }
  .font-size-xxl-12 {
    font-size: 3rem !important;
  }
  .font-size-xxl-11 {
    font-size: 2.75rem !important;
  }
  .font-size-xxl-10 {
    font-size: 2.5rem !important;
  }
  .font-size-xxl-9 {
    font-size: 2.25rem !important;
  }
  .font-size-xxl-8 {
    font-size: 2rem !important;
  }
  .font-size-xxl-7 {
    font-size: 1.75rem !important;
  }
  .font-size-xxl-6 {
    font-size: 1.5rem !important;
  }
  .font-size-xxl-5 {
    font-size: 1.25rem !important;
  }
  .font-size-xxl-4 {
    font-size: 1rem !important;
  }
  .font-size-xxl-3 {
    font-size: 0.75rem !important;
  }
  .font-size-xxl-2 {
    font-size: 0.5rem !important;
  }
  .font-size-xxl-1 {
    font-size: 0.25rem !important;
  }
  .font-size-xxl-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 1600.02px) {
  .font-size-xxxl-60 {
    font-size: 15rem !important;
  }
  .font-size-xxxl-59 {
    font-size: 14.75rem !important;
  }
  .font-size-xxxl-58 {
    font-size: 14.5rem !important;
  }
  .font-size-xxxl-57 {
    font-size: 14.25rem !important;
  }
  .font-size-xxxl-56 {
    font-size: 14rem !important;
  }
  .font-size-xxxl-55 {
    font-size: 13.75rem !important;
  }
  .font-size-xxxl-54 {
    font-size: 13.5rem !important;
  }
  .font-size-xxxl-53 {
    font-size: 13.25rem !important;
  }
  .font-size-xxxl-52 {
    font-size: 13rem !important;
  }
  .font-size-xxxl-51 {
    font-size: 12.75rem !important;
  }
  .font-size-xxxl-50 {
    font-size: 12.5rem !important;
  }
  .font-size-xxxl-49 {
    font-size: 12.25rem !important;
  }
  .font-size-xxxl-48 {
    font-size: 12rem !important;
  }
  .font-size-xxxl-47 {
    font-size: 11.75rem !important;
  }
  .font-size-xxxl-46 {
    font-size: 11.5rem !important;
  }
  .font-size-xxxl-45 {
    font-size: 11.25rem !important;
  }
  .font-size-xxxl-44 {
    font-size: 11rem !important;
  }
  .font-size-xxxl-43 {
    font-size: 10.75rem !important;
  }
  .font-size-xxxl-42 {
    font-size: 10.5rem !important;
  }
  .font-size-xxxl-41 {
    font-size: 10.25rem !important;
  }
  .font-size-xxxl-40 {
    font-size: 10rem !important;
  }
  .font-size-xxxl-39 {
    font-size: 9.75rem !important;
  }
  .font-size-xxxl-38 {
    font-size: 9.5rem !important;
  }
  .font-size-xxxl-37 {
    font-size: 9.25rem !important;
  }
  .font-size-xxxl-36 {
    font-size: 9rem !important;
  }
  .font-size-xxxl-35 {
    font-size: 8.75rem !important;
  }
  .font-size-xxxl-34 {
    font-size: 8.5rem !important;
  }
  .font-size-xxxl-33 {
    font-size: 8.25rem !important;
  }
  .font-size-xxxl-32 {
    font-size: 8rem !important;
  }
  .font-size-xxxl-31 {
    font-size: 7.75rem !important;
  }
  .font-size-xxxl-30 {
    font-size: 7.5rem !important;
  }
  .font-size-xxxl-29 {
    font-size: 7.25rem !important;
  }
  .font-size-xxxl-28 {
    font-size: 7rem !important;
  }
  .font-size-xxxl-27 {
    font-size: 6.75rem !important;
  }
  .font-size-xxxl-26 {
    font-size: 6.5rem !important;
  }
  .font-size-xxxl-25 {
    font-size: 6.25rem !important;
  }
  .font-size-xxxl-24 {
    font-size: 6rem !important;
  }
  .font-size-xxxl-23 {
    font-size: 5.75rem !important;
  }
  .font-size-xxxl-22 {
    font-size: 5.5rem !important;
  }
  .font-size-xxxl-21 {
    font-size: 5.25rem !important;
  }
  .font-size-xxxl-20 {
    font-size: 5rem !important;
  }
  .font-size-xxxl-19 {
    font-size: 4.75rem !important;
  }
  .font-size-xxxl-18 {
    font-size: 4.5rem !important;
  }
  .font-size-xxxl-17 {
    font-size: 4.25rem !important;
  }
  .font-size-xxxl-16 {
    font-size: 4rem !important;
  }
  .font-size-xxxl-15 {
    font-size: 3.75rem !important;
  }
  .font-size-xxxl-14 {
    font-size: 3.5rem !important;
  }
  .font-size-xxxl-13 {
    font-size: 3.25rem !important;
  }
  .font-size-xxxl-12 {
    font-size: 3rem !important;
  }
  .font-size-xxxl-11 {
    font-size: 2.75rem !important;
  }
  .font-size-xxxl-10 {
    font-size: 2.5rem !important;
  }
  .font-size-xxxl-9 {
    font-size: 2.25rem !important;
  }
  .font-size-xxxl-8 {
    font-size: 2rem !important;
  }
  .font-size-xxxl-7 {
    font-size: 1.75rem !important;
  }
  .font-size-xxxl-6 {
    font-size: 1.5rem !important;
  }
  .font-size-xxxl-5 {
    font-size: 1.25rem !important;
  }
  .font-size-xxxl-4 {
    font-size: 1rem !important;
  }
  .font-size-xxxl-3 {
    font-size: 0.75rem !important;
  }
  .font-size-xxxl-2 {
    font-size: 0.5rem !important;
  }
  .font-size-xxxl-1 {
    font-size: 0.25rem !important;
  }
  .font-size-xxxl-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 1920.02px) {
  .font-size-xxxxl-60 {
    font-size: 15rem !important;
  }
  .font-size-xxxxl-59 {
    font-size: 14.75rem !important;
  }
  .font-size-xxxxl-58 {
    font-size: 14.5rem !important;
  }
  .font-size-xxxxl-57 {
    font-size: 14.25rem !important;
  }
  .font-size-xxxxl-56 {
    font-size: 14rem !important;
  }
  .font-size-xxxxl-55 {
    font-size: 13.75rem !important;
  }
  .font-size-xxxxl-54 {
    font-size: 13.5rem !important;
  }
  .font-size-xxxxl-53 {
    font-size: 13.25rem !important;
  }
  .font-size-xxxxl-52 {
    font-size: 13rem !important;
  }
  .font-size-xxxxl-51 {
    font-size: 12.75rem !important;
  }
  .font-size-xxxxl-50 {
    font-size: 12.5rem !important;
  }
  .font-size-xxxxl-49 {
    font-size: 12.25rem !important;
  }
  .font-size-xxxxl-48 {
    font-size: 12rem !important;
  }
  .font-size-xxxxl-47 {
    font-size: 11.75rem !important;
  }
  .font-size-xxxxl-46 {
    font-size: 11.5rem !important;
  }
  .font-size-xxxxl-45 {
    font-size: 11.25rem !important;
  }
  .font-size-xxxxl-44 {
    font-size: 11rem !important;
  }
  .font-size-xxxxl-43 {
    font-size: 10.75rem !important;
  }
  .font-size-xxxxl-42 {
    font-size: 10.5rem !important;
  }
  .font-size-xxxxl-41 {
    font-size: 10.25rem !important;
  }
  .font-size-xxxxl-40 {
    font-size: 10rem !important;
  }
  .font-size-xxxxl-39 {
    font-size: 9.75rem !important;
  }
  .font-size-xxxxl-38 {
    font-size: 9.5rem !important;
  }
  .font-size-xxxxl-37 {
    font-size: 9.25rem !important;
  }
  .font-size-xxxxl-36 {
    font-size: 9rem !important;
  }
  .font-size-xxxxl-35 {
    font-size: 8.75rem !important;
  }
  .font-size-xxxxl-34 {
    font-size: 8.5rem !important;
  }
  .font-size-xxxxl-33 {
    font-size: 8.25rem !important;
  }
  .font-size-xxxxl-32 {
    font-size: 8rem !important;
  }
  .font-size-xxxxl-31 {
    font-size: 7.75rem !important;
  }
  .font-size-xxxxl-30 {
    font-size: 7.5rem !important;
  }
  .font-size-xxxxl-29 {
    font-size: 7.25rem !important;
  }
  .font-size-xxxxl-28 {
    font-size: 7rem !important;
  }
  .font-size-xxxxl-27 {
    font-size: 6.75rem !important;
  }
  .font-size-xxxxl-26 {
    font-size: 6.5rem !important;
  }
  .font-size-xxxxl-25 {
    font-size: 6.25rem !important;
  }
  .font-size-xxxxl-24 {
    font-size: 6rem !important;
  }
  .font-size-xxxxl-23 {
    font-size: 5.75rem !important;
  }
  .font-size-xxxxl-22 {
    font-size: 5.5rem !important;
  }
  .font-size-xxxxl-21 {
    font-size: 5.25rem !important;
  }
  .font-size-xxxxl-20 {
    font-size: 5rem !important;
  }
  .font-size-xxxxl-19 {
    font-size: 4.75rem !important;
  }
  .font-size-xxxxl-18 {
    font-size: 4.5rem !important;
  }
  .font-size-xxxxl-17 {
    font-size: 4.25rem !important;
  }
  .font-size-xxxxl-16 {
    font-size: 4rem !important;
  }
  .font-size-xxxxl-15 {
    font-size: 3.75rem !important;
  }
  .font-size-xxxxl-14 {
    font-size: 3.5rem !important;
  }
  .font-size-xxxxl-13 {
    font-size: 3.25rem !important;
  }
  .font-size-xxxxl-12 {
    font-size: 3rem !important;
  }
  .font-size-xxxxl-11 {
    font-size: 2.75rem !important;
  }
  .font-size-xxxxl-10 {
    font-size: 2.5rem !important;
  }
  .font-size-xxxxl-9 {
    font-size: 2.25rem !important;
  }
  .font-size-xxxxl-8 {
    font-size: 2rem !important;
  }
  .font-size-xxxxl-7 {
    font-size: 1.75rem !important;
  }
  .font-size-xxxxl-6 {
    font-size: 1.5rem !important;
  }
  .font-size-xxxxl-5 {
    font-size: 1.25rem !important;
  }
  .font-size-xxxxl-4 {
    font-size: 1rem !important;
  }
  .font-size-xxxxl-3 {
    font-size: 0.75rem !important;
  }
  .font-size-xxxxl-2 {
    font-size: 0.5rem !important;
  }
  .font-size-xxxxl-1 {
    font-size: 0.25rem !important;
  }
  .font-size-xxxxl-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 2300.02px) {
  .font-size-xxxxxl-60 {
    font-size: 15rem !important;
  }
  .font-size-xxxxxl-59 {
    font-size: 14.75rem !important;
  }
  .font-size-xxxxxl-58 {
    font-size: 14.5rem !important;
  }
  .font-size-xxxxxl-57 {
    font-size: 14.25rem !important;
  }
  .font-size-xxxxxl-56 {
    font-size: 14rem !important;
  }
  .font-size-xxxxxl-55 {
    font-size: 13.75rem !important;
  }
  .font-size-xxxxxl-54 {
    font-size: 13.5rem !important;
  }
  .font-size-xxxxxl-53 {
    font-size: 13.25rem !important;
  }
  .font-size-xxxxxl-52 {
    font-size: 13rem !important;
  }
  .font-size-xxxxxl-51 {
    font-size: 12.75rem !important;
  }
  .font-size-xxxxxl-50 {
    font-size: 12.5rem !important;
  }
  .font-size-xxxxxl-49 {
    font-size: 12.25rem !important;
  }
  .font-size-xxxxxl-48 {
    font-size: 12rem !important;
  }
  .font-size-xxxxxl-47 {
    font-size: 11.75rem !important;
  }
  .font-size-xxxxxl-46 {
    font-size: 11.5rem !important;
  }
  .font-size-xxxxxl-45 {
    font-size: 11.25rem !important;
  }
  .font-size-xxxxxl-44 {
    font-size: 11rem !important;
  }
  .font-size-xxxxxl-43 {
    font-size: 10.75rem !important;
  }
  .font-size-xxxxxl-42 {
    font-size: 10.5rem !important;
  }
  .font-size-xxxxxl-41 {
    font-size: 10.25rem !important;
  }
  .font-size-xxxxxl-40 {
    font-size: 10rem !important;
  }
  .font-size-xxxxxl-39 {
    font-size: 9.75rem !important;
  }
  .font-size-xxxxxl-38 {
    font-size: 9.5rem !important;
  }
  .font-size-xxxxxl-37 {
    font-size: 9.25rem !important;
  }
  .font-size-xxxxxl-36 {
    font-size: 9rem !important;
  }
  .font-size-xxxxxl-35 {
    font-size: 8.75rem !important;
  }
  .font-size-xxxxxl-34 {
    font-size: 8.5rem !important;
  }
  .font-size-xxxxxl-33 {
    font-size: 8.25rem !important;
  }
  .font-size-xxxxxl-32 {
    font-size: 8rem !important;
  }
  .font-size-xxxxxl-31 {
    font-size: 7.75rem !important;
  }
  .font-size-xxxxxl-30 {
    font-size: 7.5rem !important;
  }
  .font-size-xxxxxl-29 {
    font-size: 7.25rem !important;
  }
  .font-size-xxxxxl-28 {
    font-size: 7rem !important;
  }
  .font-size-xxxxxl-27 {
    font-size: 6.75rem !important;
  }
  .font-size-xxxxxl-26 {
    font-size: 6.5rem !important;
  }
  .font-size-xxxxxl-25 {
    font-size: 6.25rem !important;
  }
  .font-size-xxxxxl-24 {
    font-size: 6rem !important;
  }
  .font-size-xxxxxl-23 {
    font-size: 5.75rem !important;
  }
  .font-size-xxxxxl-22 {
    font-size: 5.5rem !important;
  }
  .font-size-xxxxxl-21 {
    font-size: 5.25rem !important;
  }
  .font-size-xxxxxl-20 {
    font-size: 5rem !important;
  }
  .font-size-xxxxxl-19 {
    font-size: 4.75rem !important;
  }
  .font-size-xxxxxl-18 {
    font-size: 4.5rem !important;
  }
  .font-size-xxxxxl-17 {
    font-size: 4.25rem !important;
  }
  .font-size-xxxxxl-16 {
    font-size: 4rem !important;
  }
  .font-size-xxxxxl-15 {
    font-size: 3.75rem !important;
  }
  .font-size-xxxxxl-14 {
    font-size: 3.5rem !important;
  }
  .font-size-xxxxxl-13 {
    font-size: 3.25rem !important;
  }
  .font-size-xxxxxl-12 {
    font-size: 3rem !important;
  }
  .font-size-xxxxxl-11 {
    font-size: 2.75rem !important;
  }
  .font-size-xxxxxl-10 {
    font-size: 2.5rem !important;
  }
  .font-size-xxxxxl-9 {
    font-size: 2.25rem !important;
  }
  .font-size-xxxxxl-8 {
    font-size: 2rem !important;
  }
  .font-size-xxxxxl-7 {
    font-size: 1.75rem !important;
  }
  .font-size-xxxxxl-6 {
    font-size: 1.5rem !important;
  }
  .font-size-xxxxxl-5 {
    font-size: 1.25rem !important;
  }
  .font-size-xxxxxl-4 {
    font-size: 1rem !important;
  }
  .font-size-xxxxxl-3 {
    font-size: 0.75rem !important;
  }
  .font-size-xxxxxl-2 {
    font-size: 0.5rem !important;
  }
  .font-size-xxxxxl-1 {
    font-size: 0.25rem !important;
  }
  .font-size-xxxxxl-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 2560.02px) {
  .font-size-x1l-60 {
    font-size: 15rem !important;
  }
  .font-size-x1l-59 {
    font-size: 14.75rem !important;
  }
  .font-size-x1l-58 {
    font-size: 14.5rem !important;
  }
  .font-size-x1l-57 {
    font-size: 14.25rem !important;
  }
  .font-size-x1l-56 {
    font-size: 14rem !important;
  }
  .font-size-x1l-55 {
    font-size: 13.75rem !important;
  }
  .font-size-x1l-54 {
    font-size: 13.5rem !important;
  }
  .font-size-x1l-53 {
    font-size: 13.25rem !important;
  }
  .font-size-x1l-52 {
    font-size: 13rem !important;
  }
  .font-size-x1l-51 {
    font-size: 12.75rem !important;
  }
  .font-size-x1l-50 {
    font-size: 12.5rem !important;
  }
  .font-size-x1l-49 {
    font-size: 12.25rem !important;
  }
  .font-size-x1l-48 {
    font-size: 12rem !important;
  }
  .font-size-x1l-47 {
    font-size: 11.75rem !important;
  }
  .font-size-x1l-46 {
    font-size: 11.5rem !important;
  }
  .font-size-x1l-45 {
    font-size: 11.25rem !important;
  }
  .font-size-x1l-44 {
    font-size: 11rem !important;
  }
  .font-size-x1l-43 {
    font-size: 10.75rem !important;
  }
  .font-size-x1l-42 {
    font-size: 10.5rem !important;
  }
  .font-size-x1l-41 {
    font-size: 10.25rem !important;
  }
  .font-size-x1l-40 {
    font-size: 10rem !important;
  }
  .font-size-x1l-39 {
    font-size: 9.75rem !important;
  }
  .font-size-x1l-38 {
    font-size: 9.5rem !important;
  }
  .font-size-x1l-37 {
    font-size: 9.25rem !important;
  }
  .font-size-x1l-36 {
    font-size: 9rem !important;
  }
  .font-size-x1l-35 {
    font-size: 8.75rem !important;
  }
  .font-size-x1l-34 {
    font-size: 8.5rem !important;
  }
  .font-size-x1l-33 {
    font-size: 8.25rem !important;
  }
  .font-size-x1l-32 {
    font-size: 8rem !important;
  }
  .font-size-x1l-31 {
    font-size: 7.75rem !important;
  }
  .font-size-x1l-30 {
    font-size: 7.5rem !important;
  }
  .font-size-x1l-29 {
    font-size: 7.25rem !important;
  }
  .font-size-x1l-28 {
    font-size: 7rem !important;
  }
  .font-size-x1l-27 {
    font-size: 6.75rem !important;
  }
  .font-size-x1l-26 {
    font-size: 6.5rem !important;
  }
  .font-size-x1l-25 {
    font-size: 6.25rem !important;
  }
  .font-size-x1l-24 {
    font-size: 6rem !important;
  }
  .font-size-x1l-23 {
    font-size: 5.75rem !important;
  }
  .font-size-x1l-22 {
    font-size: 5.5rem !important;
  }
  .font-size-x1l-21 {
    font-size: 5.25rem !important;
  }
  .font-size-x1l-20 {
    font-size: 5rem !important;
  }
  .font-size-x1l-19 {
    font-size: 4.75rem !important;
  }
  .font-size-x1l-18 {
    font-size: 4.5rem !important;
  }
  .font-size-x1l-17 {
    font-size: 4.25rem !important;
  }
  .font-size-x1l-16 {
    font-size: 4rem !important;
  }
  .font-size-x1l-15 {
    font-size: 3.75rem !important;
  }
  .font-size-x1l-14 {
    font-size: 3.5rem !important;
  }
  .font-size-x1l-13 {
    font-size: 3.25rem !important;
  }
  .font-size-x1l-12 {
    font-size: 3rem !important;
  }
  .font-size-x1l-11 {
    font-size: 2.75rem !important;
  }
  .font-size-x1l-10 {
    font-size: 2.5rem !important;
  }
  .font-size-x1l-9 {
    font-size: 2.25rem !important;
  }
  .font-size-x1l-8 {
    font-size: 2rem !important;
  }
  .font-size-x1l-7 {
    font-size: 1.75rem !important;
  }
  .font-size-x1l-6 {
    font-size: 1.5rem !important;
  }
  .font-size-x1l-5 {
    font-size: 1.25rem !important;
  }
  .font-size-x1l-4 {
    font-size: 1rem !important;
  }
  .font-size-x1l-3 {
    font-size: 0.75rem !important;
  }
  .font-size-x1l-2 {
    font-size: 0.5rem !important;
  }
  .font-size-x1l-1 {
    font-size: 0.25rem !important;
  }
  .font-size-x1l-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 2880.02px) {
  .font-size-xx1l-60 {
    font-size: 15rem !important;
  }
  .font-size-xx1l-59 {
    font-size: 14.75rem !important;
  }
  .font-size-xx1l-58 {
    font-size: 14.5rem !important;
  }
  .font-size-xx1l-57 {
    font-size: 14.25rem !important;
  }
  .font-size-xx1l-56 {
    font-size: 14rem !important;
  }
  .font-size-xx1l-55 {
    font-size: 13.75rem !important;
  }
  .font-size-xx1l-54 {
    font-size: 13.5rem !important;
  }
  .font-size-xx1l-53 {
    font-size: 13.25rem !important;
  }
  .font-size-xx1l-52 {
    font-size: 13rem !important;
  }
  .font-size-xx1l-51 {
    font-size: 12.75rem !important;
  }
  .font-size-xx1l-50 {
    font-size: 12.5rem !important;
  }
  .font-size-xx1l-49 {
    font-size: 12.25rem !important;
  }
  .font-size-xx1l-48 {
    font-size: 12rem !important;
  }
  .font-size-xx1l-47 {
    font-size: 11.75rem !important;
  }
  .font-size-xx1l-46 {
    font-size: 11.5rem !important;
  }
  .font-size-xx1l-45 {
    font-size: 11.25rem !important;
  }
  .font-size-xx1l-44 {
    font-size: 11rem !important;
  }
  .font-size-xx1l-43 {
    font-size: 10.75rem !important;
  }
  .font-size-xx1l-42 {
    font-size: 10.5rem !important;
  }
  .font-size-xx1l-41 {
    font-size: 10.25rem !important;
  }
  .font-size-xx1l-40 {
    font-size: 10rem !important;
  }
  .font-size-xx1l-39 {
    font-size: 9.75rem !important;
  }
  .font-size-xx1l-38 {
    font-size: 9.5rem !important;
  }
  .font-size-xx1l-37 {
    font-size: 9.25rem !important;
  }
  .font-size-xx1l-36 {
    font-size: 9rem !important;
  }
  .font-size-xx1l-35 {
    font-size: 8.75rem !important;
  }
  .font-size-xx1l-34 {
    font-size: 8.5rem !important;
  }
  .font-size-xx1l-33 {
    font-size: 8.25rem !important;
  }
  .font-size-xx1l-32 {
    font-size: 8rem !important;
  }
  .font-size-xx1l-31 {
    font-size: 7.75rem !important;
  }
  .font-size-xx1l-30 {
    font-size: 7.5rem !important;
  }
  .font-size-xx1l-29 {
    font-size: 7.25rem !important;
  }
  .font-size-xx1l-28 {
    font-size: 7rem !important;
  }
  .font-size-xx1l-27 {
    font-size: 6.75rem !important;
  }
  .font-size-xx1l-26 {
    font-size: 6.5rem !important;
  }
  .font-size-xx1l-25 {
    font-size: 6.25rem !important;
  }
  .font-size-xx1l-24 {
    font-size: 6rem !important;
  }
  .font-size-xx1l-23 {
    font-size: 5.75rem !important;
  }
  .font-size-xx1l-22 {
    font-size: 5.5rem !important;
  }
  .font-size-xx1l-21 {
    font-size: 5.25rem !important;
  }
  .font-size-xx1l-20 {
    font-size: 5rem !important;
  }
  .font-size-xx1l-19 {
    font-size: 4.75rem !important;
  }
  .font-size-xx1l-18 {
    font-size: 4.5rem !important;
  }
  .font-size-xx1l-17 {
    font-size: 4.25rem !important;
  }
  .font-size-xx1l-16 {
    font-size: 4rem !important;
  }
  .font-size-xx1l-15 {
    font-size: 3.75rem !important;
  }
  .font-size-xx1l-14 {
    font-size: 3.5rem !important;
  }
  .font-size-xx1l-13 {
    font-size: 3.25rem !important;
  }
  .font-size-xx1l-12 {
    font-size: 3rem !important;
  }
  .font-size-xx1l-11 {
    font-size: 2.75rem !important;
  }
  .font-size-xx1l-10 {
    font-size: 2.5rem !important;
  }
  .font-size-xx1l-9 {
    font-size: 2.25rem !important;
  }
  .font-size-xx1l-8 {
    font-size: 2rem !important;
  }
  .font-size-xx1l-7 {
    font-size: 1.75rem !important;
  }
  .font-size-xx1l-6 {
    font-size: 1.5rem !important;
  }
  .font-size-xx1l-5 {
    font-size: 1.25rem !important;
  }
  .font-size-xx1l-4 {
    font-size: 1rem !important;
  }
  .font-size-xx1l-3 {
    font-size: 0.75rem !important;
  }
  .font-size-xx1l-2 {
    font-size: 0.5rem !important;
  }
  .font-size-xx1l-1 {
    font-size: 0.25rem !important;
  }
  .font-size-xx1l-0 {
    font-size: 0rem !important;
  }
}
@media (min-width: 3840.02px) {
  .font-size-xxx1l-60 {
    font-size: 15rem !important;
  }
  .font-size-xxx1l-59 {
    font-size: 14.75rem !important;
  }
  .font-size-xxx1l-58 {
    font-size: 14.5rem !important;
  }
  .font-size-xxx1l-57 {
    font-size: 14.25rem !important;
  }
  .font-size-xxx1l-56 {
    font-size: 14rem !important;
  }
  .font-size-xxx1l-55 {
    font-size: 13.75rem !important;
  }
  .font-size-xxx1l-54 {
    font-size: 13.5rem !important;
  }
  .font-size-xxx1l-53 {
    font-size: 13.25rem !important;
  }
  .font-size-xxx1l-52 {
    font-size: 13rem !important;
  }
  .font-size-xxx1l-51 {
    font-size: 12.75rem !important;
  }
  .font-size-xxx1l-50 {
    font-size: 12.5rem !important;
  }
  .font-size-xxx1l-49 {
    font-size: 12.25rem !important;
  }
  .font-size-xxx1l-48 {
    font-size: 12rem !important;
  }
  .font-size-xxx1l-47 {
    font-size: 11.75rem !important;
  }
  .font-size-xxx1l-46 {
    font-size: 11.5rem !important;
  }
  .font-size-xxx1l-45 {
    font-size: 11.25rem !important;
  }
  .font-size-xxx1l-44 {
    font-size: 11rem !important;
  }
  .font-size-xxx1l-43 {
    font-size: 10.75rem !important;
  }
  .font-size-xxx1l-42 {
    font-size: 10.5rem !important;
  }
  .font-size-xxx1l-41 {
    font-size: 10.25rem !important;
  }
  .font-size-xxx1l-40 {
    font-size: 10rem !important;
  }
  .font-size-xxx1l-39 {
    font-size: 9.75rem !important;
  }
  .font-size-xxx1l-38 {
    font-size: 9.5rem !important;
  }
  .font-size-xxx1l-37 {
    font-size: 9.25rem !important;
  }
  .font-size-xxx1l-36 {
    font-size: 9rem !important;
  }
  .font-size-xxx1l-35 {
    font-size: 8.75rem !important;
  }
  .font-size-xxx1l-34 {
    font-size: 8.5rem !important;
  }
  .font-size-xxx1l-33 {
    font-size: 8.25rem !important;
  }
  .font-size-xxx1l-32 {
    font-size: 8rem !important;
  }
  .font-size-xxx1l-31 {
    font-size: 7.75rem !important;
  }
  .font-size-xxx1l-30 {
    font-size: 7.5rem !important;
  }
  .font-size-xxx1l-29 {
    font-size: 7.25rem !important;
  }
  .font-size-xxx1l-28 {
    font-size: 7rem !important;
  }
  .font-size-xxx1l-27 {
    font-size: 6.75rem !important;
  }
  .font-size-xxx1l-26 {
    font-size: 6.5rem !important;
  }
  .font-size-xxx1l-25 {
    font-size: 6.25rem !important;
  }
  .font-size-xxx1l-24 {
    font-size: 6rem !important;
  }
  .font-size-xxx1l-23 {
    font-size: 5.75rem !important;
  }
  .font-size-xxx1l-22 {
    font-size: 5.5rem !important;
  }
  .font-size-xxx1l-21 {
    font-size: 5.25rem !important;
  }
  .font-size-xxx1l-20 {
    font-size: 5rem !important;
  }
  .font-size-xxx1l-19 {
    font-size: 4.75rem !important;
  }
  .font-size-xxx1l-18 {
    font-size: 4.5rem !important;
  }
  .font-size-xxx1l-17 {
    font-size: 4.25rem !important;
  }
  .font-size-xxx1l-16 {
    font-size: 4rem !important;
  }
  .font-size-xxx1l-15 {
    font-size: 3.75rem !important;
  }
  .font-size-xxx1l-14 {
    font-size: 3.5rem !important;
  }
  .font-size-xxx1l-13 {
    font-size: 3.25rem !important;
  }
  .font-size-xxx1l-12 {
    font-size: 3rem !important;
  }
  .font-size-xxx1l-11 {
    font-size: 2.75rem !important;
  }
  .font-size-xxx1l-10 {
    font-size: 2.5rem !important;
  }
  .font-size-xxx1l-9 {
    font-size: 2.25rem !important;
  }
  .font-size-xxx1l-8 {
    font-size: 2rem !important;
  }
  .font-size-xxx1l-7 {
    font-size: 1.75rem !important;
  }
  .font-size-xxx1l-6 {
    font-size: 1.5rem !important;
  }
  .font-size-xxx1l-5 {
    font-size: 1.25rem !important;
  }
  .font-size-xxx1l-4 {
    font-size: 1rem !important;
  }
  .font-size-xxx1l-3 {
    font-size: 0.75rem !important;
  }
  .font-size-xxx1l-2 {
    font-size: 0.5rem !important;
  }
  .font-size-xxx1l-1 {
    font-size: 0.25rem !important;
  }
  .font-size-xxx1l-0 {
    font-size: 0rem !important;
  }
}
.row-scrollwrap__txt {
  text-align: left;
  display: none;
  color: #888;
  margin-bottom: 0.625rem;
  line-height: 1.3;
  font-size: 1em;
  letter-spacing: -0.03em;
}
.row-scrollwrap__scroll {
  overflow-x: auto;
  position: relative;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/noto-sans-kr-v13-latin_korean-100.eot");
  src: local(""),
    url("../fonts/noto-sans-kr-v13-latin_korean-100.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/noto-sans-kr-v13-latin_korean-100.woff2") format("woff2"),
    url("../fonts/noto-sans-kr-v13-latin_korean-100.woff") format("woff"),
    url("../fonts/noto-sans-kr-v13-latin_korean-100.svg#NotoSansKR")
      format("svg");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans-kr-v13-latin_korean-regular.eot");
  src: local(""),
    url("../fonts/noto-sans-kr-v13-latin_korean-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/noto-sans-kr-v13-latin_korean-regular.woff2") format("woff2"),
    url("../fonts/noto-sans-kr-v13-latin_korean-regular.woff") format("woff"),
    url("../fonts/noto-sans-kr-v13-latin_korean-regular.svg#NotoSansKR")
      format("svg");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/noto-sans-kr-v13-latin_korean-300.eot");
  src: local(""),
    url("../fonts/noto-sans-kr-v13-latin_korean-300.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/noto-sans-kr-v13-latin_korean-300.woff2") format("woff2"),
    url("../fonts/noto-sans-kr-v13-latin_korean-300.woff") format("woff"),
    url("../fonts/noto-sans-kr-v13-latin_korean-300.svg#NotoSansKR")
      format("svg");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto-sans-kr-v13-latin_korean-500.eot");
  src: local(""),
    url("../fonts/noto-sans-kr-v13-latin_korean-500.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/noto-sans-kr-v13-latin_korean-500.woff2") format("woff2"),
    url("../fonts/noto-sans-kr-v13-latin_korean-500.woff") format("woff"),
    url("../fonts/noto-sans-kr-v13-latin_korean-500.svg#NotoSansKR")
      format("svg");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/noto-sans-kr-v13-latin_korean-900.eot");
  src: local(""),
    url("../fonts/noto-sans-kr-v13-latin_korean-900.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/noto-sans-kr-v13-latin_korean-900.woff2") format("woff2"),
    url("../fonts/noto-sans-kr-v13-latin_korean-900.woff") format("woff"),
    url("../fonts/noto-sans-kr-v13-latin_korean-900.svg#NotoSansKR")
      format("svg");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto-sans-kr-v13-latin_korean-700.eot");
  src: local(""),
    url("../fonts/noto-sans-kr-v13-latin_korean-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/noto-sans-kr-v13-latin_korean-700.woff2") format("woff2"),
    url("../fonts/noto-sans-kr-v13-latin_korean-700.woff") format("woff"),
    url("../fonts/noto-sans-kr-v13-latin_korean-700.svg#NotoSansKR")
      format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/montserrat-v18-latin-100.eot");
  src: local(""),
    url("../fonts/montserrat-v18-latin-100.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v18-latin-100.woff2") format("woff2"),
    url("../fonts/montserrat-v18-latin-100.woff") format("woff"),
    url("../fonts/montserrat-v18-latin-100.ttf") format("truetype"),
    url("../fonts/montserrat-v18-latin-100.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/montserrat-v18-latin-200.eot");
  src: local(""),
    url("../fonts/montserrat-v18-latin-200.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v18-latin-200.woff2") format("woff2"),
    url("../fonts/montserrat-v18-latin-200.woff") format("woff"),
    url("../fonts/montserrat-v18-latin-200.ttf") format("truetype"),
    url("../fonts/montserrat-v18-latin-200.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v18-latin-300.eot");
  src: local(""),
    url("../fonts/montserrat-v18-latin-300.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v18-latin-300.woff2") format("woff2"),
    url("../fonts/montserrat-v18-latin-300.woff") format("woff"),
    url("../fonts/montserrat-v18-latin-300.ttf") format("truetype"),
    url("../fonts/montserrat-v18-latin-300.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v18-latin-regular.eot");
  src: local(""),
    url("../fonts/montserrat-v18-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v18-latin-regular.woff2") format("woff2"),
    url("../fonts/montserrat-v18-latin-regular.woff") format("woff"),
    url("../fonts/montserrat-v18-latin-regular.ttf") format("truetype"),
    url("../fonts/montserrat-v18-latin-regular.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v18-latin-500.eot");
  src: local(""),
    url("../fonts/montserrat-v18-latin-500.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v18-latin-500.woff2") format("woff2"),
    url("../fonts/montserrat-v18-latin-500.woff") format("woff"),
    url("../fonts/montserrat-v18-latin-500.ttf") format("truetype"),
    url("../fonts/montserrat-v18-latin-500.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v18-latin-600.eot");
  src: local(""),
    url("../fonts/montserrat-v18-latin-600.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v18-latin-600.woff2") format("woff2"),
    url("../fonts/montserrat-v18-latin-600.woff") format("woff"),
    url("../fonts/montserrat-v18-latin-600.ttf") format("truetype"),
    url("../fonts/montserrat-v18-latin-600.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v18-latin-700.eot");
  src: local(""),
    url("../fonts/montserrat-v18-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v18-latin-700.woff2") format("woff2"),
    url("../fonts/montserrat-v18-latin-700.woff") format("woff"),
    url("../fonts/montserrat-v18-latin-700.ttf") format("truetype"),
    url("../fonts/montserrat-v18-latin-700.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v18-latin-800.eot");
  src: local(""),
    url("../fonts/montserrat-v18-latin-800.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v18-latin-800.woff2") format("woff2"),
    url("../fonts/montserrat-v18-latin-800.woff") format("woff"),
    url("../fonts/montserrat-v18-latin-800.ttf") format("truetype"),
    url("../fonts/montserrat-v18-latin-800.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat-v18-latin-900.eot");
  src: local(""),
    url("../fonts/montserrat-v18-latin-900.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat-v18-latin-900.woff2") format("woff2"),
    url("../fonts/montserrat-v18-latin-900.woff") format("woff"),
    url("../fonts/montserrat-v18-latin-900.ttf") format("truetype"),
    url("../fonts/montserrat-v18-latin-900.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/pretendard-thin.eot");
  src: url("../fonts/pretendard/pretendard-thin.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pretendard/pretendard-thin.woff2") format("woff2"),
    url("../fonts/pretendard/pretendard-thin.woff") format("woff"),
    url("../fonts/pretendard/pretendard-thin.ttf") format("truetype"),
    url("../fonts/pretendard/pretendard-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/pretendard-extralight.eot");
  src: url("../fonts/pretendard/pretendard-extralight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pretendard/pretendard-extralight.woff2") format("woff2"),
    url("../fonts/pretendard/pretendard-extralight.woff") format("woff"),
    url("../fonts/pretendard/pretendard-extralight.ttf") format("truetype"),
    url("../fonts/pretendard/pretendard-extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/pretendard-light.eot");
  src: url("../fonts/pretendard/pretendard-light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pretendard/pretendard-light.woff2") format("woff2"),
    url("../fonts/pretendard/pretendard-light.woff") format("woff"),
    url("../fonts/pretendard/pretendard-light.ttf") format("truetype"),
    url("../fonts/pretendard/pretendard-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/pretendard-regular.eot");
  src: url("../fonts/pretendard/pretendard-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pretendard/pretendard-regular.woff2") format("woff2"),
    url("../fonts/pretendard/pretendard-regular.woff") format("woff"),
    url("../fonts/pretendard/pretendard-regular.ttf") format("truetype"),
    url("../fonts/pretendard/pretendard-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/pretendard-medium.eot");
  src: url("../fonts/pretendard/pretendard-medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pretendard/pretendard-medium.woff2") format("woff2"),
    url("../fonts/pretendard/pretendard-medium.woff") format("woff"),
    url("../fonts/pretendard/pretendard-medium.ttf") format("truetype"),
    url("../fonts/pretendard/pretendard-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/pretendard-bold.eot");
  src: url("../fonts/pretendard/pretendard-bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pretendard/pretendard-bold.woff2") format("woff2"),
    url("../fonts/pretendard/pretendard-bold.woff") format("woff"),
    url("../fonts/pretendard/pretendard-bold.ttf") format("truetype"),
    url("../fonts/pretendard/pretendard-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/pretendard/pretendard-black.eot");
  src: url("../fonts/pretendard/pretendard-black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pretendard/pretendard-black.woff2") format("woff2"),
    url("../fonts/pretendard/pretendard-black.woff") format("woff"),
    url("../fonts/pretendard/pretendard-black.ttf") format("truetype"),
    url("../fonts/pretendard/pretendard-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  word-break: keep-all;
  font-family: "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000f1f;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
abbr[title],
dfn[title] {
  border-bottom: none;
  text-decoration: underline;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 1rem;
  font-family: inherit;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
optgroup,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
li,
ol,
ul {
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
button {
  background: transparent;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
input {
  font: inherit;
  margin: 0;
  line-height: normal;
  border-radius: 0;
  resize: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}
fieldset,
img {
  border: 0;
  outline: none;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
select {
  margin: 0;
  resize: none;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  text-overflow: "";
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-image: url(../images/icon/select_icon.svg);
  background-size: 12px 6px;
  padding-right: 22px !important;
}
select::-ms-expand {
  display: none;
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
* {
  outline: none !important;
}
textarea:focus {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
input:focus {
  outline: none !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%,
  to {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  to {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  to {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(3.75rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  to {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  to {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  to {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  to {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  to {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
  box-sizing: content-box;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scrollbar-inner > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_track {
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_track {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar,
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -12px;
}
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -12px;
}
.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -12px;
}
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -12px;
}
.scrollbar-outer > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track {
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
.scrollbar-outer
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -14px;
}
.scrollbar-outer
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -14px;
}
.scrollbar-outer
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -14px;
}
.scrollbar-outer
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -14px;
}
.scrollbar-macosx > .scroll-element {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.scrollbar-macosx
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -11px;
}
.scrollbar-light > .scroll-element {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.scrollbar-light
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -19px;
}
.scrollbar-light
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -19px;
}
.scrollbar-light
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -19px;
}
.scrollbar-light
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -19px;
}
.scrollbar-rail > .scroll-element {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail
  > .scroll-element
  .scroll-element_outer:hover
  .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
.scrollbar-rail
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -25px;
}
.scrollbar-rail
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -25px;
}
.scrollbar-rail
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -25px;
}
.scrollbar-rail
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -25px;
}
.scrollbar-dynamic > .scroll-element {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.scrollbar-dynamic
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -11px;
}
.scrollbar-dynamic
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic
  > .scroll-element.scroll-draggable
  .scroll-element_outer
  .scroll-element_size,
.scrollbar-dynamic
  > .scroll-element:hover
  .scroll-element_outer
  .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic
  > .scroll-element.scroll-draggable
  .scroll-element_outer
  .scroll-bar,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.scrollbar-dynamic
  > .scroll-element.scroll-x.scroll-draggable
  .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic
  > .scroll-element.scroll-y.scroll-draggable
  .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}
.scrollbar-chrome > .scroll-element {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}
.scrollbar-chrome
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -19px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media (max-width: 800px) and (orientation: landscape),
  all and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #1b3a66;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
:root {
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-blue,
.swiper-button-prev.swiper-button-blue {
  --swiper-navigation-color: #007bff;
}
.swiper-button-next.swiper-button-indigo,
.swiper-button-prev.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}
.swiper-button-next.swiper-button-purple,
.swiper-button-prev.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}
.swiper-button-next.swiper-button-pink,
.swiper-button-prev.swiper-button-pink {
  --swiper-navigation-color: #e83e8c;
}
.swiper-button-next.swiper-button-red,
.swiper-button-prev.swiper-button-red {
  --swiper-navigation-color: #ff0000;
}
.swiper-button-next.swiper-button-orange,
.swiper-button-prev.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}
.swiper-button-next.swiper-button-yellow,
.swiper-button-prev.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}
.swiper-button-next.swiper-button-green,
.swiper-button-prev.swiper-button-green {
  --swiper-navigation-color: #5cb85c;
}
.swiper-button-next.swiper-button-teal,
.swiper-button-prev.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}
.swiper-button-next.swiper-button-cyan,
.swiper-button-prev.swiper-button-cyan {
  --swiper-navigation-color: #17a2b8;
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-gray,
.swiper-button-prev.swiper-button-gray {
  --swiper-navigation-color: #666;
}
.swiper-button-next.swiper-button-gray-dark,
.swiper-button-prev.swiper-button-gray-dark {
  --swiper-navigation-color: #888;
}
.swiper-button-lock {
  display: none;
}
:root {
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-blue {
  --swiper-pagination-color: #007bff;
}
.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}
.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}
.swiper-pagination-pink {
  --swiper-pagination-color: #e83e8c;
}
.swiper-pagination-red {
  --swiper-pagination-color: #ff0000;
}
.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}
.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}
.swiper-pagination-green {
  --swiper-pagination-color: #5cb85c;
}
.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}
.swiper-pagination-cyan {
  --swiper-pagination-color: #17a2b8;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-gray {
  --swiper-pagination-color: #666;
}
.swiper-pagination-gray-dark {
  --swiper-pagination-color: #888;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 100ms;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 100ms;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 150ms;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 150ms;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 200ms;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 200ms;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 250ms;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 250ms;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 300ms;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 300ms;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 350ms;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 350ms;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 400ms;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 400ms;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 450ms;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 450ms;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 500ms;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 500ms;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 550ms;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 550ms;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 600ms;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 600ms;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 650ms;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 650ms;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 700ms;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 700ms;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 750ms;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 750ms;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 800ms;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 800ms;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 850ms;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 850ms;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 900ms;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 900ms;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 950ms;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 950ms;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1000ms;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1000ms;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1050ms;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1050ms;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1100ms;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1100ms;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1150ms;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1150ms;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1200ms;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1200ms;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1250ms;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1250ms;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1300ms;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1300ms;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1350ms;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1350ms;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1400ms;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1400ms;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1450ms;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1450ms;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1500ms;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1500ms;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1550ms;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1550ms;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1600ms;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1600ms;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1650ms;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1650ms;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1700ms;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1700ms;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1750ms;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1750ms;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1800ms;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1800ms;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1850ms;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1850ms;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1900ms;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1900ms;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1950ms;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1950ms;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2000ms;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2000ms;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2050ms;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2050ms;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2100ms;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2100ms;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2150ms;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2150ms;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2200ms;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2200ms;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2250ms;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2250ms;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2300ms;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2300ms;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2350ms;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2350ms;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2400ms;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2400ms;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2450ms;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2450ms;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2500ms;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2500ms;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2550ms;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2550ms;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2600ms;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2600ms;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2650ms;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2650ms;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2700ms;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2700ms;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2750ms;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2750ms;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2800ms;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2800ms;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2850ms;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2850ms;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2900ms;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2900ms;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2950ms;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2950ms;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3000ms;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3000ms;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  html:not(.no-js) {
  }
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos="zoom-in"] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-out"] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^="slide"][data-aos^="slide"].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
/*! jQuery UI - v1.13.0 - 2021-10-07
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
#ui-datepicker-div {
}
#ui-datepicker-div .ui-helper-hidden {
  display: none;
}
#ui-datepicker-div .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#ui-datepicker-div .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
#ui-datepicker-div .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
#ui-datepicker-div .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}
#ui-datepicker-div .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
#ui-datepicker-div .ui-front {
  z-index: 100;
}
#ui-datepicker-div .ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
#ui-datepicker-div .ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#ui-datepicker-div .ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
#ui-datepicker-div .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ui-datepicker-div .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
#ui-datepicker-div .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
#ui-datepicker-div .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
#ui-datepicker-div .ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
#ui-datepicker-div .ui-menu .ui-menu {
  position: absolute;
}
#ui-datepicker-div .ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
#ui-datepicker-div .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
#ui-datepicker-div .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
#ui-datepicker-div .ui-menu .ui-state-active,
#ui-datepicker-div .ui-menu .ui-state-focus {
  margin: -1px;
}
#ui-datepicker-div .ui-menu-icons {
  position: relative;
}
#ui-datepicker-div .ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
#ui-datepicker-div .ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
#ui-datepicker-div .ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
#ui-datepicker-div .ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  overflow: visible;
  text-decoration: none;
}
#ui-datepicker-div .ui-button:active,
#ui-datepicker-div .ui-button:hover,
#ui-datepicker-div .ui-button:link,
#ui-datepicker-div .ui-button:visited {
  text-decoration: none;
}
#ui-datepicker-div .ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
#ui-datepicker-div input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
#ui-datepicker-div .ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
#ui-datepicker-div .ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
#ui-datepicker-div input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
#ui-datepicker-div input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#ui-datepicker-div button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#ui-datepicker-div .ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
#ui-datepicker-div .ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#ui-datepicker-div .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
#ui-datepicker-div .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}
#ui-datepicker-div .ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
#ui-datepicker-div .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
#ui-datepicker-div .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
#ui-datepicker-div .ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
#ui-datepicker-div
  .ui-controlgroup-horizontal
  .ui-controlgroup-label
  + .ui-controlgroup-item {
  border-left: none;
}
#ui-datepicker-div
  .ui-controlgroup-vertical
  .ui-controlgroup-label
  + .ui-controlgroup-item {
  border-top: none;
}
#ui-datepicker-div
  .ui-controlgroup-horizontal
  .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
#ui-datepicker-div
  .ui-controlgroup-vertical
  .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
#ui-datepicker-div .ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
#ui-datepicker-div .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
#ui-datepicker-div .ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
#ui-datepicker-div .ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
#ui-datepicker-div
  .ui-checkboxradio-radio-label.ui-checkboxradio-checked
  .ui-icon,
#ui-datepicker-div
  .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover
  .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
#ui-datepicker-div .ui-checkboxradio-disabled {
  pointer-events: none;
}
#ui-datepicker-div.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next,
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover,
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span,
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  appearance: initial;
  -webkit-appearance: initial;
  background-color: transparent;
  background-size: 8px;
  height: auto;
  padding: 0 5px !important;
  border: initial;
  user-select: auto;
  -ms-user-select: auto;
  -moz-user-select: auto;
  -webkit-user-select: auto;
  background-color: initial;
}
#ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
#ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
#ui-datepicker-div.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
#ui-datepicker-div.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
#ui-datepicker-div.ui-datepicker td {
  border: 0;
  padding: 1px;
}
#ui-datepicker-div.ui-datepicker td a,
#ui-datepicker-div.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
#ui-datepicker-div.ui-datepicker
  .ui-datepicker-buttonpane
  button.ui-datepicker-current {
  float: left;
}
#ui-datepicker-div.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
#ui-datepicker-div .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
#ui-datepicker-div .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
#ui-datepicker-div .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
#ui-datepicker-div
  .ui-datepicker-multi
  .ui-datepicker-group-last
  .ui-datepicker-header,
#ui-datepicker-div
  .ui-datepicker-multi
  .ui-datepicker-group-middle
  .ui-datepicker-header {
  border-left-width: 0;
}
#ui-datepicker-div .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
#ui-datepicker-div .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
#ui-datepicker-div .ui-datepicker-rtl {
  direction: rtl;
}
#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
#ui-datepicker-div
  .ui-datepicker-rtl
  .ui-datepicker-buttonpane
  button.ui-datepicker-current {
  float: right;
}
#ui-datepicker-div .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
#ui-datepicker-div
  .ui-datepicker-rtl
  .ui-datepicker-group-last
  .ui-datepicker-header,
#ui-datepicker-div
  .ui-datepicker-rtl
  .ui-datepicker-group-middle
  .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
#ui-datepicker-div .ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
#ui-datepicker-div .ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
#ui-datepicker-div .ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
#ui-datepicker-div .ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ui-datepicker-div .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
#ui-datepicker-div .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
#ui-datepicker-div .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
#ui-datepicker-div .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
#ui-datepicker-div .ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
#ui-datepicker-div .ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
#ui-datepicker-div .ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
#ui-datepicker-div .ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
#ui-datepicker-div .ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
#ui-datepicker-div .ui-dialog .ui-resizable-ne,
#ui-datepicker-div .ui-dialog .ui-resizable-nw,
#ui-datepicker-div .ui-dialog .ui-resizable-se,
#ui-datepicker-div .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}
#ui-datepicker-div .ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
#ui-datepicker-div .ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
#ui-datepicker-div .ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
#ui-datepicker-div .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
#ui-datepicker-div .ui-draggable-handle {
  touch-action: none;
}
#ui-datepicker-div .ui-resizable {
  position: relative;
}
#ui-datepicker-div .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}
#ui-datepicker-div .ui-resizable-autohide .ui-resizable-handle,
#ui-datepicker-div .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}
#ui-datepicker-div .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
#ui-datepicker-div .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
#ui-datepicker-div .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
#ui-datepicker-div .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
#ui-datepicker-div .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
#ui-datepicker-div .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
#ui-datepicker-div .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
#ui-datepicker-div .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
#ui-datepicker-div .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
#ui-datepicker-div .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
#ui-datepicker-div .ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  opacity: 0.25;
}
#ui-datepicker-div .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
#ui-datepicker-div .ui-selectable {
  touch-action: none;
}
#ui-datepicker-div .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
#ui-datepicker-div .ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#ui-datepicker-div .ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
#ui-datepicker-div .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
#ui-datepicker-div .ui-selectmenu-open {
  display: block;
}
#ui-datepicker-div .ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ui-datepicker-div .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
#ui-datepicker-div .ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
#ui-datepicker-div .ui-slider {
  position: relative;
  text-align: left;
}
#ui-datepicker-div .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}
#ui-datepicker-div .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
#ui-datepicker-div .ui-slider.ui-state-disabled .ui-slider-handle,
#ui-datepicker-div .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
#ui-datepicker-div .ui-slider-horizontal {
  height: 0.8em;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
#ui-datepicker-div .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
#ui-datepicker-div .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
#ui-datepicker-div .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
#ui-datepicker-div .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
#ui-datepicker-div .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
#ui-datepicker-div .ui-sortable-handle {
  touch-action: none;
}
#ui-datepicker-div .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
#ui-datepicker-div .ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
#ui-datepicker-div .ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
#ui-datepicker-div .ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
#ui-datepicker-div .ui-spinner-up {
  top: 0;
}
#ui-datepicker-div .ui-spinner-down {
  bottom: 0;
}
#ui-datepicker-div .ui-tabs {
  position: relative;
  padding: 0.2em;
}
#ui-datepicker-div .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
#ui-datepicker-div .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
#ui-datepicker-div .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
#ui-datepicker-div .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
#ui-datepicker-div .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: text;
}
#ui-datepicker-div .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
#ui-datepicker-div .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
#ui-datepicker-div
  .ui-tabs-collapsible
  .ui-tabs-nav
  li.ui-tabs-active
  .ui-tabs-anchor {
  cursor: pointer;
}
#ui-datepicker-div .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
#ui-datepicker-div .ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
#ui-datepicker-div body .ui-tooltip {
  border-width: 2px;
}
#ui-datepicker-div.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#ui-datepicker-div.ui-widget .ui-widget {
  font-size: 1em;
}
#ui-datepicker-div.ui-widget button,
#ui-datepicker-div.ui-widget input,
#ui-datepicker-div.ui-widget select,
#ui-datepicker-div.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#ui-datepicker-div.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
#ui-datepicker-div.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
#ui-datepicker-div.ui-widget-content a {
  color: #333;
}
#ui-datepicker-div .ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
#ui-datepicker-div .ui-widget-header a {
  color: #333;
}
#ui-datepicker-div .ui-button,
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
#ui-datepicker-div html .ui-button.ui-state-disabled:active,
#ui-datepicker-div html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
#ui-datepicker-div .ui-state-default a {
  color: #454545;
  text-decoration: none;
}
#ui-datepicker-div .ui-state-default a:link,
#ui-datepicker-div .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
#ui-datepicker-div a.ui-button,
#ui-datepicker-div a:link.ui-button,
#ui-datepicker-div a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}
#ui-datepicker-div .ui-button {
  color: #454545;
  text-decoration: none;
}
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
#ui-datepicker-div .ui-button:focus,
#ui-datepicker-div .ui-button:hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
#ui-datepicker-div .ui-state-hover a {
  color: #2b2b2b;
  text-decoration: none;
}
#ui-datepicker-div .ui-state-hover a:hover,
#ui-datepicker-div .ui-state-hover a:link,
#ui-datepicker-div .ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
#ui-datepicker-div .ui-state-focus a {
  color: #2b2b2b;
  text-decoration: none;
}
#ui-datepicker-div .ui-state-focus a:hover,
#ui-datepicker-div .ui-state-focus a:link,
#ui-datepicker-div .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
#ui-datepicker-div a.ui-button:focus,
#ui-datepicker-div a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}
#ui-datepicker-div .ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active,
#ui-datepicker-div a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
#ui-datepicker-div .ui-button.ui-state-active:hover,
#ui-datepicker-div .ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
#ui-datepicker-div .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
#ui-datepicker-div .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
#ui-datepicker-div .ui-state-active a {
  color: #fff;
  text-decoration: none;
}
#ui-datepicker-div .ui-state-active a:link,
#ui-datepicker-div .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
#ui-datepicker-div .ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
#ui-datepicker-div .ui-state-highlight a,
#ui-datepicker-div .ui-widget-content .ui-state-highlight a,
#ui-datepicker-div .ui-widget-header .ui-state-highlight a {
  color: #777620;
}
#ui-datepicker-div .ui-state-error,
#ui-datepicker-div .ui-widget-content .ui-state-error,
#ui-datepicker-div .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
#ui-datepicker-div .ui-state-error a,
#ui-datepicker-div .ui-state-error-text,
#ui-datepicker-div .ui-widget-content .ui-state-error a,
#ui-datepicker-div .ui-widget-content .ui-state-error-text,
#ui-datepicker-div .ui-widget-header .ui-state-error a,
#ui-datepicker-div .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
#ui-datepicker-div .ui-priority-primary,
#ui-datepicker-div .ui-widget-content .ui-priority-primary,
#ui-datepicker-div .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
#ui-datepicker-div .ui-priority-secondary,
#ui-datepicker-div .ui-widget-content .ui-priority-secondary,
#ui-datepicker-div .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}
#ui-datepicker-div .ui-state-disabled,
#ui-datepicker-div .ui-widget-content .ui-state-disabled,
#ui-datepicker-div .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}
#ui-datepicker-div .ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}
#ui-datepicker-div .ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/ui-icons_444444_256x240.png");
}
#ui-datepicker-div .ui-widget-content .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-icon {
  background-image: url("../images/icon/ui-icons_444444_256x240.png");
}
#ui-datepicker-div .ui-state-focus .ui-icon,
#ui-datepicker-div .ui-state-hover .ui-icon {
  background-image: url("../images/icon/ui-icons_555555_256x240.png");
}
#ui-datepicker-div .ui-button:focus .ui-icon,
#ui-datepicker-div .ui-button:hover .ui-icon {
  background-image: url("../images/icon/ui-icons_555555_256x240.png");
}
#ui-datepicker-div .ui-button:active .ui-icon,
#ui-datepicker-div .ui-state-active .ui-icon {
  background-image: url("../images/icon/ui-icons_ffffff_256x240.png");
}
#ui-datepicker-div .ui-button .ui-state-highlight.ui-icon,
#ui-datepicker-div .ui-state-highlight .ui-icon {
  background-image: url("../images/icon/ui-icons_777620_256x240.png");
}
#ui-datepicker-div .ui-state-error .ui-icon,
#ui-datepicker-div .ui-state-error-text .ui-icon {
  background-image: url("../images/icon/ui-icons_cc0000_256x240.png");
}
#ui-datepicker-div .ui-button .ui-icon {
  background-image: url("../images/icon/ui-icons_777777_256x240.png");
}
#ui-datepicker-div .ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}
#ui-datepicker-div .ui-icon-caret-1-n {
  background-position: 0 0;
}
#ui-datepicker-div .ui-icon-caret-1-ne {
  background-position: -16px 0;
}
#ui-datepicker-div .ui-icon-caret-1-e {
  background-position: -32px 0;
}
#ui-datepicker-div .ui-icon-caret-1-se {
  background-position: -48px 0;
}
#ui-datepicker-div .ui-icon-caret-1-s {
  background-position: -65px 0;
}
#ui-datepicker-div .ui-icon-caret-1-sw {
  background-position: -80px 0;
}
#ui-datepicker-div .ui-icon-caret-1-w {
  background-position: -96px 0;
}
#ui-datepicker-div .ui-icon-caret-1-nw {
  background-position: -112px 0;
}
#ui-datepicker-div .ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
#ui-datepicker-div .ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
#ui-datepicker-div .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
#ui-datepicker-div .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
#ui-datepicker-div .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
#ui-datepicker-div .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
#ui-datepicker-div .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
#ui-datepicker-div .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
#ui-datepicker-div .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
#ui-datepicker-div .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
#ui-datepicker-div .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
#ui-datepicker-div .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
#ui-datepicker-div .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
#ui-datepicker-div .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
#ui-datepicker-div .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
#ui-datepicker-div .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
#ui-datepicker-div .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
#ui-datepicker-div .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
#ui-datepicker-div .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
#ui-datepicker-div .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
#ui-datepicker-div .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
#ui-datepicker-div .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
#ui-datepicker-div .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
#ui-datepicker-div .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
#ui-datepicker-div .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
#ui-datepicker-div .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
#ui-datepicker-div .ui-icon-extlink {
  background-position: -32px -80px;
}
#ui-datepicker-div .ui-icon-newwin {
  background-position: -48px -80px;
}
#ui-datepicker-div .ui-icon-refresh {
  background-position: -64px -80px;
}
#ui-datepicker-div .ui-icon-shuffle {
  background-position: -80px -80px;
}
#ui-datepicker-div .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
#ui-datepicker-div .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
#ui-datepicker-div .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
#ui-datepicker-div .ui-icon-folder-open {
  background-position: -16px -96px;
}
#ui-datepicker-div .ui-icon-document {
  background-position: -32px -96px;
}
#ui-datepicker-div .ui-icon-document-b {
  background-position: -48px -96px;
}
#ui-datepicker-div .ui-icon-note {
  background-position: -64px -96px;
}
#ui-datepicker-div .ui-icon-mail-closed {
  background-position: -80px -96px;
}
#ui-datepicker-div .ui-icon-mail-open {
  background-position: -96px -96px;
}
#ui-datepicker-div .ui-icon-suitcase {
  background-position: -112px -96px;
}
#ui-datepicker-div .ui-icon-comment {
  background-position: -128px -96px;
}
#ui-datepicker-div .ui-icon-person {
  background-position: -144px -96px;
}
#ui-datepicker-div .ui-icon-print {
  background-position: -160px -96px;
}
#ui-datepicker-div .ui-icon-trash {
  background-position: -176px -96px;
}
#ui-datepicker-div .ui-icon-locked {
  background-position: -192px -96px;
}
#ui-datepicker-div .ui-icon-unlocked {
  background-position: -208px -96px;
}
#ui-datepicker-div .ui-icon-bookmark {
  background-position: -224px -96px;
}
#ui-datepicker-div .ui-icon-tag {
  background-position: -240px -96px;
}
#ui-datepicker-div .ui-icon-home {
  background-position: 0 -112px;
}
#ui-datepicker-div .ui-icon-flag {
  background-position: -16px -112px;
}
#ui-datepicker-div .ui-icon-calendar {
  background-position: -32px -112px;
}
#ui-datepicker-div .ui-icon-cart {
  background-position: -48px -112px;
}
#ui-datepicker-div .ui-icon-pencil {
  background-position: -64px -112px;
}
#ui-datepicker-div .ui-icon-clock {
  background-position: -80px -112px;
}
#ui-datepicker-div .ui-icon-disk {
  background-position: -96px -112px;
}
#ui-datepicker-div .ui-icon-calculator {
  background-position: -112px -112px;
}
#ui-datepicker-div .ui-icon-zoomin {
  background-position: -128px -112px;
}
#ui-datepicker-div .ui-icon-zoomout {
  background-position: -144px -112px;
}
#ui-datepicker-div .ui-icon-search {
  background-position: -160px -112px;
}
#ui-datepicker-div .ui-icon-wrench {
  background-position: -176px -112px;
}
#ui-datepicker-div .ui-icon-gear {
  background-position: -192px -112px;
}
#ui-datepicker-div .ui-icon-heart {
  background-position: -208px -112px;
}
#ui-datepicker-div .ui-icon-star {
  background-position: -224px -112px;
}
#ui-datepicker-div .ui-icon-link {
  background-position: -240px -112px;
}
#ui-datepicker-div .ui-icon-cancel {
  background-position: 0 -128px;
}
#ui-datepicker-div .ui-icon-plus {
  background-position: -16px -128px;
}
#ui-datepicker-div .ui-icon-plusthick {
  background-position: -32px -128px;
}
#ui-datepicker-div .ui-icon-minus {
  background-position: -48px -128px;
}
#ui-datepicker-div .ui-icon-minusthick {
  background-position: -64px -128px;
}
#ui-datepicker-div .ui-icon-close {
  background-position: -80px -128px;
}
#ui-datepicker-div .ui-icon-closethick {
  background-position: -96px -128px;
}
#ui-datepicker-div .ui-icon-key {
  background-position: -112px -128px;
}
#ui-datepicker-div .ui-icon-lightbulb {
  background-position: -128px -128px;
}
#ui-datepicker-div .ui-icon-scissors {
  background-position: -144px -128px;
}
#ui-datepicker-div .ui-icon-clipboard {
  background-position: -160px -128px;
}
#ui-datepicker-div .ui-icon-copy {
  background-position: -176px -128px;
}
#ui-datepicker-div .ui-icon-contact {
  background-position: -192px -128px;
}
#ui-datepicker-div .ui-icon-image {
  background-position: -208px -128px;
}
#ui-datepicker-div .ui-icon-video {
  background-position: -224px -128px;
}
#ui-datepicker-div .ui-icon-script {
  background-position: -240px -128px;
}
#ui-datepicker-div .ui-icon-alert {
  background-position: 0 -144px;
}
#ui-datepicker-div .ui-icon-info {
  background-position: -16px -144px;
}
#ui-datepicker-div .ui-icon-notice {
  background-position: -32px -144px;
}
#ui-datepicker-div .ui-icon-help {
  background-position: -48px -144px;
}
#ui-datepicker-div .ui-icon-check {
  background-position: -64px -144px;
}
#ui-datepicker-div .ui-icon-bullet {
  background-position: -80px -144px;
}
#ui-datepicker-div .ui-icon-radio-on {
  background-position: -96px -144px;
}
#ui-datepicker-div .ui-icon-radio-off {
  background-position: -112px -144px;
}
#ui-datepicker-div .ui-icon-pin-w {
  background-position: -128px -144px;
}
#ui-datepicker-div .ui-icon-pin-s {
  background-position: -144px -144px;
}
#ui-datepicker-div .ui-icon-play {
  background-position: 0 -160px;
}
#ui-datepicker-div .ui-icon-pause {
  background-position: -16px -160px;
}
#ui-datepicker-div .ui-icon-seek-next {
  background-position: -32px -160px;
}
#ui-datepicker-div .ui-icon-seek-prev {
  background-position: -48px -160px;
}
#ui-datepicker-div .ui-icon-seek-end {
  background-position: -64px -160px;
}
#ui-datepicker-div .ui-icon-seek-first,
#ui-datepicker-div .ui-icon-seek-start {
  background-position: -80px -160px;
}
#ui-datepicker-div .ui-icon-stop {
  background-position: -96px -160px;
}
#ui-datepicker-div .ui-icon-eject {
  background-position: -112px -160px;
}
#ui-datepicker-div .ui-icon-volume-off {
  background-position: -128px -160px;
}
#ui-datepicker-div .ui-icon-volume-on {
  background-position: -144px -160px;
}
#ui-datepicker-div .ui-icon-power {
  background-position: 0 -176px;
}
#ui-datepicker-div .ui-icon-signal-diag {
  background-position: -16px -176px;
}
#ui-datepicker-div .ui-icon-signal {
  background-position: -32px -176px;
}
#ui-datepicker-div .ui-icon-battery-0 {
  background-position: -48px -176px;
}
#ui-datepicker-div .ui-icon-battery-1 {
  background-position: -64px -176px;
}
#ui-datepicker-div .ui-icon-battery-2 {
  background-position: -80px -176px;
}
#ui-datepicker-div .ui-icon-battery-3 {
  background-position: -96px -176px;
}
#ui-datepicker-div .ui-icon-circle-plus {
  background-position: 0 -192px;
}
#ui-datepicker-div .ui-icon-circle-minus {
  background-position: -16px -192px;
}
#ui-datepicker-div .ui-icon-circle-close {
  background-position: -32px -192px;
}
#ui-datepicker-div .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
#ui-datepicker-div .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
#ui-datepicker-div .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
#ui-datepicker-div .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
#ui-datepicker-div .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
#ui-datepicker-div .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
#ui-datepicker-div .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
#ui-datepicker-div .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
#ui-datepicker-div .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
#ui-datepicker-div .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
#ui-datepicker-div .ui-icon-circle-check {
  background-position: -208px -192px;
}
#ui-datepicker-div .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
#ui-datepicker-div .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
#ui-datepicker-div .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
#ui-datepicker-div .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
#ui-datepicker-div .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
#ui-datepicker-div .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
#ui-datepicker-div .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
#ui-datepicker-div .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
#ui-datepicker-div .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
#ui-datepicker-div .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
#ui-datepicker-div .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
#ui-datepicker-div .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
#ui-datepicker-div .ui-corner-left,
#ui-datepicker-div .ui-corner-tl,
#ui-datepicker-div .ui-corner-top,
#ui-datepicker-div.ui-corner-all {
  border-top-left-radius: 3px;
}
#ui-datepicker-div .ui-corner-right,
#ui-datepicker-div .ui-corner-top,
#ui-datepicker-div .ui-corner-tr,
#ui-datepicker-div.ui-corner-all {
  border-top-right-radius: 3px;
}
#ui-datepicker-div .ui-corner-bl,
#ui-datepicker-div .ui-corner-bottom,
#ui-datepicker-div .ui-corner-left,
#ui-datepicker-div.ui-corner-all {
  border-bottom-left-radius: 3px;
}
#ui-datepicker-div .ui-corner-bottom,
#ui-datepicker-div .ui-corner-br,
#ui-datepicker-div .ui-corner-right,
#ui-datepicker-div.ui-corner-all {
  border-bottom-right-radius: 3px;
}
#ui-datepicker-div .ui-widget-overlay {
  background: #aaa;
  opacity: 0.003;
  -ms-filter: Alpha(Opacity=0.3);
}
#ui-datepicker-div .ui-widget-shadow {
  box-shadow: 0px 0px 5px #666;
}
:root {
  --ck-color-base-foreground: #fafafa;
  --ck-color-base-background: #fff;
  --ck-color-base-border: #ccced1;
  --ck-color-base-action: #53a336;
  --ck-color-base-focus: #6cb5f9;
  --ck-color-base-text: #333;
  --ck-color-base-active: #2977ff;
  --ck-color-base-active-focus: #0d65ff;
  --ck-color-base-error: #db3700;
  --ck-color-focus-border-coordinates: 218, 81.8%, 56.9%;
  --ck-color-focus-border: hsl(var(--ck-color-focus-border-coordinates));
  --ck-color-focus-outer-shadow: #cae1fc;
  --ck-color-focus-disabled-shadow: rgba(119, 186, 248, 0.3);
  --ck-color-focus-error-shadow: rgba(255, 64, 31, 0.3);
  --ck-color-text: var(--ck-color-base-text);
  --ck-color-shadow-drop: rgba(0, 0, 0, 0.15);
  --ck-color-shadow-drop-active: rgba(0, 0, 0, 0.2);
  --ck-color-shadow-inner: rgba(0, 0, 0, 0.1);
  --ck-color-button-default-background: transparent;
  --ck-color-button-default-hover-background: #f0f0f0;
  --ck-color-button-default-active-background: #f0f0f0;
  --ck-color-button-default-disabled-background: transparent;
  --ck-color-button-on-background: #f0f7ff;
  --ck-color-button-on-hover-background: #dbecff;
  --ck-color-button-on-active-background: #dbecff;
  --ck-color-button-on-disabled-background: #f0f2f4;
  --ck-color-button-on-color: #2977ff;
  --ck-color-button-action-background: var(--ck-color-base-action);
  --ck-color-button-action-hover-background: #4d9d30;
  --ck-color-button-action-active-background: #4d9d30;
  --ck-color-button-action-disabled-background: #7ec365;
  --ck-color-button-action-text: var(--ck-color-base-background);
  --ck-color-button-save: #008a00;
  --ck-color-button-cancel: #db3700;
  --ck-color-switch-button-off-background: #939393;
  --ck-color-switch-button-off-hover-background: #7d7d7d;
  --ck-color-switch-button-on-background: var(
    --ck-color-button-action-background
  );
  --ck-color-switch-button-on-hover-background: #4d9d30;
  --ck-color-switch-button-inner-background: var(--ck-color-base-background);
  --ck-color-switch-button-inner-shadow: rgba(0, 0, 0, 0.1);
  --ck-color-dropdown-panel-background: var(--ck-color-base-background);
  --ck-color-dropdown-panel-border: var(--ck-color-base-border);
  --ck-color-dialog-background: var(--ck-custom-background);
  --ck-color-dialog-form-header-border: var(--ck-custom-border);
  --ck-color-input-background: var(--ck-color-base-background);
  --ck-color-input-border: var(--ck-color-base-border);
  --ck-color-input-error-border: var(--ck-color-base-error);
  --ck-color-input-text: var(--ck-color-base-text);
  --ck-color-input-disabled-background: #f2f2f2;
  --ck-color-input-disabled-border: var(--ck-color-base-border);
  --ck-color-input-disabled-text: #757575;
  --ck-color-list-background: var(--ck-color-base-background);
  --ck-color-list-button-hover-background: var(
    --ck-color-button-default-hover-background
  );
  --ck-color-list-button-on-background: var(--ck-color-button-on-color);
  --ck-color-list-button-on-background-focus: var(--ck-color-button-on-color);
  --ck-color-list-button-on-text: var(--ck-color-base-background);
  --ck-color-panel-background: var(--ck-color-base-background);
  --ck-color-panel-border: var(--ck-color-base-border);
  --ck-color-toolbar-background: var(--ck-color-base-background);
  --ck-color-toolbar-border: var(--ck-color-base-border);
  --ck-color-tooltip-background: var(--ck-color-base-text);
  --ck-color-tooltip-text: var(--ck-color-base-background);
  --ck-color-engine-placeholder-text: #707070;
  --ck-color-upload-bar-background: #6cb5f9;
  --ck-color-link-default: #0000f0;
  --ck-color-link-selected-background: rgba(31, 176, 255, 0.1);
  --ck-color-link-fake-selection: rgba(31, 176, 255, 0.3);
  --ck-color-highlight-background: #ff0;
  --ck-color-light-red: #fcc;
  --ck-disabled-opacity: 0.5;
  --ck-focus-outer-shadow-geometry: 0 0 0 3px;
  --ck-focus-outer-shadow: var(--ck-focus-outer-shadow-geometry)
    var(--ck-color-focus-outer-shadow);
  --ck-focus-disabled-outer-shadow: var(--ck-focus-outer-shadow-geometry)
    var(--ck-color-focus-disabled-shadow);
  --ck-focus-error-outer-shadow: var(--ck-focus-outer-shadow-geometry)
    var(--ck-color-focus-error-shadow);
  --ck-focus-ring: 1px solid var(--ck-color-focus-border);
  --ck-font-size-base: 13px;
  --ck-line-height-base: 1.84615;
  --ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  --ck-font-size-tiny: 0.7em;
  --ck-font-size-small: 0.75em;
  --ck-font-size-normal: 1em;
  --ck-font-size-big: 1.4em;
  --ck-font-size-large: 1.8em;
  --ck-ui-component-min-height: 2.3em;
}
.ck-reset_all :not(.ck-reset_all-excluded *),
.ck.ck-reset,
.ck.ck-reset_all {
  word-wrap: break-word;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  padding: 0;
  position: static;
  text-decoration: none;
  transition: none;
  vertical-align: middle;
  width: auto;
}
.ck-reset_all :not(.ck-reset_all-excluded *),
.ck.ck-reset_all {
  border-collapse: collapse;
  color: var(--ck-color-text);
  cursor: auto;
  float: none;
  font: normal normal normal var(--ck-font-size-base) /
    var(--ck-line-height-base) var(--ck-font-face);
  text-align: left;
  white-space: nowrap;
}
.ck-reset_all .ck-rtl :not(.ck-reset_all-excluded *) {
  text-align: right;
}
.ck-reset_all iframe:not(.ck-reset_all-excluded *) {
  vertical-align: inherit;
}
.ck-reset_all textarea:not(.ck-reset_all-excluded *) {
  white-space: pre-wrap;
}
.ck-reset_all input[type="password"]:not(.ck-reset_all-excluded *),
.ck-reset_all input[type="text"]:not(.ck-reset_all-excluded *),
.ck-reset_all textarea:not(.ck-reset_all-excluded *) {
  cursor: text;
}
.ck-reset_all input[type="password"][disabled]:not(.ck-reset_all-excluded *),
.ck-reset_all input[type="text"][disabled]:not(.ck-reset_all-excluded *),
.ck-reset_all textarea[disabled]:not(.ck-reset_all-excluded *) {
  cursor: default;
}
.ck-reset_all fieldset:not(.ck-reset_all-excluded *) {
  border: 2px groove #dfdee3;
  padding: 10px;
}
.ck-reset_all button:not(.ck-reset_all-excluded *)::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ck[dir="rtl"],
.ck[dir="rtl"] .ck {
  text-align: right;
}
:root {
  --ck-border-radius: 2px;
  --ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset;
  --ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop);
  --ck-drop-shadow-active: 0 3px 6px 1px var(--ck-color-shadow-drop-active);
  --ck-spacing-unit: 0.6em;
  --ck-spacing-large: calc(var(--ck-spacing-unit) * 1.5);
  --ck-spacing-standard: var(--ck-spacing-unit);
  --ck-spacing-medium: calc(var(--ck-spacing-unit) * 0.8);
  --ck-spacing-small: calc(var(--ck-spacing-unit) * 0.5);
  --ck-spacing-tiny: calc(var(--ck-spacing-unit) * 0.3);
  --ck-spacing-extra-tiny: calc(var(--ck-spacing-unit) * 0.16);
}
.ck.ck-autocomplete > .ck-search__results {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-autocomplete > .ck-search__results,
.ck.ck-autocomplete > .ck-search__results.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-autocomplete > .ck-search__results {
  background: var(--ck-color-base-background);
  border: 1px solid var(--ck-color-dropdown-panel-border);
  box-shadow: var(--ck-drop-shadow), 0 0;
  max-height: 200px;
  min-width: auto;
  overflow-y: auto;
}
.ck.ck-autocomplete > .ck-search__results.ck-search__results_n {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -1px;
}
.ck.ck-autocomplete > .ck-search__results.ck-search__results_s {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.ck.ck-button,
a.ck.ck-button {
  -webkit-appearance: none;
  background: var(--ck-color-button-default-background);
  border: 1px solid transparent;
  border-radius: 0;
  cursor: default;
  font-size: inherit;
  line-height: 1;
  min-height: var(--ck-ui-component-min-height);
  min-width: var(--ck-ui-component-min-height);
  padding: var(--ck-spacing-tiny);
  text-align: center;
  transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}
.ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover {
  background: var(--ck-color-button-default-hover-background);
}
.ck.ck-button:not(.ck-disabled):active,
a.ck.ck-button:not(.ck-disabled):active {
  background: var(--ck-color-button-default-active-background);
}
.ck.ck-button.ck-disabled,
a.ck.ck-button.ck-disabled {
  background: var(--ck-color-button-default-disabled-background);
}
.ck-rounded-corners .ck.ck-button,
.ck-rounded-corners a.ck.ck-button,
.ck.ck-button.ck-rounded-corners,
a.ck.ck-button.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-button,
  a.ck.ck-button {
    transition: none;
  }
}
.ck.ck-button:active,
.ck.ck-button:focus,
a.ck.ck-button:active,
a.ck.ck-button:focus {
  border: var(--ck-focus-ring);
  box-shadow: var(--ck-focus-outer-shadow), 0 0;
  outline: none;
}
.ck.ck-button .ck-button__icon use,
.ck.ck-button .ck-button__icon use *,
a.ck.ck-button .ck-button__icon use,
a.ck.ck-button .ck-button__icon use * {
  color: inherit;
}
.ck.ck-button .ck-button__label,
a.ck.ck-button .ck-button__label {
  color: inherit;
  cursor: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
}
[dir="ltr"] .ck.ck-button .ck-button__label,
[dir="ltr"] a.ck.ck-button .ck-button__label {
  text-align: left;
}
[dir="rtl"] .ck.ck-button .ck-button__label,
[dir="rtl"] a.ck.ck-button .ck-button__label {
  text-align: right;
}
.ck.ck-button .ck-button__keystroke,
a.ck.ck-button .ck-button__keystroke {
  color: inherit;
}
[dir="ltr"] .ck.ck-button .ck-button__keystroke,
[dir="ltr"] a.ck.ck-button .ck-button__keystroke {
  margin-left: var(--ck-spacing-large);
}
[dir="rtl"] .ck.ck-button .ck-button__keystroke,
[dir="rtl"] a.ck.ck-button .ck-button__keystroke {
  margin-right: var(--ck-spacing-large);
}
.ck.ck-button .ck-button__keystroke,
a.ck.ck-button .ck-button__keystroke {
  opacity: 0.5;
}
.ck.ck-button.ck-disabled:active,
.ck.ck-button.ck-disabled:focus,
a.ck.ck-button.ck-disabled:active,
a.ck.ck-button.ck-disabled:focus {
  box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
}
.ck.ck-button.ck-disabled .ck-button__icon,
.ck.ck-button.ck-disabled .ck-button__label,
a.ck.ck-button.ck-disabled .ck-button__icon,
a.ck.ck-button.ck-disabled .ck-button__label {
  opacity: var(--ck-disabled-opacity);
}
.ck.ck-button.ck-disabled .ck-button__keystroke,
a.ck.ck-button.ck-disabled .ck-button__keystroke {
  opacity: 0.3;
}
.ck.ck-button.ck-button_with-text,
a.ck.ck-button.ck-button_with-text {
  padding: var(--ck-spacing-tiny) var(--ck-spacing-standard);
}
[dir="ltr"] .ck.ck-button.ck-button_with-text .ck-button__icon,
[dir="ltr"] a.ck.ck-button.ck-button_with-text .ck-button__icon {
  margin-right: var(--ck-spacing-medium);
}
[dir="rtl"] .ck.ck-button.ck-button_with-text .ck-button__icon,
[dir="rtl"] a.ck.ck-button.ck-button_with-text .ck-button__icon {
  margin-left: var(--ck-spacing-medium);
}
.ck.ck-button.ck-button_with-keystroke .ck-button__label,
a.ck.ck-button.ck-button_with-keystroke .ck-button__label {
  flex-grow: 1;
}
.ck.ck-button.ck-on,
a.ck.ck-button.ck-on {
  background: var(--ck-color-button-on-background);
  color: var(--ck-color-button-on-color);
}
.ck.ck-button.ck-on:not(.ck-disabled):hover,
a.ck.ck-button.ck-on:not(.ck-disabled):hover {
  background: var(--ck-color-button-on-hover-background);
}
.ck.ck-button.ck-on:not(.ck-disabled):active,
a.ck.ck-button.ck-on:not(.ck-disabled):active {
  background: var(--ck-color-button-on-active-background);
}
.ck.ck-button.ck-on.ck-disabled,
a.ck.ck-button.ck-on.ck-disabled {
  background: var(--ck-color-button-on-disabled-background);
}
.ck.ck-button.ck-button-save,
a.ck.ck-button.ck-button-save {
  color: var(--ck-color-button-save);
}
.ck.ck-button.ck-button-cancel,
a.ck.ck-button.ck-button-cancel {
  color: var(--ck-color-button-cancel);
}
.ck.ck-button-action,
a.ck.ck-button-action {
  background: var(--ck-color-button-action-background);
  color: var(--ck-color-button-action-text);
}
.ck.ck-button-action:not(.ck-disabled):hover,
a.ck.ck-button-action:not(.ck-disabled):hover {
  background: var(--ck-color-button-action-hover-background);
}
.ck.ck-button-action:not(.ck-disabled):active,
a.ck.ck-button-action:not(.ck-disabled):active {
  background: var(--ck-color-button-action-active-background);
}
.ck.ck-button-action.ck-disabled,
a.ck.ck-button-action.ck-disabled {
  background: var(--ck-color-button-action-disabled-background);
}
.ck.ck-button-bold,
a.ck.ck-button-bold {
  font-weight: 700;
}
:root {
  --ck-switch-button-toggle-width: 2.6153846154em;
  --ck-switch-button-toggle-inner-size: calc(1.07692em + 1px);
  --ck-switch-button-translation: calc(
    var(--ck-switch-button-toggle-width) -
      var(--ck-switch-button-toggle-inner-size) - 2px
  );
  --ck-switch-button-inner-hover-shadow: 0 0 0 5px
    var(--ck-color-switch-button-inner-shadow);
}
.ck.ck-button.ck-switchbutton,
.ck.ck-button.ck-switchbutton.ck-on:active,
.ck.ck-button.ck-switchbutton.ck-on:focus,
.ck.ck-button.ck-switchbutton.ck-on:hover,
.ck.ck-button.ck-switchbutton:active,
.ck.ck-button.ck-switchbutton:focus,
.ck.ck-button.ck-switchbutton:hover {
  background: transparent;
  color: inherit;
}
[dir="ltr"] .ck.ck-button.ck-switchbutton .ck-button__label {
  margin-right: calc(var(--ck-spacing-large) * 2);
}
[dir="rtl"] .ck.ck-button.ck-switchbutton .ck-button__label {
  margin-left: calc(var(--ck-spacing-large) * 2);
}
.ck.ck-button.ck-switchbutton .ck-button__toggle {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle,
.ck.ck-button.ck-switchbutton .ck-button__toggle.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
[dir="ltr"] .ck.ck-button.ck-switchbutton .ck-button__toggle {
  margin-left: auto;
}
[dir="rtl"] .ck.ck-button.ck-switchbutton .ck-button__toggle {
  margin-right: auto;
}
.ck.ck-button.ck-switchbutton .ck-button__toggle {
  background: var(--ck-color-switch-button-off-background);
  border: 1px solid transparent;
  transition: background 0.4s ease, box-shadow 0.2s ease-in-out,
    outline 0.2s ease-in-out;
  width: var(--ck-switch-button-toggle-width);
}
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
  border-radius: 0;
}
.ck-rounded-corners
  .ck.ck-button.ck-switchbutton
  .ck-button__toggle
  .ck-button__toggle__inner,
.ck.ck-button.ck-switchbutton
  .ck-button__toggle
  .ck-button__toggle__inner.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-radius: calc(var(--ck-border-radius) * 0.5);
}
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
  background: var(--ck-color-switch-button-inner-background);
  height: var(--ck-switch-button-toggle-inner-size);
  transition: all 0.3s ease;
  width: var(--ck-switch-button-toggle-inner-size);
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
    transition: none;
  }
}
.ck.ck-button.ck-switchbutton .ck-button__toggle:hover {
  background: var(--ck-color-switch-button-off-hover-background);
}
.ck.ck-button.ck-switchbutton
  .ck-button__toggle:hover
  .ck-button__toggle__inner {
  box-shadow: var(--ck-switch-button-inner-hover-shadow);
}
.ck.ck-button.ck-switchbutton.ck-disabled .ck-button__toggle {
  opacity: var(--ck-disabled-opacity);
}
.ck.ck-button.ck-switchbutton:focus {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.ck.ck-button.ck-switchbutton:focus .ck-button__toggle {
  box-shadow: 0 0 0 1px var(--ck-color-base-background),
    0 0 0 5px var(--ck-color-focus-outer-shadow);
  outline: var(--ck-focus-ring);
  outline-offset: 1px;
}
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle {
  background: var(--ck-color-switch-button-on-background);
}
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle:hover {
  background: var(--ck-color-switch-button-on-hover-background);
}
[dir="ltr"]
  .ck.ck-button.ck-switchbutton.ck-on
  .ck-button__toggle
  .ck-button__toggle__inner {
  transform: translateX(var(--ck-switch-button-translation));
}
[dir="rtl"]
  .ck.ck-button.ck-switchbutton.ck-on
  .ck-button__toggle
  .ck-button__toggle__inner {
  transform: translateX(calc(var(--ck-switch-button-translation) * -1));
}
.ck.ck-button.ck-list-item-button {
  padding: var(--ck-spacing-tiny) calc(var(--ck-spacing-standard) * 2);
}
.ck.ck-button.ck-list-item-button,
.ck.ck-button.ck-list-item-button.ck-on {
  background: var(--ck-color-list-background);
  color: var(--ck-color-text);
}
[dir="ltr"]
  .ck.ck-button.ck-list-item-button:has(.ck-list-item-button__check-holder) {
  padding-left: var(--ck-spacing-small);
}
[dir="rtl"]
  .ck.ck-button.ck-list-item-button:has(.ck-list-item-button__check-holder) {
  padding-right: var(--ck-spacing-small);
}
.ck.ck-button.ck-list-item-button.ck-button.ck-on:hover,
.ck.ck-button.ck-list-item-button.ck-on:hover,
.ck.ck-button.ck-list-item-button.ck-on:not(.ck-list-item-button_toggleable),
.ck.ck-button.ck-list-item-button:hover:not(.ck-disabled) {
  background: var(--ck-color-list-button-hover-background);
}
.ck.ck-button.ck-list-item-button.ck-button.ck-on:hover:not(.ck-disabled),
.ck.ck-button.ck-list-item-button.ck-on:hover:not(.ck-disabled),
.ck.ck-button.ck-list-item-button.ck-on:not(
    .ck-list-item-button_toggleable
  ):not(.ck-disabled),
.ck.ck-button.ck-list-item-button:hover:not(.ck-disabled):not(.ck-disabled) {
  color: var(--ck-color-text);
}
:root {
  --ck-collapsible-arrow-size: calc(var(--ck-icon-size) * 0.5);
}
.ck.ck-collapsible > .ck.ck-button {
  border-radius: 0;
  color: inherit;
  font-weight: 700;
  width: 100%;
}
.ck.ck-collapsible > .ck.ck-button:focus {
  background: transparent;
}
.ck.ck-collapsible > .ck.ck-button:active,
.ck.ck-collapsible > .ck.ck-button:hover:not(:focus),
.ck.ck-collapsible > .ck.ck-button:not(:focus) {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ck.ck-collapsible > .ck.ck-button > .ck-icon {
  margin-right: var(--ck-spacing-medium);
  width: var(--ck-collapsible-arrow-size);
}
.ck.ck-collapsible > .ck-collapsible__children {
  padding: var(--ck-spacing-medium) var(--ck-spacing-large)
    var(--ck-spacing-large);
}
.ck.ck-collapsible.ck-collapsible_collapsed > .ck.ck-button .ck-icon {
  transform: rotate(-90deg);
}
:root {
  --ck-color-grid-tile-size: 24px;
  --ck-color-color-grid-check-icon: #166fd4;
}
.ck.ck-color-grid {
  grid-gap: 5px;
  padding: 8px;
}
.ck.ck-color-grid__tile {
  transition: box-shadow 0.2s ease;
}
@media (forced-colors: none) {
  .ck.ck-color-grid__tile {
    border: 0;
    height: var(--ck-color-grid-tile-size);
    min-height: var(--ck-color-grid-tile-size);
    min-width: var(--ck-color-grid-tile-size);
    padding: 0;
    width: var(--ck-color-grid-tile-size);
  }
  .ck.ck-color-grid__tile.ck-on,
  .ck.ck-color-grid__tile:focus:not(.ck-disabled),
  .ck.ck-color-grid__tile:hover:not(.ck-disabled) {
    border: 0;
  }
  .ck.ck-color-grid__tile.ck-color-selector__color-tile_bordered {
    box-shadow: 0 0 0 1px var(--ck-color-base-border);
  }
  .ck.ck-color-grid__tile.ck-on {
    box-shadow: inset 0 0 0 1px var(--ck-color-base-background),
      0 0 0 2px var(--ck-color-base-text);
  }
  .ck.ck-color-grid__tile:focus:not(.ck-disabled),
  .ck.ck-color-grid__tile:hover:not(.ck-disabled) {
    box-shadow: inset 0 0 0 1px var(--ck-color-base-background),
      0 0 0 2px var(--ck-color-focus-border);
  }
}
@media (forced-colors: active) {
  .ck.ck-color-grid__tile {
    height: unset;
    min-height: unset;
    min-width: unset;
    padding: 0 var(--ck-spacing-small);
    width: unset;
  }
  .ck.ck-color-grid__tile .ck-button__label {
    display: inline-block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-color-grid__tile {
    transition: none;
  }
}
.ck.ck-color-grid__tile.ck-disabled {
  cursor: unset;
  transition: unset;
}
.ck.ck-color-grid__tile .ck.ck-icon {
  color: var(--ck-color-color-grid-check-icon);
  display: none;
}
.ck.ck-color-grid__tile.ck-on .ck.ck-icon {
  display: block;
}
.ck.ck-color-grid__label {
  padding: 0 var(--ck-spacing-standard);
}
.ck.ck-color-selector
  .ck-color-grids-fragment
  .ck-button.ck-color-selector__color-picker,
.ck.ck-color-selector
  .ck-color-grids-fragment
  .ck-button.ck-color-selector__remove-color {
  width: 100%;
}
.ck.ck-color-selector
  .ck-color-grids-fragment
  .ck-button.ck-color-selector__color-picker {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);
}
.ck.ck-color-selector
  .ck-color-grids-fragment
  .ck-button.ck-color-selector__color-picker:not(:focus) {
  border-top: 1px solid var(--ck-color-base-border);
}
[dir="ltr"]
  .ck.ck-color-selector
  .ck-color-grids-fragment
  .ck-button.ck-color-selector__color-picker
  .ck.ck-icon {
  margin-right: var(--ck-spacing-standard);
}
[dir="rtl"]
  .ck.ck-color-selector
  .ck-color-grids-fragment
  .ck-button.ck-color-selector__color-picker
  .ck.ck-icon {
  margin-left: var(--ck-spacing-standard);
}
.ck.ck-color-selector .ck-color-grids-fragment label.ck.ck-color-grid__label {
  font-weight: unset;
}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker {
  padding: 8px;
}
.ck.ck-color-selector
  .ck-color-picker-fragment
  .ck.ck-color-picker
  .hex-color-picker {
  height: 100px;
  min-width: 180px;
}
.ck.ck-color-selector
  .ck-color-picker-fragment
  .ck.ck-color-picker
  .hex-color-picker::part(saturation) {
  border-radius: var(--ck-border-radius) var(--ck-border-radius) 0 0;
}
.ck.ck-color-selector
  .ck-color-picker-fragment
  .ck.ck-color-picker
  .hex-color-picker::part(hue) {
  border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
}
.ck.ck-color-selector
  .ck-color-picker-fragment
  .ck.ck-color-picker
  .hex-color-picker::part(hue-pointer),
.ck.ck-color-selector
  .ck-color-picker-fragment
  .ck.ck-color-picker
  .hex-color-picker::part(saturation-pointer) {
  height: 15px;
  width: 15px;
}
.ck.ck-color-selector
  .ck-color-picker-fragment
  .ck.ck-color-selector_action-bar {
  padding: 0 8px 8px;
}
:root {
  --ck-dialog-overlay-background-color: rgba(0, 0, 0, 0.5);
  --ck-dialog-drop-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
  --ck-dialog-max-width: 100vw;
  --ck-dialog-max-height: 90vh;
  --ck-color-dialog-background: var(--ck-color-base-background);
  --ck-color-dialog-form-header-border: var(--ck-color-base-border);
}
.ck.ck-dialog-overlay {
  animation: ck-dialog-fade-in 0.3s;
  background: var(--ck-dialog-overlay-background-color);
  z-index: var(--ck-z-dialog);
}
.ck.ck-dialog {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-dialog,
.ck.ck-dialog.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-dialog {
  --ck-drop-shadow: var(--ck-dialog-drop-shadow);
  background: var(--ck-color-dialog-background);
  border: 1px solid var(--ck-color-base-border);
  box-shadow: var(--ck-drop-shadow), 0 0;
  max-height: var(--ck-dialog-max-height);
  max-width: var(--ck-dialog-max-width);
}
.ck.ck-dialog .ck.ck-form__header {
  border-bottom: 1px solid var(--ck-color-dialog-form-header-border);
}
@keyframes ck-dialog-fade-in {
  0% {
    background: transparent;
  }
  to {
    background: var(--ck-dialog-overlay-background-color);
  }
}
.ck.ck-dialog .ck.ck-dialog__actions {
  padding: var(--ck-spacing-large);
}
.ck.ck-dialog .ck.ck-dialog__actions > * + * {
  margin-left: var(--ck-spacing-large);
}
:root {
  --ck-dropdown-arrow-size: calc(var(--ck-icon-size) * 0.5);
}
.ck.ck-dropdown {
  font-size: inherit;
}
.ck.ck-dropdown .ck-dropdown__arrow {
  width: var(--ck-dropdown-arrow-size);
}
[dir="ltr"] .ck.ck-dropdown .ck-dropdown__arrow {
  margin-left: var(--ck-spacing-standard);
  right: var(--ck-spacing-standard);
}
[dir="rtl"] .ck.ck-dropdown .ck-dropdown__arrow {
  left: var(--ck-spacing-standard);
  margin-right: var(--ck-spacing-small);
}
.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow {
  opacity: var(--ck-disabled-opacity);
}
[dir="ltr"]
  .ck.ck-dropdown
  .ck-button.ck-dropdown__button:not(.ck-button_with-text) {
  padding-left: var(--ck-spacing-small);
}
[dir="rtl"]
  .ck.ck-dropdown
  .ck-button.ck-dropdown__button:not(.ck-button_with-text) {
  padding-right: var(--ck-spacing-small);
}
.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 7em;
}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label {
  opacity: var(--ck-disabled-opacity);
}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ck.ck-dropdown
  .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto
  .ck-button__label {
  width: auto;
}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active,
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active {
  box-shadow: none;
}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active:focus,
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active:focus {
  box-shadow: var(--ck-focus-outer-shadow), 0 0;
}
.ck.ck-dropdown__panel {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-dropdown__panel,
.ck.ck-dropdown__panel.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-dropdown__panel {
  background: var(--ck-color-dropdown-panel-background);
  border: 1px solid var(--ck-color-dropdown-panel-border);
  bottom: 0;
  box-shadow: var(--ck-drop-shadow), 0 0;
  min-width: 100%;
}
.ck.ck-dropdown__panel.ck-dropdown__panel_se {
  border-top-left-radius: 0;
}
.ck.ck-dropdown__panel.ck-dropdown__panel_sw {
  border-top-right-radius: 0;
}
.ck.ck-dropdown__panel.ck-dropdown__panel_ne {
  border-bottom-left-radius: 0;
}
.ck.ck-dropdown__panel.ck-dropdown__panel_nw {
  border-bottom-right-radius: 0;
}
.ck.ck-dropdown__panel:focus {
  outline: none;
}
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-dropdown > .ck-dropdown__panel > .ck-list,
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-top-left-radius: 0;
}
.ck.ck-dropdown
  > .ck-dropdown__panel
  > .ck-list
  .ck-list__item:first-child
  > .ck-button {
  border-radius: 0;
}
.ck-rounded-corners
  .ck.ck-dropdown
  > .ck-dropdown__panel
  > .ck-list
  .ck-list__item:first-child
  > .ck-button,
.ck.ck-dropdown
  > .ck-dropdown__panel
  > .ck-list
  .ck-list__item:first-child
  > .ck-button.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}
.ck.ck-dropdown
  > .ck-dropdown__panel
  > .ck-list
  .ck-list__item:last-child
  > .ck-button {
  border-radius: 0;
}
.ck-rounded-corners
  .ck.ck-dropdown
  > .ck-dropdown__panel
  > .ck-list
  .ck-list__item:last-child
  > .ck-button,
.ck.ck-dropdown
  > .ck-dropdown__panel
  > .ck-list
  .ck-list__item:last-child
  > .ck-button.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
:root {
  --ck-color-split-button-hover-background: #ebebeb;
  --ck-color-split-button-hover-border: #b3b3b3;
}
[dir="ltr"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action,
[dir="ltr"] .ck.ck-splitbutton:hover > .ck-splitbutton__action {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}
[dir="rtl"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action,
[dir="rtl"] .ck.ck-splitbutton:hover > .ck-splitbutton__action {
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}
.ck.ck-splitbutton > .ck-splitbutton__arrow {
  min-width: unset;
}
[dir="ltr"] .ck.ck-splitbutton > .ck-splitbutton__arrow {
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}
[dir="rtl"] .ck.ck-splitbutton > .ck-splitbutton__arrow {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}
.ck.ck-splitbutton > .ck-splitbutton__arrow svg {
  width: var(--ck-dropdown-arrow-size);
}
.ck.ck-splitbutton > .ck-splitbutton__arrow:not(:focus) {
  border-bottom-width: 0;
  border-top-width: 0;
}
.ck.ck-splitbutton.ck-splitbutton_open
  > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover),
.ck.ck-splitbutton:hover
  > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover) {
  background: var(--ck-color-split-button-hover-background);
}
.ck.ck-splitbutton.ck-splitbutton_open
  > .ck-splitbutton__arrow:not(.ck-disabled):after,
.ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled):after {
  background-color: var(--ck-color-split-button-hover-border);
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
}
.ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:focus:after,
.ck.ck-splitbutton:hover > .ck-splitbutton__arrow:focus:after {
  --ck-color-split-button-hover-border: var(--ck-color-focus-border);
}
[dir="ltr"]
  .ck.ck-splitbutton.ck-splitbutton_open
  > .ck-splitbutton__arrow:not(.ck-disabled):after,
[dir="ltr"]
  .ck.ck-splitbutton:hover
  > .ck-splitbutton__arrow:not(.ck-disabled):after {
  left: -1px;
}
[dir="rtl"]
  .ck.ck-splitbutton.ck-splitbutton_open
  > .ck-splitbutton__arrow:not(.ck-disabled):after,
[dir="rtl"]
  .ck.ck-splitbutton:hover
  > .ck-splitbutton__arrow:not(.ck-disabled):after {
  right: -1px;
}
.ck.ck-splitbutton.ck-splitbutton_open {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open,
.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck-rounded-corners
  .ck.ck-splitbutton.ck-splitbutton_open
  > .ck-splitbutton__action,
.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners
  > .ck-splitbutton__action {
  border-bottom-left-radius: 0;
}
.ck-rounded-corners
  .ck.ck-splitbutton.ck-splitbutton_open
  > .ck-splitbutton__arrow,
.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners
  > .ck-splitbutton__arrow {
  border-bottom-right-radius: 0;
}
.ck.ck-toolbar-dropdown .ck-toolbar {
  border: 0;
}
:root {
  --ck-accessibility-help-dialog-max-width: 600px;
  --ck-accessibility-help-dialog-max-height: 400px;
  --ck-accessibility-help-dialog-border-color: #ccced1;
  --ck-accessibility-help-dialog-code-background-color: #ededed;
  --ck-accessibility-help-dialog-kbd-shadow-color: #9c9c9c;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content {
  border: 1px solid transparent;
  max-height: var(--ck-accessibility-help-dialog-max-height);
  max-width: var(--ck-accessibility-help-dialog-max-width);
  overflow: auto;
  padding: var(--ck-spacing-large);
  -webkit-user-select: text;
  user-select: text;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content:focus {
  border: var(--ck-focus-ring);
  box-shadow: var(--ck-focus-outer-shadow), 0 0;
  outline: none;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content * {
  white-space: normal;
}
.ck.ck-accessibility-help-dialog
  .ck-accessibility-help-dialog__content
  .ck-label {
  display: none;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h3 {
  font-size: 1.2em;
  font-weight: 700;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h4 {
  font-size: 1em;
  font-weight: 700;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h3,
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h4,
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content p,
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content table {
  margin: 1em 0;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl {
  border-bottom: none;
  border-top: 1px solid var(--ck-accessibility-help-dialog-border-color);
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dd,
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dt {
  border-bottom: 1px solid var(--ck-accessibility-help-dialog-border-color);
  padding: 0.4em 0;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dt {
  grid-column-start: 1;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dd {
  grid-column-start: 2;
  text-align: right;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content code,
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd {
  background: var(--ck-accessibility-help-dialog-code-background-color);
  border-radius: 2px;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  padding: 0.4em;
  text-align: center;
  vertical-align: middle;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content code {
  font-family: monospace;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd {
  box-shadow: 0 1px 1px var(--ck-accessibility-help-dialog-kbd-shadow-color);
  margin: 0 1px;
  min-width: 1.8em;
}
.ck.ck-accessibility-help-dialog
  .ck-accessibility-help-dialog__content
  kbd
  + kbd {
  margin-left: 2px;
}
:root {
  --ck-color-editable-blur-selection: #d9d9d9;
}
.ck.ck-editor__editable:not(.ck-editor__nested-editable) {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),
.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
  border-radius: var(--ck-border-radius);
}
.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
  border: var(--ck-focus-ring);
  box-shadow: var(--ck-inner-shadow), 0 0;
  outline: none;
}
.ck.ck-editor__editable_inline {
  border: 1px solid transparent;
  overflow: auto;
  padding: 0 var(--ck-spacing-standard);
}
.ck.ck-editor__editable_inline[dir="ltr"] {
  text-align: left;
}
.ck.ck-editor__editable_inline[dir="rtl"] {
  text-align: right;
}
.ck.ck-editor__editable_inline > :first-child {
  margin-top: var(--ck-spacing-large);
}
.ck.ck-editor__editable_inline > :last-child {
  margin-bottom: var(--ck-spacing-large);
}
.ck.ck-editor__editable_inline.ck-blurred ::selection {
  background: var(--ck-color-editable-blur-selection);
}
.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_n"]:after {
  border-bottom-color: var(--ck-color-panel-background);
}
.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_s"]:after {
  border-top-color: var(--ck-color-panel-background);
}
:root {
  --ck-form-header-height: 44px;
}
.ck.ck-form__header {
  border-bottom: 1px solid var(--ck-color-base-border);
  height: var(--ck-form-header-height);
  line-height: var(--ck-form-header-height);
  padding: var(--ck-spacing-small) var(--ck-spacing-large);
}
[dir="ltr"] .ck.ck-form__header > .ck-icon {
  margin-right: var(--ck-spacing-medium);
}
[dir="rtl"] .ck.ck-form__header > .ck-icon {
  margin-left: var(--ck-spacing-medium);
}
.ck.ck-form__header .ck-form__header__label {
  --ck-font-size-base: 15px;
  font-weight: 700;
}
:root {
  --ck-icon-size: calc(var(--ck-line-height-base) * var(--ck-font-size-normal));
  --ck-icon-font-size: 0.8333350694em;
}
.ck.ck-icon {
  font-size: var(--ck-icon-font-size);
  height: var(--ck-icon-size);
  width: var(--ck-icon-size);
  will-change: transform;
}
.ck.ck-icon,
.ck.ck-icon * {
  cursor: inherit;
}
.ck.ck-icon.ck-icon_inherit-color,
.ck.ck-icon.ck-icon_inherit-color * {
  color: inherit;
}
.ck.ck-icon.ck-icon_inherit-color :not([fill]) {
  fill: currentColor;
}
:root {
  --ck-input-width: 18em;
  --ck-input-text-width: var(--ck-input-width);
}
.ck.ck-input {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-input,
.ck.ck-input.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-input {
  background: var(--ck-color-input-background);
  border: 1px solid var(--ck-color-input-border);
  min-height: var(--ck-ui-component-min-height);
  min-width: var(--ck-input-width);
  padding: var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);
  transition: box-shadow 0.1s ease-in-out, border 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-input {
    transition: none;
  }
}
.ck.ck-input:focus {
  border: var(--ck-focus-ring);
  box-shadow: var(--ck-focus-outer-shadow), 0 0;
  outline: none;
}
.ck.ck-input[readonly] {
  background: var(--ck-color-input-disabled-background);
  border: 1px solid var(--ck-color-input-disabled-border);
  color: var(--ck-color-input-disabled-text);
}
.ck.ck-input[readonly]:focus {
  box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
}
.ck.ck-input.ck-error {
  animation: ck-input-shake 0.3s ease both;
  border-color: var(--ck-color-input-error-border);
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-input.ck-error {
    animation: none;
  }
}
.ck.ck-input.ck-error:focus {
  box-shadow: var(--ck-focus-error-outer-shadow), 0 0;
}
@keyframes ck-input-shake {
  20% {
    transform: translateX(-2px);
  }
  40% {
    transform: translateX(2px);
  }
  60% {
    transform: translateX(-1px);
  }
  80% {
    transform: translateX(1px);
  }
}
.ck.ck-label {
  font-weight: 700;
}
:root {
  --ck-labeled-field-view-transition: 0.1s cubic-bezier(0, 0, 0.24, 0.95);
  --ck-labeled-field-empty-unfocused-max-width: 100% - 2 *
    var(--ck-spacing-medium);
  --ck-labeled-field-label-default-position-x: var(--ck-spacing-medium);
  --ck-labeled-field-label-default-position-y: calc(
    var(--ck-font-size-base) * 0.6
  );
  --ck-color-labeled-field-label-background: var(--ck-color-base-background);
}
.ck.ck-labeled-field-view {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-labeled-field-view,
.ck.ck-labeled-field-view.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper {
  width: 100%;
}
.ck.ck-labeled-field-view
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label {
  top: 0;
}
[dir="ltr"]
  .ck.ck-labeled-field-view
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label {
  left: 0;
  transform: translate(var(--ck-spacing-medium), -6px) scale(0.75);
  transform-origin: 0 0;
}
[dir="rtl"]
  .ck.ck-labeled-field-view
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label {
  right: 0;
  transform: translate(calc(var(--ck-spacing-medium) * -1), -6px) scale(0.75);
  transform-origin: 100% 0;
}
.ck.ck-labeled-field-view
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label {
  background: var(--ck-color-labeled-field-label-background);
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  overflow: hidden;
  padding: 0 calc(var(--ck-font-size-tiny) * 0.5);
  pointer-events: none;
  text-overflow: ellipsis;
  transition: transform var(--ck-labeled-field-view-transition),
    padding var(--ck-labeled-field-view-transition),
    background var(--ck-labeled-field-view-transition);
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-labeled-field-view
    > .ck.ck-labeled-field-view__input-wrapper
    > .ck.ck-label {
    transition: none;
  }
}
.ck.ck-labeled-field-view.ck-error .ck-input:not([readonly]) + .ck.ck-label,
.ck.ck-labeled-field-view.ck-error
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label {
  color: var(--ck-color-base-error);
}
.ck.ck-labeled-field-view .ck-labeled-field-view__status {
  font-size: var(--ck-font-size-small);
  margin-top: var(--ck-spacing-small);
  white-space: normal;
}
.ck.ck-labeled-field-view
  .ck-labeled-field-view__status.ck-labeled-field-view__status_error {
  color: var(--ck-color-base-error);
}
.ck.ck-labeled-field-view.ck-disabled
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label,
.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(
    .ck-labeled-field-view_focused
  )
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label {
  color: var(--ck-color-input-disabled-text);
}
[dir="ltr"]
  .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(
    .ck-labeled-field-view_placeholder
  )
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label,
[dir="ltr"]
  .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(
    .ck-labeled-field-view_focused
  ):not(.ck-labeled-field-view_placeholder):not(.ck-error)
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label {
  transform: translate(
      var(--ck-labeled-field-label-default-position-x),
      var(--ck-labeled-field-label-default-position-y)
    )
    scale(1);
}
[dir="rtl"]
  .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(
    .ck-labeled-field-view_placeholder
  )
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label,
[dir="rtl"]
  .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(
    .ck-labeled-field-view_focused
  ):not(.ck-labeled-field-view_placeholder):not(.ck-error)
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label {
  transform: translate(
      calc(var(--ck-labeled-field-label-default-position-x) * -1),
      var(--ck-labeled-field-label-default-position-y)
    )
    scale(1);
}
.ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(
    .ck-labeled-field-view_placeholder
  )
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label,
.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(
    .ck-labeled-field-view_focused
  ):not(.ck-labeled-field-view_placeholder):not(.ck-error)
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck.ck-label {
  background: transparent;
  max-width: calc(var(--ck-labeled-field-empty-unfocused-max-width));
  padding: 0;
}
.ck.ck-labeled-field-view
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck-dropdown
  > .ck.ck-button {
  background: transparent;
}
.ck.ck-labeled-field-view.ck-labeled-field-view_empty
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck-dropdown
  > .ck-button
  > .ck-button__label {
  opacity: 0;
}
.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(
    .ck-labeled-field-view_focused
  ):not(.ck-labeled-field-view_placeholder)
  > .ck.ck-labeled-field-view__input-wrapper
  > .ck-dropdown
  + .ck-label {
  max-width: calc(
    var(--ck-labeled-field-empty-unfocused-max-width) -
      var(--ck-dropdown-arrow-size) - var(--ck-spacing-standard)
  );
}
.ck.ck-labeled-input .ck-labeled-input__status {
  font-size: var(--ck-font-size-small);
  margin-top: var(--ck-spacing-small);
  white-space: normal;
}
.ck.ck-labeled-input .ck-labeled-input__status_error {
  color: var(--ck-color-base-error);
}
.ck.ck-list {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-list,
.ck.ck-list.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-list {
  background: var(--ck-color-list-background);
  list-style-type: none;
  padding: var(--ck-spacing-small) 0;
}
.ck.ck-list__item {
  cursor: default;
  min-width: 15em;
}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button) {
  border-radius: 0;
  min-height: unset;
  padding: var(--ck-spacing-tiny) calc(var(--ck-spacing-standard) * 2);
  width: 100%;
}
[dir="ltr"] .ck.ck-list__item > .ck-button:not(.ck-list-item-button) {
  text-align: left;
}
[dir="rtl"] .ck.ck-list__item > .ck-button:not(.ck-list-item-button) {
  text-align: right;
}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button) .ck-button__label {
  line-height: calc(var(--ck-line-height-base) * var(--ck-font-size-base));
}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button):active {
  box-shadow: none;
}
.ck.ck-list__item > .ck-button.ck-on:not(.ck-list-item-button) {
  background: var(--ck-color-list-button-on-background);
  color: var(--ck-color-list-button-on-text);
}
.ck.ck-list__item > .ck-button.ck-on:not(.ck-list-item-button):active {
  box-shadow: none;
}
.ck.ck-list__item
  > .ck-button.ck-on:not(.ck-list-item-button):hover:not(.ck-disabled) {
  background: var(--ck-color-list-button-on-background-focus);
}
.ck.ck-list__item
  > .ck-button.ck-on:not(.ck-list-item-button):focus:not(.ck-disabled) {
  border-color: var(--ck-color-base-background);
}
.ck.ck-list__item
  > .ck-button:not(.ck-list-item-button):hover:not(.ck-disabled) {
  background: var(--ck-color-list-button-hover-background);
}
.ck.ck-list__item > .ck-button.ck-switchbutton.ck-on {
  background: var(--ck-color-list-background);
  color: inherit;
}
.ck.ck-list__item > .ck-button.ck-switchbutton.ck-on:hover:not(.ck-disabled) {
  background: var(--ck-color-list-button-hover-background);
  color: inherit;
}
.ck-list .ck-list__group {
  padding-top: var(--ck-spacing-medium);
}
.ck-list .ck-list__group:first-child {
  padding-top: 0;
}
:not(.ck-hidden) ~ .ck-list .ck-list__group {
  border-top: 1px solid var(--ck-color-base-border);
}
.ck-list .ck-list__group > .ck-label {
  font-size: 11px;
  font-weight: 700;
  padding: var(--ck-spacing-medium) var(--ck-spacing-large) 0;
}
.ck.ck-list__separator {
  background: var(--ck-color-base-border);
  height: 1px;
  margin: var(--ck-spacing-small) 0;
  width: 100%;
}
.ck.ck-menu-bar {
  background: var(--ck-color-base-background);
  border: 1px solid var(--ck-color-toolbar-border);
  display: flex;
  flex-wrap: wrap;
  gap: var(--ck-spacing-small);
  justify-content: flex-start;
  padding: var(--ck-spacing-small);
  width: 100%;
}
.ck.ck-menu-bar__menu {
  font-size: inherit;
}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level {
  max-width: 100%;
}
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button {
  width: 100%;
}
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button > .ck-button__label {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ck.ck-menu-bar__menu
  > .ck-menu-bar__menu__button.ck-disabled
  > .ck-button__label {
  opacity: var(--ck-disabled-opacity);
}
[dir="ltr"]
  .ck.ck-menu-bar__menu
  > .ck-menu-bar__menu__button:not(.ck-button_with-text) {
  padding-left: var(--ck-spacing-small);
}
[dir="rtl"]
  .ck.ck-menu-bar__menu
  > .ck-menu-bar__menu__button:not(.ck-button_with-text) {
  padding-right: var(--ck-spacing-small);
}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button {
  min-height: unset;
  padding: var(--ck-spacing-small) var(--ck-spacing-medium);
}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level
  > .ck-menu-bar__menu__button
  .ck-button__label {
  line-height: unset;
  width: unset;
}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level
  > .ck-menu-bar__menu__button.ck-on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level
  > .ck-menu-bar__menu__button
  .ck-icon {
  display: none;
}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level)
  .ck-menu-bar__menu__button {
  border-radius: 0;
}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level)
  .ck-menu-bar__menu__button
  > .ck-menu-bar__menu__button__arrow {
  width: var(--ck-dropdown-arrow-size);
}
[dir="ltr"]
  .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level)
  .ck-menu-bar__menu__button
  > .ck-menu-bar__menu__button__arrow {
  margin-left: var(--ck-spacing-standard);
  margin-right: calc(var(--ck-spacing-small) * -1);
  transform: rotate(-90deg);
}
[dir="rtl"]
  .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level)
  .ck-menu-bar__menu__button
  > .ck-menu-bar__menu__button__arrow {
  left: var(--ck-spacing-standard);
  margin-left: calc(var(--ck-spacing-small) * -1);
  margin-right: var(--ck-spacing-small);
  transform: rotate(90deg);
}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level)
  .ck-menu-bar__menu__button.ck-disabled
  > .ck-menu-bar__menu__button__arrow {
  opacity: var(--ck-disabled-opacity);
}
:root {
  --ck-menu-bar-menu-item-min-width: 18em;
}
.ck.ck-menu-bar__menu .ck.ck-menu-bar__menu__item {
  min-width: var(--ck-menu-bar-menu-item-min-width);
}
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button {
  border-radius: 0;
}
.ck.ck-menu-bar__menu
  .ck-button.ck-menu-bar__menu__item__button
  > .ck-spinner-container,
.ck.ck-menu-bar__menu
  .ck-button.ck-menu-bar__menu__item__button
  > .ck-spinner-container
  .ck-spinner {
  --ck-toolbar-spinner-size: 20px;
}
.ck.ck-menu-bar__menu
  .ck-button.ck-menu-bar__menu__item__button
  > .ck-spinner-container {
  font-size: var(--ck-icon-font-size);
}
[dir="ltr"]
  .ck.ck-menu-bar__menu
  .ck-button.ck-menu-bar__menu__item__button
  > .ck-spinner-container {
  margin-right: var(--ck-spacing-medium);
}
[dir="rtl"]
  .ck.ck-menu-bar__menu
  .ck-button.ck-menu-bar__menu__item__button
  > .ck-spinner-container {
  margin-left: var(--ck-spacing-medium);
}
:root {
  --ck-menu-bar-menu-panel-max-width: 75vw;
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel,
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
  background: var(--ck-color-dropdown-panel-background);
  border: 1px solid var(--ck-color-dropdown-panel-border);
  bottom: 0;
  box-shadow: var(--ck-drop-shadow), 0 0;
  height: fit-content;
  max-width: var(--ck-menu-bar-menu-panel-max-width);
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es,
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se {
  border-top-left-radius: 0;
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw,
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws {
  border-top-right-radius: 0;
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en,
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne {
  border-bottom-left-radius: 0;
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw,
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn {
  border-bottom-right-radius: 0;
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel:focus {
  outline: none;
}
.ck.ck-menu-bar .ck-list-item-button:active,
.ck.ck-menu-bar .ck-list-item-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.ck.ck-menu-bar.ck-menu-bar_focus-border-enabled .ck-list-item-button:active,
.ck.ck-menu-bar.ck-menu-bar_focus-border-enabled .ck-list-item-button:focus {
  border: var(--ck-focus-ring);
  box-shadow: var(--ck-focus-outer-shadow), 0 0;
  outline: none;
  position: relative;
  z-index: 2;
}
:root {
  --ck-balloon-border-width: 1px;
  --ck-balloon-arrow-offset: 2px;
  --ck-balloon-arrow-height: 10px;
  --ck-balloon-arrow-half-width: 8px;
  --ck-balloon-arrow-drop-shadow: 0 2px 2px var(--ck-color-shadow-drop);
}
.ck.ck-balloon-panel {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-balloon-panel,
.ck.ck-balloon-panel.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-balloon-panel {
  background: var(--ck-color-panel-background);
  border: var(--ck-balloon-border-width) solid var(--ck-color-panel-border);
  box-shadow: var(--ck-drop-shadow), 0 0;
  min-height: 15px;
}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after,
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before {
  border-style: solid;
  height: 0;
  width: 0;
}
.ck.ck-balloon-panel[class*="arrow_n"]:after,
.ck.ck-balloon-panel[class*="arrow_n"]:before {
  border-width: 0 var(--ck-balloon-arrow-half-width)
    var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width);
}
.ck.ck-balloon-panel[class*="arrow_n"]:before {
  border-color: transparent transparent var(--ck-color-panel-border) transparent;
  margin-top: calc(var(--ck-balloon-border-width) * -1);
}
.ck.ck-balloon-panel[class*="arrow_n"]:after {
  border-color: transparent transparent var(--ck-color-panel-background)
    transparent;
  margin-top: calc(
    var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width)
  );
}
.ck.ck-balloon-panel[class*="arrow_s"]:after,
.ck.ck-balloon-panel[class*="arrow_s"]:before {
  border-width: var(--ck-balloon-arrow-height)
    var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width);
}
.ck.ck-balloon-panel[class*="arrow_s"]:before {
  border-color: var(--ck-color-panel-border) transparent transparent;
  filter: drop-shadow(var(--ck-balloon-arrow-drop-shadow));
  margin-bottom: calc(var(--ck-balloon-border-width) * -1);
}
.ck.ck-balloon-panel[class*="arrow_s"]:after {
  border-color: var(--ck-color-panel-background) transparent transparent
    transparent;
  margin-bottom: calc(
    var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width)
  );
}
.ck.ck-balloon-panel[class*="arrow_e"]:after,
.ck.ck-balloon-panel[class*="arrow_e"]:before {
  border-width: var(--ck-balloon-arrow-half-width) 0
    var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height);
}
.ck.ck-balloon-panel[class*="arrow_e"]:before {
  border-color: transparent transparent transparent var(--ck-color-panel-border);
  margin-right: calc(var(--ck-balloon-border-width) * -1);
}
.ck.ck-balloon-panel[class*="arrow_e"]:after {
  border-color: transparent transparent transparent
    var(--ck-color-panel-background);
  margin-right: calc(
    var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width)
  );
}
.ck.ck-balloon-panel[class*="arrow_w"]:after,
.ck.ck-balloon-panel[class*="arrow_w"]:before {
  border-width: var(--ck-balloon-arrow-half-width)
    var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0;
}
.ck.ck-balloon-panel[class*="arrow_w"]:before {
  border-color: transparent var(--ck-color-panel-border) transparent transparent;
  margin-left: calc(var(--ck-balloon-border-width) * -1);
}
.ck.ck-balloon-panel[class*="arrow_w"]:after {
  border-color: transparent var(--ck-color-panel-background) transparent
    transparent;
  margin-left: calc(
    var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width)
  );
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:before {
  left: 50%;
  margin-left: calc(var(--ck-balloon-arrow-half-width) * -1);
  top: calc(var(--ck-balloon-arrow-height) * -1);
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:before {
  left: calc(var(--ck-balloon-arrow-half-width) * 2);
  top: calc(var(--ck-balloon-arrow-height) * -1);
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:before {
  right: calc(var(--ck-balloon-arrow-half-width) * 2);
  top: calc(var(--ck-balloon-arrow-height) * -1);
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:before {
  bottom: calc(var(--ck-balloon-arrow-height) * -1);
  left: 50%;
  margin-left: calc(var(--ck-balloon-arrow-half-width) * -1);
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:before {
  bottom: calc(var(--ck-balloon-arrow-height) * -1);
  left: calc(var(--ck-balloon-arrow-half-width) * 2);
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:before {
  bottom: calc(var(--ck-balloon-arrow-height) * -1);
  right: calc(var(--ck-balloon-arrow-half-width) * 2);
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:before {
  bottom: calc(var(--ck-balloon-arrow-height) * -1);
  margin-right: calc(var(--ck-balloon-arrow-half-width) * 2);
  right: 25%;
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:before {
  bottom: calc(var(--ck-balloon-arrow-height) * -1);
  left: 25%;
  margin-left: calc(var(--ck-balloon-arrow-half-width) * 2);
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:before {
  margin-right: calc(var(--ck-balloon-arrow-half-width) * 2);
  right: 25%;
  top: calc(var(--ck-balloon-arrow-height) * -1);
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:before {
  left: 25%;
  margin-left: calc(var(--ck-balloon-arrow-half-width) * 2);
  top: calc(var(--ck-balloon-arrow-height) * -1);
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_e:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_e:before {
  margin-top: calc(var(--ck-balloon-arrow-half-width) * -1);
  right: calc(var(--ck-balloon-arrow-height) * -1);
  top: 50%;
}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_w:after,
.ck.ck-balloon-panel.ck-balloon-panel_arrow_w:before {
  left: calc(var(--ck-balloon-arrow-height) * -1);
  margin-top: calc(var(--ck-balloon-arrow-half-width) * -1);
  top: 50%;
}
.ck .ck-balloon-rotator__navigation {
  background: var(--ck-color-toolbar-background);
  border-bottom: 1px solid var(--ck-color-toolbar-border);
  padding: 0 var(--ck-spacing-small);
}
.ck .ck-balloon-rotator__navigation > * {
  margin-bottom: var(--ck-spacing-small);
  margin-right: var(--ck-spacing-small);
  margin-top: var(--ck-spacing-small);
}
.ck .ck-balloon-rotator__navigation .ck-balloon-rotator__counter {
  margin-left: var(--ck-spacing-small);
  margin-right: var(--ck-spacing-standard);
}
.ck .ck-balloon-rotator__content .ck.ck-annotation-wrapper {
  box-shadow: none;
}
:root {
  --ck-balloon-fake-panel-offset-horizontal: 6px;
  --ck-balloon-fake-panel-offset-vertical: 6px;
}
.ck .ck-fake-panel div {
  background: var(--ck-color-panel-background);
  border: 1px solid var(--ck-color-panel-border);
  border-radius: var(--ck-border-radius);
  box-shadow: var(--ck-drop-shadow), 0 0;
  height: 100%;
  min-height: 15px;
  width: 100%;
}
.ck .ck-fake-panel div:first-child {
  margin-left: var(--ck-balloon-fake-panel-offset-horizontal);
  margin-top: var(--ck-balloon-fake-panel-offset-vertical);
}
.ck .ck-fake-panel div:nth-child(2) {
  margin-left: calc(var(--ck-balloon-fake-panel-offset-horizontal) * 2);
  margin-top: calc(var(--ck-balloon-fake-panel-offset-vertical) * 2);
}
.ck .ck-fake-panel div:nth-child(3) {
  margin-left: calc(var(--ck-balloon-fake-panel-offset-horizontal) * 3);
  margin-top: calc(var(--ck-balloon-fake-panel-offset-vertical) * 3);
}
.ck .ck-balloon-panel_arrow_s + .ck-fake-panel,
.ck .ck-balloon-panel_arrow_se + .ck-fake-panel,
.ck .ck-balloon-panel_arrow_sw + .ck-fake-panel {
  --ck-balloon-fake-panel-offset-vertical: -6px;
}
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 0 1px 1px;
  box-shadow: var(--ck-drop-shadow), 0 0;
}
.ck-vertical-form > .ck-button:nth-last-child(2):after {
  border-right: 1px solid var(--ck-color-base-border);
}
.ck.ck-responsive-form {
  padding: var(--ck-spacing-large);
}
.ck.ck-responsive-form:focus {
  outline: none;
}
[dir="ltr"] .ck.ck-responsive-form > :not(:first-child),
[dir="rtl"] .ck.ck-responsive-form > :not(:last-child) {
  margin-left: var(--ck-spacing-standard);
}
@media screen and (max-width: 600px) {
  .ck.ck-responsive-form {
    padding: 0;
    width: calc(var(--ck-input-width) * 0.8);
  }
  .ck.ck-responsive-form .ck-labeled-field-view {
    margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
  }
  .ck.ck-responsive-form .ck-labeled-field-view .ck-input-number,
  .ck.ck-responsive-form .ck-labeled-field-view .ck-input-text {
    min-width: 0;
    width: 100%;
  }
  .ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error {
    white-space: normal;
  }
  .ck.ck-responsive-form > .ck-button:nth-last-child(2):after {
    border-right: 1px solid var(--ck-color-base-border);
  }
  .ck.ck-responsive-form > .ck-button:last-child,
  .ck.ck-responsive-form > .ck-button:nth-last-child(2) {
    border-radius: 0;
    margin-top: var(--ck-spacing-large);
    padding: var(--ck-spacing-standard);
  }
  .ck.ck-responsive-form > .ck-button:last-child:not(:focus),
  .ck.ck-responsive-form > .ck-button:nth-last-child(2):not(:focus) {
    border-top: 1px solid var(--ck-color-base-border);
  }
  [dir="ltr"] .ck.ck-responsive-form > .ck-button:last-child,
  [dir="ltr"] .ck.ck-responsive-form > .ck-button:nth-last-child(2),
  [dir="rtl"] .ck.ck-responsive-form > .ck-button:last-child,
  [dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(2) {
    margin-left: 0;
  }
  [dir="rtl"] .ck.ck-responsive-form > .ck-button:last-child:last-of-type,
  [dir="rtl"]
    .ck.ck-responsive-form
    > .ck-button:nth-last-child(2):last-of-type {
    border-right: 1px solid var(--ck-color-base-border);
  }
}
:root {
  --ck-search-field-view-horizontal-spacing: calc(
    var(--ck-icon-size) + var(--ck-spacing-medium)
  );
}
.ck.ck-search > .ck-labeled-field-view .ck-input {
  width: 100%;
}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon {
  --ck-labeled-field-label-default-position-x: var(
    --ck-search-field-view-horizontal-spacing
  );
}
.ck.ck-search
  > .ck-labeled-field-view.ck-search__query_with-icon
  > .ck-labeled-field-view__input-wrapper
  > .ck-icon {
  opacity: 0.5;
  pointer-events: none;
}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon .ck-input {
  width: 100%;
}
[dir="ltr"]
  .ck.ck-search
  > .ck-labeled-field-view.ck-search__query_with-icon
  .ck-input,
[dir="rtl"]
  .ck.ck-search
  > .ck-labeled-field-view.ck-search__query_with-icon
  .ck-input:not(.ck-input-text_empty) {
  padding-left: var(--ck-search-field-view-horizontal-spacing);
}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset {
  --ck-labeled-field-empty-unfocused-max-width: 100% - 2 *
    var(--ck-search-field-view-horizontal-spacing);
}
.ck.ck-search
  > .ck-labeled-field-view.ck-search__query_with-reset.ck-labeled-field-view_empty {
  --ck-labeled-field-empty-unfocused-max-width: 100% -
    var(--ck-search-field-view-horizontal-spacing) - var(--ck-spacing-medium);
}
.ck.ck-search
  > .ck-labeled-field-view.ck-search__query_with-reset
  .ck-search__reset {
  background: none;
  min-height: auto;
  min-width: auto;
  opacity: 0.5;
  padding: 0;
}
[dir="ltr"]
  .ck.ck-search
  > .ck-labeled-field-view.ck-search__query_with-reset
  .ck-search__reset {
  right: var(--ck-spacing-medium);
}
[dir="rtl"]
  .ck.ck-search
  > .ck-labeled-field-view.ck-search__query_with-reset
  .ck-search__reset {
  left: var(--ck-spacing-medium);
}
.ck.ck-search
  > .ck-labeled-field-view.ck-search__query_with-reset
  .ck-search__reset:hover {
  opacity: 1;
}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-input {
  width: 100%;
}
[dir="ltr"]
  .ck.ck-search
  > .ck-labeled-field-view.ck-search__query_with-reset
  .ck-input:not(.ck-input-text_empty),
[dir="rtl"]
  .ck.ck-search
  > .ck-labeled-field-view.ck-search__query_with-reset
  .ck-input {
  padding-right: var(--ck-search-field-view-horizontal-spacing);
}
.ck.ck-search > .ck-search__results {
  min-width: 100%;
}
.ck.ck-search > .ck-search__results > .ck-search__info {
  padding: var(--ck-spacing-medium) var(--ck-spacing-large);
  width: 100%;
}
.ck.ck-search > .ck-search__results > .ck-search__info * {
  white-space: normal;
}
.ck.ck-search > .ck-search__results > .ck-search__info > span:first-child {
  font-weight: 700;
}
.ck.ck-search > .ck-search__results > .ck-search__info > span:last-child {
  margin-top: var(--ck-spacing-medium);
}
.ck.ck-spinner-container {
  animation: ck-spinner-rotate 1.5s linear infinite;
  height: var(--ck-toolbar-spinner-size);
  width: var(--ck-toolbar-spinner-size);
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-spinner-container {
    animation-duration: 3s;
  }
}
.ck.ck-spinner {
  border: 2px solid var(--ck-color-text);
  border-radius: 50%;
  border-top: 2px solid transparent;
  height: var(--ck-toolbar-spinner-size);
  width: var(--ck-toolbar-spinner-size);
}
@keyframes ck-spinner-rotate {
  to {
    transform: rotate(1turn);
  }
}
.ck-textarea {
  overflow-x: hidden;
}
:root {
  --ck-color-block-toolbar-button: var(--ck-color-text);
  --ck-block-toolbar-button-size: var(--ck-font-size-normal);
}
.ck.ck-block-toolbar-button {
  color: var(--ck-color-block-toolbar-button);
  font-size: var(--ck-block-toolbar-size);
}
.ck.ck-toolbar {
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-toolbar,
.ck.ck-toolbar.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-toolbar {
  background: var(--ck-color-toolbar-background);
  border: 1px solid var(--ck-color-toolbar-border);
  padding: 0 var(--ck-spacing-small);
}
.ck.ck-toolbar .ck.ck-toolbar__separator {
  background: var(--ck-color-toolbar-border);
  height: var(--ck-icon-size);
  margin-bottom: var(--ck-spacing-small);
  margin-top: var(--ck-spacing-small);
  min-width: 1px;
  width: 1px;
}
.ck.ck-toolbar .ck-toolbar__line-break {
  height: 0;
}
.ck.ck-toolbar > .ck-toolbar__items > :not(.ck-toolbar__line-break) {
  margin-right: var(--ck-spacing-small);
}
.ck.ck-toolbar > .ck-toolbar__items:empty + .ck.ck-toolbar__separator {
  display: none;
}
.ck.ck-toolbar > .ck-toolbar__items > :not(.ck-toolbar__line-break),
.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown {
  margin-bottom: var(--ck-spacing-small);
  margin-top: var(--ck-spacing-small);
}
.ck.ck-toolbar.ck-toolbar_vertical {
  padding: 0;
}
.ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items > .ck {
  border-radius: 0;
  margin: 0;
  width: 100%;
}
.ck.ck-toolbar.ck-toolbar_compact {
  padding: 0;
}
.ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > * {
  margin: 0;
}
.ck.ck-toolbar.ck-toolbar_compact
  > .ck-toolbar__items
  > :not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ck.ck-toolbar
  > .ck.ck-toolbar__grouped-dropdown
  > .ck.ck-button.ck-dropdown__button {
  padding-left: var(--ck-spacing-tiny);
}
.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown > .ck-dropdown__panel {
  min-width: auto;
}
.ck.ck-toolbar
  .ck-toolbar__nested-toolbar-dropdown
  > .ck-button
  > .ck-button__label {
  max-width: 7em;
  width: auto;
}
.ck.ck-toolbar:focus {
  outline: none;
}
.ck-toolbar-container .ck.ck-toolbar {
  border: 0;
}
.ck.ck-toolbar[dir="rtl"] > .ck-toolbar__items > .ck,
[dir="rtl"] .ck.ck-toolbar > .ck-toolbar__items > .ck {
  margin-right: 0;
}
.ck.ck-toolbar[dir="rtl"]:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck,
[dir="rtl"] .ck.ck-toolbar:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck {
  margin-left: var(--ck-spacing-small);
}
.ck.ck-toolbar[dir="rtl"] > .ck-toolbar__items > .ck:last-child,
[dir="rtl"] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child {
  margin-left: 0;
}
.ck.ck-toolbar.ck-toolbar_compact[dir="rtl"]
  > .ck-toolbar__items
  > .ck:first-child,
[dir="rtl"]
  .ck.ck-toolbar.ck-toolbar_compact
  > .ck-toolbar__items
  > .ck:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ck.ck-toolbar.ck-toolbar_compact[dir="rtl"]
  > .ck-toolbar__items
  > .ck:last-child,
[dir="rtl"]
  .ck.ck-toolbar.ck-toolbar_compact
  > .ck-toolbar__items
  > .ck:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ck.ck-toolbar.ck-toolbar_grouping[dir="rtl"]
  > .ck-toolbar__items:not(:empty):not(:only-child),
.ck.ck-toolbar[dir="rtl"] > .ck.ck-toolbar__separator,
[dir="rtl"]
  .ck.ck-toolbar.ck-toolbar_grouping
  > .ck-toolbar__items:not(:empty):not(:only-child),
[dir="rtl"] .ck.ck-toolbar > .ck.ck-toolbar__separator {
  margin-left: var(--ck-spacing-small);
}
.ck.ck-toolbar[dir="ltr"] > .ck-toolbar__items > .ck:last-child,
[dir="ltr"] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child {
  margin-right: 0;
}
.ck.ck-toolbar.ck-toolbar_compact[dir="ltr"]
  > .ck-toolbar__items
  > .ck:first-child,
[dir="ltr"]
  .ck.ck-toolbar.ck-toolbar_compact
  > .ck-toolbar__items
  > .ck:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ck.ck-toolbar.ck-toolbar_compact[dir="ltr"]
  > .ck-toolbar__items
  > .ck:last-child,
[dir="ltr"]
  .ck.ck-toolbar.ck-toolbar_compact
  > .ck-toolbar__items
  > .ck:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ck.ck-toolbar.ck-toolbar_grouping[dir="ltr"]
  > .ck-toolbar__items:not(:empty):not(:only-child),
.ck.ck-toolbar[dir="ltr"] > .ck.ck-toolbar__separator,
[dir="ltr"]
  .ck.ck-toolbar.ck-toolbar_grouping
  > .ck-toolbar__items:not(:empty):not(:only-child),
[dir="ltr"] .ck.ck-toolbar > .ck.ck-toolbar__separator {
  margin-right: var(--ck-spacing-small);
}
.ck.ck-balloon-panel.ck-tooltip {
  --ck-balloon-border-width: 0px;
  --ck-balloon-arrow-offset: 0px;
  --ck-balloon-arrow-half-width: 4px;
  --ck-balloon-arrow-height: 4px;
  --ck-tooltip-text-padding: 4px;
  --ck-color-panel-background: var(--ck-color-tooltip-background);
  box-shadow: none;
  padding: 0 var(--ck-spacing-medium);
}
.ck.ck-balloon-panel.ck-tooltip .ck-tooltip__text {
  color: var(--ck-color-tooltip-text);
  font-size: 0.9em;
  line-height: 1.5;
}
.ck.ck-balloon-panel.ck-tooltip.ck-tooltip_multi-line .ck-tooltip__text {
  display: inline-block;
  max-width: 200px;
  padding: var(--ck-tooltip-text-padding) 0;
  white-space: break-spaces;
}
.ck.ck-balloon-panel.ck-tooltip:before {
  display: none;
}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  border-radius: 0;
}
.ck-rounded-corners
  .ck.ck-editor__top
  .ck-sticky-panel
  .ck-sticky-panel__content,
.ck.ck-editor__top
  .ck-sticky-panel
  .ck-sticky-panel__content.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  border: solid var(--ck-color-base-border);
  border-width: 1px 1px 0;
}
.ck.ck-editor__top
  .ck-sticky-panel
  .ck-sticky-panel__content.ck-sticky-panel__content_sticky {
  border-bottom-width: 1px;
}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar {
  border: 0;
  border-bottom: 1px solid var(--ck-color-base-border);
}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar {
  border: 0;
}
.ck.ck-editor__main > .ck-editor__editable {
  background: var(--ck-color-base-background);
  border-radius: 0;
}
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: var(--ck-color-base-border);
}
:root {
  --ck-clipboard-drop-target-dot-width: 12px;
  --ck-clipboard-drop-target-dot-height: 8px;
  --ck-clipboard-drop-target-color: var(--ck-color-focus-border);
}
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
  background: var(--ck-clipboard-drop-target-color);
  border: 1px solid var(--ck-clipboard-drop-target-color);
  bottom: calc(var(--ck-clipboard-drop-target-dot-height) * -0.5);
  margin-left: -1px;
  top: calc(var(--ck-clipboard-drop-target-dot-height) * -0.5);
}
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span:after {
  border-color: var(--ck-clipboard-drop-target-color) transparent transparent
    transparent;
  border-style: solid;
  border-width: calc(var(--ck-clipboard-drop-target-dot-height))
    calc(var(--ck-clipboard-drop-target-dot-width) * 0.5) 0
    calc(var(--ck-clipboard-drop-target-dot-width) * 0.5);
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: calc(var(--ck-clipboard-drop-target-dot-height) * -0.5);
  transform: translateX(-50%);
  width: 0;
}
.ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range {
  outline: var(--ck-widget-outline-thickness) solid
    var(--ck-clipboard-drop-target-color) !important;
}
.ck.ck-editor__editable .ck-widget:-webkit-drag {
  zoom: 0.6;
  outline: none !important;
}
.ck.ck-clipboard-drop-target-line {
  background: var(--ck-clipboard-drop-target-color);
  border: 1px solid var(--ck-clipboard-drop-target-color);
  height: 0;
  margin-top: -1px;
}
.ck.ck-clipboard-drop-target-line:before {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  top: calc(var(--ck-clipboard-drop-target-dot-width) * -0.5);
  width: 0;
}
[dir="ltr"] .ck.ck-clipboard-drop-target-line:before {
  border-color: transparent transparent transparent
    var(--ck-clipboard-drop-target-color);
  border-width: calc(var(--ck-clipboard-drop-target-dot-width) * 0.5) 0
    calc(var(--ck-clipboard-drop-target-dot-width) * 0.5)
    var(--ck-clipboard-drop-target-dot-height);
  left: -1px;
}
[dir="rtl"] .ck.ck-clipboard-drop-target-line:before {
  border-color: transparent var(--ck-clipboard-drop-target-color) transparent
    transparent;
  border-width: calc(var(--ck-clipboard-drop-target-dot-width) * 0.5)
    var(--ck-clipboard-drop-target-dot-height)
    calc(var(--ck-clipboard-drop-target-dot-width) * 0.5) 0;
  right: -1px;
}
:root {
  --ck-color-code-block-label-background: #757575;
}
.ck.ck-editor__editable pre[data-language]:after {
  background: var(--ck-color-code-block-label-background);
  color: #fff;
  font-family: var(--ck-font-face);
  font-size: 10px;
  line-height: 16px;
  padding: var(--ck-spacing-tiny) var(--ck-spacing-medium);
  right: 10px;
  top: -1px;
  white-space: nowrap;
}
.ck.ck-code-block-dropdown .ck-dropdown__panel {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (forced-colors: active) {
  .ck .ck-placeholder,
  .ck.ck-placeholder {
    forced-color-adjust: preserve-parent-color;
  }
}
.ck .ck-placeholder:before,
.ck.ck-placeholder:before {
  cursor: text;
}
@media (forced-colors: none) {
  .ck .ck-placeholder:before,
  .ck.ck-placeholder:before {
    color: var(--ck-color-engine-placeholder-text);
  }
}
@media (forced-colors: active) {
  .ck .ck-placeholder:before,
  .ck.ck-placeholder:before {
    font-style: italic;
    margin-left: 1px;
  }
}
.ck.ck-find-and-replace-form {
  width: 400px;
}
.ck.ck-find-and-replace-form:focus {
  outline: none;
}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions,
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs {
  align-content: stretch;
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: var(--ck-spacing-large);
}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > .ck-button,
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-button {
  flex: 0 0 auto;
}
[dir="ltr"]
  .ck.ck-find-and-replace-form
  .ck-find-and-replace-form__actions
  > *
  + *,
[dir="ltr"]
  .ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  > *
  + * {
  margin-left: var(--ck-spacing-standard);
}
[dir="rtl"]
  .ck.ck-find-and-replace-form
  .ck-find-and-replace-form__actions
  > *
  + *,
[dir="rtl"]
  .ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  > *
  + * {
  margin-right: var(--ck-spacing-standard);
}
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__actions
  .ck-labeled-field-view,
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  .ck-labeled-field-view {
  flex: 1 1 auto;
}
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__actions
  .ck-labeled-field-view
  .ck-input,
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  .ck-labeled-field-view
  .ck-input {
  min-width: 50px;
  width: 100%;
}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs {
  align-items: flex-start;
}
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  > .ck-button-prev
  > .ck-icon {
  transform: rotate(90deg);
}
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  > .ck-button-next
  > .ck-icon {
  transform: rotate(-90deg);
}
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  .ck-results-counter {
  top: 50%;
  transform: translateY(-50%);
}
[dir="ltr"]
  .ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  .ck-results-counter {
  right: var(--ck-spacing-standard);
}
[dir="rtl"]
  .ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  .ck-results-counter {
  left: var(--ck-spacing-standard);
}
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  .ck-results-counter {
  color: var(--ck-color-base-border);
}
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  > .ck-labeled-field-replace {
  flex: 0 0 100%;
  padding-top: var(--ck-spacing-standard);
}
[dir="ltr"]
  .ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  > .ck-labeled-field-replace {
  margin-left: 0;
}
[dir="rtl"]
  .ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs
  > .ck-labeled-field-replace {
  margin-right: 0;
}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: calc(var(--ck-spacing-large) * -1);
}
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__actions
  > .ck-button-find {
  font-weight: 700;
}
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__actions
  > .ck-button-find
  .ck-button__label {
  padding-left: var(--ck-spacing-large);
  padding-right: var(--ck-spacing-large);
}
.ck.ck-find-and-replace-form .ck-switchbutton {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .ck.ck-find-and-replace-form {
    max-width: 100%;
    width: 300px;
  }
  .ck.ck-find-and-replace-form.ck-find-and-replace-form__input {
    flex-wrap: wrap;
  }
  .ck.ck-find-and-replace-form.ck-find-and-replace-form__input
    .ck-labeled-field-view {
    flex: 1 0 auto;
    margin-bottom: var(--ck-spacing-standard);
    width: 100%;
  }
  .ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button {
    text-align: center;
  }
  .ck.ck-find-and-replace-form.ck-find-and-replace-form__input
    > .ck-button:first-of-type {
    flex: 1 1 auto;
  }
  [dir="ltr"]
    .ck.ck-find-and-replace-form.ck-find-and-replace-form__input
    > .ck-button:first-of-type {
    margin-left: 0;
  }
  [dir="rtl"]
    .ck.ck-find-and-replace-form.ck-find-and-replace-form__input
    > .ck-button:first-of-type {
    margin-right: 0;
  }
  .ck.ck-find-and-replace-form.ck-find-and-replace-form__input
    > .ck-button:first-of-type
    .ck-button__label {
    text-align: center;
    width: 100%;
  }
  .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions
    > :not(.ck-labeled-field-view) {
    flex: 1 1 auto;
    flex-wrap: wrap;
  }
  .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions
    > :not(.ck-labeled-field-view)
    > .ck-button {
    text-align: center;
  }
  .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions
    > :not(.ck-labeled-field-view)
    > .ck-button:first-of-type {
    flex: 1 1 auto;
  }
  [dir="ltr"]
    .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions
    > :not(.ck-labeled-field-view)
    > .ck-button:first-of-type {
    margin-left: 0;
  }
  [dir="rtl"]
    .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions
    > :not(.ck-labeled-field-view)
    > .ck-button:first-of-type {
    margin-right: 0;
  }
  .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions
    > :not(.ck-labeled-field-view)
    > .ck-button
    .ck-button__label {
    text-align: center;
    width: 100%;
  }
}
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {
  width: 8em;
}
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
  min-width: 18em;
}
:root {
  --ck-html-embed-content-width: calc(100% - var(--ck-icon-size) * 1.5);
  --ck-html-embed-source-height: 10em;
  --ck-html-embed-unfocused-outline-width: 1px;
  --ck-html-embed-content-min-height: calc(
    var(--ck-icon-size) + var(--ck-spacing-standard)
  );
  --ck-html-embed-source-disabled-background: var(--ck-color-base-foreground);
  --ck-html-embed-source-disabled-color: #737373;
}
.ck-widget.raw-html-embed {
  background-color: var(--ck-color-base-foreground);
  font-size: var(--ck-font-size-base);
}
.ck-widget.raw-html-embed:not(.ck-widget_selected):not(:hover) {
  outline: var(--ck-html-embed-unfocused-outline-width) dashed
    var(--ck-color-widget-blurred-border);
}
.ck-widget.raw-html-embed[dir="ltr"] {
  text-align: left;
}
.ck-widget.raw-html-embed[dir="rtl"] {
  text-align: right;
}
.ck-widget.raw-html-embed:before {
  background: #999;
  border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
  color: var(--ck-color-base-background);
  content: attr(data-html-embed-label);
  font-family: var(--ck-font-face);
  font-size: var(--ck-font-size-tiny);
  left: var(--ck-spacing-standard);
  padding: calc(
      var(--ck-spacing-tiny) + var(--ck-html-embed-unfocused-outline-width)
    )
    var(--ck-spacing-small) var(--ck-spacing-tiny);
  top: calc(var(--ck-html-embed-unfocused-outline-width) * -1);
  transition: background var(--ck-widget-handler-animation-duration)
    var(--ck-widget-handler-animation-curve);
}
.ck-widget.raw-html-embed[dir="rtl"]:before {
  left: auto;
  right: var(--ck-spacing-standard);
}
.ck-widget.raw-html-embed[dir="ltr"]
  .ck-widget__type-around
  .ck-widget__type-around__button.ck-widget__type-around__button_before {
  margin-left: 50px;
}
.ck.ck-editor__editable.ck-blurred
  .ck-widget.raw-html-embed.ck-widget_selected:before {
  padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
  top: 0;
}
.ck.ck-editor__editable:not(.ck-blurred)
  .ck-widget.raw-html-embed.ck-widget_selected:before {
  background: var(--ck-color-focus-border);
  padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
  top: 0;
}
.ck.ck-editor__editable
  .ck-widget.raw-html-embed:not(.ck-widget_selected):hover:before {
  padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
  top: 0;
}
.ck-widget.raw-html-embed .raw-html-embed__content-wrapper {
  padding: var(--ck-spacing-standard);
}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper {
  right: var(--ck-spacing-standard);
  top: var(--ck-spacing-standard);
}
.ck-widget.raw-html-embed
  .raw-html-embed__buttons-wrapper
  .ck-button.raw-html-embed__save-button {
  color: var(--ck-color-button-save);
}
.ck-widget.raw-html-embed
  .raw-html-embed__buttons-wrapper
  .ck-button.raw-html-embed__cancel-button {
  color: var(--ck-color-button-cancel);
}
.ck-widget.raw-html-embed
  .raw-html-embed__buttons-wrapper
  .ck-button:not(:first-child) {
  margin-top: var(--ck-spacing-small);
}
.ck-widget.raw-html-embed[dir="rtl"] .raw-html-embed__buttons-wrapper {
  left: var(--ck-spacing-standard);
  right: auto;
}
.ck-widget.raw-html-embed .raw-html-embed__source {
  box-sizing: border-box;
  direction: ltr;
  font-family: monospace;
  font-size: var(--ck-font-size-base);
  height: var(--ck-html-embed-source-height);
  min-width: 0;
  padding: var(--ck-spacing-standard);
  resize: none;
  tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  width: var(--ck-html-embed-content-width);
}
.ck-widget.raw-html-embed .raw-html-embed__source[disabled] {
  -webkit-text-fill-color: var(--ck-html-embed-source-disabled-color);
  background: var(--ck-html-embed-source-disabled-background);
  color: var(--ck-html-embed-source-disabled-color);
  opacity: 1;
}
.ck-widget.raw-html-embed .raw-html-embed__preview {
  min-height: var(--ck-html-embed-content-min-height);
  width: var(--ck-html-embed-content-width);
}
.ck-editor__editable:not(.ck-read-only)
  .ck-widget.raw-html-embed
  .raw-html-embed__preview {
  pointer-events: none;
}
.ck-widget.raw-html-embed .raw-html-embed__preview-content {
  background-color: var(--ck-color-base-foreground);
  box-sizing: border-box;
}
.ck-widget.raw-html-embed .raw-html-embed__preview-content > * {
  margin-left: auto;
  margin-right: auto;
}
.ck-widget.raw-html-embed .raw-html-embed__preview-placeholder {
  color: var(--ck-html-embed-source-disabled-color);
}
:root {
  --ck-image-insert-insert-by-url-width: 250px;
}
.ck.ck-image-insert-url {
  --ck-input-width: 100%;
}
.ck.ck-image-insert-url .ck-image-insert-url__action-row {
  grid-column-gap: var(--ck-spacing-large);
  margin-top: var(--ck-spacing-large);
}
.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button-cancel,
.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button-save {
  justify-content: center;
  min-width: auto;
}
.ck.ck-image-insert-url
  .ck-image-insert-url__action-row
  .ck-button
  .ck-button__label {
  color: var(--ck-color-text);
}
.ck.ck-image-insert-form > .ck.ck-button {
  display: block;
  width: 100%;
}
[dir="ltr"] .ck.ck-image-insert-form > .ck.ck-button {
  text-align: left;
}
[dir="rtl"] .ck.ck-image-insert-form > .ck.ck-button {
  text-align: right;
}
.ck.ck-image-insert-form > .ck.ck-collapsible {
  min-width: var(--ck-image-insert-insert-by-url-width);
}
.ck.ck-image-insert-form > .ck.ck-collapsible:not(:first-child) {
  border-top: 1px solid var(--ck-color-base-border);
}
.ck.ck-image-insert-form > .ck.ck-collapsible:not(:last-child) {
  border-bottom: 1px solid var(--ck-color-base-border);
}
.ck.ck-image-insert-form > .ck.ck-image-insert-url {
  min-width: var(--ck-image-insert-insert-by-url-width);
  padding: var(--ck-spacing-large);
}
.ck.ck-image-insert-form:focus {
  outline: none;
}
:root {
  --ck-color-image-upload-icon: #fff;
  --ck-color-image-upload-icon-background: #008a00;
  --ck-image-upload-icon-size: 20;
  --ck-image-upload-icon-width: 2px;
  --ck-image-upload-icon-is-visible: clamp(0px, 100% - 50px, 1px);
}
.ck-image-upload-complete-icon {
  animation-delay: 0ms, 3s;
  animation-duration: 0.5s, 0.5s;
  animation-fill-mode: forwards, forwards;
  animation-name: ck-upload-complete-icon-show, ck-upload-complete-icon-hide;
  background: var(--ck-color-image-upload-icon-background);
  font-size: calc(1px * var(--ck-image-upload-icon-size));
  height: calc(
    var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size)
  );
  opacity: 0;
  overflow: hidden;
  width: calc(
    var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size)
  );
}
.ck-image-upload-complete-icon:after {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: ck-upload-complete-icon-check;
  border-right: var(--ck-image-upload-icon-width) solid
    var(--ck-color-image-upload-icon);
  border-top: var(--ck-image-upload-icon-width) solid
    var(--ck-color-image-upload-icon);
  box-sizing: border-box;
  height: 0;
  left: 25%;
  opacity: 0;
  top: 50%;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .ck-image-upload-complete-icon {
    animation-duration: 0ms;
  }
  .ck-image-upload-complete-icon:after {
    animation: none;
    height: 0.45em;
    opacity: 1;
    width: 0.3em;
  }
}
@keyframes ck-upload-complete-icon-show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ck-upload-complete-icon-hide {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ck-upload-complete-icon-check {
  0% {
    height: 0;
    opacity: 1;
    width: 0;
  }
  33% {
    height: 0;
    width: 0.3em;
  }
  to {
    height: 0.45em;
    opacity: 1;
    width: 0.3em;
  }
}
:root {
  --ck-color-upload-placeholder-loader: #b3b3b3;
  --ck-upload-placeholder-loader-size: 32px;
  --ck-upload-placeholder-image-aspect-ratio: 2.8;
}
.ck .ck-image-upload-placeholder {
  margin: 0;
  width: 100%;
}
.ck .ck-image-upload-placeholder.image-inline {
  width: calc(
    var(--ck-upload-placeholder-loader-size) * 2 *
      var(--ck-upload-placeholder-image-aspect-ratio)
  );
}
.ck .ck-image-upload-placeholder img {
  aspect-ratio: var(--ck-upload-placeholder-image-aspect-ratio);
}
.ck .ck-upload-placeholder-loader {
  height: 100%;
  width: 100%;
}
.ck .ck-upload-placeholder-loader:before {
  animation: ck-upload-placeholder-loader 1s linear infinite;
  border-radius: 50%;
  border-right: 2px solid transparent;
  border-top: 3px solid var(--ck-color-upload-placeholder-loader);
  height: var(--ck-upload-placeholder-loader-size);
  width: var(--ck-upload-placeholder-loader-size);
}
@keyframes ck-upload-placeholder-loader {
  to {
    transform: rotate(1turn);
  }
}
.ck.ck-editor__editable .image-inline.ck-appear,
.ck.ck-editor__editable .image.ck-appear {
  animation: fadeIn 0.7s;
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-editor__editable .image-inline.ck-appear,
  .ck.ck-editor__editable .image.ck-appear {
    animation: none;
    opacity: 1;
  }
}
.ck.ck-editor__editable .image .ck-progress-bar,
.ck.ck-editor__editable .image-inline .ck-progress-bar {
  background: var(--ck-color-upload-bar-background);
  height: 2px;
  transition: width 0.1s;
  width: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ck .ck-link_selected {
  background: var(--ck-color-link-selected-background);
}
.ck .ck-link_selected span.image-inline {
  outline: var(--ck-widget-outline-thickness) solid
    var(--ck-color-link-selected-background);
}
.ck .ck-fake-link-selection {
  background: var(--ck-color-link-fake-selection);
}
.ck .ck-fake-link-selection_collapsed {
  border-right: 1px solid var(--ck-color-base-text);
  height: 100%;
  margin-right: -1px;
  outline: 1px solid hsla(0, 0%, 100%, 0.5);
}
.ck.ck-link-actions .ck-button.ck-link-actions__preview {
  padding-left: 0;
  padding-right: 0;
}
.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
  color: var(--ck-color-link-default);
  cursor: pointer;
  max-width: var(--ck-input-width);
  min-width: 3em;
  padding: 0 var(--ck-spacing-medium);
  text-align: center;
  text-overflow: ellipsis;
}
.ck.ck-link-actions
  .ck-button.ck-link-actions__preview
  .ck-button__label:hover {
  text-decoration: underline;
}
.ck.ck-link-actions .ck-button.ck-link-actions__preview,
.ck.ck-link-actions .ck-button.ck-link-actions__preview:active,
.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus,
.ck.ck-link-actions .ck-button.ck-link-actions__preview:hover {
  background: none;
}
.ck.ck-link-actions .ck-button.ck-link-actions__preview:active {
  box-shadow: none;
}
.ck.ck-link-actions
  .ck-button.ck-link-actions__preview:focus
  .ck-button__label {
  text-decoration: underline;
}
[dir="ltr"] .ck.ck-link-actions .ck-button:not(:first-child),
[dir="rtl"] .ck.ck-link-actions .ck-button:not(:last-child) {
  margin-left: var(--ck-spacing-standard);
}
@media screen and (max-width: 600px) {
  .ck.ck-link-actions .ck-button.ck-link-actions__preview {
    margin: var(--ck-spacing-standard) var(--ck-spacing-standard) 0;
  }
  .ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
    max-width: 100%;
    min-width: 0;
  }
  [dir="ltr"] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview),
  [dir="rtl"] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
    margin-left: 0;
  }
}
.ck.ck-link-form_layout-vertical {
  min-width: var(--ck-input-width);
  padding: 0;
}
.ck.ck-link-form_layout-vertical .ck-labeled-field-view {
  margin: var(--ck-spacing-large) var(--ck-spacing-large)
    var(--ck-spacing-small);
}
.ck.ck-link-form_layout-vertical .ck-labeled-field-view .ck-input-text {
  min-width: 0;
  width: 100%;
}
.ck.ck-link-form_layout-vertical > .ck-button {
  border-radius: 0;
  margin: 0;
  padding: var(--ck-spacing-standard);
  width: 50%;
}
.ck.ck-link-form_layout-vertical > .ck-button:not(:focus) {
  border-top: 1px solid var(--ck-color-base-border);
}
[dir="ltr"] .ck.ck-link-form_layout-vertical > .ck-button,
[dir="rtl"] .ck.ck-link-form_layout-vertical > .ck-button {
  margin-left: 0;
}
[dir="rtl"] .ck.ck-link-form_layout-vertical > .ck-button:last-of-type {
  border-right: 1px solid var(--ck-color-base-border);
}
.ck.ck-link-form_layout-vertical .ck.ck-list {
  margin: 0 var(--ck-spacing-large);
}
.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton {
  padding: 0;
  width: 100%;
}
.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton:hover {
  background: none;
}
:root {
  --ck-link-image-indicator-icon-size: 20;
  --ck-link-image-indicator-icon-is-visible: clamp(0px, 100% - 50px, 1px);
}
.ck.ck-editor__editable a span.image-inline:after,
.ck.ck-editor__editable figure.image > a:after {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTExLjA3NyAxNSAuOTkxLTEuNDE2YS43NS43NSAwIDEgMSAxLjIyOS44NmwtMS4xNDggMS42NGEuNzQ4Ljc0OCAwIDAgMS0uMjE3LjIwNiA1LjI1MSA1LjI1MSAwIDAgMS04LjUwMy01Ljk1NS43NDEuNzQxIDAgMCAxIC4xMi0uMjc0bDEuMTQ3LTEuNjM5YS43NS43NSAwIDEgMSAxLjIyOC44Nkw0LjkzMyAxMC43bC4wMDYuMDAzYTMuNzUgMy43NSAwIDAgMCA2LjEzMiA0LjI5NGwuMDA2LjAwNHptNS40OTQtNS4zMzVhLjc0OC43NDggMCAwIDEtLjEyLjI3NGwtMS4xNDcgMS42MzlhLjc1Ljc1IDAgMSAxLTEuMjI4LS44NmwuODYtMS4yM2EzLjc1IDMuNzUgMCAwIDAtNi4xNDQtNC4zMDFsLS44NiAxLjIyOWEuNzUuNzUgMCAwIDEtMS4yMjktLjg2bDEuMTQ4LTEuNjRhLjc0OC43NDggMCAwIDEgLjIxNy0uMjA2IDUuMjUxIDUuMjUxIDAgMCAxIDguNTAzIDUuOTU1em0tNC41NjMtMi41MzJhLjc1Ljc1IDAgMCAxIC4xODQgMS4wNDVsLTMuMTU1IDQuNTA1YS43NS43NSAwIDEgMS0xLjIyOS0uODZsMy4xNTUtNC41MDZhLjc1Ljc1IDAgMCAxIDEuMDQ1LS4xODR6Ii8+PC9zdmc+");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100%;
  content: "";
  height: calc(
    var(--ck-link-image-indicator-icon-is-visible) *
      var(--ck-link-image-indicator-icon-size)
  );
  overflow: hidden;
  right: min(var(--ck-spacing-medium), 6%);
  top: min(var(--ck-spacing-medium), 6%);
  width: calc(
    var(--ck-link-image-indicator-icon-is-visible) *
      var(--ck-link-image-indicator-icon-size)
  );
}
.ck.ck-list-properties.ck-list-properties_without-styles {
  padding: var(--ck-spacing-large);
}
.ck.ck-list-properties.ck-list-properties_without-styles > * {
  min-width: 14em;
}
.ck.ck-list-properties.ck-list-properties_without-styles > * + * {
  margin-top: var(--ck-spacing-standard);
}
.ck.ck-list-properties.ck-list-properties_with-numbered-properties
  > .ck-list-styles-list {
  grid-template-columns: repeat(4, auto);
}
.ck.ck-list-properties.ck-list-properties_with-numbered-properties
  > .ck-collapsible {
  border-top: 1px solid var(--ck-color-base-border);
}
.ck.ck-list-properties.ck-list-properties_with-numbered-properties
  > .ck-collapsible
  > .ck-collapsible__children
  > * {
  width: 100%;
}
.ck.ck-list-properties.ck-list-properties_with-numbered-properties
  > .ck-collapsible
  > .ck-collapsible__children
  > *
  + * {
  margin-top: var(--ck-spacing-standard);
}
.ck.ck-list-properties .ck.ck-numbered-list-properties__start-index .ck-input {
  min-width: auto;
  width: 100%;
}
.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order {
  background: transparent;
  margin-bottom: calc(var(--ck-spacing-tiny) * -1);
  padding-left: 0;
  padding-right: 0;
}
.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:active,
.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
}
:root {
  --ck-list-style-button-size: 44px;
}
.ck.ck-list-styles-list {
  column-gap: var(--ck-spacing-medium);
  grid-template-columns: repeat(3, auto);
  padding: var(--ck-spacing-large);
  row-gap: var(--ck-spacing-medium);
}
.ck.ck-list-styles-list .ck-button {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
}
.ck.ck-list-styles-list .ck-button,
.ck.ck-list-styles-list .ck-button .ck-icon {
  height: var(--ck-list-style-button-size);
  width: var(--ck-list-style-button-size);
}
:root {
  --ck-media-embed-placeholder-icon-size: 3em;
  --ck-color-media-embed-placeholder-url-text: #757575;
  --ck-color-media-embed-placeholder-url-text-hover: var(--ck-color-base-text);
}
.ck-media__wrapper {
  margin: 0 auto;
}
.ck-media__wrapper .ck-media__placeholder {
  background: var(--ck-color-base-foreground);
  padding: calc(var(--ck-spacing-standard) * 3);
}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon {
  background-position: 50%;
  background-size: cover;
  height: var(--ck-media-embed-placeholder-icon-size);
  margin-bottom: var(--ck-spacing-large);
  min-width: var(--ck-media-embed-placeholder-icon-size);
}
.ck-media__wrapper
  .ck-media__placeholder
  .ck-media__placeholder__icon
  .ck-icon {
  height: 100%;
  width: 100%;
}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text {
  color: var(--ck-color-media-embed-placeholder-url-text);
  font-style: italic;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ck-media__wrapper
  .ck-media__placeholder
  .ck-media__placeholder__url__text:hover {
  color: var(--ck-color-media-embed-placeholder-url-text-hover);
  cursor: pointer;
  text-decoration: underline;
}
.ck-media__wrapper[data-oembed-url*="open.spotify.com"] {
  max-height: 380px;
  max-width: 300px;
}
.ck-media__wrapper[data-oembed-url*="goo.gl/maps"] .ck-media__placeholder__icon,
.ck-media__wrapper[data-oembed-url*="google.com/maps"]
  .ck-media__placeholder__icon,
.ck-media__wrapper[data-oembed-url*="maps.app.goo.gl"]
  .ck-media__placeholder__icon,
.ck-media__wrapper[data-oembed-url*="maps.google.com"]
  .ck-media__placeholder__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAuMzc4IiBoZWlnaHQ9IjI1NC4xNjciIHZpZXdCb3g9IjAgMCA2Ni4yNDYgNjcuMjQ4Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjUzMSAtMjE4LjQ1NSkgc2NhbGUoLjk4MDEyKSI+PHJlY3Qgcnk9IjUuMjM4IiByeD0iNS4yMzgiIHk9IjIzMS4zOTkiIHg9IjE3Ni4wMzEiIGhlaWdodD0iNjAuMDk5IiB3aWR0aD0iNjAuMDk5IiBmaWxsPSIjMzRhNjY4IiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxwYXRoIGQ9Im0yMDYuNDc3IDI2MC45LTI4Ljk4NyAyOC45ODdhNS4yMTggNS4yMTggMCAwIDAgMy43OCAxLjYxaDQ5LjYyMWMxLjY5NCAwIDMuMTktLjc5OCA0LjE0Ni0yLjAzN3oiIGZpbGw9IiM1Yzg4YzUiLz48cGF0aCBkPSJNMjI2Ljc0MiAyMjIuOTg4Yy05LjI2NiAwLTE2Ljc3NyA3LjE3LTE2Ljc3NyAxNi4wMTQuMDA3IDIuNzYyLjY2MyA1LjQ3NCAyLjA5MyA3Ljg3NS40My43MDMuODMgMS40MDggMS4xOSAyLjEwNy4zMzMuNTAyLjY1IDEuMDA1Ljk1IDEuNTA4LjM0My40NzcuNjczLjk1Ny45ODggMS40NCAxLjMxIDEuNzY5IDIuNSAzLjUwMiAzLjYzNyA1LjE2OC43OTMgMS4yNzUgMS42ODMgMi42NCAyLjQ2NiAzLjk5IDIuMzYzIDQuMDk0IDQuMDA3IDguMDkyIDQuNiAxMy45MTR2LjAxMmMuMTgyLjQxMi41MTYuNjY2Ljg3OS42NjcuNDAzLS4wMDEuNzY4LS4zMTQuOTMtLjc5OS42MDMtNS43NTYgMi4yMzgtOS43MjkgNC41ODUtMTMuNzk0Ljc4Mi0xLjM1IDEuNjczLTIuNzE1IDIuNDY1LTMuOTkgMS4xMzctMS42NjYgMi4zMjgtMy40IDMuNjM4LTUuMTY5LjMxNS0uNDgyLjY0NS0uOTYyLjk4OC0xLjQzOS4zLS41MDMuNjE3LTEuMDA2Ljk1LTEuNTA4LjM1OS0uNy43Ni0xLjQwNCAxLjE5LTIuMTA3IDEuNDI2LTIuNDAyIDItNS4xMTQgMi4wMDQtNy44NzUgMC04Ljg0NC03LjUxMS0xNi4wMTQtMTYuNzc2LTE2LjAxNHoiIGZpbGw9IiNkZDRiM2UiIHBhaW50LW9yZGVyPSJtYXJrZXJzIHN0cm9rZSBmaWxsIi8+PGVsbGlwc2Ugcnk9IjUuNTY0IiByeD0iNS44MjgiIGN5PSIyMzkuMDAyIiBjeD0iMjI2Ljc0MiIgZmlsbD0iIzgwMmQyNyIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48cGF0aCBkPSJNMTkwLjMwMSAyMzcuMjgzYy00LjY3IDAtOC40NTcgMy44NTMtOC40NTcgOC42MDZzMy43ODYgOC42MDcgOC40NTcgOC42MDdjMy4wNDMgMCA0LjgwNi0uOTU4IDYuMzM3LTIuNTE2IDEuNTMtMS41NTcgMi4wODctMy45MTMgMi4wODctNi4yOSAwLS4zNjItLjAyMy0uNzIyLS4wNjQtMS4wNzloLTguMjU3djMuMDQzaDQuODVjLS4xOTcuNzU5LS41MzEgMS40NS0xLjA1OCAxLjk4Ni0uOTQyLjk1OC0yLjAyOCAxLjU0OC0zLjkwMSAxLjU0OC0yLjg3NiAwLTUuMjA4LTIuMzcyLTUuMjA4LTUuMjk5IDAtMi45MjYgMi4zMzItNS4yOTkgNS4yMDgtNS4yOTkgMS4zOTkgMCAyLjYxOC40MDcgMy41ODQgMS4yOTNsMi4zODEtMi4zOGMwLS4wMDItLjAwMy0uMDA0LS4wMDQtLjAwNS0xLjU4OC0xLjUyNC0zLjYyLTIuMjE1LTUuOTU1LTIuMjE1em00LjQzIDUuNjYuMDAzLjAwNnYtLjAwM3oiIGZpbGw9IiNmZmYiIHBhaW50LW9yZGVyPSJtYXJrZXJzIHN0cm9rZSBmaWxsIi8+PHBhdGggZD0ibTIxNS4xODQgMjUxLjkyOS03Ljk4IDcuOTc5IDI4LjQ3NyAyOC40NzVhNS4yMzMgNS4yMzMgMCAwIDAgLjQ0OS0yLjEyM3YtMzEuMTY1Yy0uNDY5LjY3NS0uOTM0IDEuMzQ5LTEuMzgyIDIuMDA1LS43OTIgMS4yNzUtMS42ODIgMi42NC0yLjQ2NSAzLjk5LTIuMzQ3IDQuMDY1LTMuOTgyIDguMDM4LTQuNTg1IDEzLjc5NC0uMTYyLjQ4NS0uNTI3Ljc5OC0uOTMuNzk5LS4zNjMtLjAwMS0uNjk3LS4yNTUtLjg3OS0uNjY3di0uMDEyYy0uNTkzLTUuODIyLTIuMjM3LTkuODItNC42LTEzLjkxNC0uNzgzLTEuMzUtMS42NzMtMi43MTUtMi40NjYtMy45OS0xLjEzNy0xLjY2Ni0yLjMyNy0zLjQtMy42MzctNS4xNjlsLS4wMDItLjAwM3oiIGZpbGw9IiNjM2MzYzMiLz48cGF0aCBkPSJtMjEyLjk4MyAyNDguNDk1LTM2Ljk1MiAzNi45NTN2LjgxMmE1LjIyNyA1LjIyNyAwIDAgMCA1LjIzOCA1LjIzOGgxLjAxNWwzNS42NjYtMzUuNjY2YTEzNi4yNzUgMTM2LjI3NSAwIDAgMC0yLjc2NC0zLjkgMzcuNTc1IDM3LjU3NSAwIDAgMC0uOTg5LTEuNDQgMzUuMTI3IDM1LjEyNyAwIDAgMC0uOTUtMS41MDhjLS4wODMtLjE2Mi0uMTc2LS4zMjYtLjI2NC0uNDg5eiIgZmlsbD0iI2ZkZGM0ZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48cGF0aCBkPSJtMjExLjk5OCAyNjEuMDgzLTYuMTUyIDYuMTUxIDI0LjI2NCAyNC4yNjRoLjc4MWE1LjIyNyA1LjIyNyAwIDAgMCA1LjIzOS01LjIzOHYtMS4wNDV6IiBmaWxsPSIjZmZmIiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjwvZz48L3N2Zz4=);
}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder {
  background: #4268b3;
}
.ck-media__wrapper[data-oembed-url*="facebook.com"]
  .ck-media__placeholder
  .ck-media__placeholder__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAyNCIgaGVpZ2h0PSIxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik05NjcuNDg0IDBINTYuNTE3QzI1LjMwNCAwIDAgMjUuMzA0IDAgNTYuNTE3djkxMC45NjZDMCA5OTguNjk0IDI1LjI5NyAxMDI0IDU2LjUyMiAxMDI0SDU0N1Y2MjhINDE0VjQ3M2gxMzNWMzU5LjAyOWMwLTEzMi4yNjIgODAuNzczLTIwNC4yODIgMTk4Ljc1Ni0yMDQuMjgyIDU2LjUxMyAwIDEwNS4wODYgNC4yMDggMTE5LjI0NCA2LjA4OVYyOTlsLTgxLjYxNi4wMzdjLTYzLjk5MyAwLTc2LjM4NCAzMC40OTItNzYuMzg0IDc1LjIzNlY0NzNoMTUzLjQ4N2wtMTkuOTg2IDE1NUg3MDd2Mzk2aDI2MC40ODRjMzEuMjEzIDAgNTYuNTE2LTI1LjMwMyA1Ni41MTYtNTYuNTE2VjU2LjUxNUMxMDI0IDI1LjMwMyA5OTguNjk3IDAgOTY3LjQ4NCAwIiBmaWxsPSIjRkZGRkZFIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}
.ck-media__wrapper[data-oembed-url*="facebook.com"]
  .ck-media__placeholder
  .ck-media__placeholder__url__text {
  color: #cdf;
}
.ck-media__wrapper[data-oembed-url*="facebook.com"]
  .ck-media__placeholder
  .ck-media__placeholder__url__text:hover {
  color: #fff;
}
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder {
  background: linear-gradient(-135deg, #1400c7, #b800b1, #f50000);
}
.ck-media__wrapper[data-oembed-url*="instagram.com"]
  .ck-media__placeholder
  .ck-media__placeholder__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTA0IiBoZWlnaHQ9IjUwNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIC4xNTloNTAzLjg0MVY1MDMuOTRIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBkPSJNMjUxLjkyMS4xNTljLTY4LjQxOCAwLTc2Ljk5Ny4yOS0xMDMuODY3IDEuNTE2LTI2LjgxNCAxLjIyMy00NS4xMjcgNS40ODItNjEuMTUxIDExLjcxLTE2LjU2NiA2LjQzNy0zMC42MTUgMTUuMDUxLTQ0LjYyMSAyOS4wNTYtMTQuMDA1IDE0LjAwNi0yMi42MTkgMjguMDU1LTI5LjA1NiA0NC42MjEtNi4yMjggMTYuMDI0LTEwLjQ4NyAzNC4zMzctMTEuNzEgNjEuMTUxQy4yOSAxNzUuMDgzIDAgMTgzLjY2MiAwIDI1Mi4wOGMwIDY4LjQxNy4yOSA3Ni45OTYgMS41MTYgMTAzLjg2NiAxLjIyMyAyNi44MTQgNS40ODIgNDUuMTI3IDExLjcxIDYxLjE1MSA2LjQzNyAxNi41NjYgMTUuMDUxIDMwLjYxNSAyOS4wNTYgNDQuNjIxIDE0LjAwNiAxNC4wMDUgMjguMDU1IDIyLjYxOSA0NC42MjEgMjkuMDU3IDE2LjAyNCA2LjIyNyAzNC4zMzcgMTAuNDg2IDYxLjE1MSAxMS43MDkgMjYuODcgMS4yMjYgMzUuNDQ5IDEuNTE2IDEwMy44NjcgMS41MTYgNjguNDE3IDAgNzYuOTk2LS4yOSAxMDMuODY2LTEuNTE2IDI2LjgxNC0xLjIyMyA0NS4xMjctNS40ODIgNjEuMTUxLTExLjcwOSAxNi41NjYtNi40MzggMzAuNjE1LTE1LjA1MiA0NC42MjEtMjkuMDU3IDE0LjAwNS0xNC4wMDYgMjIuNjE5LTI4LjA1NSAyOS4wNTctNDQuNjIxIDYuMjI3LTE2LjAyNCAxMC40ODYtMzQuMzM3IDExLjcwOS02MS4xNTEgMS4yMjYtMjYuODcgMS41MTYtMzUuNDQ5IDEuNTE2LTEwMy44NjYgMC02OC40MTgtLjI5LTc2Ljk5Ny0xLjUxNi0xMDMuODY3LTEuMjIzLTI2LjgxNC01LjQ4Mi00NS4xMjctMTEuNzA5LTYxLjE1MS02LjQzOC0xNi41NjYtMTUuMDUyLTMwLjYxNS0yOS4wNTctNDQuNjIxLTE0LjAwNi0xNC4wMDUtMjguMDU1LTIyLjYxOS00NC42MjEtMjkuMDU2LTE2LjAyNC02LjIyOC0zNC4zMzctMTAuNDg3LTYxLjE1MS0xMS43MUMzMjguOTE3LjQ0OSAzMjAuMzM4LjE1OSAyNTEuOTIxLjE1OVptMCA0NS4zOTFjNjcuMjY1IDAgNzUuMjMzLjI1NyAxMDEuNzk3IDEuNDY5IDI0LjU2MiAxLjEyIDM3LjkwMSA1LjIyNCA0Ni43NzggOC42NzQgMTEuNzU5IDQuNTcgMjAuMTUxIDEwLjAyOSAyOC45NjYgMTguODQ1IDguODE2IDguODE1IDE0LjI3NSAxNy4yMDcgMTguODQ1IDI4Ljk2NiAzLjQ1IDguODc3IDcuNTU0IDIyLjIxNiA4LjY3NCA0Ni43NzggMS4yMTIgMjYuNTY0IDEuNDY5IDM0LjUzMiAxLjQ2OSAxMDEuNzk4IDAgNjcuMjY1LS4yNTcgNzUuMjMzLTEuNDY5IDEwMS43OTctMS4xMiAyNC41NjItNS4yMjQgMzcuOTAxLTguNjc0IDQ2Ljc3OC00LjU3IDExLjc1OS0xMC4wMjkgMjAuMTUxLTE4Ljg0NSAyOC45NjYtOC44MTUgOC44MTYtMTcuMjA3IDE0LjI3NS0yOC45NjYgMTguODQ1LTguODc3IDMuNDUtMjIuMjE2IDcuNTU0LTQ2Ljc3OCA4LjY3NC0yNi41NiAxLjIxMi0zNC41MjcgMS40NjktMTAxLjc5NyAxLjQ2OS02Ny4yNzEgMC03NS4yMzctLjI1Ny0xMDEuNzk4LTEuNDY5LTI0LjU2Mi0xLjEyLTM3LjkwMS01LjIyNC00Ni43NzgtOC42NzQtMTEuNzU5LTQuNTctMjAuMTUxLTEwLjAyOS0yOC45NjYtMTguODQ1LTguODE1LTguODE1LTE0LjI3NS0xNy4yMDctMTguODQ1LTI4Ljk2Ni0zLjQ1LTguODc3LTcuNTU0LTIyLjIxNi04LjY3NC00Ni43NzgtMS4yMTItMjYuNTY0LTEuNDY5LTM0LjUzMi0xLjQ2OS0xMDEuNzk3IDAtNjcuMjY2LjI1Ny03NS4yMzQgMS40NjktMTAxLjc5OCAxLjEyLTI0LjU2MiA1LjIyNC0zNy45MDEgOC42NzQtNDYuNzc4IDQuNTctMTEuNzU5IDEwLjAyOS0yMC4xNTEgMTguODQ1LTI4Ljk2NiA4LjgxNS04LjgxNiAxNy4yMDctMTQuMjc1IDI4Ljk2Ni0xOC44NDUgOC44NzctMy40NSAyMi4yMTYtNy41NTQgNDYuNzc4LTguNjc0IDI2LjU2NC0xLjIxMiAzNC41MzItMS40NjkgMTAxLjc5OC0xLjQ2OVoiIGZpbGw9IiNGRkYiIG1hc2s9InVybCgjYikiLz48cGF0aCBkPSJNMjUxLjkyMSAzMzYuMDUzYy00Ni4zNzggMC04My45NzQtMzcuNTk2LTgzLjk3NC04My45NzMgMC00Ni4zNzggMzcuNTk2LTgzLjk3NCA4My45NzQtODMuOTc0IDQ2LjM3NyAwIDgzLjk3MyAzNy41OTYgODMuOTczIDgzLjk3NCAwIDQ2LjM3Ny0zNy41OTYgODMuOTczLTgzLjk3MyA4My45NzNabTAtMjEzLjMzOGMtNzEuNDQ3IDAtMTI5LjM2NSA1Ny45MTgtMTI5LjM2NSAxMjkuMzY1IDAgNzEuNDQ2IDU3LjkxOCAxMjkuMzY0IDEyOS4zNjUgMTI5LjM2NCA3MS40NDYgMCAxMjkuMzY0LTU3LjkxOCAxMjkuMzY0LTEyOS4zNjQgMC03MS40NDctNTcuOTE4LTEyOS4zNjUtMTI5LjM2NC0xMjkuMzY1Wm0xNjQuNzA2LTUuMTExYzAgMTYuNjk2LTEzLjUzNSAzMC4yMy0zMC4yMzEgMzAuMjMtMTYuNjk1IDAtMzAuMjMtMTMuNTM0LTMwLjIzLTMwLjIzIDAtMTYuNjk2IDEzLjUzNS0zMC4yMzEgMzAuMjMtMzAuMjMxIDE2LjY5NiAwIDMwLjIzMSAxMy41MzUgMzAuMjMxIDMwLjIzMSIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=);
}
.ck-media__wrapper[data-oembed-url*="instagram.com"]
  .ck-media__placeholder
  .ck-media__placeholder__url__text {
  color: #ffe0fe;
}
.ck-media__wrapper[data-oembed-url*="instagram.com"]
  .ck-media__placeholder
  .ck-media__placeholder__url__text:hover {
  color: #fff;
}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder {
  background: linear-gradient(90deg, #71c6f4, #0d70a5);
}
.ck-media__wrapper[data-oembed-url*="twitter.com"]
  .ck.ck-media__placeholder
  .ck-media__placeholder__icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDAgNDAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDAgNDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNDAwIDIwMGMwIDExMC41LTg5LjUgMjAwLTIwMCAyMDBTMCAzMTAuNSAwIDIwMCA4OS41IDAgMjAwIDBzMjAwIDg5LjUgMjAwIDIwMHpNMTYzLjQgMzA1LjVjODguNyAwIDEzNy4yLTczLjUgMTM3LjItMTM3LjIgMC0yLjEgMC00LjItLjEtNi4yIDkuNC02LjggMTcuNi0xNS4zIDI0LjEtMjUtOC42IDMuOC0xNy45IDYuNC0yNy43IDcuNiAxMC02IDE3LjYtMTUuNCAyMS4yLTI2LjctOS4zIDUuNS0xOS42IDkuNS0zMC42IDExLjctOC44LTkuNC0yMS4zLTE1LjItMzUuMi0xNS4yLTI2LjYgMC00OC4yIDIxLjYtNDguMiA0OC4yIDAgMy44LjQgNy41IDEuMyAxMS00MC4xLTItNzUuNi0yMS4yLTk5LjQtNTAuNC00LjEgNy4xLTYuNSAxNS40LTYuNSAyNC4yIDAgMTYuNyA4LjUgMzEuNSAyMS41IDQwLjEtNy45LS4yLTE1LjMtMi40LTIxLjgtNnYuNmMwIDIzLjQgMTYuNiA0Mi44IDM4LjcgNDcuMy00IDEuMS04LjMgMS43LTEyLjcgMS43LTMuMSAwLTYuMS0uMy05LjEtLjkgNi4xIDE5LjIgMjMuOSAzMy4xIDQ1IDMzLjUtMTYuNSAxMi45LTM3LjMgMjAuNi01OS45IDIwLjYtMy45IDAtNy43LS4yLTExLjUtLjcgMjEuMSAxMy44IDQ2LjUgMjEuOCA3My43IDIxLjgiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=);
}
.ck-media__wrapper[data-oembed-url*="twitter.com"]
  .ck.ck-media__placeholder
  .ck-media__placeholder__url__text {
  color: #b8e6ff;
}
.ck-media__wrapper[data-oembed-url*="twitter.com"]
  .ck.ck-media__placeholder
  .ck-media__placeholder__url__text:hover {
  color: #fff;
}
:root {
  --ck-color-mention-background: rgba(153, 0, 48, 0.1);
  --ck-color-mention-text: #990030;
}
.ck-content .mention {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}
:root {
  --ck-color-restricted-editing-exception-background: rgba(255, 169, 77, 0.2);
  --ck-color-restricted-editing-exception-hover-background: rgba(
    255,
    169,
    77,
    0.35
  );
  --ck-color-restricted-editing-exception-brackets: rgba(204, 105, 0, 0.4);
  --ck-color-restricted-editing-selected-exception-background: rgba(
    255,
    169,
    77,
    0.5
  );
  --ck-color-restricted-editing-selected-exception-brackets: rgba(
    204,
    105,
    0,
    0.6
  );
}
.ck-editor__editable .restricted-editing-exception {
  background-color: var(--ck-color-restricted-editing-exception-background);
  border: 1px solid;
  border-image: linear-gradient(
      to right,
      var(--ck-color-restricted-editing-exception-brackets) 0,
      var(--ck-color-restricted-editing-exception-brackets) 5px,
      transparent 6px,
      transparent calc(100% - 6px),
      var(--ck-color-restricted-editing-exception-brackets) calc(100% - 5px),
      var(--ck-color-restricted-editing-exception-brackets) 100%
    )
    1;
  transition: background 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ck-editor__editable .restricted-editing-exception {
    transition: none;
  }
}
.ck-editor__editable
  .restricted-editing-exception.restricted-editing-exception_selected {
  background-color: var(
    --ck-color-restricted-editing-selected-exception-background
  );
  border-image: linear-gradient(
      to right,
      var(--ck-color-restricted-editing-selected-exception-brackets) 0,
      var(--ck-color-restricted-editing-selected-exception-brackets) 5px,
      var(--ck-color-restricted-editing-selected-exception-brackets)
        calc(100% - 5px),
      var(--ck-color-restricted-editing-selected-exception-brackets) 100%
    )
    1;
}
.ck-editor__editable
  .restricted-editing-exception.restricted-editing-exception_collapsed {
  padding-left: 1ch;
}
.ck-restricted-editing_mode_restricted,
.ck-restricted-editing_mode_restricted * {
  cursor: default;
}
.ck-restricted-editing_mode_restricted .restricted-editing-exception,
.ck-restricted-editing_mode_restricted .restricted-editing-exception * {
  cursor: text;
}
.ck-restricted-editing_mode_restricted .restricted-editing-exception:hover {
  background: var(--ck-color-restricted-editing-exception-hover-background);
}
:root {
  --ck-character-grid-tile-size: 24px;
}
.ck.ck-character-grid {
  overflow-x: hidden;
  overflow-y: auto;
}
.ck.ck-character-grid .ck-character-grid__tiles {
  grid-gap: var(--ck-spacing-standard);
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--ck-character-grid-tile-size), 1fr)
  );
  margin: var(--ck-spacing-standard) var(--ck-spacing-large);
}
.ck.ck-character-grid .ck-character-grid__tile {
  border: 0;
  font-size: 1.5em;
  height: var(--ck-character-grid-tile-size);
  min-height: var(--ck-character-grid-tile-size);
  min-width: var(--ck-character-grid-tile-size);
  padding: 0;
  transition: box-shadow 0.2s ease;
  width: var(--ck-character-grid-tile-size);
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-character-grid .ck-character-grid__tile {
    transition: none;
  }
}
.ck.ck-character-grid .ck-character-grid__tile:focus:not(.ck-disabled),
.ck.ck-character-grid .ck-character-grid__tile:hover:not(.ck-disabled) {
  border: 0;
  box-shadow: inset 0 0 0 1px var(--ck-color-base-background),
    0 0 0 2px var(--ck-color-focus-border);
}
.ck.ck-character-grid .ck-character-grid__tile .ck-button__label {
  line-height: var(--ck-character-grid-tile-size);
  text-align: center;
  width: 100%;
}
.ck.ck-character-info {
  border-top: 1px solid var(--ck-color-base-border);
  padding: var(--ck-spacing-small) var(--ck-spacing-large);
}
.ck.ck-character-info > * {
  font-size: var(--ck-font-size-small);
  text-transform: uppercase;
}
.ck.ck-character-info .ck-character-info__name {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ck.ck-character-info .ck-character-info__code {
  opacity: 0.6;
}
.ck.ck-special-characters-navigation > .ck-label {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ck.ck-special-characters-navigation > .ck-dropdown .ck-dropdown__panel {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 600px) {
  .ck.ck-special-characters-navigation {
    max-width: 190px;
  }
  .ck.ck-special-characters-navigation > .ck-form__header__label {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.ck.ck-dropdown.ck-style-dropdown.ck-style-dropdown_multiple-active
  > .ck-button
  > .ck-button__label {
  font-style: italic;
}
:root {
  --ck-style-panel-button-width: 120px;
  --ck-style-panel-button-height: 80px;
  --ck-style-panel-button-label-background: #f0f0f0;
  --ck-style-panel-button-hover-label-background: #ebebeb;
  --ck-style-panel-button-hover-border-color: #b3b3b3;
}
.ck.ck-style-panel .ck-style-grid {
  column-gap: var(--ck-spacing-large);
  row-gap: var(--ck-spacing-large);
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
  --ck-color-button-default-hover-background: var(--ck-color-base-background);
  --ck-color-button-default-active-background: var(--ck-color-base-background);
  height: var(--ck-style-panel-button-height);
  padding: 0;
  width: var(--ck-style-panel-button-width);
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(:focus) {
  border: 1px solid var(--ck-color-base-border);
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-button__label {
  flex-shrink: 0;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 var(--ck-spacing-medium);
  text-overflow: ellipsis;
  width: 100%;
}
.ck.ck-style-panel
  .ck-style-grid
  .ck-style-grid__button
  .ck-style-grid__button__preview {
  background: var(--ck-color-base-background);
  border: 2px solid var(--ck-color-base-background);
  opacity: 0.9;
  overflow: hidden;
  padding: var(--ck-spacing-medium);
  width: 100%;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled {
  --ck-color-button-default-disabled-background: var(
    --ck-color-base-foreground
  );
}
.ck.ck-style-panel
  .ck-style-grid
  .ck-style-grid__button.ck-disabled:not(:focus) {
  border-color: var(--ck-style-panel-button-label-background);
}
.ck.ck-style-panel
  .ck-style-grid
  .ck-style-grid__button.ck-disabled
  .ck-style-grid__button__preview {
  border-color: var(--ck-color-base-foreground);
  filter: saturate(0.3);
  opacity: 0.4;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on {
  border-color: var(--ck-color-base-active);
}
.ck.ck-style-panel
  .ck-style-grid
  .ck-style-grid__button.ck-on
  .ck-button__label {
  box-shadow: 0 -1px 0 var(--ck-color-base-active);
  z-index: 1;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on:hover {
  border-color: var(--ck-color-base-active-focus);
}
.ck.ck-style-panel
  .ck-style-grid
  .ck-style-grid__button:not(.ck-on)
  .ck-button__label {
  background: var(--ck-style-panel-button-label-background);
}
.ck.ck-style-panel
  .ck-style-grid
  .ck-style-grid__button:not(.ck-on):hover
  .ck-button__label {
  background: var(--ck-style-panel-button-hover-label-background);
}
.ck.ck-style-panel
  .ck-style-grid
  .ck-style-grid__button:hover:not(.ck-disabled):not(.ck-on) {
  border-color: var(--ck-style-panel-button-hover-border-color);
}
.ck.ck-style-panel
  .ck-style-grid
  .ck-style-grid__button:hover:not(.ck-disabled):not(.ck-on)
  .ck-style-grid__button__preview {
  opacity: 1;
}
.ck.ck-style-panel .ck-style-panel__style-group > .ck-label {
  margin: var(--ck-spacing-large) 0;
}
.ck.ck-style-panel .ck-style-panel__style-group:first-child > .ck-label {
  margin-top: 0;
}
:root {
  --ck-style-panel-max-height: 470px;
}
.ck.ck-style-panel {
  max-height: var(--ck-style-panel-max-height);
  overflow-y: auto;
  padding: var(--ck-spacing-large);
}
[dir="ltr"] .ck.ck-input-color > .ck.ck-input-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
[dir="rtl"] .ck.ck-input-color > .ck.ck-input-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ck.ck-input-color > .ck.ck-input-text:focus {
  z-index: 0;
}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
  padding: 0;
}
[dir="ltr"]
  .ck.ck-input-color
  > .ck.ck-dropdown
  > .ck.ck-button.ck-input-color__button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
[dir="ltr"]
  .ck.ck-input-color
  > .ck.ck-dropdown
  > .ck.ck-button.ck-input-color__button:not(:focus) {
  border-left: 1px solid transparent;
}
[dir="rtl"]
  .ck.ck-input-color
  > .ck.ck-dropdown
  > .ck.ck-button.ck-input-color__button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
[dir="rtl"]
  .ck.ck-input-color
  > .ck.ck-dropdown
  > .ck.ck-button.ck-input-color__button:not(:focus) {
  border-right: 1px solid transparent;
}
.ck.ck-input-color
  > .ck.ck-dropdown
  > .ck.ck-button.ck-input-color__button.ck-disabled {
  background: var(--ck-color-input-disabled-background);
}
.ck.ck-input-color
  > .ck.ck-dropdown
  > .ck.ck-button.ck-input-color__button
  > .ck.ck-input-color__button__preview {
  border-radius: 0;
}
.ck-rounded-corners
  .ck.ck-input-color
  > .ck.ck-dropdown
  > .ck.ck-button.ck-input-color__button
  > .ck.ck-input-color__button__preview,
.ck.ck-input-color
  > .ck.ck-dropdown
  > .ck.ck-button.ck-input-color__button
  > .ck.ck-input-color__button__preview.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-input-color
  > .ck.ck-dropdown
  > .ck.ck-button.ck-input-color__button
  > .ck.ck-input-color__button__preview {
  border: 1px solid var(--ck-color-input-border);
  height: 20px;
  width: 20px;
}
.ck.ck-input-color
  > .ck.ck-dropdown
  > .ck.ck-button.ck-input-color__button
  > .ck.ck-input-color__button__preview
  > .ck.ck-input-color__button__preview__no-color-indicator {
  background: red;
  border-radius: 2px;
  height: 150%;
  left: 50%;
  top: -30%;
  transform: rotate(45deg);
  transform-origin: 50%;
  width: 8%;
}
.ck.ck-input-color .ck.ck-input-color__remove-color {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);
  width: 100%;
}
.ck.ck-input-color .ck.ck-input-color__remove-color:not(:focus) {
  border-bottom: 1px solid var(--ck-color-input-border);
}
[dir="ltr"] .ck.ck-input-color .ck.ck-input-color__remove-color {
  border-top-right-radius: 0;
}
[dir="rtl"] .ck.ck-input-color .ck.ck-input-color__remove-color {
  border-top-left-radius: 0;
}
.ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
  margin-right: var(--ck-spacing-standard);
}
[dir="rtl"] .ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
  margin-left: var(--ck-spacing-standard);
  margin-right: 0;
}
.ck.ck-form {
  padding: 0 0 var(--ck-spacing-large);
}
.ck.ck-form:focus {
  outline: none;
}
.ck.ck-form .ck.ck-input-text {
  min-width: 100%;
  width: 0;
}
.ck.ck-form .ck.ck-dropdown {
  min-width: 100%;
}
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus) {
  border: 1px solid var(--ck-color-base-border);
}
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label {
  width: 100%;
}
.ck.ck-form__row {
  padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;
}
[dir="ltr"] .ck.ck-form__row > :not(.ck-label) + * {
  margin-left: var(--ck-spacing-large);
}
[dir="rtl"] .ck.ck-form__row > :not(.ck-label) + * {
  margin-right: var(--ck-spacing-large);
}
.ck.ck-form__row > .ck-label {
  min-width: 100%;
  width: 100%;
}
.ck.ck-form__row.ck-table-form__action-row {
  margin-top: var(--ck-spacing-large);
}
.ck.ck-form__row.ck-table-form__action-row .ck-button .ck-button__label {
  color: var(--ck-color-text);
}
:root {
  --ck-insert-table-dropdown-padding: 10px;
  --ck-insert-table-dropdown-box-height: 11px;
  --ck-insert-table-dropdown-box-width: 12px;
  --ck-insert-table-dropdown-box-margin: 1px;
}
.ck .ck-insert-table-dropdown__grid {
  padding: var(--ck-insert-table-dropdown-padding)
    var(--ck-insert-table-dropdown-padding) 0;
  width: calc(
    var(--ck-insert-table-dropdown-box-width) * 10 +
      var(--ck-insert-table-dropdown-box-margin) * 20 +
      var(--ck-insert-table-dropdown-padding) * 2
  );
}
.ck .ck-insert-table-dropdown__label,
.ck[dir="rtl"] .ck-insert-table-dropdown__label {
  text-align: center;
}
.ck .ck-insert-table-dropdown-grid-box {
  border: 1px solid var(--ck-color-base-border);
  border-radius: 1px;
  margin: var(--ck-insert-table-dropdown-box-margin);
  min-height: var(--ck-insert-table-dropdown-box-height);
  min-width: var(--ck-insert-table-dropdown-box-width);
  outline: none;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .ck .ck-insert-table-dropdown-grid-box {
    transition: none;
  }
}
.ck .ck-insert-table-dropdown-grid-box:focus {
  box-shadow: none;
}
.ck .ck-insert-table-dropdown-grid-box.ck-on {
  background: var(--ck-color-focus-outer-shadow);
  border-color: var(--ck-color-focus-border);
}
.ck.ck-table-cell-properties-form {
  width: 320px;
}
.ck.ck-table-cell-properties-form
  .ck-form__row.ck-table-cell-properties-form__padding-row {
  align-self: flex-end;
  padding: 0;
  width: 25%;
}
.ck.ck-table-cell-properties-form
  .ck-form__row.ck-table-cell-properties-form__alignment-row
  .ck.ck-toolbar {
  background: none;
  margin-top: var(--ck-spacing-standard);
}
:root {
  --ck-color-selector-focused-cell-background: rgba(158, 201, 250, 0.3);
}
.ck-widget.table
  td.ck-editor__nested-editable.ck-editor__nested-editable_focused,
.ck-widget.table td.ck-editor__nested-editable:focus,
.ck-widget.table
  th.ck-editor__nested-editable.ck-editor__nested-editable_focused,
.ck-widget.table th.ck-editor__nested-editable:focus {
  background: var(--ck-color-selector-focused-cell-background);
  border-style: none;
  outline: 1px solid var(--ck-color-focus-border);
  outline-offset: -1px;
}
:root {
  --ck-table-properties-error-arrow-size: 6px;
  --ck-table-properties-min-error-width: 150px;
}
.ck.ck-table-form
  .ck-form__row.ck-table-form__border-row
  .ck-labeled-field-view
  > .ck-label {
  font-size: var(--ck-font-size-tiny);
  text-align: center;
}
.ck.ck-table-form
  .ck-form__row.ck-table-form__border-row
  .ck-table-form__border-style,
.ck.ck-table-form
  .ck-form__row.ck-table-form__border-row
  .ck-table-form__border-width {
  max-width: 80px;
  min-width: 80px;
  width: 80px;
}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
  padding: 0;
}
.ck.ck-table-form
  .ck-form__row.ck-table-form__dimensions-row
  .ck-table-form__dimensions-row__height,
.ck.ck-table-form
  .ck-form__row.ck-table-form__dimensions-row
  .ck-table-form__dimensions-row__width {
  margin: 0;
}
.ck.ck-table-form
  .ck-form__row.ck-table-form__dimensions-row
  .ck-table-form__dimension-operator {
  align-self: flex-end;
  display: inline-block;
  height: var(--ck-ui-component-min-height);
  line-height: var(--ck-ui-component-min-height);
  margin: 0 var(--ck-spacing-small);
}
.ck.ck-table-form .ck.ck-labeled-field-view {
  padding-top: var(--ck-spacing-standard);
}
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
  border-radius: 0;
}
.ck-rounded-corners
  .ck.ck-table-form
  .ck.ck-labeled-field-view
  .ck.ck-labeled-field-view__status,
.ck.ck-table-form
  .ck.ck-labeled-field-view
  .ck.ck-labeled-field-view__status.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
  animation: ck-table-form-labeled-view-status-appear 0.15s ease both;
  background: var(--ck-color-base-error);
  color: var(--ck-color-base-background);
  min-width: var(--ck-table-properties-min-error-width);
  padding: var(--ck-spacing-small) var(--ck-spacing-medium);
  text-align: center;
}
.ck.ck-table-form
  .ck.ck-labeled-field-view
  .ck.ck-labeled-field-view__status:after {
  border-color: transparent transparent var(--ck-color-base-error) transparent;
  border-style: solid;
  border-width: 0 var(--ck-table-properties-error-arrow-size)
    var(--ck-table-properties-error-arrow-size)
    var(--ck-table-properties-error-arrow-size);
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-table-form
    .ck.ck-labeled-field-view
    .ck.ck-labeled-field-view__status {
    animation: none;
  }
}
.ck.ck-table-form
  .ck.ck-labeled-field-view
  .ck-input.ck-error:not(:focus)
  + .ck.ck-labeled-field-view__status {
  display: none;
}
@keyframes ck-table-form-labeled-view-status-appear {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ck.ck-table-properties-form {
  width: 320px;
}
.ck.ck-table-properties-form
  .ck-form__row.ck-table-properties-form__alignment-row {
  align-self: flex-end;
  padding: 0;
}
.ck.ck-table-properties-form
  .ck-form__row.ck-table-properties-form__alignment-row
  .ck.ck-toolbar {
  background: none;
  margin-top: var(--ck-spacing-standard);
}
.ck.ck-table-properties-form
  .ck-form__row.ck-table-properties-form__alignment-row
  .ck.ck-toolbar
  .ck-toolbar__items
  > * {
  width: 40px;
}
:root {
  --ck-table-selected-cell-background: rgba(158, 207, 250, 0.3);
}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected,
.ck.ck-editor__editable .table table th.ck-editor__editable_selected {
  box-shadow: unset;
  caret-color: transparent;
  outline: unset;
  position: relative;
}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected:after,
.ck.ck-editor__editable .table table th.ck-editor__editable_selected:after {
  background-color: var(--ck-table-selected-cell-background);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.ck.ck-editor__editable
  .table
  table
  td.ck-editor__editable_selected
  ::selection,
.ck.ck-editor__editable .table table td.ck-editor__editable_selected:focus,
.ck.ck-editor__editable
  .table
  table
  th.ck-editor__editable_selected
  ::selection,
.ck.ck-editor__editable .table table th.ck-editor__editable_selected:focus {
  background-color: transparent;
}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget,
.ck.ck-editor__editable
  .table
  table
  th.ck-editor__editable_selected
  .ck-widget {
  outline: unset;
}
.ck.ck-editor__editable
  .table
  table
  td.ck-editor__editable_selected
  .ck-widget
  > .ck-widget__selection-handle,
.ck.ck-editor__editable
  .table
  table
  th.ck-editor__editable_selected
  .ck-widget
  > .ck-widget__selection-handle {
  display: none;
}
:root {
  --ck-widget-outline-thickness: 3px;
  --ck-widget-handler-icon-size: 16px;
  --ck-widget-handler-animation-duration: 200ms;
  --ck-widget-handler-animation-curve: ease;
  --ck-color-widget-blurred-border: #dedede;
  --ck-color-widget-hover-border: #ffc83d;
  --ck-color-widget-editable-focus-background: var(--ck-color-base-background);
  --ck-color-widget-drag-handler-icon-color: var(--ck-color-base-background);
}
.ck .ck-widget {
  outline-color: transparent;
  outline-style: solid;
  outline-width: var(--ck-widget-outline-thickness);
  transition: outline-color var(--ck-widget-handler-animation-duration)
    var(--ck-widget-handler-animation-curve);
}
@media (prefers-reduced-motion: reduce) {
  .ck .ck-widget {
    transition: none;
  }
}
.ck .ck-widget.ck-widget_selected,
.ck .ck-widget.ck-widget_selected:hover {
  outline: var(--ck-widget-outline-thickness) solid var(--ck-color-focus-border);
}
.ck .ck-widget:hover {
  outline-color: var(--ck-color-widget-hover-border);
}
.ck .ck-editor__nested-editable {
  border: 1px solid transparent;
}
.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,
.ck .ck-editor__nested-editable:focus {
  border: var(--ck-focus-ring);
  box-shadow: var(--ck-inner-shadow), 0 0;
  outline: none;
}
@media (forced-colors: none) {
  .ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,
  .ck .ck-editor__nested-editable:focus {
    background-color: var(--ck-color-widget-editable-focus-background);
  }
}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
  background-color: transparent;
  border-radius: var(--ck-border-radius) var(--ck-border-radius) 0 0;
  box-sizing: border-box;
  left: calc(0px - var(--ck-widget-outline-thickness));
  opacity: 0;
  padding: 4px;
  top: 0;
  transform: translateY(-100%);
  transition: background-color var(--ck-widget-handler-animation-duration)
      var(--ck-widget-handler-animation-curve),
    visibility var(--ck-widget-handler-animation-duration)
      var(--ck-widget-handler-animation-curve),
    opacity var(--ck-widget-handler-animation-duration)
      var(--ck-widget-handler-animation-curve);
}
@media (prefers-reduced-motion: reduce) {
  .ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
    transition: none;
  }
}
.ck
  .ck-widget.ck-widget_with-selection-handle
  .ck-widget__selection-handle
  .ck-icon {
  color: var(--ck-color-widget-drag-handler-icon-color);
  height: var(--ck-widget-handler-icon-size);
  width: var(--ck-widget-handler-icon-size);
}
.ck
  .ck-widget.ck-widget_with-selection-handle
  .ck-widget__selection-handle
  .ck-icon
  .ck-icon__selected-indicator {
  opacity: 0;
  transition: opacity 0.3s var(--ck-widget-handler-animation-curve);
}
@media (prefers-reduced-motion: reduce) {
  .ck
    .ck-widget.ck-widget_with-selection-handle
    .ck-widget__selection-handle
    .ck-icon
    .ck-icon__selected-indicator {
    transition: none;
  }
}
.ck
  .ck-widget.ck-widget_with-selection-handle
  .ck-widget__selection-handle:hover
  .ck-icon
  .ck-icon__selected-indicator {
  opacity: 1;
}
.ck
  .ck-widget.ck-widget_with-selection-handle:hover
  > .ck-widget__selection-handle {
  background-color: var(--ck-color-widget-hover-border);
  opacity: 1;
}
.ck
  .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover
  > .ck-widget__selection-handle,
.ck
  .ck-widget.ck-widget_with-selection-handle.ck-widget_selected
  > .ck-widget__selection-handle {
  background-color: var(--ck-color-focus-border);
  opacity: 1;
}
.ck
  .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover
  > .ck-widget__selection-handle
  .ck-icon
  .ck-icon__selected-indicator,
.ck
  .ck-widget.ck-widget_with-selection-handle.ck-widget_selected
  > .ck-widget__selection-handle
  .ck-icon
  .ck-icon__selected-indicator {
  opacity: 1;
}
.ck[dir="rtl"]
  .ck-widget.ck-widget_with-selection-handle
  .ck-widget__selection-handle {
  left: auto;
  right: calc(0px - var(--ck-widget-outline-thickness));
}
.ck.ck-editor__editable.ck-read-only .ck-widget {
  transition: none;
}
.ck.ck-editor__editable.ck-read-only .ck-widget:not(.ck-widget_selected) {
  --ck-widget-outline-thickness: 0px;
}
.ck.ck-editor__editable.ck-read-only
  .ck-widget.ck-widget_with-selection-handle
  .ck-widget__selection-handle,
.ck.ck-editor__editable.ck-read-only
  .ck-widget.ck-widget_with-selection-handle
  .ck-widget__selection-handle:hover {
  background: var(--ck-color-widget-blurred-border);
}
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover {
  outline-color: var(--ck-color-widget-blurred-border);
}
.ck.ck-editor__editable.ck-blurred
  .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover
  > .ck-widget__selection-handle,
.ck.ck-editor__editable.ck-blurred
  .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover
  > .ck-widget__selection-handle:hover,
.ck.ck-editor__editable.ck-blurred
  .ck-widget.ck-widget_selected.ck-widget_with-selection-handle
  > .ck-widget__selection-handle,
.ck.ck-editor__editable.ck-blurred
  .ck-widget.ck-widget_selected.ck-widget_with-selection-handle
  > .ck-widget__selection-handle:hover {
  background: var(--ck-color-widget-blurred-border);
}
.ck.ck-editor__editable
  blockquote
  > .ck-widget.ck-widget_with-selection-handle:first-child,
.ck.ck-editor__editable
  > .ck-widget.ck-widget_with-selection-handle:first-child {
  margin-top: calc(1em + var(--ck-widget-handler-icon-size));
}
:root {
  --ck-resizer-size: 10px;
  --ck-resizer-offset: calc(var(--ck-resizer-size) / -2 - 2px);
  --ck-resizer-border-width: 1px;
}
.ck .ck-widget__resizer {
  outline: 1px solid var(--ck-color-resizer);
}
.ck .ck-widget__resizer__handle {
  background: var(--ck-color-focus-border);
  border: var(--ck-resizer-border-width) solid #fff;
  border-radius: var(--ck-resizer-border-radius);
  height: var(--ck-resizer-size);
  width: var(--ck-resizer-size);
}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left {
  left: var(--ck-resizer-offset);
  top: var(--ck-resizer-offset);
}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right {
  right: var(--ck-resizer-offset);
  top: var(--ck-resizer-offset);
}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right {
  bottom: var(--ck-resizer-offset);
  right: var(--ck-resizer-offset);
}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left {
  bottom: var(--ck-resizer-offset);
  left: var(--ck-resizer-offset);
}
:root {
  --ck-widget-type-around-button-size: 20px;
  --ck-color-widget-type-around-button-active: var(--ck-color-focus-border);
  --ck-color-widget-type-around-button-hover: var(
    --ck-color-widget-hover-border
  );
  --ck-color-widget-type-around-button-blurred-editable: var(
    --ck-color-widget-blurred-border
  );
  --ck-color-widget-type-around-button-radar-start-alpha: 0;
  --ck-color-widget-type-around-button-radar-end-alpha: 0.3;
  --ck-color-widget-type-around-button-icon: var(--ck-color-base-background);
}
.ck .ck-widget .ck-widget__type-around__button {
  background: var(--ck-color-widget-type-around-button);
  border-radius: 100px;
  height: var(--ck-widget-type-around-button-size);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ck-widget-handler-animation-duration)
      var(--ck-widget-handler-animation-curve),
    background var(--ck-widget-handler-animation-duration)
      var(--ck-widget-handler-animation-curve);
  width: var(--ck-widget-type-around-button-size);
}
@media (prefers-reduced-motion: reduce) {
  .ck .ck-widget .ck-widget__type-around__button {
    transition: none;
  }
}
.ck .ck-widget .ck-widget__type-around__button svg {
  height: 8px;
  margin-top: 1px;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
  width: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .ck .ck-widget .ck-widget__type-around__button svg {
    transition: none;
  }
}
.ck .ck-widget .ck-widget__type-around__button svg * {
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
  fill: none;
  stroke: var(--ck-color-widget-type-around-button-icon);
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ck .ck-widget .ck-widget__type-around__button svg line {
  stroke-dasharray: 7;
}
.ck .ck-widget .ck-widget__type-around__button:hover {
  animation: ck-widget-type-around-button-sonar 1s ease infinite;
}
.ck .ck-widget .ck-widget__type-around__button:hover svg polyline {
  animation: ck-widget-type-around-arrow-dash 2s linear;
}
.ck .ck-widget .ck-widget__type-around__button:hover svg line {
  animation: ck-widget-type-around-arrow-tip-dash 2s linear;
}
@media (prefers-reduced-motion: reduce) {
  .ck .ck-widget .ck-widget__type-around__button:hover,
  .ck .ck-widget .ck-widget__type-around__button:hover svg line,
  .ck .ck-widget .ck-widget__type-around__button:hover svg polyline {
    animation: none;
  }
}
.ck
  .ck-widget.ck-widget_selected
  > .ck-widget__type-around
  > .ck-widget__type-around__button,
.ck
  .ck-widget:hover
  > .ck-widget__type-around
  > .ck-widget__type-around__button {
  opacity: 1;
  pointer-events: auto;
}
.ck
  .ck-widget:not(.ck-widget_selected)
  > .ck-widget__type-around
  > .ck-widget__type-around__button {
  background: var(--ck-color-widget-type-around-button-hover);
}
.ck
  .ck-widget.ck-widget_selected
  > .ck-widget__type-around
  > .ck-widget__type-around__button,
.ck
  .ck-widget
  > .ck-widget__type-around
  > .ck-widget__type-around__button:hover {
  background: var(--ck-color-widget-type-around-button-active);
}
.ck
  .ck-widget.ck-widget_selected
  > .ck-widget__type-around
  > .ck-widget__type-around__button:after,
.ck
  .ck-widget
  > .ck-widget__type-around
  > .ck-widget__type-around__button:hover:after {
  background: linear-gradient(
    135deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.3)
  );
  border-radius: 100px;
  height: calc(var(--ck-widget-type-around-button-size) - 2px);
  width: calc(var(--ck-widget-type-around-button-size) - 2px);
}
.ck
  .ck-widget.ck-widget_with-selection-handle
  > .ck-widget__type-around
  > .ck-widget__type-around__button_before {
  margin-left: 20px;
}
.ck .ck-widget .ck-widget__type-around__fake-caret {
  animation: ck-widget-type-around-fake-caret-pulse 1s linear infinite normal
    forwards;
  background: var(--ck-color-base-text);
  height: 1px;
  outline: 1px solid hsla(0, 0%, 100%, 0.5);
  pointer-events: none;
}
.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_after,
.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_before {
  outline-color: transparent;
}
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected:hover,
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected:hover {
  outline-color: var(--ck-color-widget-hover-border);
}
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_after
  > .ck-widget__type-around
  > .ck-widget__type-around__button,
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_before
  > .ck-widget__type-around
  > .ck-widget__type-around__button {
  opacity: 0;
  pointer-events: none;
}
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected.ck-widget_with-resizer
  > .ck-widget__resizer,
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected:hover
  > .ck-widget__selection-handle,
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected
  > .ck-widget__selection-handle,
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected.ck-widget_with-resizer
  > .ck-widget__resizer,
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected:hover
  > .ck-widget__selection-handle,
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected
  > .ck-widget__selection-handle {
  opacity: 0;
}
.ck[dir="rtl"]
  .ck-widget.ck-widget_with-selection-handle
  .ck-widget__type-around
  > .ck-widget__type-around__button_before {
  margin-left: 0;
  margin-right: 20px;
}
.ck-editor__nested-editable.ck-editor__editable_selected
  .ck-widget.ck-widget_selected
  > .ck-widget__type-around
  > .ck-widget__type-around__button,
.ck-editor__nested-editable.ck-editor__editable_selected
  .ck-widget:hover
  > .ck-widget__type-around
  > .ck-widget__type-around__button {
  opacity: 0;
  pointer-events: none;
}
.ck-editor__editable.ck-blurred
  .ck-widget.ck-widget_selected
  > .ck-widget__type-around
  > .ck-widget__type-around__button:not(:hover) {
  background: var(--ck-color-widget-type-around-button-blurred-editable);
}
.ck-editor__editable.ck-blurred
  .ck-widget.ck-widget_selected
  > .ck-widget__type-around
  > .ck-widget__type-around__button:not(:hover)
  svg
  * {
  stroke: #999;
}
@keyframes ck-widget-type-around-arrow-dash {
  0% {
    stroke-dashoffset: 10;
  }
  20%,
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ck-widget-type-around-arrow-tip-dash {
  0%,
  20% {
    stroke-dashoffset: 7;
  }
  40%,
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ck-widget-type-around-button-sonar {
  0% {
    box-shadow: 0 0 0 0
      hsla(
        var(--ck-color-focus-border-coordinates),
        var(--ck-color-widget-type-around-button-radar-start-alpha)
      );
  }
  50% {
    box-shadow: 0 0 0 5px
      hsla(
        var(--ck-color-focus-border-coordinates),
        var(--ck-color-widget-type-around-button-radar-end-alpha)
      );
  }
  to {
    box-shadow: 0 0 0 5px
      hsla(
        var(--ck-color-focus-border-coordinates),
        var(--ck-color-widget-type-around-button-radar-start-alpha)
      );
  }
}
@keyframes ck-widget-type-around-fake-caret-pulse {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ck-content code {
  background-color: hsla(0, 0%, 78%, 0.3);
  border-radius: 2px;
  padding: 0.15em;
}
.ck.ck-editor__editable .ck-code_selected {
  background-color: hsla(0, 0%, 78%, 0.5);
}
.ck-content blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.ck-content[dir="rtl"] blockquote {
  border-left: 0;
  border-right: 5px solid #ccc;
}
:root {
  --ck-image-processing-highlight-color: #f9fafa;
  --ck-image-processing-background-color: #e3e5e8;
}
.ck.ck-editor__editable .image.image-processing {
  position: relative;
}
.ck.ck-editor__editable .image.image-processing:before {
  animation: ck-image-processing-animation 2s linear infinite;
  background: linear-gradient(
    90deg,
    var(--ck-image-processing-background-color),
    var(--ck-image-processing-highlight-color),
    var(--ck-image-processing-background-color)
  );
  background-size: 200% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ck.ck-editor__editable .image.image-processing img {
  height: 100%;
}
@keyframes ck-image-processing-animation {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position {
  display: inline;
  pointer-events: none;
  position: relative;
}
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
  position: absolute;
  width: 0;
}
.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle,
.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around {
  display: none;
}
.ck.ck-clipboard-drop-target-line {
  pointer-events: none;
  position: absolute;
}
.ck-content pre {
  background: hsla(0, 0%, 78%, 0.3);
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  color: #353535;
  direction: ltr;
  font-style: normal;
  min-width: 200px;
  padding: 1em;
  tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
}
.ck-content pre code {
  background: unset;
  border-radius: 0;
  padding: 0;
}
.ck.ck-editor__editable pre {
  position: relative;
}
.ck.ck-editor__editable pre[data-language]:after {
  content: attr(data-language);
  position: absolute;
}
.ck.ck-editor {
  position: relative;
}
.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
  z-index: var(--ck-z-panel);
}
.ck.ck-menu-bar {
  border: none;
  border-bottom: 1px solid var(--ck-color-toolbar-border);
}
.ck .ck-placeholder,
.ck.ck-placeholder {
  position: relative;
}
.ck .ck-placeholder:before,
.ck.ck-placeholder:before {
  content: attr(data-placeholder);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.ck.ck-read-only .ck-placeholder:before {
  display: none;
}
.ck.ck-reset_all .ck-placeholder {
  position: relative;
}
.ck.ck-editor__editable span[data-ck-unsafe-element] {
  display: none;
}
.ck-find-result {
  background: var(--ck-color-highlight-background);
  color: var(--ck-color-text);
}
.ck-find-result_selected {
  background: #ff9633;
}
.ck.ck-find-and-replace-form {
  max-width: 100%;
}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions,
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs {
  display: flex;
}
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__actions.ck-find-and-replace-form__inputs
  .ck-results-counter,
.ck.ck-find-and-replace-form
  .ck-find-and-replace-form__inputs.ck-find-and-replace-form__inputs
  .ck-results-counter {
  position: absolute;
}
.ck-content .text-tiny {
  font-size: 0.7em;
}
.ck-content .text-small {
  font-size: 0.85em;
}
.ck-content .text-big {
  font-size: 1.4em;
}
.ck-content .text-huge {
  font-size: 1.8em;
}
.ck.ck-heading_heading1 .ck-button__label {
  font-size: 20px;
}
.ck.ck-heading_heading2 .ck-button__label {
  font-size: 17px;
}
.ck.ck-heading_heading3 .ck-button__label {
  font-size: 14px;
}
.ck[class*="ck-heading_heading"] {
  font-weight: 700;
}
:root {
  --ck-highlight-marker-yellow: #fdfd77;
  --ck-highlight-marker-green: #62f962;
  --ck-highlight-marker-pink: #fc7899;
  --ck-highlight-marker-blue: #72ccfd;
  --ck-highlight-pen-red: #e71313;
  --ck-highlight-pen-green: #128a00;
}
.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}
.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green);
}
.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}
.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}
.ck-content .pen-red {
  background-color: transparent;
  color: var(--ck-highlight-pen-red);
}
.ck-content .pen-green {
  background-color: transparent;
  color: var(--ck-highlight-pen-green);
}
.ck-editor__editable .ck-horizontal-line {
  display: flow-root;
}
.ck-content hr {
  background: #dedede;
  border: 0;
  height: 4px;
  margin: 15px 0;
}
.ck-widget.raw-html-embed {
  display: flow-root;
  font-style: normal;
  margin: 0.9em auto;
  min-width: 15em;
  position: relative;
}
.ck-widget.raw-html-embed:before {
  position: absolute;
  z-index: 1;
}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
}
.ck-widget.raw-html-embed .raw-html-embed__preview {
  display: flex;
  overflow: hidden;
  position: relative;
}
.ck-widget.raw-html-embed .raw-html-embed__preview-content {
  border-collapse: separate;
  border-spacing: 7px;
  display: table;
  margin: auto;
  position: relative;
  width: 100%;
}
.ck-widget.raw-html-embed .raw-html-embed__preview-placeholder {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
:root {
  --ck-html-object-embed-unfocused-outline-width: 1px;
}
.ck-widget.html-object-embed {
  background-color: var(--ck-color-base-foreground);
  font-size: var(--ck-font-size-base);
  min-width: calc(76px + var(--ck-spacing-standard));
  padding: var(--ck-spacing-small);
  padding-top: calc(var(--ck-font-size-tiny) + var(--ck-spacing-large));
}
.ck-widget.html-object-embed:not(.ck-widget_selected):not(:hover) {
  outline: var(--ck-html-object-embed-unfocused-outline-width) dashed
    var(--ck-color-widget-blurred-border);
}
.ck-widget.html-object-embed:before {
  background: #999;
  border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
  color: var(--ck-color-base-background);
  content: attr(data-html-object-embed-label);
  font-family: var(--ck-font-face);
  font-size: var(--ck-font-size-tiny);
  font-style: normal;
  font-weight: 400;
  left: var(--ck-spacing-standard);
  padding: calc(
      var(--ck-spacing-tiny) +
        var(--ck-html-object-embed-unfocused-outline-width)
    )
    var(--ck-spacing-small) var(--ck-spacing-tiny);
  position: absolute;
  top: 0;
  transition: background var(--ck-widget-handler-animation-duration)
    var(--ck-widget-handler-animation-curve);
}
.ck-widget.html-object-embed
  .ck-widget__type-around
  .ck-widget__type-around__button.ck-widget__type-around__button_before {
  margin-left: 50px;
}
.ck-widget.html-object-embed .html-object-embed__content {
  pointer-events: none;
}
div.ck-widget.html-object-embed {
  margin: 1em auto;
}
span.ck-widget.html-object-embed {
  display: inline-block;
}
:root {
  --ck-color-image-caption-background: #f7f7f7;
  --ck-color-image-caption-text: #333;
  --ck-color-image-caption-highlighted-background: #fd0;
}
.ck-content .image > figcaption {
  background-color: var(--ck-color-image-caption-background);
  caption-side: bottom;
  color: var(--ck-color-image-caption-text);
  display: table-caption;
  font-size: 0.75em;
  outline-offset: -1px;
  padding: 0.6em;
  word-break: break-word;
}
@media (forced-colors: active) {
  .ck-content .image > figcaption {
    background-color: unset;
    color: unset;
  }
}
@media (forced-colors: none) {
  .ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
    animation: ck-image-caption-highlight 0.6s ease-out;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
    animation: none;
  }
}
@keyframes ck-image-caption-highlight {
  0% {
    background-color: var(--ck-color-image-caption-highlighted-background);
  }
  to {
    background-color: var(--ck-color-image-caption-background);
  }
}
.ck.ck-image-insert-url {
  padding: var(--ck-spacing-large) var(--ck-spacing-large) 0;
  width: 400px;
}
.ck.ck-image-insert-url .ck-image-insert-url__action-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ck-content img.image_resized {
  height: auto;
}
.ck-content .image.image_resized {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}
.ck-content .image.image_resized img {
  width: 100%;
}
.ck-content .image.image_resized > figcaption {
  display: block;
}
.ck.ck-editor__editable td .image-inline.image_resized img,
.ck.ck-editor__editable th .image-inline.image_resized img {
  max-width: 100%;
}
[dir="ltr"]
  .ck.ck-button.ck-button_with-text.ck-resize-image-button
  .ck-button__icon {
  margin-right: var(--ck-spacing-standard);
}
[dir="rtl"]
  .ck.ck-button.ck-button_with-text.ck-resize-image-button
  .ck-button__icon {
  margin-left: var(--ck-spacing-standard);
}
.ck.ck-dropdown .ck-button.ck-resize-image-button .ck-button__label {
  width: 4em;
}
.ck.ck-image-custom-resize-form {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ck.ck-image-custom-resize-form .ck-labeled-field-view {
  display: inline-block;
}
.ck.ck-image-custom-resize-form .ck-label {
  display: none;
}
@media screen and (max-width: 600px) {
  .ck.ck-image-custom-resize-form {
    flex-wrap: wrap;
  }
  .ck.ck-image-custom-resize-form .ck-labeled-field-view {
    flex-basis: 100%;
  }
  .ck.ck-image-custom-resize-form .ck-button {
    flex-basis: 50%;
  }
}
:root {
  --ck-image-style-spacing: 1.5em;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
}
.ck-content .image.image-style-block-align-left,
.ck-content .image.image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing));
}
.ck-content .image.image-style-align-left,
.ck-content .image.image-style-align-right {
  clear: none;
}
.ck-content .image.image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}
.ck-content .image.image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}
.ck-content .image.image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
.ck-content .image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.ck-content .image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}
.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}
.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
.ck-content p + .image.image-style-align-left,
.ck-content p + .image.image-style-align-right,
.ck-content p + .image.image-style-side {
  margin-top: 0;
}
.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
  margin-bottom: var(--ck-inline-image-style-spacing);
  margin-top: var(--ck-inline-image-style-spacing);
}
.ck-content .image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing);
}
.ck-content .image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing);
}
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open
  > .ck-splitbutton__action:not(.ck-disabled),
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open
  > .ck-splitbutton__arrow:not(.ck-disabled),
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open
  > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover),
.ck.ck-splitbutton.ck-splitbutton_flatten:hover
  > .ck-splitbutton__action:not(.ck-disabled),
.ck.ck-splitbutton.ck-splitbutton_flatten:hover
  > .ck-splitbutton__arrow:not(.ck-disabled),
.ck.ck-splitbutton.ck-splitbutton_flatten:hover
  > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
  background-color: var(--ck-color-button-on-background);
}
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open
  > .ck-splitbutton__action:not(.ck-disabled):after,
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open
  > .ck-splitbutton__arrow:not(.ck-disabled):after,
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open
  > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover):after,
.ck.ck-splitbutton.ck-splitbutton_flatten:hover
  > .ck-splitbutton__action:not(.ck-disabled):after,
.ck.ck-splitbutton.ck-splitbutton_flatten:hover
  > .ck-splitbutton__arrow:not(.ck-disabled):after,
.ck.ck-splitbutton.ck-splitbutton_flatten:hover
  > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover):after {
  display: none;
}
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover
  > .ck-splitbutton__action:not(.ck-disabled),
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover
  > .ck-splitbutton__arrow:not(.ck-disabled),
.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover
  > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
  background-color: var(--ck-color-button-on-hover-background);
}
.ck.ck-text-alternative-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ck.ck-text-alternative-form .ck-labeled-field-view {
  display: inline-block;
}
.ck.ck-text-alternative-form .ck-label {
  display: none;
}
@media screen and (max-width: 600px) {
  .ck.ck-text-alternative-form {
    flex-wrap: wrap;
  }
  .ck.ck-text-alternative-form .ck-labeled-field-view {
    flex-basis: 100%;
  }
  .ck.ck-text-alternative-form .ck-button {
    flex-basis: 50%;
  }
}
.ck.ck-editor__editable .image,
.ck.ck-editor__editable .image-inline {
  position: relative;
}
.ck.ck-editor__editable .image .ck-progress-bar,
.ck.ck-editor__editable .image-inline .ck-progress-bar {
  left: 0;
  position: absolute;
  top: 0;
}
.ck-image-upload-complete-icon {
  border-radius: 50%;
  display: block;
  position: absolute;
  right: min(var(--ck-spacing-medium), 6%);
  top: min(var(--ck-spacing-medium), 6%);
  z-index: 1;
}
.ck-image-upload-complete-icon:after {
  content: "";
  position: absolute;
}
.ck .ck-upload-placeholder-loader {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.ck .ck-upload-placeholder-loader:before {
  content: "";
  position: relative;
}
.ck-content .image {
  clear: both;
  display: table;
  margin: 0.9em auto;
  min-width: 50px;
  text-align: center;
}
.ck-content .image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}
.ck-content .image-inline {
  align-items: flex-start;
  display: inline-flex;
  max-width: 100%;
}
.ck-content .image-inline picture {
  display: flex;
}
.ck-content .image-inline img,
.ck-content .image-inline picture {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
}
.ck.ck-editor__editable .image > figcaption.ck-placeholder:before {
  overflow: hidden;
  padding-left: inherit;
  padding-right: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ck.ck-editor__editable .image {
  z-index: 1;
}
.ck.ck-editor__editable .image.ck-widget_selected {
  z-index: 2;
}
.ck.ck-editor__editable .image-inline {
  z-index: 1;
}
.ck.ck-editor__editable .image-inline.ck-widget_selected {
  z-index: 2;
}
.ck.ck-editor__editable .image-inline.ck-widget_selected ::selection {
  display: none;
}
.ck.ck-editor__editable .image-inline img {
  height: auto;
}
.ck.ck-editor__editable td .image-inline img,
.ck.ck-editor__editable th .image-inline img {
  max-width: none;
}
.ck.ck-editor__editable img.image_placeholder {
  background-size: 100% 100%;
}
.ck.ck-link-form {
  align-items: flex-start;
  display: flex;
}
.ck.ck-link-form .ck-label {
  display: none;
}
@media screen and (max-width: 600px) {
  .ck.ck-link-form {
    flex-wrap: wrap;
  }
  .ck.ck-link-form .ck-labeled-field-view {
    flex-basis: 100%;
  }
  .ck.ck-link-form .ck-button {
    flex-basis: 50%;
  }
}
.ck.ck-link-form_layout-vertical {
  display: block;
}
.ck.ck-link-form_layout-vertical .ck-button.ck-button-cancel,
.ck.ck-link-form_layout-vertical .ck-button.ck-button-save {
  margin-top: var(--ck-spacing-medium);
}
.ck.ck-link-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ck.ck-link-actions .ck-link-actions__preview {
  display: inline-block;
}
.ck.ck-link-actions .ck-link-actions__preview .ck-button__label {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .ck.ck-link-actions {
    flex-wrap: wrap;
  }
  .ck.ck-link-actions .ck-link-actions__preview {
    flex-basis: 100%;
  }
  .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
    flex-basis: 50%;
  }
}
.ck.ck-editor__editable a span.image-inline:after,
.ck.ck-editor__editable figure.image > a:after {
  display: block;
  position: absolute;
}
.ck-editor__editable .ck-list-bogus-paragraph {
  display: block;
}
.ck.ck-list-styles-list {
  display: grid;
}
.ck-content ol {
  list-style-type: decimal;
}
.ck-content ol ol {
  list-style-type: lower-latin;
}
.ck-content ol ol ol {
  list-style-type: lower-roman;
}
.ck-content ol ol ol ol {
  list-style-type: upper-latin;
}
.ck-content ol ol ol ol ol {
  list-style-type: upper-roman;
}
.ck-content ul {
  list-style-type: disc;
}
.ck-content ul ul {
  list-style-type: circle;
}
.ck-content ul ul ul,
.ck-content ul ul ul ul {
  list-style-type: square;
}
:root {
  --ck-todo-list-checkmark-size: 16px;
}
.ck-content .todo-list {
  list-style: none;
}
.ck-content .todo-list li {
  margin-bottom: 5px;
  position: relative;
}
.ck-content .todo-list li .todo-list {
  margin-top: 5px;
}
.ck-content .todo-list .todo-list__label > input {
  -webkit-appearance: none;
  border: 0;
  display: inline-block;
  height: var(--ck-todo-list-checkmark-size);
  left: -25px;
  margin-left: 0;
  margin-right: -15px;
  position: relative;
  right: 0;
  vertical-align: middle;
  width: var(--ck-todo-list-checkmark-size);
}
.ck-content[dir="rtl"] .todo-list .todo-list__label > input {
  left: 0;
  margin-left: -15px;
  margin-right: 0;
  right: -25px;
}
.ck-content .todo-list .todo-list__label > input:before {
  border: 1px solid #333;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: box-shadow 0.25s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .ck-content .todo-list .todo-list__label > input:before {
    transition: none;
  }
}
.ck-content .todo-list .todo-list__label > input:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8)
    calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  box-sizing: content-box;
  content: "";
  display: block;
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  pointer-events: none;
  position: absolute;
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  transform: rotate(45deg);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
}
.ck-content .todo-list .todo-list__label > input[checked]:before {
  background: #26ab33;
  border-color: #26ab33;
}
.ck-content .todo-list .todo-list__label > input[checked]:after {
  border-color: #fff;
}
.ck-content .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}
.ck-content
  .todo-list
  .todo-list__label.todo-list__label_without-description
  input[type="checkbox"] {
  position: absolute;
}
.ck-editor__editable.ck-content .todo-list .todo-list__label > input,
.ck-editor__editable.ck-content
  .todo-list
  .todo-list__label
  > span[contenteditable="false"]
  > input {
  cursor: pointer;
}
.ck-editor__editable.ck-content
  .todo-list
  .todo-list__label
  > input:hover:before,
.ck-editor__editable.ck-content
  .todo-list
  .todo-list__label
  > span[contenteditable="false"]
  > input:hover:before {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.ck-editor__editable.ck-content
  .todo-list
  .todo-list__label
  > span[contenteditable="false"]
  > input {
  -webkit-appearance: none;
  border: 0;
  display: inline-block;
  height: var(--ck-todo-list-checkmark-size);
  left: -25px;
  margin-left: 0;
  margin-right: -15px;
  position: relative;
  right: 0;
  vertical-align: middle;
  width: var(--ck-todo-list-checkmark-size);
}
.ck-editor__editable.ck-content[dir="rtl"]
  .todo-list
  .todo-list__label
  > span[contenteditable="false"]
  > input {
  left: 0;
  margin-left: -15px;
  margin-right: 0;
  right: -25px;
}
.ck-editor__editable.ck-content
  .todo-list
  .todo-list__label
  > span[contenteditable="false"]
  > input:before {
  border: 1px solid #333;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: box-shadow 0.25s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .ck-editor__editable.ck-content
    .todo-list
    .todo-list__label
    > span[contenteditable="false"]
    > input:before {
    transition: none;
  }
}
.ck-editor__editable.ck-content
  .todo-list
  .todo-list__label
  > span[contenteditable="false"]
  > input:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8)
    calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  box-sizing: content-box;
  content: "";
  display: block;
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  pointer-events: none;
  position: absolute;
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  transform: rotate(45deg);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
}
.ck-editor__editable.ck-content
  .todo-list
  .todo-list__label
  > span[contenteditable="false"]
  > input[checked]:before {
  background: #26ab33;
  border-color: #26ab33;
}
.ck-editor__editable.ck-content
  .todo-list
  .todo-list__label
  > span[contenteditable="false"]
  > input[checked]:after {
  border-color: #fff;
}
.ck-editor__editable.ck-content
  .todo-list
  .todo-list__label.todo-list__label_without-description
  input[type="checkbox"] {
  position: absolute;
}
.ck-content .media {
  clear: both;
  display: block;
  margin: 0.9em 0;
  min-width: 15em;
}
.ck-media__wrapper .ck-media__placeholder {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url {
  max-width: 100%;
  position: relative;
}
.ck-media__wrapper
  .ck-media__placeholder
  .ck-media__placeholder__url
  .ck-media__placeholder__url__text {
  display: block;
  overflow: hidden;
}
.ck-media__wrapper[data-oembed-url*="facebook.com"]
  .ck-media__placeholder__icon
  *,
.ck-media__wrapper[data-oembed-url*="goo.gl/maps"]
  .ck-media__placeholder__icon
  *,
.ck-media__wrapper[data-oembed-url*="google.com/maps"]
  .ck-media__placeholder__icon
  *,
.ck-media__wrapper[data-oembed-url*="instagram.com"]
  .ck-media__placeholder__icon
  *,
.ck-media__wrapper[data-oembed-url*="maps.app.goo.gl"]
  .ck-media__placeholder__icon
  *,
.ck-media__wrapper[data-oembed-url*="maps.google.com"]
  .ck-media__placeholder__icon
  *,
.ck-media__wrapper[data-oembed-url*="twitter.com"]
  .ck-media__placeholder__icon
  * {
  display: none;
}
.ck-editor__editable:not(.ck-read-only)
  .ck-media__wrapper
  > :not(.ck-media__placeholder),
.ck-editor__editable:not(.ck-read-only)
  .ck-widget:not(.ck-widget_selected)
  .ck-media__placeholder {
  pointer-events: none;
}
.ck-vertical-form .ck-button:after {
  bottom: -1px;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 0;
  z-index: 1;
}
.ck-vertical-form .ck-button:focus:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .ck.ck-responsive-form .ck-button:after {
    bottom: -1px;
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 0;
    z-index: 1;
  }
  .ck.ck-responsive-form .ck-button:focus:after {
    display: none;
  }
}
.ck.ck-media-form {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 400px;
}
.ck.ck-media-form .ck-labeled-field-view {
  display: inline-block;
  width: 100%;
}
.ck.ck-media-form .ck-label {
  display: none;
}
.ck.ck-media-form .ck-input {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .ck.ck-media-form {
    flex-wrap: wrap;
  }
  .ck.ck-media-form .ck-labeled-field-view {
    flex-basis: 100%;
  }
  .ck.ck-media-form .ck-button {
    flex-basis: 50%;
  }
}
:root {
  --ck-mention-list-max-height: 300px;
}
.ck.ck-mentions {
  max-height: var(--ck-mention-list-max-height);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.ck.ck-mentions > .ck-list__item {
  flex-shrink: 0;
  overflow: hidden;
}
:root {
  --ck-color-minimap-tracker-background: 208, 0%, 51%;
  --ck-color-minimap-iframe-outline: #bfbfbf;
  --ck-color-minimap-iframe-shadow: rgba(0, 0, 0, 0.11);
  --ck-color-minimap-progress-background: #666;
}
.ck.ck-minimap {
  background: var(--ck-color-base-background);
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
}
.ck.ck-minimap,
.ck.ck-minimap iframe {
  height: 100%;
  width: 100%;
}
.ck.ck-minimap iframe {
  border: 0;
  box-shadow: 0 2px 5px var(--ck-color-minimap-iframe-shadow);
  margin: 0;
  outline: 1px solid var(--ck-color-minimap-iframe-outline);
  pointer-events: none;
  position: relative;
}
.ck.ck-minimap .ck.ck-minimap__position-tracker {
  background: hsla(var(--ck-color-minimap-tracker-background), 0.2);
  position: absolute;
  top: 0;
  transition: background 0.1s ease-in-out;
  width: 100%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-minimap .ck.ck-minimap__position-tracker {
    transition: none;
  }
}
.ck.ck-minimap .ck.ck-minimap__position-tracker:hover {
  background: hsla(var(--ck-color-minimap-tracker-background), 0.3);
}
.ck.ck-minimap
  .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging,
.ck.ck-minimap
  .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:hover {
  background: hsla(var(--ck-color-minimap-tracker-background), 0.4);
}
.ck.ck-minimap
  .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:after,
.ck.ck-minimap
  .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:hover:after {
  opacity: 1;
}
.ck.ck-minimap .ck.ck-minimap__position-tracker:after {
  background: var(--ck-color-minimap-progress-background);
  border: 1px solid var(--ck-color-base-background);
  border-radius: 3px;
  color: var(--ck-color-base-background);
  content: attr(data-progress) "%";
  font-size: 10px;
  opacity: 0;
  padding: 2px 4px;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: opacity 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-minimap .ck.ck-minimap__position-tracker:after {
    transition: none;
  }
}
.ck-content .page-break {
  align-items: center;
  clear: both;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  position: relative;
}
.ck-content .page-break:after {
  border-bottom: 2px dashed #c4c4c4;
  content: "";
  position: absolute;
  width: 100%;
}
.ck-content .page-break__label {
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  color: #333;
  display: block;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0.3em 0.6em;
  position: relative;
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}
@media print {
  .ck-content .page-break {
    padding: 0;
  }
  .ck-content .page-break:after {
    display: none;
  }
  .ck-content :has(+ .page-break) {
    margin-bottom: 0;
  }
}
:root {
  --ck-show-blocks-border-color: #757575;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  address {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  address:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  address {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  address {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  aside {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  aside:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  aside {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  aside {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  blockquote {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  blockquote:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  blockquote {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  blockquote {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  details {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  details:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  details {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  details {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  div:not(.ck-widget, .ck-widget *) {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  div:not(.ck-widget, .ck-widget *):not(.ck-widget_selected):not(
    .ck-widget:hover
  ) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  div:not(.ck-widget, .ck-widget *) {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  div:not(.ck-widget, .ck-widget *) {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  footer {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  footer:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  footer {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  footer {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h1 {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h1:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h1 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h1 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h2 {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h2:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h2 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h2 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h3 {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h3:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h3 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h3 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h4 {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h4:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h4 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h4 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h5 {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h5:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h5 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h5 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h6 {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h6:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h6 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  h6 {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  header {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  header:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  header {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  header {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  main {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  main:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  main {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  main {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  nav {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  nav:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  nav {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  nav {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  pre {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  pre:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  pre {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  pre {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  ol {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  ol:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  ol {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  ol {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  ul {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  ul:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  ul {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  ul {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  p {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  p:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  p {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  p {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  section {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  section:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  section {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  section {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  :where(figure.image, figure.table)
  figcaption {
  background-repeat: no-repeat;
  padding-top: 15px;
}
.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  :where(figure.image, figure.table)
  figcaption:not(.ck-widget_selected):not(.ck-widget:hover) {
  outline: 1px dashed var(--ck-show-blocks-border-color);
}
[dir="ltr"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  :where(figure.image, figure.table)
  figcaption {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
  background-position: 1px 1px;
}
[dir="rtl"]
  .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(
    .ck-widget
  )
  :where(figure.image, figure.table)
  figcaption {
  background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
  background-position: calc(100% - 1px) 1px;
}
.ck-source-editing-area {
  overflow: hidden;
  position: relative;
}
.ck-source-editing-area textarea,
.ck-source-editing-area:after {
  border: 1px solid transparent;
  font-family: monospace;
  font-size: var(--ck-font-size-normal);
  line-height: var(--ck-line-height-base);
  margin: 0;
  padding: var(--ck-spacing-large);
  white-space: pre-wrap;
}
.ck-source-editing-area:after {
  content: attr(data-value) " ";
  display: block;
  visibility: hidden;
}
.ck-source-editing-area textarea {
  border-color: var(--ck-color-base-border);
  border-radius: 0;
  box-sizing: border-box;
  height: 100%;
  outline: none;
  overflow: hidden;
  position: absolute;
  resize: none;
  width: 100%;
}
.ck-rounded-corners .ck-source-editing-area textarea,
.ck-source-editing-area textarea.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ck-source-editing-area textarea:not([readonly]):focus {
  border: var(--ck-focus-ring);
  box-shadow: var(--ck-inner-shadow), 0 0;
  outline: none;
}
.ck.ck-character-grid {
  max-width: 100%;
}
.ck.ck-character-grid .ck-character-grid__tiles {
  display: grid;
}
.ck.ck-character-info {
  display: flex;
  justify-content: space-between;
}
.ck.ck-special-characters > .ck-dialog__content > div {
  grid-column-gap: 0;
  grid-row-gap: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  max-width: 100%;
  width: 350px;
}
.ck.ck-special-characters
  > .ck-dialog__content
  > div
  > .ck-character-categories {
  grid-area: 1/1/2/2;
  padding: var(--ck-spacing-medium) var(--ck-spacing-large);
}
.ck.ck-special-characters
  > .ck-dialog__content
  > div
  > .ck-character-categories
  > .ck-labeled-field-view {
  padding-top: var(--ck-spacing-standard);
  width: 100%;
}
.ck.ck-special-characters
  > .ck-dialog__content
  > div
  > .ck-character-categories
  > .ck-labeled-field-view
  .ck.ck-labeled-field-view__status {
  animation: ck-table-form-labeled-view-status-appear 0.15s ease both;
  background: var(--ck-color-base-error);
  color: var(--ck-color-base-background);
  min-width: var(--ck-table-properties-min-error-width);
  padding: var(--ck-spacing-small) var(--ck-spacing-medium);
  text-align: center;
}
.ck.ck-special-characters
  > .ck-dialog__content
  > div
  > .ck-character-categories
  > .ck-labeled-field-view
  .ck.ck-labeled-field-view__status:after {
  border-color: transparent transparent var(--ck-color-base-error) transparent;
  border-style: solid;
  border-width: 0 var(--ck-table-properties-error-arrow-size)
    var(--ck-table-properties-error-arrow-size)
    var(--ck-table-properties-error-arrow-size);
}
@media (prefers-reduced-motion: reduce) {
  .ck.ck-special-characters
    > .ck-dialog__content
    > div
    > .ck-character-categories
    > .ck-labeled-field-view
    .ck.ck-labeled-field-view__status {
    animation: none;
  }
}
.ck.ck-special-characters
  > .ck-dialog__content
  > div
  > .ck-character-categories
  > .ck-labeled-field-view
  .ck-input.ck-error:not(:focus)
  + .ck.ck-labeled-field-view__status {
  display: none;
}
.ck.ck-special-characters
  > .ck-dialog__content
  > div
  > .ck-character-categories
  > .ck-labeled-field-view
  > .ck-label {
  font-size: var(--ck-font-size-tiny);
  text-align: center;
}
.ck.ck-special-characters
  > .ck-dialog__content
  > div
  > .ck-character-categories
  .ck-dropdown {
  display: block;
  width: 100%;
}
.ck.ck-special-characters
  > .ck-dialog__content
  > div
  > .ck-character-categories
  .ck-dropdown
  > button:not(:focus) {
  border: 1px solid var(--ck-color-base-border);
}
.ck.ck-special-characters
  > .ck-dialog__content
  > div
  > .ck-character-categories
  .ck-dropdown
  > button
  > span {
  width: 100%;
}
.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-grid {
  grid-area: 2/1/3/2;
  max-height: 200px;
}
.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-info {
  grid-area: 3/1/4/2;
}
:root {
  --ck-style-panel-columns: 3;
}
.ck.ck-style-panel .ck-style-grid {
  display: grid;
  grid-template-columns: repeat(var(--ck-style-panel-columns), auto);
  justify-content: start;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ck.ck-style-panel
  .ck-style-grid
  .ck-style-grid__button
  .ck-style-grid__button__preview {
  align-content: center;
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  justify-content: flex-start;
}
.ck-content .table {
  display: table;
  margin: 0.9em auto;
}
.ck-content .table table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}
.ck-content .table table td,
.ck-content .table table th {
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 0.4em;
}
.ck-content .table table th {
  background: rgba(0, 0, 0, 0.05);
  font-weight: 700;
}
.ck-content[dir="rtl"] .table th {
  text-align: right;
}
.ck-content[dir="ltr"] .table th {
  text-align: left;
}
.ck-editor__editable .ck-table-bogus-paragraph {
  display: inline-block;
  width: 100%;
}
.ck .ck-insert-table-dropdown__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ck.ck-form__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ck.ck-form__row > :not(.ck-label) {
  flex-grow: 1;
}
.ck.ck-form__row.ck-table-form__action-row .ck-button-cancel,
.ck.ck-form__row.ck-table-form__action-row .ck-button-save {
  justify-content: center;
}
.ck.ck-table-cell-properties-form
  .ck-form__row.ck-table-cell-properties-form__alignment-row {
  flex-wrap: wrap;
}
.ck.ck-table-cell-properties-form
  .ck-form__row.ck-table-cell-properties-form__alignment-row
  .ck.ck-toolbar:first-of-type {
  flex-grow: 0.57;
}
.ck.ck-table-cell-properties-form
  .ck-form__row.ck-table-cell-properties-form__alignment-row
  .ck.ck-toolbar:last-of-type {
  flex-grow: 0.43;
}
.ck.ck-table-cell-properties-form
  .ck-form__row.ck-table-cell-properties-form__alignment-row
  .ck.ck-toolbar
  .ck-button {
  flex-grow: 1;
}
.ck.ck-input-color {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.ck.ck-input-color > input.ck.ck-input-text {
  flex-grow: 1;
  min-width: auto;
}
.ck.ck-input-color > div.ck.ck-dropdown {
  min-width: auto;
}
.ck.ck-input-color
  > div.ck.ck-dropdown
  > .ck-input-color__button
  .ck-dropdown__arrow {
  display: none;
}
.ck.ck-input-color .ck.ck-input-color__button {
  display: flex;
}
.ck.ck-input-color
  .ck.ck-input-color__button
  .ck.ck-input-color__button__preview {
  overflow: hidden;
  position: relative;
}
.ck.ck-input-color
  .ck.ck-input-color__button
  .ck.ck-input-color__button__preview
  > .ck.ck-input-color__button__preview__no-color-indicator {
  display: block;
  position: absolute;
}
.ck.ck-table-form .ck-form__row.ck-table-form__background-row,
.ck.ck-table-form .ck-form__row.ck-table-form__border-row {
  flex-wrap: wrap;
}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
  align-items: center;
  flex-wrap: wrap;
}
.ck.ck-table-form
  .ck-form__row.ck-table-form__dimensions-row
  .ck-labeled-field-view {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
}
.ck.ck-table-form
  .ck-form__row.ck-table-form__dimensions-row
  .ck-labeled-field-view
  .ck.ck-dropdown,
.ck.ck-table-form
  .ck-form__row.ck-table-form__dimensions-row
  .ck-table-form__dimension-operator {
  flex-grow: 0;
}
.ck.ck-table-form .ck.ck-labeled-field-view {
  position: relative;
}
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
  bottom: calc(var(--ck-table-properties-error-arrow-size) * -1);
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  z-index: 1;
}
.ck.ck-table-form
  .ck.ck-labeled-field-view
  .ck.ck-labeled-field-view__status:after {
  content: "";
  left: 50%;
  position: absolute;
  top: calc(var(--ck-table-properties-error-arrow-size) * -1);
  transform: translateX(-50%);
}
.ck.ck-table-properties-form
  .ck-form__row.ck-table-properties-form__alignment-row {
  align-content: baseline;
  flex-basis: 0;
  flex-wrap: wrap;
}
.ck.ck-table-properties-form
  .ck-form__row.ck-table-properties-form__alignment-row
  .ck.ck-toolbar
  .ck-toolbar__items {
  flex-wrap: nowrap;
}
:root {
  --ck-color-selector-caption-background: #f7f7f7;
  --ck-color-selector-caption-text: #333;
  --ck-color-selector-caption-highlighted-background: #fd0;
}
.ck-content .table > figcaption {
  background-color: var(--ck-color-selector-caption-background);
  caption-side: top;
  color: var(--ck-color-selector-caption-text);
  display: table-caption;
  font-size: 0.75em;
  outline-offset: -1px;
  padding: 0.6em;
  text-align: center;
  word-break: break-word;
}
@media (forced-colors: active) {
  .ck-content .table > figcaption {
    background-color: unset;
    color: unset;
  }
}
@media (forced-colors: none) {
  .ck.ck-editor__editable .table > figcaption.table__caption_highlighted {
    animation: ck-table-caption-highlight 0.6s ease-out;
  }
}
.ck.ck-editor__editable .table > figcaption.ck-placeholder:before {
  overflow: hidden;
  padding-left: inherit;
  padding-right: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@keyframes ck-table-caption-highlight {
  0% {
    background-color: var(--ck-color-selector-caption-highlighted-background);
  }
  to {
    background-color: var(--ck-color-selector-caption-background);
  }
}
:root {
  --ck-color-selector-column-resizer-hover: var(--ck-color-base-active);
  --ck-table-column-resizer-width: 7px;
  --ck-table-column-resizer-position-offset: calc(
    var(--ck-table-column-resizer-width) * -0.5 - 0.5px
  );
}
.ck-content .table .ck-table-resized {
  table-layout: fixed;
}
.ck-content .table table {
  overflow: hidden;
}
.ck-content .table td,
.ck-content .table th {
  overflow-wrap: break-word;
  position: relative;
}
.ck.ck-editor__editable .table .ck-table-column-resizer {
  bottom: 0;
  cursor: col-resize;
  position: absolute;
  right: var(--ck-table-column-resizer-position-offset);
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: var(--ck-table-column-resizer-width);
  z-index: var(--ck-z-default);
}
.ck.ck-editor__editable .table[draggable] .ck-table-column-resizer,
.ck.ck-editor__editable.ck-column-resize_disabled
  .table
  .ck-table-column-resizer {
  display: none;
}
.ck.ck-editor__editable .table .ck-table-column-resizer:hover,
.ck.ck-editor__editable .table .ck-table-column-resizer__active {
  background-color: var(--ck-color-selector-column-resizer-hover);
  bottom: -999999px;
  opacity: 0.25;
  top: -999999px;
}
.ck.ck-editor__editable[dir="rtl"] .table .ck-table-column-resizer {
  left: var(--ck-table-column-resizer-position-offset);
  right: unset;
}
.ck-hidden {
  display: none !important;
}
:root {
  --ck-z-default: 1;
  --ck-z-panel: calc(var(--ck-z-default) + 999);
  --ck-z-dialog: 9999;
}
.ck-transitions-disabled,
.ck-transitions-disabled * {
  transition: none !important;
}
:root {
  --ck-powered-by-line-height: 10px;
  --ck-powered-by-padding-vertical: 2px;
  --ck-powered-by-padding-horizontal: 4px;
  --ck-powered-by-text-color: #4f4f4f;
  --ck-powered-by-border-radius: var(--ck-border-radius);
  --ck-powered-by-background: #fff;
  --ck-powered-by-border-color: var(--ck-color-focus-border);
}
.ck.ck-balloon-panel.ck-powered-by-balloon {
  --ck-border-radius: var(--ck-powered-by-border-radius);
  background: var(--ck-powered-by-background);
  box-shadow: none;
  min-height: unset;
  z-index: calc(var(--ck-z-panel) - 1);
}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by {
  line-height: var(--ck-powered-by-line-height);
}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by a {
  align-items: center;
  cursor: pointer;
  display: flex;
  filter: grayscale(80%);
  line-height: var(--ck-powered-by-line-height);
  opacity: 0.66;
  padding: var(--ck-powered-by-padding-vertical)
    var(--ck-powered-by-padding-horizontal);
}
.ck.ck-balloon-panel.ck-powered-by-balloon
  .ck.ck-powered-by
  .ck-powered-by__label {
  color: var(--ck-powered-by-text-color);
  cursor: pointer;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: normal;
  margin-right: 4px;
  padding-left: 2px;
  text-transform: uppercase;
}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-icon {
  cursor: pointer;
  display: block;
}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by:hover a {
  filter: grayscale(0);
  opacity: 1;
}
.ck.ck-balloon-panel.ck-powered-by-balloon[class*="position_inside"] {
  border-color: transparent;
}
.ck.ck-balloon-panel.ck-powered-by-balloon[class*="position_border"] {
  border: var(--ck-focus-ring);
  border-color: var(--ck-powered-by-border-color);
}
.ck.ck-button,
a.ck.ck-button {
  align-items: center;
  display: inline-flex;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
[dir="ltr"] .ck.ck-button,
[dir="ltr"] a.ck.ck-button {
  justify-content: left;
}
[dir="rtl"] .ck.ck-button,
[dir="rtl"] a.ck.ck-button {
  justify-content: right;
}
.ck.ck-button .ck-button__label,
a.ck.ck-button .ck-button__label {
  display: none;
}
.ck.ck-button.ck-button_with-text .ck-button__label,
a.ck.ck-button.ck-button_with-text .ck-button__label {
  display: inline-block;
}
.ck.ck-button:not(.ck-button_with-text),
a.ck.ck-button:not(.ck-button_with-text) {
  justify-content: center;
}
.ck.ck-button.ck-switchbutton .ck-button__toggle,
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
  display: block;
}
.ck.ck-list-item-button {
  border-radius: 0;
  min-height: unset;
  width: 100%;
}
[dir="ltr"] .ck.ck-list-item-button {
  text-align: left;
}
[dir="rtl"] .ck.ck-list-item-button {
  text-align: right;
}
[dir="ltr"] .ck.ck-list-item-button.ck-list-item-button_toggleable {
  padding-left: var(--ck-spacing-small);
}
[dir="rtl"] .ck.ck-list-item-button.ck-list-item-button_toggleable {
  padding-right: var(--ck-spacing-small);
}
.ck.ck-list-item-button .ck-list-item-button__check-holder {
  display: inline-flex;
  height: 0.9em;
  width: 0.9em;
}
[dir="ltr"] .ck.ck-list-item-button .ck-list-item-button__check-holder {
  margin-right: var(--ck-spacing-small);
}
[dir="rtl"] .ck.ck-list-item-button .ck-list-item-button__check-holder {
  margin-left: var(--ck-spacing-small);
}
.ck.ck-list-item-button .ck-list-item-button__check-icon {
  height: 100%;
}
.ck.ck-collapsible.ck-collapsible_collapsed > .ck-collapsible__children {
  display: none;
}
.ck.ck-color-grid {
  display: grid;
}
.color-picker-hex-input {
  width: max-content;
}
.color-picker-hex-input .ck.ck-input {
  min-width: unset;
}
.ck.ck-color-picker__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: var(--ck-spacing-large) 0 0;
  width: unset;
}
.ck.ck-color-picker__row .ck.ck-labeled-field-view {
  padding-top: unset;
}
.ck.ck-color-picker__row .ck.ck-input-text {
  width: unset;
}
.ck.ck-color-picker__row .ck-color-picker__hash-view {
  padding-right: var(--ck-spacing-medium);
  padding-top: var(--ck-spacing-tiny);
}
.ck.ck-color-selector
  .ck-color-grids-fragment
  .ck-button.ck-color-selector__color-picker,
.ck.ck-color-selector
  .ck-color-grids-fragment
  .ck-button.ck-color-selector__remove-color {
  align-items: center;
  display: flex;
}
[dir="rtl"]
  .ck.ck-color-selector
  .ck-color-grids-fragment
  .ck-button.ck-color-selector__color-picker,
[dir="rtl"]
  .ck.ck-color-selector
  .ck-color-grids-fragment
  .ck-button.ck-color-selector__remove-color {
  justify-content: flex-start;
}
.ck.ck-color-selector
  .ck-color-picker-fragment
  .ck.ck-color-selector_action-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.ck.ck-color-selector
  .ck-color-picker-fragment
  .ck.ck-color-selector_action-bar
  .ck-button-cancel,
.ck.ck-color-selector
  .ck-color-picker-fragment
  .ck.ck-color-selector_action-bar
  .ck-button-save {
  flex: 1;
}
.ck.ck-dialog .ck.ck-dialog__actions {
  display: flex;
  justify-content: flex-end;
}
.ck.ck-dialog-overlay {
  bottom: 0;
  left: 0;
  overscroll-behavior: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
}
.ck.ck-dialog-overlay.ck-dialog-overlay__transparent {
  animation: none;
  background: none;
  pointer-events: none;
}
.ck.ck-dialog {
  overscroll-behavior: none;
  position: absolute;
  width: fit-content;
}
.ck.ck-dialog .ck.ck-form__header {
  flex-shrink: 0;
}
.ck.ck-dialog .ck.ck-form__header .ck-form__header__label {
  cursor: grab;
}
.ck.ck-dialog-overlay.ck-dialog-overlay__transparent .ck.ck-dialog {
  pointer-events: all;
}
:root {
  --ck-dropdown-max-width: 75vw;
}
.ck.ck-dropdown {
  display: inline-block;
  position: relative;
}
.ck.ck-dropdown .ck-dropdown__arrow {
  pointer-events: none;
  z-index: var(--ck-z-default);
}
.ck.ck-dropdown .ck-button.ck-dropdown__button {
  width: 100%;
}
.ck.ck-dropdown .ck-dropdown__panel {
  display: none;
  max-width: var(--ck-dropdown-max-width);
  position: absolute;
  z-index: var(--ck-z-panel);
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible {
  display: inline-block;
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw {
  bottom: 100%;
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
  bottom: auto;
  top: 100%;
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
  left: 0;
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
  right: 0;
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s {
  left: 50%;
  transform: translateX(-50%);
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw {
  left: 75%;
  transform: translateX(-75%);
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme {
  left: 25%;
  transform: translateX(-25%);
}
.ck.ck-toolbar .ck-dropdown__panel {
  z-index: calc(var(--ck-z-panel) + 1);
}
.ck.ck-splitbutton {
  font-size: inherit;
}
.ck.ck-splitbutton .ck-splitbutton__action:focus {
  z-index: calc(var(--ck-z-default) + 1);
}
:root {
  --ck-toolbar-dropdown-max-width: 60vw;
}
.ck.ck-toolbar-dropdown > .ck-dropdown__panel {
  max-width: var(--ck-toolbar-dropdown-max-width);
  width: max-content;
}
.ck.ck-toolbar-dropdown > .ck-dropdown__panel .ck-button:focus {
  z-index: calc(var(--ck-z-default) + 1);
}
.ck.ck-aria-live-announcer {
  left: -10000px;
  position: absolute;
  top: -10000px;
}
.ck.ck-aria-live-region-list {
  list-style-type: none;
}
.ck.ck-form__header {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ck.ck-form__header h2.ck-form__header__label {
  flex-grow: 1;
}
.ck.ck-icon {
  vertical-align: middle;
}
.ck.ck-label {
  display: block;
}
.ck.ck-voice-label {
  display: none;
}
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper {
  display: flex;
  position: relative;
}
.ck.ck-labeled-field-view .ck.ck-label {
  display: block;
  position: absolute;
}
.ck.ck-list {
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  user-select: none;
}
.ck.ck-list .ck-list__item,
.ck.ck-list .ck-list__separator {
  display: block;
}
.ck.ck-list .ck-list__item > :focus {
  position: relative;
  z-index: var(--ck-z-default);
}
:root {
  --ck-balloon-panel-arrow-z-index: calc(var(--ck-z-default) - 3);
}
.ck.ck-balloon-panel {
  display: none;
  position: absolute;
  z-index: var(--ck-z-panel);
}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after,
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before {
  content: "";
  position: absolute;
}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before {
  z-index: var(--ck-balloon-panel-arrow-z-index);
}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after {
  z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
}
.ck.ck-balloon-panel[class*="arrow_n"]:before {
  z-index: var(--ck-balloon-panel-arrow-z-index);
}
.ck.ck-balloon-panel[class*="arrow_n"]:after {
  z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
}
.ck.ck-balloon-panel[class*="arrow_s"]:before {
  z-index: var(--ck-balloon-panel-arrow-z-index);
}
.ck.ck-balloon-panel[class*="arrow_s"]:after {
  z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
}
.ck.ck-balloon-panel.ck-balloon-panel_visible {
  display: block;
}
.ck .ck-balloon-rotator__navigation {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ck .ck-balloon-rotator__content .ck-toolbar {
  justify-content: center;
}
.ck .ck-fake-panel {
  position: absolute;
  z-index: calc(var(--ck-z-panel) - 1);
}
.ck .ck-fake-panel div {
  position: absolute;
}
.ck .ck-fake-panel div:first-child {
  z-index: 2;
}
.ck .ck-fake-panel div:nth-child(2) {
  z-index: 1;
}
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
  position: fixed;
  top: 0;
  z-index: var(--ck-z-panel);
}
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky_bottom-limit {
  position: absolute;
  top: auto;
}
.ck.ck-autocomplete {
  position: relative;
}
.ck.ck-autocomplete > .ck-search__results {
  position: absolute;
  z-index: var(--ck-z-panel);
}
.ck.ck-autocomplete > .ck-search__results.ck-search__results_n {
  bottom: 100%;
}
.ck.ck-autocomplete > .ck-search__results.ck-search__results_s {
  bottom: auto;
  top: 100%;
}
.ck.ck-search
  > .ck-labeled-field-view
  > .ck-labeled-field-view__input-wrapper
  > .ck-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[dir="ltr"]
  .ck.ck-search
  > .ck-labeled-field-view
  > .ck-labeled-field-view__input-wrapper
  > .ck-icon {
  left: var(--ck-spacing-medium);
}
[dir="rtl"]
  .ck.ck-search
  > .ck-labeled-field-view
  > .ck-labeled-field-view__input-wrapper
  > .ck-icon {
  right: var(--ck-spacing-medium);
}
.ck.ck-search > .ck-labeled-field-view .ck-search__reset {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ck.ck-search > .ck-search__results > .ck-search__info > span:first-child {
  display: block;
}
.ck.ck-search > .ck-search__results > .ck-search__info:not(.ck-hidden) ~ * {
  display: none;
}
.ck.ck-highlighted-text mark {
  background: var(--ck-color-highlight-background);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: initial;
}
.ck.ck-balloon-panel.ck-tooltip {
  -webkit-user-select: none;
  user-select: none;
  z-index: calc(var(--ck-z-dialog) + 100);
}
:root {
  --ck-toolbar-spinner-size: 18px;
}
.ck.ck-spinner-container {
  display: block;
  position: relative;
}
.ck.ck-spinner {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ck.ck-toolbar {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  -webkit-user-select: none;
  user-select: none;
}
.ck.ck-toolbar > .ck-toolbar__items {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
}
.ck.ck-toolbar .ck.ck-toolbar__separator {
  display: inline-block;
}
.ck.ck-toolbar .ck.ck-toolbar__separator:first-child,
.ck.ck-toolbar .ck.ck-toolbar__separator:last-child {
  display: none;
}
.ck.ck-toolbar .ck-toolbar__line-break {
  flex-basis: 100%;
}
.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  flex-wrap: nowrap;
}
.ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items {
  flex-direction: column;
}
.ck.ck-toolbar.ck-toolbar_floating > .ck-toolbar__items {
  flex-wrap: nowrap;
}
.ck.ck-toolbar
  > .ck.ck-toolbar__grouped-dropdown
  > .ck-dropdown__button
  .ck-dropdown__arrow {
  display: none;
}
.ck.ck-block-toolbar-button {
  position: absolute;
  z-index: var(--ck-z-default);
}
.ck.ck-menu-bar__menu
  > .ck-menu-bar__menu__button
  > .ck-menu-bar__menu__button__arrow {
  pointer-events: none;
  z-index: var(--ck-z-default);
}
:root {
  --ck-menu-bar-menu-max-width: 75vw;
  --ck-menu-bar-nested-menu-horizontal-offset: 5px;
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
  max-width: var(--ck-menu-bar-menu-max-width);
  position: absolute;
  z-index: var(--ck-z-panel);
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne,
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw {
  bottom: 100%;
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se,
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
  bottom: auto;
  top: 100%;
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne,
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se {
  left: 0;
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw,
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
  right: 0;
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en,
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es {
  left: calc(100% - var(--ck-menu-bar-nested-menu-horizontal-offset));
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es {
  top: 0;
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en {
  bottom: 0;
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn,
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws {
  right: calc(100% - var(--ck-menu-bar-nested-menu-horizontal-offset));
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws {
  top: 0;
}
.ck.ck-menu-bar__menu
  > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn {
  bottom: 0;
}
.ck.ck-menu-bar__menu {
  display: block;
  position: relative;
}
:root {
  --ck-color-resizer: var(--ck-color-focus-border);
  --ck-color-resizer-tooltip-background: #262626;
  --ck-color-resizer-tooltip-text: #f2f2f2;
  --ck-resizer-border-radius: var(--ck-border-radius);
  --ck-resizer-tooltip-offset: 10px;
  --ck-resizer-tooltip-height: calc(var(--ck-spacing-small) * 2 + 10px);
}
.ck .ck-widget,
.ck .ck-widget.ck-widget_with-selection-handle {
  position: relative;
}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
  position: absolute;
}
.ck
  .ck-widget.ck-widget_with-selection-handle
  .ck-widget__selection-handle
  .ck-icon {
  display: block;
}
.ck
  .ck-widget.ck-widget_with-selection-handle.ck-widget_selected
  > .ck-widget__selection-handle,
.ck
  .ck-widget.ck-widget_with-selection-handle:hover
  > .ck-widget__selection-handle {
  visibility: visible;
}
.ck .ck-size-view {
  background: var(--ck-color-resizer-tooltip-background);
  border: 1px solid var(--ck-color-resizer-tooltip-text);
  border-radius: var(--ck-resizer-border-radius);
  color: var(--ck-color-resizer-tooltip-text);
  display: block;
  font-size: var(--ck-font-size-tiny);
  height: var(--ck-resizer-tooltip-height);
  line-height: var(--ck-resizer-tooltip-height);
  padding: 0 var(--ck-spacing-small);
}
.ck .ck-size-view.ck-orientation-above-center,
.ck .ck-size-view.ck-orientation-bottom-left,
.ck .ck-size-view.ck-orientation-bottom-right,
.ck .ck-size-view.ck-orientation-top-left,
.ck .ck-size-view.ck-orientation-top-right {
  position: absolute;
}
.ck .ck-size-view.ck-orientation-top-left {
  left: var(--ck-resizer-tooltip-offset);
  top: var(--ck-resizer-tooltip-offset);
}
.ck .ck-size-view.ck-orientation-top-right {
  right: var(--ck-resizer-tooltip-offset);
  top: var(--ck-resizer-tooltip-offset);
}
.ck .ck-size-view.ck-orientation-bottom-right {
  bottom: var(--ck-resizer-tooltip-offset);
  right: var(--ck-resizer-tooltip-offset);
}
.ck .ck-size-view.ck-orientation-bottom-left {
  bottom: var(--ck-resizer-tooltip-offset);
  left: var(--ck-resizer-tooltip-offset);
}
.ck .ck-size-view.ck-orientation-above-center {
  left: 50%;
  top: calc(var(--ck-resizer-tooltip-height) * -1);
  transform: translate(-50%);
}
.ck .ck-widget_with-resizer {
  position: relative;
}
.ck .ck-widget__resizer {
  display: none;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.ck-focused .ck-widget_with-resizer.ck-widget_selected > .ck-widget__resizer {
  display: block;
}
.ck .ck-widget__resizer__handle {
  pointer-events: all;
  position: absolute;
}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right,
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left {
  cursor: nwse-resize;
}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left,
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right {
  cursor: nesw-resize;
}
.ck .ck-widget .ck-widget__type-around__button {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: var(--ck-z-default);
}
.ck .ck-widget .ck-widget__type-around__button svg {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: calc(var(--ck-z-default) + 2);
}
.ck
  .ck-widget
  .ck-widget__type-around__button.ck-widget__type-around__button_before {
  left: min(10%, 30px);
  top: calc(var(--ck-widget-outline-thickness) * -0.5);
  transform: translateY(-50%);
}
.ck
  .ck-widget
  .ck-widget__type-around__button.ck-widget__type-around__button_after {
  bottom: calc(var(--ck-widget-outline-thickness) * -0.5);
  right: min(10%, 30px);
  transform: translateY(50%);
}
.ck
  .ck-widget.ck-widget_selected
  > .ck-widget__type-around
  > .ck-widget__type-around__button:after,
.ck
  .ck-widget
  > .ck-widget__type-around
  > .ck-widget__type-around__button:hover:after {
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  top: 1px;
  z-index: calc(var(--ck-z-default) + 1);
}
.ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
}
.ck
  .ck-widget:hover
  > .ck-widget__type-around
  > .ck-widget__type-around__fake-caret {
  left: calc(var(--ck-widget-outline-thickness) * -1);
  right: calc(var(--ck-widget-outline-thickness) * -1);
}
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_before
  > .ck-widget__type-around
  > .ck-widget__type-around__fake-caret {
  display: block;
  top: calc(var(--ck-widget-outline-thickness) * -1 - 1px);
}
.ck
  .ck-widget.ck-widget_type-around_show-fake-caret_after
  > .ck-widget__type-around
  > .ck-widget__type-around__fake-caret {
  bottom: calc(var(--ck-widget-outline-thickness) * -1 - 1px);
  display: block;
}
.ck.ck-editor__editable.ck-read-only .ck-widget__type-around,
.ck.ck-editor__editable.ck-restricted-editing_mode_restricted
  .ck-widget__type-around,
.ck.ck-editor__editable.ck-widget__type-around_disabled
  .ck-widget__type-around {
  display: none;
}
.ck-content {
  font-size: 1rem;
}
.ck-content .table {
  display: block;
  width: 100%;
}
.ck-content ol,
.ck-content ul {
  padding-left: 2.5rem;
}
.chart-container,
canvas {
  box-sizing: border-box;
}
.skip .link {
  text-indent: -9999px;
  font-size: 0;
  height: 0;
  position: absolute;
  top: 0;
}
.skip .link:focus {
  background-color: #008;
  color: #fff;
  text-align: center;
  z-index: 10000;
  text-indent: 0;
  font-size: 0.9375rem;
  width: 100%;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  z-index: 500;
  transition: all 300ms ease-out;
  position: fixed;
  top: 0;
  left: 0;
}
.header.hide {
  margin-top: -6.25rem;
}
.header.show {
  background-color: #fff;
  margin-top: 0;
}
.header.show2 {
  transition: none;
  background-color: #fff;
  margin-top: 0;
}
html {
  scroll-padding-top: 120px;
}
@media (max-width: 1024px) {
  html {
    scroll-padding-top: 84px;
  }
}
.header .header-wrap {
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1920.02px) {
  .header .header-wrap {
    max-width: 112.5rem !important;
  }
}
@media (max-width: 1920px) {
  .header .header-wrap {
    max-width: 1800px !important;
  }
}
@media (max-width: 1024px) {
  .header .header-wrap {
    height: 64px;
  }
}
.header .header-wrap .logo {
  flex: 0 0 auto;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.header .header-wrap .logo img {
  width: 8.8125rem;
}
@media (max-width: 1024px) {
  .header .header-wrap .logo img {
    width: 112px;
  }
}
.header.type--2:not(.show) .nav .depth-1 > .link {
  color: #fff;
}
.main-body,
.sub-body {
  padding-top: 6.25rem;
}
@media (max-width: 1024px) {
  .main-body,
  .sub-body {
    padding-top: 64px;
  }
}
.footer {
  padding: 1.0625rem 0;
  background: #fff;
  color: #babfc4;
}
.footer .footer-wrap {
  position: relative;
}
@media (min-width: 1200.02px) {
  .footer .footer-wrap {
    padding-right: 23.75rem;
  }
}
@media (min-width: 1024.02px) {
  .footer .footer-wrap {
    padding-left: 12.375rem;
  }
}
@media (min-width: 1200.02px) {
  .footer__logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -0.25rem;
  }
}
.footer__logo img {
  width: 7.8125rem;
}
@media (max-width: 1024px) {
  .footer__logo {
    margin-bottom: 24px;
  }
  .footer__logo img {
    width: 109px;
  }
}
.footer__txt {
  font-size: 1rem;
  line-height: 1.3;
  color: #babfc4;
  position: relative;
}
.footer__txt .txt {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
}
.footer__txt .txt span {
  position: relative;
  display: inline-block;
  padding: 0 0.625rem;
}
.footer__txt .txt span:before {
  content: "";
  width: 1px;
  height: 0.625rem;
  background-color: #babfc4;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer__txt .txt span:last-child:before {
  display: none;
}
@media (max-width: 1024px) {
  .footer__txt {
    margin-bottom: 12px;
  }
}
.footer .footer-policy {
  display: flex;
  align-items: center;
}
.footer .footer-policy > .item {
  margin-right: 1.5rem;
}
.footer .footer-policy > .item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .footer .footer-policy {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200.02px) {
  .footer .footer-copyright {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 20px 0;
  }
}
.header .nav {
  text-align: center;
}
@media (max-width: 1024px) {
  .header .nav {
    display: none;
  }
}
.header .nav .nav-list--depth1 {
  align-items: center;
  display: flex;
}
.header .nav .nav-list--depth2 {
  padding: 1.875rem 0.9375rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
}
.header .nav .nav-list--depth3 {
  display: none;
}
.header .nav .depth-1 {
  position: relative;
}
.header .nav .depth-1 > .link {
  position: relative;
  height: 6.25rem;
  padding: 0 2.2222222222em;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000f1f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}
.header .nav .depth-1 > .link:hover {
  font-weight: 700;
  color: #1b3a66;
}
@media (max-width: 1200px) {
  .header .nav .depth-1 > .link {
    font-size: 16px;
    padding: 0 20px;
  }
}
.header .nav .depth-2 {
  line-height: 1.3;
  margin-top: 0.5em;
}
.header .nav .depth-2:first-child {
  margin-top: 0;
}
.header .nav .depth-2 > .link {
  display: block;
  font-size: 1em;
  color: #333;
}
.header .nav .depth-2 > .link:hover {
  font-weight: 700;
  color: #1b3a66;
}
.header .nav__bg {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ddd;
}
.header .nav.gnb-drop--each .nav-list--depth2 {
  width: 100%;
  background-color: #fff;
}
.header .nav.gnb-drop--line .depth-1:last-child .nav-list--depth2 {
  justify-content: flex-end;
}
.header .nav.gnb-drop--line .nav-list--depth2 {
  justify-content: center;
  width: 100%;
  padding: 0.9375rem 0;
}
.header .nav.gnb-drop--line .depth-2 {
  display: inline-block;
  margin-top: 0;
  margin: 0 1rem;
}
.nav-mobile {
  z-index: 700;
  background-color: #fff;
  max-width: 600px;
  width: 100%;
  height: 100%;
  transition: 500ms all;
  text-align: left;
  position: fixed;
  top: 0;
  right: -100%;
}
@media (max-width: 1024px) {
  .nav-mobile {
    display: block;
  }
}
.nav-mobile.active {
  right: 0;
}
.nav-mobile__btn {
  right: 0;
  top: 0;
  position: absolute;
  text-align: center;
  height: 64px;
  width: 64px;
  color: #222;
  font-size: 2rem;
  display: none;
}
@media (max-width: 1024px) {
  .nav-mobile__btn {
    display: block;
  }
}
.nav-mobile__bg {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 600;
}
.nav-mobile__head {
  height: 64px;
  position: relative;
}
.nav-mobile__head .logo {
  padding: 0 1.25rem;
}
.nav-mobile__head .logo img {
  width: 112px;
}
.nav-mobile__head .logo-bx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.nav-mobile__body {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px;
  height: 100%;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 64px);
}
.nav-mobile .depth-1:nth-child(n + 2) {
  border-top: 1px solid #edf0f3;
}
.nav-mobile .depth-1 > .link {
  text-align: left;
  color: #000;
  display: block;
  padding: 30px 0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.nav-mobile .depth-1 > .link.active {
  color: #1b3a66;
}
.nav-mobile .depth-2 > .link {
  display: block;
  padding: 0.7rem 1rem;
  padding-left: 1.6rem;
  background-color: whitesmoke;
  color: #555;
  font-size: 1rem;
}
.nav-mobile .depth-2 > .link.active {
  color: #1b3a66;
}
.nav-mobile .depth-2:first-child > .link {
  padding-top: 1rem;
}
.nav-mobile .depth-2:last-child > .link {
  padding-bottom: 1rem;
}
.nav-mobile .depth-3 > .link {
  display: block;
  padding: 0.8rem 1rem;
  padding-left: 2.4rem;
  background-color: #ebebeb;
  color: #555;
  font-size: 0.8rem;
}
.nav-mobile .depth-1 > .link,
.nav-mobile .depth-2 > .link {
  display: block;
  position: relative;
}
.nav-mobile .depth-1._down > .link:before,
.nav-mobile .depth-2._down > .link:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e941";
}
.nav-mobile .depth-1._down > .link.active:before,
.nav-mobile .depth-2._down > .link.active:before {
  content: "\e944";
}
.nav-mobile .depth-1._down > .link:before,
.nav-mobile .depth-2._down > .link:before {
  position: absolute;
  top: 50%;
  font-size: 1rem;
  margin-top: -0.5rem;
  right: 1rem;
}
.sub-visual {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-visual__wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 41.25rem;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sub-visual__wrapper.type--2 {
  align-items: flex-start;
  align-content: flex-start;
}
.sub-visual .breadcrumb {
  color: #fff;
}
.sub-visual .breadcrumb .item:after {
  background-color: #fff;
}
.sub-visual .breadcrumb svg path {
  fill: #fff;
}
.sub-visual .breadcrumb.color--2 {
  color: #848b90;
}
.sub-visual .breadcrumb.color--2 .item:after {
  background-color: #848b90;
}
.sub-visual .breadcrumb.color--2 svg path {
  fill: #848b90;
}
.sub-visual .txt-area {
  width: 100%;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1920px) {
  .sub-visual .txt-area {
    padding: 0 1.25rem;
  }
}
@media (max-width: 1920px) {
  .sub-visual .txt-area {
    padding: 0 20px;
  }
}
.sub-visual .scroll-down {
  margin-top: 3rem;
  display: inline-flex;
  text-align: center;
}
.sub-visual .scroll-down-inner {
  animation: scroll-down 2s infinite ease-in-out;
}
.sub-visual .scroll-down .txt {
  font-size: 0.875rem;
  font-weight: 500;
  color: #e9edef;
  opacity: 0.5;
}
.sub-visual .scroll-down .icon {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.25rem auto 0;
}
.sub-visual .scroll-down .icon img,
.sub-visual .scroll-down .icon svg {
  width: 100%;
  display: block;
  line-height: 1;
}
.sub-visual.type--2 .sub-visual__wrapper {
  height: 100dvh;
}
.sub-visual.type--2 .page-title--4 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1920px) {
  .sub-visual.type--2 .page-title--4 {
    padding: 0 1.25rem;
  }
}
@media (max-width: 1920px) {
  .sub-visual.type--2 .page-title--4 {
    padding: 0 20px;
  }
}
.sub-visual.type--2 .page-title--4 .line {
  display: inline-block;
  width: 8rem;
  height: 0.125rem;
  background-color: #fff;
}
@media (max-width: 576px) {
  .sub-visual.type--2 .page-title--4 {
    font-size: 40px;
  }
  .sub-visual.type--2 .page-title--4 .line {
    width: 8.2142857143rem;
  }
}
@media (max-width: 375px) {
  .sub-visual.type--2 .page-title--4 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .sub-visual {
    position: relative;
  }
  .sub-visual__wrapper {
    height: 660px;
  }
  .sub-visual .breadcrumb {
    position: absolute;
    left: 20px;
    top: 94px;
  }
  .sub-visual .page-title {
    margin-top: 112px;
  }
}
@keyframes scroll-down {
  0%,
  to {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-0.9375rem);
  }
}
.sub-nav {
  z-index: 100;
}
.sub-nav--sticky.fix .sub-nav__wrap {
  position: fixed;
  left: 0;
}
@media (max-width: 1024px) {
  .sub-nav--sticky.fix .sub-nav__wrap {
    top: 64px;
  }
}
.sub-nav--bar {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.sub-nav--bar,
.sub-nav--bar .link {
  height: 4.25rem;
}
@media (max-width: 1024px) {
  .sub-nav--bar,
  .sub-nav--bar .link {
    height: 3.125rem;
  }
}
.sub-nav--bar .link {
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  color: #333;
  font-size: 1rem;
}
.sub-nav--bar .link.on,
.sub-nav--bar .link:hover {
  color: #1b3a66;
}
.sub-nav--bar .sub-nav__wrap {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .sub-nav--bar .sub-nav__wrap {
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    width: 100%;
  }
  .sub-nav--bar .sub-nav__wrap > li {
    display: inline;
  }
}
.sub-nav--dropdown {
  z-index: 101;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-weight: 300;
  letter-spacing: -0.025em;
  height: 58px;
}
@media (max-width: 1024px) {
  .sub-nav--dropdown {
    height: 50px;
    border-bottom: 0;
  }
}
.sub-nav--dropdown .sub-nav__wrap {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .sub-nav--dropdown .sub-nav__wrap {
    padding: 0;
  }
}
.sub-nav--dropdown .sub-nav__home {
  height: 58px;
  color: #666;
  width: 86px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.sub-nav--dropdown .sub-nav__home img {
  width: 22px;
}
@media (max-width: 1024px) {
  .sub-nav--dropdown .sub-nav__home {
    width: 50px;
    height: 50px;
  }
  .sub-nav--dropdown .sub-nav__home img {
    width: 18px;
  }
}
.sub-nav--dropdown .sub-nav__home:after,
.sub-nav--dropdown .sub-nav__home:before,
.sub-nav--dropdown .sub-nav__item:after {
  content: "";
  position: absolute;
  top: 50%;
  border-right: 1px solid rgba(102, 102, 102, 0.2);
  height: 16px;
  margin-top: -8px;
}
.sub-nav--dropdown .sub-nav__home:before {
  left: 0;
}
.sub-nav--dropdown .sub-nav__home:after,
.sub-nav--dropdown .sub-nav__item:after {
  right: 0;
}
@media (max-width: 768px) {
  .sub-nav--dropdown .sub-nav__home:before,
  .sub-nav--dropdown .sub-nav__item:last-child:after {
    display: none;
  }
}
.sub-nav--dropdown .sub-nav__item {
  max-width: 220px;
  width: calc(50% - 50px / 2);
  position: relative;
}
.sub-nav--dropdown .sub-nav__button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 58px;
  color: #666;
  display: block;
  align-items: center;
  text-align: left;
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 2em;
  padding-right: 4em;
  cursor: pointer;
}
.sub-nav--dropdown .sub-nav__button:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e943";
}
.sub-nav--dropdown .sub-nav__button:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4em;
  text-align: center;
}
.sub-nav--dropdown .sub-nav__button.on {
  background-color: white;
}
.sub-nav--dropdown .sub-nav__button.on:before {
  content: "\e946";
}
@media (max-width: 1024px) {
  .sub-nav--dropdown .sub-nav__button {
    height: 50px;
    padding: 0 1em;
    padding-right: 2em;
  }
  .sub-nav--dropdown .sub-nav__button:before {
    width: 2em;
  }
}
.sub-nav--dropdown .sub-nav__drawer {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1em 2em;
  box-sizing: border-box;
  display: none;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .sub-nav--dropdown .sub-nav__drawer {
    padding: 1em;
  }
}
.sub-nav--dropdown .sub-nav__drawer li {
  margin-top: 0.8em;
}
.sub-nav--dropdown .sub-nav__drawer li:first-child {
  margin-top: 0;
}
.sub-nav--dropdown .sub-nav__drawer .link {
  color: #666;
  font-weight: 400;
}
.sub-nav--dropdown .sub-nav__drawer .link.on {
  text-decoration: underline;
  color: #1b3a66;
}
.sub-nav--dropdown .sub-nav__drawer .link:hover {
  opacity: 1;
  text-decoration: underline !important;
}
.bullet-list {
  font-size: inherit;
}
.bullet-list > .item {
  display: flex;
}
.bullet-list > .item:before {
  content: "";
  display: block;
  flex: 0 0 0.625em;
  width: 0.625em;
  height: 0.625em;
  background-color: #333;
  margin-top: 0.75em;
  margin-right: 0.5em;
  transform: translateY(-50%);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bullet-list.bullet-list--disc > .item:before {
  border-radius: 50%;
}
.bullet-list.bullet-list--circle > .item:before {
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #333;
}
.bullet-list.bullet-list--decimal > .item:before {
  display: none;
}
.bullet-list.bullet-list--decimal > .item .decimal-number {
  display: block;
  flex: 0 0 auto !important;
  width: auto !important;
  height: 1.5em;
  margin-top: 0.75em;
  margin-right: 0.5em;
  transform: translateY(-50%);
}
.bullet-list.bullet-list--image > .item:before {
  background-color: transparent;
  background-image: url("../images/icon/blog_i.png");
}
.bullet-list.bullet-list--txt > .item:before {
  content: attr(data-bullet);
  display: inline;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0;
  transform: none;
  margin-right: 0.5em;
}
.datepicker--custom .ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 0.625em 1.25em;
}
.datepicker--custom .ui-datepicker-header .ui-datepicker-title {
  order: 1;
  font-weight: 500;
  font-size: 1.25em;
  padding: 0 1.875rem;
}
.datepicker--custom .ui-datepicker-header .ui-corner-all {
  cursor: pointer;
}
.datepicker--custom .ui-datepicker-header .ui-corner-all span {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.datepicker--custom .ui-datepicker-header .ui-corner-all span:before {
  font-family: "xeicon" !important;
  font-size: 1.875rem;
  color: #444;
}
.datepicker--custom .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  order: 0;
}
.datepicker--custom
  .ui-datepicker-header
  .ui-corner-all.ui-datepicker-prev
  span:before {
  content: "\e93d";
}
.datepicker--custom .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  order: 2;
}
.datepicker--custom
  .ui-datepicker-header
  .ui-corner-all.ui-datepicker-next
  span:before {
  content: "\e940";
}
.datepicker--custom .ui-datepicker-calendar {
  font-size: 0.9375rem;
  width: 100%;
}
.datepicker--custom .ui-datepicker-calendar thead th {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 0.625rem;
}
.datepicker--custom .ui-datepicker-calendar tbody td {
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0.625rem;
  text-align: center;
  font-weight: 400;
  color: #333;
  position: relative;
}
.datepicker--custom .ui-datepicker-calendar tbody td.ui-state-disabled {
  color: #999;
}
.datepicker--custom .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
  color: #fff;
}
.datepicker--custom
  .ui-datepicker-calendar
  tbody
  td.ui-datepicker-current-day:before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #1b3a66;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.datepicker--custom
  .ui-datepicker-calendar
  tbody
  td.ui-datepicker-current-day
  a {
  position: relative;
  z-index: 1;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-draggble .modal-header {
  cursor: move;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal.modal-start,
.modal.start_pop {
  position: absolute;
  display: none;
  max-width: 800px;
  height: auto;
  width: auto;
  overflow: visible;
}
@media (max-width: 1024px) {
  .modal.modal-start,
  .modal.start_pop {
    left: 50% !important;
    top: 15px !important;
    width: 100%;
    max-width: 90%;
    transform: translateX(-50%);
  }
}
.modal.modal-start .modal-dialog,
.modal.start_pop .modal-dialog {
  margin: 0 auto;
  transform: none !important;
}
.modal.modal-start .modal-footer,
.modal.start_pop .modal-footer {
  justify-content: space-between;
}
.modal.modal-start .modal-footer:after,
.modal.start_pop .modal-footer:after {
  display: none !important;
}
.modal .ui-draggable-handle {
  cursor: move;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-footer .check-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576.02px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024.02px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200.02px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.popup {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  background-color: #fff;
}
.popup.popup--lg {
  max-width: 1200px;
}
.popup.popup--sm {
  max-width: 500px;
}
.popup__title {
  font-size: 1.25rem;
}
.popup.hide-close .mfp-close {
  display: none !important;
}
.pop-file-download {
  position: relative;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.875rem;
}
.pop-file-download .link:hover {
  text-decoration: underline;
}
.pop-in-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.pop-in-pop .pop-in-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1rem;
  padding: 0.5rem;
  font-weight: 700;
  cursor: pointer;
}
.pop-edit-confirm {
  width: 100%;
  max-width: 23.75rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.75rem;
}
.pop-edit-confirm .mfp-close {
  display: none;
}
.pop-edit-confirm .confirm-area {
  padding: 5.5rem 0 4.25rem;
  text-align: center;
}
.pop-edit-confirm .confirm-area .title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000f1f;
}
.pop-edit-confirm .confirm-btn-bx {
  display: flex;
}
.pop-edit-confirm .confirm-btn-bx .confirm-btn {
  width: 100%;
  max-width: 50%;
  flex: 1 0 50%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pop-password {
  width: 100%;
  max-width: 23.75rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.75rem;
}
.pop-password .mfp-close {
  display: none;
}
.pop-password .confirm-area {
  padding: 2.9375rem 0 2.75rem;
  text-align: center;
}
.pop-password .confirm-area .title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000f1f;
}
.pop-password .confirm-area input {
  width: 12.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 1px solid #dae0e6;
  margin: 0 auto;
}
.pop-password .confirm-btn-bx {
  display: flex;
}
.pop-password .confirm-btn-bx .confirm-btn {
  width: 100%;
  max-width: 50%;
  flex: 1 0 50%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pop-report {
  width: 100%;
  max-width: 38.75rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.8125rem 1.5rem 1.875rem;
}
.pop-report .mfp-close {
  display: none;
}
.pop-report .img-bx img,
.pop-report .img-bx svg {
  width: 100%;
  display: block;
  line-height: 1;
}
.pop-report .confirm-btn {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0 1.25rem;
  height: 2.5625rem;
  border-radius: 0.5rem;
}
.pop-report .confirm-btn.bg--1 {
  background-color: #1b3a66;
  color: #fff;
}
.layer-pop {
  width: calc(100% - 40px);
  max-width: 34.375rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media (min-width: 1920.02px) {
  .layer-pop {
    max-width: 37.5rem;
  }
}
.layer-pop .layer-pop-close {
  font-size: 1.75rem;
  color: #fff;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 10;
}
.layer-pop .content {
  position: relative;
}
.layer-pop .content img {
  display: block;
  width: 100%;
  line-height: 1;
}
.layer-pop .link-btn {
  display: block;
  width: 70.0925925926%;
  height: 7.7777777778%;
  position: absolute;
  bottom: 6.5185185185%;
  left: 50%;
  transform: translateX(-50%);
}
.tab--box > .tab-header {
  word-break: keep-all;
  text-align: center;
  display: flex;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin: 0 -0.3125rem;
}
.tab--box > .tab-header .tab-item {
  flex: 1 1 auto;
  max-width: 21.25rem;
  padding: 0 0.3125rem;
}
.tab--box > .tab-header .tab-item .link {
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  min-height: 4.375rem;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 1.25em;
  color: #555;
  height: 100%;
  cursor: pointer;
}
.tab--box > .tab-header .tab-item .link:not(.on):hover {
  color: #1b3a66;
}
.tab--box > .tab-header .tab-item .link.on {
  color: #fff;
  background-color: #1b3a66;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .tab--box > .tab-header .tab-item .link {
    min-height: 3.75rem;
    font-size: 1.125em;
    padding: 0 0.2em;
  }
}
.tab--product > .tab-header {
  word-break: keep-all;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #ddd;
}
.tab--product > .tab-header .tab-item {
  flex: 1;
  max-width: 15rem;
}
.tab--product > .tab-header .tab-item .link {
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 0 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #666;
  height: 3.25rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.tab--product > .tab-header .tab-item .link:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  border-top: 2px solid #666;
  z-index: 1;
}
.tab--product > .tab-header .tab-item .link:not(.on):hover {
  color: #ff5e2e;
}
.tab--product > .tab-header .tab-item .link.on {
  color: #222;
  background-color: #fff;
  border-bottom-color: #fff;
}
.tab--review > .tab-header {
  word-break: keep-all;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.tab--review > .tab-header .tab-item {
  flex: 1 0 11.25rem;
  max-width: 11.25rem;
  padding: 0 5px;
}
.tab--review > .tab-header .tab-item .link {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  height: 46px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  line-height: normal;
}
.tab--review > .tab-header .tab-item .link.on {
  color: #fff;
  background-color: #1b3a66;
  border-color: #1b3a66;
}
@media (max-width: 576px) {
  .tab--review > .tab-header .tab-item {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.tab--border > .tab-header {
  display: flex;
  text-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  line-height: 1.3;
}
.tab--border > .tab-header .tab-item .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.625rem;
  font-size: 1.125em;
  padding: 0 1.5em;
  color: #222;
  background-color: #f9f9f9;
  border-bottom: 0;
  border-left: 0;
  border: 1px solid #f9f9f9;
  border-bottom: 0;
  cursor: pointer;
}
.tab--border > .tab-header .tab-item .link.on {
  border-color: #ddd;
  background-color: #fff;
  color: #1b3a66;
}
.tab--find > .tab-header {
  word-break: keep-all;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.tab--find > .tab-header .tab-item {
  flex: 1 0 50%;
  max-width: 50%;
}
.tab--find > .tab-header .tab-item .link {
  padding: 0 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 4.0625rem;
  background-color: #fff;
  border: 1px solid #1b3a66;
  font-size: 1.125em;
  color: #1b3a66;
  cursor: pointer;
  position: relative;
}
.tab--find > .tab-header .tab-item .link:not(.on):hover {
  color: #1b3a66;
}
.tab--find > .tab-header .tab-item .link.on {
  color: #fff;
  background-color: #1b3a66;
}
.tab--find > .tab-header .tab-item .link.on:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #1b3a66;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: rotate(45deg);
  margin-left: -0.4375rem;
  margin-bottom: -0.4375rem;
}
.tab--find > .tab-body {
  padding: 1.5625rem 0;
}
.tab--faq .tab-header {
  display: flex;
  flex-wrap: wrap;
  padding: 1px 1px 0 0;
}
.tab--faq .tab-item {
  flex: 1;
}
.tab--faq .tab-item > .link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  height: 52px;
  border: 1px solid #ddd;
  margin: -1px -1px 0 0;
  position: relative;
}
.tab--faq .tab-item > .link.on {
  border-color: #ff5e2e;
  background-color: #ff5e2e;
  color: #fff;
  z-index: 1;
}
.tab--faq .tab-item:first-child > .link {
  border-radius: 5px 0 0 5px;
}
.tab--faq .tab-item:last-child > .link {
  border-radius: 0 5px 5px 0;
}
.common-text--10 {
  font-size: 0.625rem;
}
.common-text--11 {
  font-size: 0.6875rem;
}
.common-text--12 {
  font-size: 0.75rem;
}
.common-text--13 {
  font-size: 0.8125rem;
}
.common-text--14 {
  font-size: 0.875rem;
}
.common-text--15 {
  font-size: 0.9375rem;
}
.common-text--16 {
  font-size: 1rem;
}
.common-text--17 {
  font-size: 1.0625rem;
}
.common-text--18 {
  font-size: 1.125rem;
}
.common-text--19 {
  font-size: 1.1875rem;
}
.common-text--20 {
  font-size: 1.25rem;
}
.common-text--21 {
  font-size: 1.3125rem;
}
.common-text--22 {
  font-size: 1.375rem;
}
.common-text--23 {
  font-size: 1.4375rem;
}
.common-text--24 {
  font-size: 1.5rem;
}
.common-text--25 {
  font-size: 1.5625rem;
}
.common-text--26 {
  font-size: 1.625rem;
}
.common-text--27 {
  font-size: 1.6875rem;
}
.common-text--28 {
  font-size: 1.75rem;
}
.common-text--29 {
  font-size: 1.8125rem;
}
.common-text--30 {
  font-size: 1.875rem;
}
.common-text--31 {
  font-size: 1.9375rem;
}
.common-text--32 {
  font-size: 2rem;
}
.common-text--33 {
  font-size: 2.0625rem;
}
.common-text--34 {
  font-size: 2.125rem;
}
.common-text--35 {
  font-size: 2.1875rem;
}
.common-text--36 {
  font-size: 2.25rem;
}
.common-text--37 {
  font-size: 2.3125rem;
}
.common-text--38 {
  font-size: 2.375rem;
}
.common-text--39 {
  font-size: 2.4375rem;
}
.common-text--40 {
  font-size: 2.5rem;
}
.common-text--41 {
  font-size: 2.5625rem;
}
.common-text--42 {
  font-size: 2.625rem;
}
.common-text--43 {
  font-size: 2.6875rem;
}
.common-text--44 {
  font-size: 2.75rem;
}
.common-text--45 {
  font-size: 2.8125rem;
}
.common-text--46 {
  font-size: 2.875rem;
}
.common-text--47 {
  font-size: 2.9375rem;
}
.common-text--48 {
  font-size: 3rem;
}
.common-text--49 {
  font-size: 3.0625rem;
}
.common-text--50 {
  font-size: 3.125rem;
}
.common-text--51 {
  font-size: 3.1875rem;
}
.common-text--52 {
  font-size: 3.25rem;
}
.common-text--53 {
  font-size: 3.3125rem;
}
.common-text--54 {
  font-size: 3.375rem;
}
.common-text--55 {
  font-size: 3.4375rem;
}
.common-text--56 {
  font-size: 3.5rem;
}
.common-text--57 {
  font-size: 3.5625rem;
}
.common-text--58 {
  font-size: 3.625rem;
}
.common-text--59 {
  font-size: 3.6875rem;
}
.common-text--60 {
  font-size: 3.75rem;
}
.page-title {
  text-align: center;
}
.page-title--1 {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #000f1f;
}
.page-title--2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000f1f;
}
.page-title--3 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000f1f;
}
.page-title--4 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000f1f;
}
.page-title--5 {
  font-size: 3.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000f1f;
}
@media (max-width: 1024px) {
  .page-title--1 {
    font-size: 2.6666666667rem;
  }
  .page-title--2 {
    font-size: 2.4rem;
  }
  .page-title--3 {
    font-size: 2.2666666667rem;
  }
  .page-title--4 {
    font-size: 2.5333333333rem;
  }
}
@media (max-width: 576px) {
  .page-title--2 {
    font-size: 24px;
  }
  .page-title--3 {
    font-size: 22px;
  }
  .page-title--4 {
    font-size: 28px;
  }
}
.page-txt--1 {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000f1f;
  margin-top: 2.375rem;
}
.page-txt--2 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000f1f;
  margin-top: 4.875rem;
}
.page-txt--3 {
  font-size: 1.5625rem;
  line-height: 1.5;
  color: #000f1f;
  margin-top: 2.375rem;
}
@media (max-width: 576px) {
  .page-txt--1 {
    font-size: 15px;
    line-height: 1.5;
  }
  .page-txt--2 {
    font-size: 16px;
  }
  .page-txt--3 {
    font-size: 16px;
  }
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
input[type="checkbox"] {
  line-height: 1.1875rem;
}
input[type="checkbox"] + label {
  padding-left: 1.4875rem;
}
input[type="checkbox"] + label:before {
  width: 1.1875rem;
  height: 1.1875rem;
  top: 50%;
  margin-top: -0.59375rem;
  content: "";
  position: absolute;
  left: 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  border: 1px solid #ddd;
}
input[type="checkbox"] + label:hover:before {
  border-color: #1b3a66;
}
input[type="checkbox"]:checked + label:before {
  font-family: xeicon !important;
  display: inline-block;
  speak-as: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
  color: #fff;
  background-color: #1b3a66;
  border-color: #1b3a66;
}
input[type="radio"] {
  line-height: 1.1875rem;
}
input[type="radio"] + label {
  padding-right: 1.5em;
  padding-left: 1.4875rem;
}
input[type="radio"] + label:before {
  top: 50%;
  margin-top: -0.59375rem;
  width: 1.1875rem;
  height: 1.1875rem;
  content: "";
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
}
input[type="radio"]:hover + label:before {
  border-color: #222;
}
input[type="radio"]:checked + label:before {
  border: 0.3125rem solid #1b3a66;
}
.input-label {
  line-height: 24px;
}
.input-label__txt {
  font-size: 1.125rem;
  display: inline-block;
  line-height: 24px;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
.input-label__txt:before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  background-position: center;
  background-size: cover;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.input-label--checkbox,
.input-label--radio {
  position: relative;
}
.input-label--checkbox input,
.input-label--radio input {
  height: 26px;
  width: 26px;
  top: 1px;
  left: 1px;
}
.input-label--checkbox
  input[type="checkbox"]:checked
  + .input-label__txt:before {
  content: "\e929";
  font-family: xeicon !important;
  background: #1b3a66;
  border-color: #1b3a66;
  color: #fff;
}
.input-label--radio .input-label__txt:before {
  border-radius: 50%;
}
.input-label--radio input[type="radio"]:checked + .input-label__txt:before {
  z-index: 1;
  border: 0;
}
.input-label--radio input[type="radio"]:checked + .input-label__txt:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: #fff;
  border: 8px solid #1b3a66;
  border-radius: 100%;
  box-sizing: border-box;
}
.input-label--radio.type--2 .input-label__txt {
  line-height: 24px;
  padding-left: 36px;
}
.input-label--radio.type--2 .input-label__txt:after {
  display: none;
}
.input-label--radio.type--2 .input-label__txt:before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  background-position: center;
  background-size: cover;
  border: 2px solid #dae0e6;
  box-sizing: border-box;
  border-radius: 0.125rem;
}
.input-label--radio.type--2
  input[type="radio"]:checked
  + .input-label__txt:before {
  content: "\e929";
  font-family: xeicon !important;
  background: #848b90;
  border-color: #848b90;
  color: #fff;
}
@media (max-width: 1024px) {
  .input-label--radio.type--2 .input-label__txt {
    line-height: 20px;
    padding-left: 28px;
  }
  .input-label--radio.type--2 .input-label__txt:after {
    display: none;
  }
  .input-label--radio.type--2 .input-label__txt:before {
    content: "";
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-top: -10px;
    border: 2px solid #dae0e6;
    border-radius: 3px;
  }
}
.input-label--box {
  display: block;
  line-height: normal;
}
.input-label--box .input-label__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  position: relative;
  padding: 0 0.625rem;
  height: 3.75rem;
  cursor: pointer;
  border: 1px solid #1b3a66;
  background-color: #fff;
  color: #1b3a66;
  margin: -1px -1px 0 0;
}
.input-label--box .input-label__txt:after,
.input-label--box .input-label__txt:before {
  display: none;
}
.input-label--box input:checked + .input-label__txt,
.input-label--box input:focus + .input-label__txt {
  background-color: #1b3a66;
  color: #fff;
}
.board-box b {
  font-weight: bold;
}
.board-box u {
  text-decoration: underline;
}
.board-box em,
.board-box i {
  font-style: italic;
}
.board-box s,
.board-box strike {
  text-decoration: line-through;
}
.board-box ol {
  list-style: decimal;
}
.board-box ol li {
  list-style-type: inherit;
}
.board-box ul {
  list-style: disc;
}
.board-box ul li {
  list-style-type: inherit;
}
.board-box img {
  height: auto !important;
}
.board-box h1 {
  font-size: 2em;
}
.board-box h2 {
  font-size: 1.5em;
}
.board-box h3 {
  font-size: 1.17em;
}
.board-box h4 {
  font-size: medium;
}
.board-box h5 {
  font-size: 0.83em;
}
.board-box h6 {
  font-size: 0.67em;
}
.ck-content.type--dark {
  color: #fff;
}
.ck-content.type--dark .table table {
  border: 1px solid #fff !important;
}
.ck-content.type--dark .table table td,
.ck-content.type--dark .table table th {
  border: 1px solid #fff !important;
}
.table-wrap {
  border-top: 1px solid #edf0f3;
}
@media (min-width: 1024.02px) {
  .table-wrap {
    padding-top: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .table-wrap {
    padding-top: 10px;
  }
}
table,
td,
th,
tr {
  border-collapse: collapse;
}
.table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  color: #000f1f;
}
.table .col-w--1 {
  width: 4.8571428571%;
}
.table .col-w--2 {
  width: 4.5rem;
}
.table .col-w--4 {
  width: 13%;
}
.table .col-w--5 {
  width: 13%;
}
.table .col-w--6 {
  width: 8.125rem;
}
.table .col-w--7 {
  width: 7.8571428571%;
}
.table .col-w--8 {
  width: 7.3571428571%;
}
.table tr:last-child {
  border-bottom: 0;
}
.table td,
.table th {
  padding: 1.5rem 0;
  border-bottom: 1px solid #edf0f3;
}
@media (min-width: 1024.02px) {
  .table td:nth-child(3) {
    padding: 1.5rem;
  }
  .table td:nth-child(5) {
    padding-left: 1.25rem;
  }
}
.table .txt--2 {
  color: #8e979d;
}
.table .label {
  font-size: 0.875rem;
  font-weight: 700;
  width: 4.5rem;
  height: 1.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.25rem;
}
.table .label.bg--1 {
  border: 1px solid #ff5e2e;
  background-color: #ff5e2e;
  color: #fff;
}
.table .label.bg--2 {
  border: 1px solid #848b90;
  background-color: #fff;
  color: #848b90;
}
.table .label.bg--3 {
  border: 1px solid #f3f5f8;
  background-color: #f3f5f8;
  color: #8e979d;
}
.table .label.type--2 {
  font-size: 0.875rem;
  font-weight: 500;
  width: auto;
  height: 1.625rem;
  border-radius: 0.8125rem;
  padding: 0 0.625rem;
}
.table .label.type--2:before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.3125rem;
}
.table .label.type--2.bg--1 {
  border: 0;
  background-color: rgba(255, 125, 50, 0.08);
  color: #ff5e2e;
}
.table .label.type--2.bg--1:before {
  background-image: url(../images/board/label-icon1.svg);
}
.table .label.type--2.bg--2 {
  border: 0;
  background-color: #f5f7f9;
  color: #8594ad;
}
.table .label.type--2.bg--2:before {
  background-image: url(../images/board/label-icon2.svg);
}
.table .comment-sign {
  font-size: 1.125rem;
  line-height: 1;
  color: #8e979d;
  position: relative;
  padding-left: 1.75rem;
}
.table .comment-sign:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/board/icon-comment.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .table {
    display: block;
  }
  .table colgroup,
  .table tbody,
  .table td,
  .table th,
  .table tr {
    display: block;
  }
  .table tr {
    padding: 28px 0;
    position: relative;
    border-bottom: 1px solid #edf0f3 !important;
  }
  .table td,
  .table th {
    border: 0;
    padding: 0;
  }
  .table td {
    font-size: 16px;
  }
  .table td:first-child {
    display: none;
  }
  .table td:nth-child(5) {
    margin-bottom: 10px;
  }
  .table td:nth-child(8) {
    position: absolute;
    right: 0;
    bottom: 28px;
  }
  .table a {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    display: block;
    margin: 18px 0;
  }
  .table .label.type--2 {
    position: absolute;
    right: 0;
    top: 28px;
  }
  .table .comment-sign {
    font-size: 14px;
    padding-left: 24px;
  }
  .table .comment-sign:before {
    width: 18px;
    height: 18px;
    margin-top: 2px;
  }
}
.ck-editor__editable {
  height: 33.75rem;
}
.btn {
  font-size: 1.125rem;
  font-weight: 500;
  width: 12.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.5rem;
}
.btn.color--1 {
  border: 1px solid #1b3a66;
  background-color: #1b3a66;
  color: #fff;
}
.btn.color--2 {
  border: 1px solid #dae0e6;
  background-color: #fff;
  color: #000f1f;
}
.btn.color--3 {
  border: 1px solid #000f1f;
  background-color: #fff;
  color: #000f1f;
}
.btn.size--2 {
  width: 10rem;
  height: 4rem;
}
.btn.size--3 {
  width: 12.5rem;
  height: 3.75rem;
}
.btn.size--4 {
  width: auto;
  height: 3.5rem;
  padding: 0 1.875rem;
}
.btn .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
.btn .icon img,
.btn .icon svg {
  width: 100%;
  display: block;
  line-height: 1;
}
@media (max-width: 1024px) {
  .btn {
    width: 165px;
    height: 48px;
  }
}
.icon-btn {
  font-size: 1rem;
  color: #000f1f;
  height: 2.75rem;
  border-radius: 0.5rem;
  border: 1px solid #dae0e6;
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
}
.icon-btn .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}
.icon-btn .icon img,
.icon-btn .icon svg {
  display: block;
  width: 100%;
  line-height: 1;
}
.board-toggle-btn .icon .icon-show {
  display: none;
}
.board-toggle-btn .txt .txt-show {
  display: none;
}
.board-toggle-btn.hide .icon .icon-show {
  display: block;
}
.board-toggle-btn.hide .icon .icon-hide {
  display: none;
}
.board-toggle-btn.hide .txt .txt-show {
  display: block;
}
.board-toggle-btn.hide .txt .txt-hide {
  display: none;
}
.icon-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 12.5rem;
  height: 4rem;
  border-radius: 2rem;
  background: linear-gradient(-104deg, #ff3228 0%, #ff7d32 100%);
}
.icon-link-btn .txt {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin-right: 0.5rem;
}
.icon-link-btn .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.icon-link-btn .icon img,
.icon-link-btn .icon svg {
  width: 100%;
  display: block;
  line-height: 1;
}
.icon-link-btn.size--2 {
  width: auto;
  height: 5rem;
  border-radius: 2.5rem;
  padding: 0 2.25rem;
}
.icon-link-btn.size--2 .txt {
  white-space: nowrap;
}
@media (max-width: 576px) {
  .icon-link-btn {
    width: 160px;
    height: 50px;
    border-radius: 25px;
  }
  .icon-link-btn .txt {
    font-size: 15px;
    margin-right: 7px;
  }
  .icon-link-btn .icon {
    width: 20px;
    height: 20px;
  }
  .icon-link-btn.size--2 {
    width: 216px;
    height: 56px;
    border-radius: 28px;
    padding: 0 12px 0 24px;
  }
}
.breadcrumb {
  font-size: 1rem;
  font-weight: 500;
  color: #848b90;
  display: flex;
  align-items: center;
  margin-bottom: 3.75rem;
}
.breadcrumb .item {
  position: relative;
  padding: 0 0.5rem;
}
.breadcrumb .item:first-child {
  padding-left: 0;
}
.breadcrumb .item:last-child {
  padding-right: 0;
}
.breadcrumb .item:last-child:after {
  display: none;
}
.breadcrumb .item:after {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #848b90;
  display: block;
  position: absolute;
  right: -0.09375rem;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb .inner {
  display: block;
}
.breadcrumb .inner img,
.breadcrumb .inner svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  line-height: 1;
}
.line-height--0_0 {
  line-height: 0;
}
.line-height--0_1 {
  line-height: 0.1;
}
.line-height--0_2 {
  line-height: 0.2;
}
.line-height--0_3 {
  line-height: 0.3;
}
.line-height--0_4 {
  line-height: 0.4;
}
.line-height--0_5 {
  line-height: 0.5;
}
.line-height--0_6 {
  line-height: 0.6;
}
.line-height--0_7 {
  line-height: 0.7;
}
.line-height--0_8 {
  line-height: 0.8;
}
.line-height--0_9 {
  line-height: 0.9;
}
.line-height--1_0 {
  line-height: 1;
}
.line-height--1_1 {
  line-height: 1.1;
}
.line-height--1_2 {
  line-height: 1.2;
}
.line-height--1_3 {
  line-height: 1.3;
}
.line-height--1_4 {
  line-height: 1.4;
}
.line-height--1_5 {
  line-height: 1.5;
}
.line-height--1_6 {
  line-height: 1.6;
}
.line-height--1_7 {
  line-height: 1.7;
}
.line-height--1_8 {
  line-height: 1.8;
}
.line-height--1_9 {
  line-height: 1.9;
}
.line-height--2_0 {
  line-height: 2;
}
.line-height--2_1 {
  line-height: 2.1;
}
.line-height--2_2 {
  line-height: 2.2;
}
.line-height--2_3 {
  line-height: 2.3;
}
.line-height--2_4 {
  line-height: 2.4;
}
.line-height--2_5 {
  line-height: 2.5;
}
.line-height--2_6 {
  line-height: 2.6;
}
.line-height--2_7 {
  line-height: 2.7;
}
.line-height--2_8 {
  line-height: 2.8;
}
.line-height--2_9 {
  line-height: 2.9;
}
.line-height--3_0 {
  line-height: 3;
}
.line-height--3_1 {
  line-height: 3.1;
}
.line-height--3_2 {
  line-height: 3.2;
}
.line-height--3_3 {
  line-height: 3.3;
}
.line-height--3_4 {
  line-height: 3.4;
}
.line-height--3_5 {
  line-height: 3.5;
}
.line-height--3_6 {
  line-height: 3.6;
}
.line-height--3_7 {
  line-height: 3.7;
}
.line-height--3_8 {
  line-height: 3.8;
}
.line-height--3_9 {
  line-height: 3.9;
}
.line-height--4_0 {
  line-height: 4;
}
.line-height--4_1 {
  line-height: 4.1;
}
.line-height--4_2 {
  line-height: 4.2;
}
.line-height--4_3 {
  line-height: 4.3;
}
.line-height--4_4 {
  line-height: 4.4;
}
.line-height--4_5 {
  line-height: 4.5;
}
.line-height--4_6 {
  line-height: 4.6;
}
.line-height--4_7 {
  line-height: 4.7;
}
.line-height--4_8 {
  line-height: 4.8;
}
.line-height--4_9 {
  line-height: 4.9;
}
.line-height--5_0 {
  line-height: 5;
}
.line-height--5_1 {
  line-height: 5.1;
}
.line-height--5_2 {
  line-height: 5.2;
}
.line-height--5_3 {
  line-height: 5.3;
}
.line-height--5_4 {
  line-height: 5.4;
}
.line-height--5_5 {
  line-height: 5.5;
}
.line-height--5_6 {
  line-height: 5.6;
}
.line-height--5_7 {
  line-height: 5.7;
}
.line-height--5_8 {
  line-height: 5.8;
}
.line-height--5_9 {
  line-height: 5.9;
}
.line-height--6_0 {
  line-height: 6;
}
.line-height--6_1 {
  line-height: 6.1;
}
.line-height--6_2 {
  line-height: 6.2;
}
.line-height--6_3 {
  line-height: 6.3;
}
.line-height--6_4 {
  line-height: 6.4;
}
.line-height--6_5 {
  line-height: 6.5;
}
.line-height--6_6 {
  line-height: 6.6;
}
.line-height--6_7 {
  line-height: 6.7;
}
.line-height--6_8 {
  line-height: 6.8;
}
.line-height--6_9 {
  line-height: 6.9;
}
.line-height--7_0 {
  line-height: 7;
}
.line-height--7_1 {
  line-height: 7.1;
}
.line-height--7_2 {
  line-height: 7.2;
}
.line-height--7_3 {
  line-height: 7.3;
}
.line-height--7_4 {
  line-height: 7.4;
}
.line-height--7_5 {
  line-height: 7.5;
}
.line-height--7_6 {
  line-height: 7.6;
}
.line-height--7_7 {
  line-height: 7.7;
}
.line-height--7_8 {
  line-height: 7.8;
}
.line-height--7_9 {
  line-height: 7.9;
}
.line-height--8_0 {
  line-height: 8;
}
.line-height--8_1 {
  line-height: 8.1;
}
.line-height--8_2 {
  line-height: 8.2;
}
.line-height--8_3 {
  line-height: 8.3;
}
.line-height--8_4 {
  line-height: 8.4;
}
.line-height--8_5 {
  line-height: 8.5;
}
.line-height--8_6 {
  line-height: 8.6;
}
.line-height--8_7 {
  line-height: 8.7;
}
.line-height--8_8 {
  line-height: 8.8;
}
.line-height--8_9 {
  line-height: 8.9;
}
.line-height--9_0 {
  line-height: 9;
}
.line-height--9_1 {
  line-height: 9.1;
}
.line-height--9_2 {
  line-height: 9.2;
}
.line-height--9_3 {
  line-height: 9.3;
}
.line-height--9_4 {
  line-height: 9.4;
}
.line-height--9_5 {
  line-height: 9.5;
}
.line-height--9_6 {
  line-height: 9.6;
}
.line-height--9_7 {
  line-height: 9.7;
}
.line-height--9_8 {
  line-height: 9.8;
}
.line-height--9_9 {
  line-height: 9.9;
}
.sub-section {
  padding: 3.75rem 0 15rem;
}
.boost-tab {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.boost-tab .boost-tab-list {
  max-width: 87.5rem;
  margin: 0 auto;
  transition: all 300ms ease-out;
}
.boost-tab.fix {
  position: fixed;
  top: 0;
  z-index: 60;
}
.boost-tab.fix .boost-tab-list {
  max-width: 100%;
}
.boost-tab-list {
  display: flex;
}
.boost-tab-list .item {
  width: 100%;
  max-width: 25%;
  flex: 1 0 25%;
  border-bottom: 1px solid #ddd;
  transition: inherit;
}
.boost-tab-list .boost-tab-btn {
  font-size: 1.125rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
  padding: 0 0.625rem;
  transition: inherit;
}
.boost-tab-list .boost-tab-btn.active {
  background-color: #ff5e2e;
  color: #fff;
}
@media (max-width: 1024px) {
  .boost-tab-list .boost-tab-btn {
    font-size: 1.0666666667rem;
  }
}
@media (max-width: 576px) {
  .boost-tab-list .boost-tab-btn {
    font-size: 13px;
    letter-spacing: -0.03em;
    padding: 0 5px;
  }
}
.boost-wrap {
  margin-top: 5.625rem;
}
@media (max-width: 576px) {
  .boost-wrap {
    margin-top: 50px;
  }
}
.boost-article {
  padding: 5.625rem 0;
}
.boost-article:nth-child(n + 2) {
  border-top: 1px solid #edf0f3;
}
@media (min-width: 1200.02px) {
  .boost-article--1 .boost-content {
    display: flex;
  }
}
.boost-article--1 .boost-content .txt-bx {
  width: 100%;
}
@media (min-width: 1200.02px) {
  .boost-article--1 .boost-content .txt-bx {
    max-width: 45rem;
    flex: 1 0 45rem;
  }
}
@media (max-width: 1200px) {
  .boost-article--1 .boost-content .txt-bx br {
    display: none;
  }
}
.boost-article--1 .boost-content .img-bx {
  width: 100%;
}
@media (min-width: 1200.02px) {
  .boost-article--1 .boost-content .img-bx {
    max-width: calc(100% - 45rem);
    flex: 1 0 calc(100% - 45rem);
    padding-top: 1.875rem;
  }
}
.boost-article--1 .boost-content .img-bx img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1200.02px) {
  .boost-article--1 .boost-content .img-bx img {
    max-width: 32.5rem;
  }
}
@media (max-width: 1200px) {
  .boost-article--1 .boost-content .img-bx img {
    max-width: 46.6666666667rem;
    margin: 40px auto 0;
  }
}
@media (min-width: 1024.02px) {
  .boost-article--2 .boost-content {
    display: flex;
    margin: 0 -1.25rem;
  }
}
.boost-article--2 .boost-content .txt-bx {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .boost-article--2 .boost-content .txt-bx {
    max-width: 50%;
    flex: 1 0 50%;
    padding: 0 1.25rem;
  }
}
@media (max-width: 1024px) {
  .boost-article--2 .boost-content .txt-bx br {
    display: none;
  }
}
.boost-article--2 .boost-content .info-bx {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .boost-article--2 .boost-content .info-bx {
    max-width: 50%;
    flex: 1 0 50%;
    padding: 4.6875rem 1.25rem 0;
  }
}
.boost-article--2 .boost-content .info-bx .arithmetic-list {
  display: flex;
  margin: 0 -1.0625rem;
}
.boost-article--2 .boost-content .info-bx .arithmetic-list > .item {
  width: 100%;
  max-width: 33.3333%;
  flex: 1 0 33.3333%;
  padding: 0 1.0625rem;
  position: relative;
}
.boost-article--2 .boost-content .info-bx .arithmetic-list > .item:after {
  content: attr(data-sign);
  width: 1.125rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1;
  color: #000f1f;
  position: absolute;
  right: -0.5625rem;
  top: 50%;
  transform: translateY(-50%);
}
.boost-article--2 .boost-content .info-bx .arithmetic-list .inner {
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.875rem;
  border-radius: 0.5rem;
}
.boost-article--2 .boost-content .info-bx .arithmetic-list .inner.type--1 {
  background-color: #ff7d32;
  border: 1px solid #ff7d32;
  color: #fff;
}
.boost-article--2 .boost-content .info-bx .arithmetic-list .inner.type--2 {
  background-color: #ff5e2e;
  border: 1px solid #ff5e2e;
  color: #fff;
}
.boost-article--2 .boost-content .info-bx .arithmetic-list .inner.type--3 {
  background-color: #fff;
  border: 1px solid #babfc4;
  color: #878e97;
}
.boost-article--2 .boost-content .info-bx .info-table {
  margin-top: 3.125rem;
}
.boost-article--2 .boost-content .info-bx .info-table .tr {
  display: flex;
  align-items: flex-start;
  padding: 0.875rem 0;
}
.boost-article--2 .boost-content .info-bx .info-table .tr:nth-child(n + 2) {
  border-top: 1px solid #edf0f3;
}
.boost-article--2 .boost-content .info-bx .info-table .th {
  font-size: 1rem;
  font-weight: 700;
  color: #8e979d;
  width: 100%;
  max-width: 8.75rem;
  flex: 1 0 8.75rem;
  position: relative;
  padding-left: 0.75rem;
}
.boost-article--2 .boost-content .info-bx .info-table .th:before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #babfc4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.boost-article--2 .boost-content .info-bx .info-table .td {
  font-size: 1rem;
  font-weight: 500;
  color: #8e979d;
  width: 100%;
  max-width: calc(100% - 8.75rem);
  flex: 1 0 calc(100% - 8.75rem);
}
.boost-article--2 .boost-content .info-bx-inner {
  margin: 0 auto;
}
@media (min-width: 1024.02px) {
  .boost-article--2 .boost-content .info-bx-inner {
    max-width: 33.75rem;
  }
}
@media (max-width: 1024px) {
  .boost-article--2 .boost-content .info-bx-inner {
    margin: 40px auto 0;
  }
}
.boost-article--2 .boost-content .info-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000f1f;
  margin-bottom: 3.125rem;
  padding: 0.75rem 0.625rem;
  border-top: 1px solid #8e979d;
  border-bottom: 1px solid #8e979d;
}
.boost-article--2 .boost-content .info-bx-content {
  padding: 0 0.625rem;
}
@media (min-width: 1024.02px) {
  .boost-article--3 .boost-content .txt-bx-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024.02px) {
  .boost-article--3 .boost-content .txt-bx-inner--1 {
    padding-right: 0.625rem;
  }
}
@media (min-width: 1024.02px) {
  .boost-article--3 .boost-content .txt-bx-inner--2 {
    padding-left: 0.625rem;
  }
}
@media (max-width: 1024px) {
  .boost-article--3 .boost-content .txt-bx-inner--2 {
    margin-top: 20px;
  }
}
@media (min-width: 1024.02px) {
  .boost-article--4 .boost-content {
    display: flex;
    margin: 0 -1.25rem;
  }
}
.boost-article--4 .boost-content .txt-bx {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .boost-article--4 .boost-content .txt-bx {
    max-width: 50%;
    flex: 1 0 50%;
    padding: 0 1.25rem;
  }
}
.boost-article--4 .boost-content .img-bx {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .boost-article--4 .boost-content .img-bx {
    max-width: 50%;
    flex: 1 0 50%;
    padding: 4.6875rem 1.25rem 0;
  }
}
@media (max-width: 1024px) {
  .boost-article--4 .boost-content .img-bx {
    margin-top: 40px;
  }
}
.boost-article--4 .boost-content .img-src {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024.02px) {
  .boost-article--4 .boost-content .img-src {
    max-width: 36.25rem;
  }
}
.boost-article--4 .boost-content .img-src img,
.boost-article--4 .boost-content .img-src svg {
  width: 100%;
  display: block;
  line-height: 1;
}
.boost-content > .txt-bx {
  word-break: break-all;
  position: relative;
}
.boost-content > .txt-bx:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background-color: #000f1f;
  border-radius: 50%;
  margin-bottom: 4.375rem;
}
.boost-content > .txt-bx .txt--1 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: #000f1f;
}
.boost-content > .txt-bx .txt--2 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #848b90;
}
.boost-content > .txt-bx .txt--3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000f1f;
}
.boost-content > .txt-bx .txt--4 {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #848b90;
}
.boost-content > .txt-bx .txt--5 {
  font-size: 1rem;
  line-height: 1.5;
  color: #848b90;
}
.boost-content > .txt-bx .tb-line-txt {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000f1f;
}
.boost-content > .txt-bx .tb-line-txt > span {
  display: inline-block;
  border-top: 1px solid #000f1f;
  border-bottom: 1px solid #000f1f;
  padding: 0.5rem 0;
}
.boost-content > .txt-bx .bullet-list {
  font-size: 1rem;
  line-height: 1.5;
}
.boost-content > .txt-bx .bullet-list > .item:before {
  flex: 0 0 0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: 0.75rem;
  margin-right: 0.625rem;
  background-color: #babfc4;
}
.boost-content > .txt-bx .bullet-list > .item .type--num:after {
  content: attr(data-num);
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #1b3a66;
  position: relative;
  top: -0.0625rem;
}
@media (max-width: 576px) {
  .boost-content > .txt-bx:before {
    width: 26px;
    margin-bottom: 50px;
  }
  .boost-content > .txt-bx .txt--1 {
    font-size: 26px;
  }
  .boost-content > .txt-bx .txt--2 {
    font-size: 16px;
  }
}
.vpp-list {
  display: flex;
  align-items: stretch;
  margin: 0 -0.625rem;
}
@media (max-width: 1024px) {
  .vpp-list {
    flex-wrap: wrap;
    margin: 0 -10px -20px;
  }
}
.vpp-list > .item {
  width: 100%;
  max-width: 20%;
  flex: 1 0 20%;
  padding: 0 0.625rem;
}
@media (max-width: 1024px) {
  .vpp-list > .item {
    max-width: 50%;
    flex: 1 0 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .vpp-list > .item {
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.vpp-list .inner {
  height: 100%;
  padding: 11.5625rem 1.75rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #fff;
  display: flex;
  position: relative;
  box-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.1);
}
.vpp-list .icon-bx {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto 3.125rem;
  position: absolute;
  top: 4.6875rem;
  left: 50%;
  transform: translateX(-50%);
}
.vpp-list .icon-bx img,
.vpp-list .icon-bx svg {
  width: 100%;
  display: block;
  line-height: 1;
}
.vpp-list .txt-bx {
  word-break: break-all;
}
.vpp-list .txt-bx .txt--1 {
  font-size: 1.125rem;
  line-height: 1;
  color: #1b3a66;
  font-weight: 700;
  margin-bottom: 1rem;
}
.vpp-list .txt-bx .txt--2 {
  font-size: 1rem;
  line-height: 1.3;
  color: #848b90;
  font-weight: 500;
}
.boost-bg-section {
  height: 45rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/boost/boost-bg.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .boost-bg-section {
    height: auto;
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .boost-bg-section .icon-link-btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.boost-bg-section .txt-area {
  max-width: 72.5rem;
  margin: 0 auto;
}
@media (min-width: 1024.02px) {
  .boost-bg-section .txt-area {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .boost-bg-section .txt-area {
    position: relative;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024.02px) {
  .boost-bg-section .txt-bx--1 {
    padding-right: 0.625rem;
  }
}
@media (min-width: 1024.02px) {
  .boost-bg-section .txt-bx--2 {
    padding-left: 0.625rem;
  }
}
@media (max-width: 1024px) {
  .boost-bg-section .txt-bx--2 {
    margin-top: 40px;
  }
}
.boost-bg-section .txt-bx--2 .txt--4 {
  margin-top: 1.75rem;
}
.boost-bg-section .txt-bx .txt--1 {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.boost-bg-section .txt-bx .txt--2 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-top: 1.5rem;
}
.boost-bg-section .txt-bx .txt--3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.boost-bg-section .txt-bx .txt--4 {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1200px) {
  .boost-bg-section .txt-bx .txt--2 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .boost-bg-section .txt-bx .txt--2 {
    font-size: 26px;
  }
}
.sub-section-check--1 {
  padding: 11.25rem 0;
}
.sub-section-check--2 {
  padding: 6.25rem 0;
}
.sub-section-check--3 {
  padding: 6.25rem 0;
}
.sub-section-check--4 {
  padding: 6.25rem 0;
}
.sub-section-check--5 {
  padding: 16.375rem 0;
}
.sub-section-check--5 .txt-area .txt--1 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #000f1f;
}
.sub-section-check--5 .txt-area .txt--2 {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #848b90;
}
.sub-section-check--5 .txt-area .txt--3 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
  color: #000f1f;
}
@media (max-width: 1024px) {
  .sub-section-check--5 {
    padding: 10.8rem 0;
  }
  .sub-section-check--5 .txt-area .txt--1 {
    font-size: 1.3333333333rem;
  }
  .sub-section-check--5 .txt-area .txt--2 {
    font-size: 3.0666666667rem;
  }
  .sub-section-check--5 .txt-area .txt--3 {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 576px) {
  .sub-section-check .page-title--2 {
    font-size: 24px;
  }
  .sub-section-check .page-title--3 {
    font-size: 22px;
  }
  .sub-section-check .page-txt--1 {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 30px;
  }
  .sub-section-check .page-txt--2 {
    font-size: 16px;
    margin-top: 40px;
  }
  .sub-section-check--1 {
    padding: 90px 0;
  }
  .sub-section-check--2 {
    padding: 70px 0;
  }
  .sub-section-check--3 {
    padding: 70px 0;
  }
  .sub-section-check--4 {
    padding: 70px 0;
  }
  .sub-section-check--5 {
    padding: 160px 0;
  }
  .sub-section-check--5 .txt-area .txt--1 {
    font-size: 16px;
  }
  .sub-section-check--5 .txt-area .txt--2 {
    font-size: 28px;
  }
  .sub-section-check--5 .txt-area .txt--3 {
    font-size: 16px;
  }
}
.intersection-wrap {
  max-width: 52.5rem;
  margin: 0 auto;
}
.intersection {
  position: relative;
}
.intersection__item {
  width: 100%;
  max-width: 27.5rem;
}
@media (min-width: 768.02px) {
  .intersection__item:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .intersection__item {
    margin: 0 auto;
  }
  .intersection__item:nth-child(2) {
    margin: -2.8571428571rem auto 0;
  }
}
@media (max-width: 576px) {
  .intersection__item {
    max-width: 280px;
  }
}
.intersection__inner {
  width: 100%;
  height: 27.5rem;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 7.5rem;
}
.intersection__inner.bg--1 {
  background-color: #fff;
}
.intersection__inner.bg--1 .txt-bx .txt--1 {
  color: #000f1f;
}
.intersection__inner.bg--2 {
  background-color: #1b3a66;
}
.intersection__inner.bg--2 .txt-bx .txt--1 {
  color: #fff;
}
@media (max-width: 576px) {
  .intersection__inner {
    height: 280px;
    padding-top: 76px;
  }
}
.intersection .img-bx .icon {
  max-width: 8.75rem;
  margin: 0 auto;
}
.intersection .img-bx .icon img,
.intersection .img-bx .icon svg {
  width: 100%;
  display: block;
  line-height: 1;
}
@media (max-width: 576px) {
  .intersection .img-bx .icon {
    max-width: 89px;
  }
}
.intersection .txt-bx {
  text-align: center;
}
.intersection .txt-bx .txt--1 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 576px) {
  .intersection .txt-bx .txt--1 {
    font-size: 14px;
  }
}
.property-value-wrap {
  max-width: 72.5rem;
  margin: 0 auto;
}
@media (min-width: 1024.02px) {
  .property-value {
    display: flex;
    align-items: center;
    margin: 0 -3.75rem;
  }
}
.property-value__item {
  width: 100%;
  position: relative;
}
@media (min-width: 1024.02px) {
  .property-value__item {
    max-width: 50%;
    flex: 1 0 50%;
    padding: 0 3.75rem;
  }
}
.property-value__item:before {
  content: "";
  display: block;
  width: 4.125rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/check/icon-3.svg);
  position: absolute;
  right: -2.0625rem;
  top: 50%;
  transform: translateY(-50%);
}
.property-value__item:last-child:before {
  display: none;
}
@media (max-width: 1024px) {
  .property-value__item {
    padding: 28px 0;
  }
  .property-value__item:first-child {
    padding-top: 0;
  }
  .property-value__item:last-child {
    padding-bottom: 0;
  }
  .property-value__item:before {
    width: 44px;
    height: 22px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -11px;
    transform: translateX(-50%) translateY(0) rotate(90deg);
  }
}
.property-value__inner {
  height: 25rem;
  padding: 2.5rem;
  position: relative;
  border-radius: 0.75rem;
}
.property-value__inner.bg--1 {
  background-color: #ff7d32;
}
.property-value__inner.bg--2 {
  background-color: #ff5e2e;
}
@media (max-width: 576px) {
  .property-value__inner {
    height: 263px;
    padding: 26px;
    border-radius: 8px;
  }
}
.property-value .txt-bx .txt--1 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.property-value .txt-bx .txt--2 {
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.property-value .txt-bx .icon {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
}
.property-value .txt-bx .icon img,
.property-value .txt-bx .icon svg {
  display: block;
  width: 100%;
  line-height: 1;
}
@media (max-width: 576px) {
  .property-value .txt-bx .txt--1 {
    font-size: 14px;
  }
  .property-value .txt-bx .txt--2 {
    font-size: 18px;
  }
  .property-value .txt-bx .icon {
    width: 42px;
    height: 42px;
    right: 26px;
    top: 26px;
  }
}
.property-value .bullet-list {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 2.5rem 2.5rem;
}
.property-value .bullet-list > .item:nth-child(n + 2) {
  margin-top: 1.25rem;
}
.property-value .bullet-list > .item:before {
  width: 0.25rem;
  height: 0.25rem;
  flex: 0 0 0.25rem;
  margin-right: 0.5rem;
  background-color: #fff;
}
.property-value .bullet-list > .item > span span {
  display: block;
}
.property-value .bullet-list .desc {
  font-size: 1rem;
}
@media (max-width: 576px) {
  .property-value .bullet-list {
    font-size: 14px;
    padding: 0 26px 26px;
  }
  .property-value .bullet-list .dsec {
    font-size: 14px;
  }
}
.evaluation-report-wrap {
  max-width: 72.5rem;
  margin: 0 auto;
}
@media (min-width: 1024.02px) {
  .evaluation-report {
    display: flex;
    align-items: center;
    margin: 0 -1.25rem;
  }
}
.evaluation-report .img-bx {
  width: 100%;
}
.evaluation-report .img-bx img {
  display: block;
  width: 100%;
  line-height: 1;
}
@media (min-width: 1024.02px) {
  .evaluation-report .img-bx {
    max-width: 50%;
    flex: 1 0 50%;
    padding: 0 1.25rem;
  }
}
.evaluation-report .txt-bx {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .evaluation-report .txt-bx {
    max-width: 50%;
    flex: 1 0 50%;
    padding: 0 1.25rem;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .evaluation-report .txt-bx {
    margin-top: 57px;
    text-align: center;
  }
}
.evaluation-report .txt-bx__inner {
  display: inline-block;
  text-align: left;
}
.evaluation-report .txt-bx .txt--1 {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #848b90;
}
@media (max-width: 576px) {
  .evaluation-report .txt-bx .txt--1 {
    font-size: 15px;
  }
}
.evaluation-report .txt-bx .bullet-list {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #848b90;
  margin-bottom: 1.875rem;
}
.evaluation-report .txt-bx .bullet-list > .item:nth-child(n + 2) {
  margin-top: 0.125rem;
}
.evaluation-report .txt-bx .bullet-list > .item:before {
  width: 0.25rem;
  height: 0.25rem;
  flex: 0 0 0.25rem;
  margin-right: 0.5rem;
  background-color: #babfc4;
}
@media (max-width: 1024px) {
  .evaluation-report .txt-bx .bullet-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .evaluation-report .txt-bx .bullet-list {
    font-size: 14px;
  }
}
.sub-section-company--1 {
  padding: 0 0 10.9375rem;
}
@media (max-width: 768px) {
  .sub-section-company--1 {
    padding: 0 0 80px;
  }
}
.sub-section-company--2 {
  padding: 10.9375rem 0 20rem;
}
.sub-section-company--2 .page-title {
  margin-bottom: 8.75rem;
}
@media (min-width: 1600.02px) {
  .sub-section-company--2 .page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .sub-section-company--2 {
    padding: 80px 0 160px;
  }
}
.sub-section-company--3 {
  padding: 11.25rem 0 13.75rem;
  background: linear-gradient(
    -180deg,
    rgba(243, 245, 248, 0.7) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
}
@media (max-width: 768px) {
  .sub-section-company--3 {
    padding: 90px 0 80px;
  }
}
.sub-section-company--4 {
  padding: 16.375rem 0;
}
.sub-section-company--4 .txt-area {
  text-align: center;
}
.sub-section-company--4 .txt-area .txt--1 {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #848b90;
}
.sub-section-company--4 .txt-area .txt--2 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #ff5e2e;
  font-weight: 500;
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .sub-section-company--4 {
    padding: 90px 0 160px;
  }
  .sub-section-company--4 .txt-area {
    text-align: center;
  }
  .sub-section-company--4 .txt-area .txt--1 {
    font-size: 28px;
  }
  .sub-section-company--4 .txt-area .txt--2 {
    font-size: 16px;
    margin-top: 60px;
  }
  .sub-section-company--4 .txt-area .m-hide {
    display: none;
  }
}
.trade-method-wrap {
  position: relative;
}
.trade-method-wrap .item {
  position: relative;
}
@media (max-width: 1024px) {
  .trade-method-wrap .item:nth-child(n + 2) {
    margin-top: 20px;
  }
}
.trade-method-wrap .item--1 {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .trade-method-wrap .item--1 {
    max-width: 38.5714285714%;
    flex: 1 0 38.5714285714%;
    padding-right: 2.8571428571%;
  }
  .trade-method-wrap .item--1 .img-bx {
    margin: 2.5rem auto 5.5rem;
  }
}
.trade-method-wrap .item--2 {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .trade-method-wrap .item--2 {
    height: 50%;
    max-width: 61.4285714286%;
    flex: 1 0 61.4285714286%;
    position: absolute;
    right: 0;
    top: 0;
    padding-bottom: 1.25rem;
  }
  .trade-method-wrap .item--2 .img-bx {
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
  }
  .trade-method-wrap .item--2 .txt-bx {
    padding-right: 13.75rem;
  }
}
.trade-method-wrap .item--3 {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .trade-method-wrap .item--3 {
    height: 50%;
    max-width: 61.4285714286%;
    flex: 1 0 61.4285714286%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 1.25rem;
  }
  .trade-method-wrap .item--3 .img-bx {
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
  }
  .trade-method-wrap .item--3 .txt-bx {
    padding-right: 13.75rem;
  }
}
.trade-method-wrap .inner {
  width: 100%;
  height: 100%;
  background-color: #f3f5f8;
  border-radius: 0.75rem;
  padding: 2.5rem;
  position: relative;
}
@media (max-width: 576px) {
  .trade-method-wrap .inner {
    padding: 40px 25px 25px;
  }
}
.trade-method-wrap .img-bx {
  max-width: 12.5rem;
  margin: 0 auto;
}
.trade-method-wrap .img-bx img,
.trade-method-wrap .img-bx svg {
  width: 100%;
  display: block;
  line-height: 1;
}
@media (max-width: 1024px) {
  .trade-method-wrap .img-bx {
    margin: 0 auto 35px;
  }
}
@media (max-width: 576px) {
  .trade-method-wrap .img-bx {
    max-width: 135px;
  }
}
.trade-method-wrap .txt-bx {
  width: 100%;
}
.trade-method-wrap .txt-bx .txt--1 {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 700;
  color: #000f1f;
}
.trade-method-wrap .txt-bx .txt--2 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1rem;
  color: #8c959c;
  letter-spacing: -0.02em;
}
@media (max-width: 576px) {
  .trade-method-wrap .txt-bx .txt--1 {
    font-size: 20px;
  }
  .trade-method-wrap .txt-bx .txt--2 {
    font-size: 15px;
    margin-top: 12px;
  }
}
@media (min-width: 1024.02px) {
  .ls-info {
    display: flex;
    align-items: center;
  }
}
.ls-info .img-bx {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .ls-info .img-bx {
    max-width: 42.8571428571%;
    flex: 1 0 42.8571428571%;
  }
}
.ls-info .img-src {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
}
.ls-info .img-src img {
  display: block;
  width: 100%;
  line-height: 1;
}
.ls-info .txt-bx {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .ls-info .txt-bx {
    max-width: 57.1428571429%;
    flex: 1 0 57.1428571429%;
    padding-left: 14.2857142857%;
  }
}
.ls-info .txt-bx__inner {
  position: relative;
}
@media (min-width: 1024.02px) {
  .ls-info .txt-bx__inner {
    display: flex;
    align-items: center;
  }
}
.ls-info .txt-bx__inner:nth-child(n + 2) {
  margin-top: 3.0625rem;
}
@media (max-width: 1200px) {
  .ls-info .txt-bx__inner:nth-child(n + 2) {
    margin-top: 2rem;
  }
}
.ls-info .txt-bx .txt--1 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ff5e2e;
  width: 100%;
  max-width: 42.8333333333%;
  flex: 1 0 42.8333333333%;
}
.ls-info .txt-bx .txt--2 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #8c959c;
  max-width: 57.1666666667%;
  flex: 1 0 57.1666666667%;
}
@media (max-width: 1600px) {
  .ls-info .txt-bx {
    padding-left: 10.119047619%;
  }
  .ls-info .txt-bx .txt--1 {
    max-width: 36.6666666667%;
    flex: 1 0 36.6666666667%;
  }
  .ls-info .txt-bx .txt--2 {
    max-width: 58.3333333333%;
    flex: 1 0 58.3333333333%;
  }
  .ls-info .txt-bx .txt--2 br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ls-info .txt-bx {
    padding-left: 0;
    margin-top: 40px;
  }
  .ls-info .txt-bx .txt--1 {
    max-width: 100%;
    flex: 1 0 100%;
  }
  .ls-info .txt-bx .txt--2 {
    max-width: 100%;
    flex: 1 0 100%;
  }
  .ls-info .txt-bx .txt--2 br {
    display: block;
  }
}
@media (max-width: 1024px) {
  .ls-info .txt-bx .txt--1 br {
    display: none;
  }
  .ls-info .txt-bx .txt--2 {
    margin-top: 10px;
  }
  .ls-info .txt-bx .txt--2 br {
    display: none;
  }
}
.company-intro {
  position: relative;
}
@media (min-width: 1024.02px) {
  .company-intro {
    padding-right: 50%;
  }
  .company-intro:nth-child(n + 2) {
    margin-top: 12.5rem;
  }
}
@media (max-width: 1024px) {
  .company-intro:nth-child(n + 2) {
    margin-top: 100px;
  }
}
.company-intro .img-bx {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .company-intro .img-bx {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
    padding-left: 7.1428571429%;
  }
}
@media (max-width: 1024px) {
  .company-intro .img-bx {
    margin-top: 2.3333333333rem;
  }
}
@media (max-width: 576px) {
  .company-intro .img-bx {
    margin-top: 20px;
  }
}
.company-intro .img-src {
  display: block;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.company-intro .img-src:after {
  content: "";
  display: block;
  padding-bottom: 48%;
}
.company-intro .img-src video,
.company-intro .img-src > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024.02px) {
  .company-intro .img-src {
    max-width: 37.5rem;
  }
}
.company-intro .txt-bx {
  width: 100%;
}
@media (min-width: 1024.02px) {
  .company-intro .txt-bx {
    padding-right: 14.2857142857%;
  }
}
.company-intro .label {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9.75rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #ff5e2e;
}
@media (max-width: 576px) {
  .company-intro .label {
    font-size: 16px;
    width: 120px;
    height: 43px;
    border-radius: 21.5px;
  }
}
.company-intro .txt--1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000f1f;
  margin-top: 3.125rem;
}
@media (max-width: 576px) {
  .company-intro .txt--1 {
    font-size: 22px;
    margin-top: 25px;
  }
}
.company-intro .txt--2 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #8c959c;
  margin-top: 2.5rem;
}
@media (max-width: 576px) {
  .company-intro .txt--2 {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media (min-width: 1024.02px) {
  .company-intro.reverse {
    padding-right: 0;
    padding-left: 50%;
  }
}
@media (min-width: 1024.02px) and (min-width: 1024.02px) {
  .company-intro.reverse .txt-bx {
    padding-left: 14.2857142857%;
    padding-right: 0;
  }
}
@media (min-width: 1024.02px) and (min-width: 1024.02px) {
  .company-intro.reverse .img-bx {
    right: auto;
    left: 0;
    padding-left: 0;
    padding-right: 7.1428571429%;
  }
}
.bi-wrap {
  margin-top: 17.375rem;
}
@media (max-width: 1024px) {
  .bi-wrap {
    margin-top: 100px;
  }
}
.bi-wrap .bi-box {
  position: relative;
  padding: 9.4375rem 5rem;
  border-radius: 0.75rem;
  background-color: #f3f5f8;
  text-align: center;
}
.bi-wrap .bi-box:before {
  display: none;
}
@media (max-width: 768px) {
  .bi-wrap .bi-box {
    padding: 80px 20px;
    border-radius: 12px;
  }
}
.bi-wrap .bi-title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000f1f;
  margin-bottom: 2.5rem;
}
.bi-wrap .bi-txt {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #848b90;
}
.bi-wrap .logo {
  width: 100%;
  max-width: 34.0625rem;
  margin: 0 auto;
}
.bi-wrap .logo img,
.bi-wrap .logo svg {
  display: block;
  line-height: 1;
  width: 100%;
}
@media (max-width: 1400px) {
  .bi-wrap .logo {
    max-width: 17.5rem;
  }
}
@media (max-width: 768px) {
  .bi-wrap .logo {
    max-width: 240px;
    margin: 0 auto;
  }
}
.bi-wrap .txt--1 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #8c959c;
  margin-top: 3.125rem;
}
@media (max-width: 1024px) {
  .bi-wrap .txt--1 br {
    display: none;
  }
}
.bi-wrap .label {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9.25rem;
  height: 2.75rem;
  border-radius: 1.375rem;
  background-color: #ff5e2e;
  margin-bottom: 1.5rem;
}
.report-guide {
  padding: 1.875rem 2.5rem;
  border-radius: 1.25rem;
}
@media (max-width: 576px) {
  .report-guide {
    padding: 1.875rem 20px;
  }
}
.report-guide.bg--1 {
  background-color: #f3f5f8;
}
.report-guide.bg--2 {
  background-color: #fff5ef;
}
.report-guide.size--2 {
  padding: 1.25rem 1.5rem;
}
@media (min-width: 1024.02px) {
  .report-guide.size--2 .report-guide__txt {
    display: flex;
    align-items: center;
  }
}
.report-guide.size--2 .report-guide__txt .title {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 1.5rem;
  margin-right: 0.9375rem;
}
.report-guide.size--2 .report-guide__txt .title:before {
  width: 1.1875rem;
  height: 1.1875rem;
  top: 0;
}
.report-guide.size--2 .report-guide__txt .txt {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #848b90;
}
@media (max-width: 1024px) {
  .report-guide.size--2 .report-guide__txt .txt {
    margin-top: 0.3333333333rem;
    font-size: 1rem;
  }
}
.report-guide .content {
  position: relative;
}
@media (min-width: 1024.02px) {
  .report-guide .content {
    padding-right: 13.75rem;
  }
}
@media (min-width: 1024.02px) {
  .report-guide .content .btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 576px) {
  .report-guide .content .btn {
    width: 100%;
  }
}
@media (min-width: 1024.02px) {
  .report-guide__txt {
    display: flex;
  }
}
.report-guide__txt .title {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  padding-left: 1.9375rem;
  position: relative;
  margin-right: 0.625rem;
}
.report-guide__txt .title:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.0625rem;
}
.report-guide__txt .title--1 {
  color: #ff5e2e;
}
.report-guide__txt .title--1:before {
  background-image: url(../images/board/label-icon1.svg);
}
.report-guide__txt .title--2 {
  color: #8594ad;
}
.report-guide__txt .title--2:before {
  background-image: url(../images/board/label-icon2.svg);
}
.report-guide__txt .txt {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #848b90;
}
@media (max-width: 1024px) {
  .report-guide__txt .txt {
    margin-top: 0.3333333333rem;
  }
}
.search-wrap {
  max-width: 32.5rem;
  margin: 0 auto;
}
.search-area {
  position: relative;
  padding-right: 4rem;
  border: 2px solid #dae0e6;
  border-radius: 2rem;
  overflow: hidden;
}
.search-area .search-input {
  font-size: 1.125rem;
  width: 100%;
  height: 4rem;
  border: 0;
  padding: 0 1.75rem;
}
.search-area .search-input::placeholder {
  color: #8e979d;
}
.search-area .search-btn {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.search-area .search-btn img,
.search-area .search-btn svg {
  width: 100%;
  display: block;
  line-height: 1;
}
@media (max-width: 1024px) {
  .search-area {
    padding-right: 48px;
    border-radius: 24px;
  }
  .search-area .search-input {
    font-size: 16px;
    height: 48px;
  }
}
.search-filter-wrap {
  width: 100%;
}
.search-filter-area {
  margin: 0 -1.25rem;
  display: flex;
  justify-content: center;
}
.search-filter-area > .item {
  padding: 0 1.25rem;
}
@media (max-width: 1024px) {
  .search-filter-area {
    flex-wrap: wrap;
  }
  .search-filter-area > .item {
    width: 100%;
    max-width: 33.3333%;
    flex: 1 0 33.3333%;
  }
  .search-filter-area > .item.type--btn {
    max-width: 100%;
    flex: 1 0 100%;
    margin-top: 20px !important;
    text-align: right;
  }
}
@media (max-width: 576px) {
  .search-filter-area {
    margin: 0 -12px -4px;
  }
  .search-filter-area > .item {
    padding: 0 12px;
    margin-bottom: 4px;
    max-width: 100%;
    flex: 1 0 100%;
  }
  .search-filter-area > .item:first-child,
  .search-filter-area > .item:nth-child(2) {
    max-width: 50%;
    flex: 1 0 50%;
  }
  .search-filter-area > .item:nth-child(n + 3) {
    margin-top: 10px;
  }
  .search-filter-area > .item.type--btn {
    margin-top: 50px !important;
  }
  .search-filter-area > .item.type--btn .btn {
    width: 100%;
  }
}
.custom-select {
  width: 12.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .custom-select {
    width: 100%;
  }
}
.custom-select__btn {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 2.125rem;
  border-bottom: 1px solid #000f1f;
}
.custom-select__btn.active .arrow {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select__btn .txt {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000f1f;
}
.custom-select__btn .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custom-select__list {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 21;
  background-color: #fff;
  border: 1px solid #000f1f;
  display: none;
}
.custom-select__list .scroll-wrapper {
  max-height: 15.625rem;
  padding: 1rem 0.75rem;
}
.custom-select__list .scrollbar-inner > .scroll-element.scroll-y {
  width: 0.625rem;
  height: calc(100% - 2rem);
  right: 0;
  top: 1rem;
}
.custom-select__list .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #fff;
}
.custom-select__list .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #babfc4;
}
.custom-select__list .scrollbar-inner > .scroll-element .scroll-bar,
.custom-select__list .scrollbar-inner > .scroll-element .scroll-element_track {
  opacity: 1;
}
.custom-select__list .item:first-child .inner {
  padding-top: 0;
}
.custom-select__list .inner {
  font-size: 1rem;
  line-height: 1.3;
  color: #000f1f;
  padding: 0.5rem 0;
  display: block;
}
.gallery-list-wrap .swiper-scrollbar {
  margin-top: 30px;
  height: 4px;
  border-radius: 0;
  background-color: #f3f5f8;
}
.gallery-list-wrap .swiper-scrollbar-drag {
  background-color: #848b90;
}
.gallery-list .inner {
  display: block;
}
@media (min-width: 1024.02px) {
  .gallery-list .inner:hover .img-src > img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.gallery-list .img-src {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.gallery-list .img-src:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.gallery-list .img-src video,
.gallery-list .img-src > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}
.gallery-list .img-src > img {
  transition: all 300ms ease-out;
}
.gallery-list .txt-bx {
  padding-top: 1.25rem;
}
.gallery-list .txt-bx .txt--1 {
  font-size: 1.25rem;
  color: #000f1f;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 2.6em;
}
.gallery-list .txt-bx .txt--2 {
  font-size: 1rem;
  line-height: 1;
  color: #8e979d;
  margin-top: 0.875rem;
}
.gallery-list .label {
  font-size: 0.875rem;
  font-weight: 700;
  width: 4.5rem;
  height: 1.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.25rem;
  margin-bottom: 0.875rem;
}
.gallery-list .label.bg--1 {
  border: 1px solid #ff5e2e;
  background-color: #ff5e2e;
  color: #fff;
}
.gallery-list .label.bg--2 {
  border: 1px solid #848b90;
  background-color: #fff;
  color: #848b90;
}
.gallery-list .label.bg--3 {
  border: 1px solid #f3f5f8;
  background-color: #f3f5f8;
  color: #8e979d;
}
.gallery-list .comment-sign {
  font-size: 0.875rem;
  line-height: 1;
  color: #8e979d;
  position: relative;
  padding-left: 1.875rem;
  display: inline-block;
  margin-top: 0.875rem;
}
.gallery-list .comment-sign:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/board/icon-comment.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pagination {
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  font-weight: 400;
  margin-top: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-item {
  margin: 0 0.375rem;
}
.pagination-item__prev-first {
  margin: 0 0.5rem 0 0;
}
.pagination-item__prev {
  margin: 0 0.75rem 0 0;
}
.pagination-item__next {
  margin: 0 0 0 0.75rem;
}
.pagination-item__next-last {
  margin: 0 0 0 0.5rem;
}
.pagination-item.active .pagination-link {
  color: #000f1f;
}
.pagination-link {
  color: #8e979d;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 576px) {
  .pagination {
    margin-top: 80px;
  }
}
input {
  width: 100%;
  height: 3.5rem;
  border: 1px solid #dae0e6;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
}
input.readonly {
  background-color: #f5f5f5;
}
input::placeholder {
  color: #8e979d;
}
.txt-input {
  position: relative;
}
.txt-input input {
  padding-right: 3.5rem;
  text-align: right;
}
.txt-input .txt {
  font-size: 1.125rem;
  color: #8e979d;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
select {
  width: 100%;
  height: 3.5rem;
  border: 1px solid #dae0e6;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  background-position: calc(100% - 10px) center;
  background-image: url(../images/icon/icon-select-arrow.svg);
  background-size: 24px auto;
  padding-right: 22px !important;
}
select::placeholder {
  color: #8e979d;
}
textarea {
  width: 100%;
  height: 15rem;
  display: block;
  box-sizing: border-box;
  border: 1px solid #dae0e6;
  border-radius: 0.625rem;
  resize: none;
  padding: 1.25rem;
}
textarea.readonly {
  background-color: #f5f5f5;
}
textarea::placeholder {
  color: #8e979d;
}
.form-wrap {
  max-width: 45rem;
  margin: 0 auto;
}
.form-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
}
.form-list > .item {
  width: 100%;
  padding: 0 1.25rem;
}
.form-list > .item:not(.type--full) {
  max-width: 50%;
  flex: 1 0 50%;
}
@media (max-width: 1024px) {
  .form-list > .item:not(.type--full) {
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.form-list > .item.type--full {
  max-width: 100%;
  flex: 1 0 100%;
}
.form-list .form-title {
  font-size: 1.125rem;
  line-height: 1;
  color: #000f1f;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.form-list .form-sub_title {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #848b90;
  font-weight: 400;
}
@media (max-width: 576px) {
  .form-list .form-sub_title {
    font-size: 0.875rem;
  }
}
.board-view__head {
  border-bottom: 1px solid #000f1f;
  padding-bottom: 1rem;
}
.board-view__head .board-view-title {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 700;
  color: #000f1f;
  margin-bottom: 2.5rem;
  word-break: break-all;
}
@media (max-width: 576px) {
  .board-view__head .board-view-title {
    font-size: 2rem;
  }
}
.board-view__head .board-date {
  font-size: 1.125rem;
  line-height: 1;
  color: #000f1f;
  margin-right: 1.25rem;
}
.board-view__body {
  padding: 3.75rem 0;
}
.board-view .label {
  font-size: 0.875rem;
  font-weight: 700;
  width: 4.5rem;
  height: 1.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.25rem;
  position: relative;
}
.board-view .label.bg--1 {
  border: 1px solid #ff5e2e;
  background-color: #ff5e2e;
  color: #fff;
}
.board-view .label.bg--2 {
  border: 1px solid #848b90;
  background-color: #fff;
  color: #848b90;
}
.board-view .label.bg--3 {
  border: 1px solid #f3f5f8;
  background-color: #f3f5f8;
  color: #8e979d;
}
.board-view .label.type--2 {
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  border: 0;
}
.board-view .label.type--2:after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0.8125rem;
  z-index: 1;
  width: 0.9375rem;
  height: 0.5625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/board/report-type-label-rec.svg);
}
.board-view .label.type--2 .label__inner {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  width: 100%;
  background-color: #ff5e2e;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  position: relative;
  z-index: 3;
  text-align: left;
}
.board-view .label.type--2.bg--1 {
  background-color: #fff5ef;
  color: #ff5e2e;
}
.board-view .report-type {
  width: auto;
  position: absolute;
  left: 1rem;
  top: -1.6875rem;
  z-index: 2;
}
.board-view .guide-btn {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.3125rem;
}
.board-view .guide-btn img,
.board-view .guide-btn svg {
  width: 100%;
  display: block;
  line-height: 1;
}
.prd-wrap {
  max-width: 72.5rem;
  margin: 0 auto;
}
@media (min-width: 1024.02px) {
  .prd-area {
    display: flex;
    align-items: stretch;
  }
  .prd-area .prd-img-area {
    width: 100%;
    max-width: calc(100% - 37.5rem);
    flex: 1 0 calc(100% - 37.5rem);
  }
  .prd-area .prd-info-area {
    width: 100%;
    max-width: 37.5rem;
    flex: 1 0 37.5rem;
    padding: 1.5625rem 0 0 10.3448275862%;
  }
}
@media (max-width: 1024px) {
  .prd-area .prd-info-area {
    margin-top: 40px;
  }
}
.prd-content {
  margin-top: 7.5rem;
}
.prd-img-area .prd-img-slide {
  position: relative;
}
.prd-img-area .prd-img-slide .img-src {
  display: block;
  position: relative;
  overflow: hidden;
}
.prd-img-area .prd-img-slide .img-src:after {
  content: "";
  display: block;
  padding-bottom: 89.2857142857%;
}
.prd-img-area .prd-img-slide .img-src video,
.prd-img-area .prd-img-slide .img-src > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}
.prd-img-area .prd-img-slide .swiper-button {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.prd-img-area .prd-img-slide .swiper-button img,
.prd-img-area .prd-img-slide .swiper-button svg {
  width: 100%;
  display: block;
  line-height: 1;
}
.prd-img-area .prd-img-slide .swiper-button--prev {
  left: 0;
}
.prd-img-area .prd-img-slide .swiper-button--next {
  right: 0;
}
.prd-img-area .prd-img-small-slide {
  margin-top: 0.75rem;
}
.prd-img-area .prd-img-small-slide .img-src {
  display: block;
  position: relative;
  overflow: hidden;
}
.prd-img-area .prd-img-small-slide .img-src:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.prd-img-area .prd-img-small-slide .img-src video,
.prd-img-area .prd-img-small-slide .img-src > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}
.prd-img-area
  .prd-img-small-slide
  .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.35;
}
.prd-info-area .prd-table .tr {
  display: flex;
}
.prd-info-area .prd-table .tr:nth-child(n + 2) {
  border-top: 1px solid #edf0f3;
}
.prd-info-area .prd-table .th {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  color: #000f1f;
  width: 100%;
  max-width: 10rem;
  flex: 1 0 10rem;
  padding: 0.9375rem 0;
  word-break: break-all;
}
@media (max-width: 576px) {
  .prd-info-area .prd-table .th {
    max-width: 130px;
    flex: 1 0 130px;
  }
}
.prd-info-area .prd-table .td {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000f1f;
  width: 100%;
  max-width: calc(100% - 10rem);
  flex: 1 0 calc(100% - 10rem);
  padding: 0.9375rem 0;
  word-break: break-all;
}
@media (max-width: 576px) {
  .prd-info-area .prd-table .td {
    max-width: calc(100% - 130px);
    flex: 1 0 calc(100% - 130px);
  }
}
.prd-info-area .prd-info-btn-wrap {
  position: relative;
  margin-top: 5.125rem;
}
.prd-info-area .prd-info-btn-area {
  display: flex;
}
.prd-info-area .prd-info-btn-area .item {
  width: 100%;
  max-width: 50%;
  flex: 1 0 50%;
}
.prd-info-area .prd-info-btn-area .item:first-child {
  padding-right: 0.625rem;
}
.prd-info-area .prd-info-btn-area .item:nth-child(2) {
  padding-left: 0.625rem;
}
@media (max-width: 576px) {
  .prd-info-area .prd-info-btn-area {
    margin-top: 2.8571428571rem;
  }
}
.attachment {
  padding: 1.5rem;
  margin-top: 7.5rem;
  border-top: 1px solid #dae0e6;
  border-bottom: 1px solid #dae0e6;
}
@media (min-width: 768.02px) {
  .attachment {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .attachment {
    margin-top: 80px;
  }
}
.attachment .title {
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 768.02px) {
  .attachment .title {
    max-width: 5.25rem;
    flex: 1 0 5.25rem;
  }
}
@media (max-width: 768px) {
  .attachment .title {
    margin-bottom: 20px;
  }
}
.attachment .attachment-list {
  width: 100%;
}
@media (min-width: 768.02px) {
  .attachment .attachment-list {
    max-width: calc(100% - 5.25rem);
    flex: 1 0 calc(100% - 5.25rem);
  }
}
.attachment .attachment-list .item:nth-child(n + 2) {
  margin-top: 0.625rem;
}
.attachment .attachment-list .inner {
  display: block;
  position: relative;
  padding-right: 3.25rem;
}
.attachment .attachment-list .attachment-title {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000f1f;
}
.attachment .attachment-list .attachment-download {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
.attachment .attachment-list .attachment-download img,
.attachment .attachment-list .attachment-download svg {
  width: 100%;
  display: block;
  line-height: 1;
}
.prd-sub-title {
  font-size: 1.25rem;
  line-height: 1;
  color: #000f1f;
  font-weight: 700;
}
.board-view-btn-list {
  border-top: 1px solid #dae0e6;
}
.board-view-btn-list .item {
  border-bottom: 1px solid #dae0e6;
  padding: 1.5rem;
}
.board-view-btn-list .item:first-child .inner .txt--1:before {
  background-image: url(../images/icon/icon-arrow-top.svg);
}
.board-view-btn-list .item:nth-child(2) .inner .txt--1:before {
  background-image: url(../images/icon/icon-arrow-bottom.svg);
}
.board-view-btn-list .link {
  display: block;
  position: relative;
  padding-left: 6.875rem;
  padding-right: 6rem;
}
.board-view-btn-list .inner .txt--1 {
  font-size: 1.125rem;
  line-height: 1;
  color: #000f1f;
  font-weight: 700;
  width: 6.875rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 2.25rem;
}
.board-view-btn-list .inner .txt--1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.board-view-btn-list .inner .txt--2 {
  display: block;
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000f1f;
}
.board-view-btn-list .inner .txt--3 {
  font-size: 1rem;
  line-height: 1;
  color: #000f1f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .board-view-btn-list .link {
    padding-right: 0;
  }
  .board-view-btn-list .inner .txt--3 {
    display: none;
  }
}
.register-wrap {
  width: 100%;
  max-width: 32.75rem;
  margin: 0 0 0 auto;
  display: none;
}
.comment-area {
  width: 100%;
}
.comment-area .comment-box {
  position: relative;
}
.comment-area .comment-box textarea {
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid #dae0e6;
}
.comment-area .comment-box:not(.enter) textarea {
  height: 3.5rem;
}
.comment-area .comment-box:not(.enter) .comment-counter {
  display: none;
}
.comment-area .comment-box.enter textarea {
  padding: 1rem 5rem 1rem 1.25rem;
  height: auto;
  min-height: 6.25rem;
}
.comment-area .comment-box .comment-counter {
  font-size: 0.875rem;
  line-height: 1;
  color: #8e979d;
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
}
.comment-area .register-area {
  position: relative;
  padding-right: 7rem;
  margin: 1.875rem 0 0;
}
.comment-area .register-area .input-list {
  display: flex;
  margin: 0 -0.375rem;
}
.comment-area .register-area .input-list > .item {
  width: 100%;
  max-width: 50%;
  flex: 1 0 50%;
  padding: 0 0.375rem;
}
.comment-area .register-area .input-list input {
  font-size: 1rem;
  width: 100%;
  height: 2.75rem;
  border-radius: 0.5rem;
  border: 1px solid #dae0e6;
}
.comment-area .register-area .input-list input::placeholder {
  color: #8e979d;
}
.comment-area .register-area .register-btn {
  width: 6.25rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.comment-area .register-area .register-btn.color--1 {
  background-color: #1b3a66;
  color: #fff;
  border: 1px solid #1b3a66;
}
.comment-area .bullet-list {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #8e979d;
}
.comment-list {
  margin-top: 3.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #000f1f;
}
@media (max-width: 768px) {
  .comment-list {
    margin-top: 40px;
  }
}
.comment-list > .item {
  border-bottom: 1px solid #edf0f3;
}
.comment-list > .item.edit .btn-bx {
  display: flex;
}
.comment-list .inner {
  padding: 1.5rem;
}
.comment-list .info-bx {
  position: relative;
  display: flex;
  align-items: center;
}
.comment-list .info-bx .txt--1 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #8e979d;
}
.comment-list .info-bx .txt--2 {
  font-size: 1rem;
  line-height: 1.3;
  color: #8e979d;
}
.comment-list .comment-toggle-btn {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  line-height: 1;
  position: absolute;
  right: 0;
}
.comment-list .comment-toggle-btn img,
.comment-list .comment-toggle-btn svg {
  width: 100%;
  display: block;
  line-height: 1;
}
.comment-list .comment-toggle-btn .icon--2 {
  display: none;
}
.comment-list .comment-toggle-btn.active .icon--1 {
  display: none;
}
.comment-list .comment-toggle-btn.active .icon--2 {
  display: block;
}
.comment-list .comment-bx {
  position: relative;
}
.comment-list .comment-counter {
  font-size: 0.875rem;
  color: #8e979d;
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
}
.comment-list .comment-textarea {
  font-size: 1rem;
  line-height: 1.5;
  color: #000f1f;
  resize: none;
  display: block;
  box-sizing: border-box;
  height: auto;
  border-radius: 0;
  margin-top: 0.5rem;
}
.comment-list .comment-textarea:not(.readonly) {
  padding: 1rem 5.875rem 1rem 1.25rem;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 0.5rem;
}
.comment-list .comment-textarea:not(.readonly) + .comment-counter {
  display: block;
}
.comment-list .comment-textarea.readonly {
  border: 0;
  background-color: #fff;
  padding: 0;
}
.comment-list .comment-textarea.readonly + .comment-counter {
  display: none;
}
.comment-list .password-check-bx {
  width: 100%;
  max-width: 17rem;
  position: relative;
  padding-right: 4.5rem;
  margin-top: 1.5rem;
  display: none;
}
.comment-list .password-check-bx input {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #dae0e6;
}
.comment-list .password-check-bx .comment-btn {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.comment-list .btn-bx {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  display: none;
}
.comment-list .comment-btn {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 1.09375rem;
  border-radius: 0.5rem;
}
.comment-list .comment-btn.color--1 {
  background-color: #1b3a66;
  border: 1px solid #1b3a66;
  color: #fff;
}
.comment-list .comment-btn.color--2 {
  background-color: #fff;
  border: 1px solid #dae0e6;
  color: #8e979d;
}
.item.no-data,
.no-data,
li.no-data {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 0 100% !important;
  text-align: center !important;
  padding: 2.5rem 0 !important;
}
.file-wrap .file-title-area {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.file-wrap .file-box__btn-area {
  position: relative;
}
.file-wrap .file-box__btn-area .file-box__btn {
  font-size: 1rem;
  font-weight: 500;
  color: #000f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 8.75rem;
  height: 2.8125rem;
  border: 1px solid #000f1f;
  border-radius: 0.5rem;
  transition: all 300ms ease-out;
}
.file-wrap .file-box__btn-area:hover .file-box__btn {
  background-color: #000f1f;
  color: #fff;
}
.file-wrap .file-box__btn-area .file-box__input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-appearance: none;
}
.file-wrap .file-box__btn-area .file-box__input::-webkit-file-upload-button {
  cursor: pointer;
}
.file-wrap .file-box-list .file-box-item {
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  padding-right: 2.125rem;
  position: relative;
}
.file-wrap .file-box-list .file-box-item:nth-child(n + 2) {
  border-top: 1px solid #edf0f3;
}
.file-wrap .file-box-list .file-box__text {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000f1f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-wrap .file-box-list .file-delete-btn {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.file-wrap .file-box-list .file-delete-btn img,
.file-wrap .file-box-list .file-delete-btn svg {
  width: 100%;
  display: block;
  line-height: 1;
}
.img-upload-list {
  display: flex;
}
.img-upload-list .item {
  margin-right: 0.75rem;
}
.img-upload-list .item:last-child {
  margin-right: 0;
}
.img-upload-area {
  position: relative;
}
.img-upload-area .img-upload-btn {
  border: 1px dashed #dae0e6;
  border-radius: 0.5rem;
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.img-upload-area .img-upload-btn img {
  width: 1.5rem;
  display: block;
  line-height: 1;
}
@media (max-width: 576px) {
  .img-upload-area .img-upload-btn {
    width: 90px;
    height: 90px;
  }
}
.img-upload-area .img-upload__input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-appearance: none;
}
.img-upload-area .img-upload__input::-webkit-file-upload-button {
  cursor: pointer;
}
.img-upload-area .img-upload-img {
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px dashed #dae0e6;
}
.img-upload-area .img-upload-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.img-upload-area .img-upload-img video,
.img-upload-area .img-upload-img > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}
.img-upload-area .img-upload-img .img-delete-btn {
  width: 1.4375rem;
  height: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
}
.img-upload-area .img-upload-img .img-delete-btn img {
  width: 100%;
  display: block;
  line-height: 1;
}
.quick {
  position: fixed;
  bottom: 7.125rem;
  right: 2.5rem;
  z-index: 20;
  width: 5rem;
}
.quick .quick-list {
  border-radius: 2.5rem;
  background-color: #1b3a66;
  padding: 0.75rem 0;
}
.quick .quick-list .item {
  position: relative;
}
.quick .quick-list .item:after {
  content: "";
  display: block;
  width: 3.125rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.quick .quick-list .item:last-child:after {
  display: none;
}
.quick .quick-list .inner {
  display: block;
  padding: 0.75rem 0;
  text-align: center;
}
.quick .quick-list .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin: 0 auto;
}
.quick .quick-list .icon img,
.quick .quick-list .icon svg {
  display: block;
  width: 100%;
  line-height: 1;
}
.quick .quick-list .txt-bx {
  margin-top: 0.75rem;
}
.quick .quick-list .txt {
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
}
.quick .top-btn {
  margin: 0.5rem auto 0;
}
@media (max-width: 1024px) {
  .quick {
    width: 56px;
    right: 14px;
  }
  .quick .quick-list {
    padding: 8px 0;
  }
  .quick .quick-list .inner {
    padding: 8px 0;
  }
  .quick .quick-list .icon {
    width: 28px;
    height: 28px;
  }
  .quick .quick-list .txt {
    font-size: 12px;
  }
}
.top-btn {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f3f5f8;
}
.top-btn img,
.top-btn svg {
  width: 1.875rem;
  display: block;
  line-height: 1;
}
@media (max-width: 1024px) {
  .top-btn {
    width: 52px;
    height: 52px;
  }
  .top-btn img,
  .top-btn svg {
    width: 21px;
  }
}
.sitemap .sitemap-list--depth1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -2.5em -2.5em;
}
.sitemap .sitemap-list--depth2 {
  border: 1px solid #ddd;
  height: calc(100% - 3.125em);
  padding: 1.5625em 0;
}
.sitemap .depth-1 {
  width: 100%;
  max-width: 25%;
  flex: 1 0 25%;
  padding: 0 2.5em;
  margin-bottom: 2.5em;
}
.sitemap .depth-1 > .link {
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.125em;
  background-color: #222;
}
.sitemap .depth-2 > .link {
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 2.5em;
  padding: 0 1.25em;
  transition: all 300ms ease-out;
}
.sitemap .depth-2 > .link:hover {
  color: #1b3a66;
}
@media (max-width: 1200px) {
  .sitemap .sitemap-list--depth1 {
    margin: 0 -1.25em -1.25em;
  }
  .sitemap .depth-1 {
    padding: 0 1.25em;
    margin-bottom: 1.25em;
  }
}
@media (max-width: 1024px) {
  .sitemap .depth-1 {
    max-width: 50%;
    flex: 1 0 50%;
  }
}
@media (max-width: 576px) {
  .sitemap .depth-1 {
    max-width: 100%;
    flex: 1 0 100%;
  }
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}
.container-fluid,
.container-xxxs {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 1440px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-x1l,
.col-x1l-1,
.col-x1l-10,
.col-x1l-11,
.col-x1l-12,
.col-x1l-2,
.col-x1l-3,
.col-x1l-4,
.col-x1l-5,
.col-x1l-6,
.col-x1l-7,
.col-x1l-8,
.col-x1l-9,
.col-x1l-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto,
.col-xx1l,
.col-xx1l-1,
.col-xx1l-10,
.col-xx1l-11,
.col-xx1l-12,
.col-xx1l-2,
.col-xx1l-3,
.col-xx1l-4,
.col-xx1l-5,
.col-xx1l-6,
.col-xx1l-7,
.col-xx1l-8,
.col-xx1l-9,
.col-xx1l-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto,
.col-xxs,
.col-xxs-1,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-auto,
.col-xxx1l,
.col-xxx1l-1,
.col-xxx1l-10,
.col-xxx1l-11,
.col-xxx1l-12,
.col-xxx1l-2,
.col-xxx1l-3,
.col-xxx1l-4,
.col-xxx1l-5,
.col-xxx1l-6,
.col-xxx1l-7,
.col-xxx1l-8,
.col-xxx1l-9,
.col-xxx1l-auto,
.col-xxxl,
.col-xxxl-1,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-auto,
.col-xxxxl,
.col-xxxxl-1,
.col-xxxxl-10,
.col-xxxxl-11,
.col-xxxxl-12,
.col-xxxxl-2,
.col-xxxxl-3,
.col-xxxxl-4,
.col-xxxxl-5,
.col-xxxxl-6,
.col-xxxxl-7,
.col-xxxxl-8,
.col-xxxxl-9,
.col-xxxxl-auto,
.col-xxxxxl,
.col-xxxxxl-1,
.col-xxxxxl-10,
.col-xxxxxl-11,
.col-xxxxxl-12,
.col-xxxxxl-2,
.col-xxxxxl-3,
.col-xxxxxl-4,
.col-xxxxxl-5,
.col-xxxxxl-6,
.col-xxxxxl-7,
.col-xxxxxl-8,
.col-xxxxxl-9,
.col-xxxxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 320.02px) {
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxs-first {
    order: -1;
  }
  .order-xxs-last {
    order: 13;
  }
  .order-xxs-0 {
    order: 0;
  }
  .order-xxs-1 {
    order: 1;
  }
  .order-xxs-2 {
    order: 2;
  }
  .order-xxs-3 {
    order: 3;
  }
  .order-xxs-4 {
    order: 4;
  }
  .order-xxs-5 {
    order: 5;
  }
  .order-xxs-6 {
    order: 6;
  }
  .order-xxs-7 {
    order: 7;
  }
  .order-xxs-8 {
    order: 8;
  }
  .order-xxs-9 {
    order: 9;
  }
  .order-xxs-10 {
    order: 10;
  }
  .order-xxs-11 {
    order: 11;
  }
  .order-xxs-12 {
    order: 12;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxs-3 {
    margin-left: 25%;
  }
  .offset-xxs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxs-6 {
    margin-left: 50%;
  }
  .offset-xxs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxs-9 {
    margin-left: 75%;
  }
  .offset-xxs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 375.02px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576.02px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768.02px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024.02px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200.02px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400.02px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600.02px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920.02px) {
  .col-xxxxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxl-first {
    order: -1;
  }
  .order-xxxxl-last {
    order: 13;
  }
  .order-xxxxl-0 {
    order: 0;
  }
  .order-xxxxl-1 {
    order: 1;
  }
  .order-xxxxl-2 {
    order: 2;
  }
  .order-xxxxl-3 {
    order: 3;
  }
  .order-xxxxl-4 {
    order: 4;
  }
  .order-xxxxl-5 {
    order: 5;
  }
  .order-xxxxl-6 {
    order: 6;
  }
  .order-xxxxl-7 {
    order: 7;
  }
  .order-xxxxl-8 {
    order: 8;
  }
  .order-xxxxl-9 {
    order: 9;
  }
  .order-xxxxl-10 {
    order: 10;
  }
  .order-xxxxl-11 {
    order: 11;
  }
  .order-xxxxl-12 {
    order: 12;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 2300.02px) {
  .col-xxxxxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxxxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxxl-first {
    order: -1;
  }
  .order-xxxxxl-last {
    order: 13;
  }
  .order-xxxxxl-0 {
    order: 0;
  }
  .order-xxxxxl-1 {
    order: 1;
  }
  .order-xxxxxl-2 {
    order: 2;
  }
  .order-xxxxxl-3 {
    order: 3;
  }
  .order-xxxxxl-4 {
    order: 4;
  }
  .order-xxxxxl-5 {
    order: 5;
  }
  .order-xxxxxl-6 {
    order: 6;
  }
  .order-xxxxxl-7 {
    order: 7;
  }
  .order-xxxxxl-8 {
    order: 8;
  }
  .order-xxxxxl-9 {
    order: 9;
  }
  .order-xxxxxl-10 {
    order: 10;
  }
  .order-xxxxxl-11 {
    order: 11;
  }
  .order-xxxxxl-12 {
    order: 12;
  }
  .offset-xxxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxxxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 2560.02px) {
  .col-x1l {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-x1l-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-x1l-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-x1l-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-x1l-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-x1l-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-x1l-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-x1l-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-x1l-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-x1l-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-x1l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-x1l-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-x1l-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-x1l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-x1l-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-x1l-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-x1l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-x1l-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-x1l-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-x1l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-x1l-first {
    order: -1;
  }
  .order-x1l-last {
    order: 13;
  }
  .order-x1l-0 {
    order: 0;
  }
  .order-x1l-1 {
    order: 1;
  }
  .order-x1l-2 {
    order: 2;
  }
  .order-x1l-3 {
    order: 3;
  }
  .order-x1l-4 {
    order: 4;
  }
  .order-x1l-5 {
    order: 5;
  }
  .order-x1l-6 {
    order: 6;
  }
  .order-x1l-7 {
    order: 7;
  }
  .order-x1l-8 {
    order: 8;
  }
  .order-x1l-9 {
    order: 9;
  }
  .order-x1l-10 {
    order: 10;
  }
  .order-x1l-11 {
    order: 11;
  }
  .order-x1l-12 {
    order: 12;
  }
  .offset-x1l-0 {
    margin-left: 0;
  }
  .offset-x1l-1 {
    margin-left: 8.3333333333%;
  }
  .offset-x1l-2 {
    margin-left: 16.6666666667%;
  }
  .offset-x1l-3 {
    margin-left: 25%;
  }
  .offset-x1l-4 {
    margin-left: 33.3333333333%;
  }
  .offset-x1l-5 {
    margin-left: 41.6666666667%;
  }
  .offset-x1l-6 {
    margin-left: 50%;
  }
  .offset-x1l-7 {
    margin-left: 58.3333333333%;
  }
  .offset-x1l-8 {
    margin-left: 66.6666666667%;
  }
  .offset-x1l-9 {
    margin-left: 75%;
  }
  .offset-x1l-10 {
    margin-left: 83.3333333333%;
  }
  .offset-x1l-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 2880.02px) {
  .col-xx1l {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xx1l-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xx1l-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xx1l-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xx1l-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xx1l-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xx1l-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xx1l-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xx1l-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xx1l-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xx1l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xx1l-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xx1l-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xx1l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xx1l-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xx1l-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xx1l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xx1l-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xx1l-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xx1l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xx1l-first {
    order: -1;
  }
  .order-xx1l-last {
    order: 13;
  }
  .order-xx1l-0 {
    order: 0;
  }
  .order-xx1l-1 {
    order: 1;
  }
  .order-xx1l-2 {
    order: 2;
  }
  .order-xx1l-3 {
    order: 3;
  }
  .order-xx1l-4 {
    order: 4;
  }
  .order-xx1l-5 {
    order: 5;
  }
  .order-xx1l-6 {
    order: 6;
  }
  .order-xx1l-7 {
    order: 7;
  }
  .order-xx1l-8 {
    order: 8;
  }
  .order-xx1l-9 {
    order: 9;
  }
  .order-xx1l-10 {
    order: 10;
  }
  .order-xx1l-11 {
    order: 11;
  }
  .order-xx1l-12 {
    order: 12;
  }
  .offset-xx1l-0 {
    margin-left: 0;
  }
  .offset-xx1l-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xx1l-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xx1l-3 {
    margin-left: 25%;
  }
  .offset-xx1l-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xx1l-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xx1l-6 {
    margin-left: 50%;
  }
  .offset-xx1l-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xx1l-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xx1l-9 {
    margin-left: 75%;
  }
  .offset-xx1l-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xx1l-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 3840.02px) {
  .col-xxx1l {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxx1l-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxx1l-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxx1l-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxx1l-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxx1l-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxx1l-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxx1l-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxx1l-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxx1l-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxx1l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxx1l-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxx1l-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxx1l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxx1l-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxx1l-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxx1l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxx1l-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxx1l-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxx1l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxx1l-first {
    order: -1;
  }
  .order-xxx1l-last {
    order: 13;
  }
  .order-xxx1l-0 {
    order: 0;
  }
  .order-xxx1l-1 {
    order: 1;
  }
  .order-xxx1l-2 {
    order: 2;
  }
  .order-xxx1l-3 {
    order: 3;
  }
  .order-xxx1l-4 {
    order: 4;
  }
  .order-xxx1l-5 {
    order: 5;
  }
  .order-xxx1l-6 {
    order: 6;
  }
  .order-xxx1l-7 {
    order: 7;
  }
  .order-xxx1l-8 {
    order: 8;
  }
  .order-xxx1l-9 {
    order: 9;
  }
  .order-xxx1l-10 {
    order: 10;
  }
  .order-xxx1l-11 {
    order: 11;
  }
  .order-xxx1l-12 {
    order: 12;
  }
  .offset-xxx1l-0 {
    margin-left: 0;
  }
  .offset-xxx1l-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxx1l-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxx1l-3 {
    margin-left: 25%;
  }
  .offset-xxx1l-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxx1l-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxx1l-6 {
    margin-left: 50%;
  }
  .offset-xxx1l-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxx1l-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxx1l-9 {
    margin-left: 75%;
  }
  .offset-xxx1l-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxx1l-11 {
    margin-left: 91.6666666667%;
  }
}
