@charset "UTF-8"; /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e50071;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4f2683;
  --secondary: #05326e;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #ffffff;
  --dark: #000000;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header,
main,
nav,
section {
  display: block;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
ul ul {
  margin-bottom: 0;
}
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
a {
  color: #4f2683;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2b1548;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8d5acf;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #dc3545;
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.collapse:not(.show) {
  display: none;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #4f2683;
  background-color: #4f2683;
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #8d5acf;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #a881da;
  border-color: #a881da;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label:after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-control-label:before {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4f2683;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #2b1548;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-light {
  color: #858585;
  background-color: #fff;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.align-top {
  vertical-align: top !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !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-light {
  background-color: #fff !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #e6e6e6 !important;
}
.bg-white {
  background-color: #fff !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !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-info {
  border-color: #17a2b8 !important;
}
.border-light {
  border-color: #fff !important;
}
.border-white {
  border-color: #fff !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-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .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-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.vw-100 {
  width: 100vw !important;
}
.m-0 {
  margin: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.my-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.my-2 {
  margin-top: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.my-3 {
  margin-top: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.my-4 {
  margin-top: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.my-5 {
  margin-top: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 5rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.my-6 {
  margin-top: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}
.m-7 {
  margin: 7rem !important;
}
.my-7 {
  margin-top: 7rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 7rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.my-8 {
  margin-top: 8rem !important;
}
.mr-8 {
  margin-right: 8rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.my-9 {
  margin-top: 9rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}
.m-10 {
  margin: 10rem !important;
}
.my-10 {
  margin-top: 10rem !important;
}
.mr-10 {
  margin-right: 10rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}
.m-11 {
  margin: 11rem !important;
}
.my-11 {
  margin-top: 11rem !important;
}
.mr-11 {
  margin-right: 11rem !important;
}
.mb-11,
.my-11 {
  margin-bottom: 11rem !important;
}
.m-12 {
  margin: 12rem !important;
}
.my-12 {
  margin-top: 12rem !important;
}
.mr-12 {
  margin-right: 12rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 12rem !important;
}
.m-13 {
  margin: 13rem !important;
}
.my-13 {
  margin-top: 13rem !important;
}
.mr-13 {
  margin-right: 13rem !important;
}
.mb-13,
.my-13 {
  margin-bottom: 13rem !important;
}
.m-14 {
  margin: 14rem !important;
}
.my-14 {
  margin-top: 14rem !important;
}
.mr-14 {
  margin-right: 14rem !important;
}
.mb-14,
.my-14 {
  margin-bottom: 14rem !important;
}
.m-15 {
  margin: 15rem !important;
}
.my-15 {
  margin-top: 15rem !important;
}
.mr-15 {
  margin-right: 15rem !important;
}
.mb-15,
.my-15 {
  margin-bottom: 15rem !important;
}
.m-16 {
  margin: 16rem !important;
}
.my-16 {
  margin-top: 16rem !important;
}
.mr-16 {
  margin-right: 16rem !important;
}
.mb-16,
.my-16 {
  margin-bottom: 16rem !important;
}
.m-17 {
  margin: 17rem !important;
}
.my-17 {
  margin-top: 17rem !important;
}
.mr-17 {
  margin-right: 17rem !important;
}
.mb-17,
.my-17 {
  margin-bottom: 17rem !important;
}
.m-18 {
  margin: 18rem !important;
}
.my-18 {
  margin-top: 18rem !important;
}
.mr-18 {
  margin-right: 18rem !important;
}
.mb-18,
.my-18 {
  margin-bottom: 18rem !important;
}
.m-19 {
  margin: 19rem !important;
}
.my-19 {
  margin-top: 19rem !important;
}
.mr-19 {
  margin-right: 19rem !important;
}
.mb-19,
.my-19 {
  margin-bottom: 19rem !important;
}
.m-20 {
  margin: 20rem !important;
}
.my-20 {
  margin-top: 20rem !important;
}
.mr-20 {
  margin-right: 20rem !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20rem !important;
}
.m-21 {
  margin: 21rem !important;
}
.my-21 {
  margin-top: 21rem !important;
}
.mr-21 {
  margin-right: 21rem !important;
}
.mb-21,
.my-21 {
  margin-bottom: 21rem !important;
}
.m-22 {
  margin: 22rem !important;
}
.my-22 {
  margin-top: 22rem !important;
}
.mr-22 {
  margin-right: 22rem !important;
}
.mb-22,
.my-22 {
  margin-bottom: 22rem !important;
}
.m-23 {
  margin: 23rem !important;
}
.my-23 {
  margin-top: 23rem !important;
}
.mr-23 {
  margin-right: 23rem !important;
}
.mb-23,
.my-23 {
  margin-bottom: 23rem !important;
}
.m-24 {
  margin: 24rem !important;
}
.my-24 {
  margin-top: 24rem !important;
}
.mr-24 {
  margin-right: 24rem !important;
}
.mb-24,
.my-24 {
  margin-bottom: 24rem !important;
}
.m-25 {
  margin: 25rem !important;
}
.my-25 {
  margin-top: 25rem !important;
}
.mr-25 {
  margin-right: 25rem !important;
}
.mb-25,
.my-25 {
  margin-bottom: 25rem !important;
}
.m-26 {
  margin: 26rem !important;
}
.my-26 {
  margin-top: 26rem !important;
}
.mr-26 {
  margin-right: 26rem !important;
}
.mb-26,
.my-26 {
  margin-bottom: 26rem !important;
}
.m-27 {
  margin: 27rem !important;
}
.my-27 {
  margin-top: 27rem !important;
}
.mr-27 {
  margin-right: 27rem !important;
}
.mb-27,
.my-27 {
  margin-bottom: 27rem !important;
}
.m-28 {
  margin: 28rem !important;
}
.my-28 {
  margin-top: 28rem !important;
}
.mr-28 {
  margin-right: 28rem !important;
}
.mb-28,
.my-28 {
  margin-bottom: 28rem !important;
}
.m-29 {
  margin: 29rem !important;
}
.my-29 {
  margin-top: 29rem !important;
}
.mr-29 {
  margin-right: 29rem !important;
}
.mb-29,
.my-29 {
  margin-bottom: 29rem !important;
}
.m-30 {
  margin: 30rem !important;
}
.my-30 {
  margin-top: 30rem !important;
}
.mr-30 {
  margin-right: 30rem !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30rem !important;
}
.m-31 {
  margin: 31rem !important;
}
.my-31 {
  margin-top: 31rem !important;
}
.mr-31 {
  margin-right: 31rem !important;
}
.mb-31,
.my-31 {
  margin-bottom: 31rem !important;
}
.m-32 {
  margin: 32rem !important;
}
.my-32 {
  margin-top: 32rem !important;
}
.mr-32 {
  margin-right: 32rem !important;
}
.mb-32,
.my-32 {
  margin-bottom: 32rem !important;
}
.m-33 {
  margin: 33rem !important;
}
.my-33 {
  margin-top: 33rem !important;
}
.mr-33 {
  margin-right: 33rem !important;
}
.mb-33,
.my-33 {
  margin-bottom: 33rem !important;
}
.m-34 {
  margin: 34rem !important;
}
.my-34 {
  margin-top: 34rem !important;
}
.mr-34 {
  margin-right: 34rem !important;
}
.mb-34,
.my-34 {
  margin-bottom: 34rem !important;
}
.m-35 {
  margin: 35rem !important;
}
.my-35 {
  margin-top: 35rem !important;
}
.mr-35 {
  margin-right: 35rem !important;
}
.mb-35,
.my-35 {
  margin-bottom: 35rem !important;
}
.m-36 {
  margin: 36rem !important;
}
.my-36 {
  margin-top: 36rem !important;
}
.mr-36 {
  margin-right: 36rem !important;
}
.mb-36,
.my-36 {
  margin-bottom: 36rem !important;
}
.m-37 {
  margin: 37rem !important;
}
.my-37 {
  margin-top: 37rem !important;
}
.mr-37 {
  margin-right: 37rem !important;
}
.mb-37,
.my-37 {
  margin-bottom: 37rem !important;
}
.m-38 {
  margin: 38rem !important;
}
.my-38 {
  margin-top: 38rem !important;
}
.mr-38 {
  margin-right: 38rem !important;
}
.mb-38,
.my-38 {
  margin-bottom: 38rem !important;
}
.m-39 {
  margin: 39rem !important;
}
.my-39 {
  margin-top: 39rem !important;
}
.mr-39 {
  margin-right: 39rem !important;
}
.mb-39,
.my-39 {
  margin-bottom: 39rem !important;
}
.m-40 {
  margin: 40rem !important;
}
.my-40 {
  margin-top: 40rem !important;
}
.mr-40 {
  margin-right: 40rem !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40rem !important;
}
.m-41 {
  margin: 41rem !important;
}
.my-41 {
  margin-top: 41rem !important;
}
.mr-41 {
  margin-right: 41rem !important;
}
.mb-41,
.my-41 {
  margin-bottom: 41rem !important;
}
.m-42 {
  margin: 42rem !important;
}
.my-42 {
  margin-top: 42rem !important;
}
.mr-42 {
  margin-right: 42rem !important;
}
.mb-42,
.my-42 {
  margin-bottom: 42rem !important;
}
.m-43 {
  margin: 43rem !important;
}
.my-43 {
  margin-top: 43rem !important;
}
.mr-43 {
  margin-right: 43rem !important;
}
.mb-43,
.my-43 {
  margin-bottom: 43rem !important;
}
.m-44 {
  margin: 44rem !important;
}
.my-44 {
  margin-top: 44rem !important;
}
.mr-44 {
  margin-right: 44rem !important;
}
.mb-44,
.my-44 {
  margin-bottom: 44rem !important;
}
.m-45 {
  margin: 45rem !important;
}
.my-45 {
  margin-top: 45rem !important;
}
.mr-45 {
  margin-right: 45rem !important;
}
.mb-45,
.my-45 {
  margin-bottom: 45rem !important;
}
.m-46 {
  margin: 46rem !important;
}
.my-46 {
  margin-top: 46rem !important;
}
.mr-46 {
  margin-right: 46rem !important;
}
.mb-46,
.my-46 {
  margin-bottom: 46rem !important;
}
.m-47 {
  margin: 47rem !important;
}
.my-47 {
  margin-top: 47rem !important;
}
.mr-47 {
  margin-right: 47rem !important;
}
.mb-47,
.my-47 {
  margin-bottom: 47rem !important;
}
.m-48 {
  margin: 48rem !important;
}
.my-48 {
  margin-top: 48rem !important;
}
.mr-48 {
  margin-right: 48rem !important;
}
.mb-48,
.my-48 {
  margin-bottom: 48rem !important;
}
.m-49 {
  margin: 49rem !important;
}
.my-49 {
  margin-top: 49rem !important;
}
.mr-49 {
  margin-right: 49rem !important;
}
.mb-49,
.my-49 {
  margin-bottom: 49rem !important;
}
.m-50 {
  margin: 50rem !important;
}
.my-50 {
  margin-top: 50rem !important;
}
.mr-50 {
  margin-right: 50rem !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50rem !important;
}
.m-51 {
  margin: 51rem !important;
}
.my-51 {
  margin-top: 51rem !important;
}
.mr-51 {
  margin-right: 51rem !important;
}
.mb-51,
.my-51 {
  margin-bottom: 51rem !important;
}
.m-52 {
  margin: 52rem !important;
}
.my-52 {
  margin-top: 52rem !important;
}
.mr-52 {
  margin-right: 52rem !important;
}
.mb-52,
.my-52 {
  margin-bottom: 52rem !important;
}
.m-53 {
  margin: 53rem !important;
}
.my-53 {
  margin-top: 53rem !important;
}
.mr-53 {
  margin-right: 53rem !important;
}
.mb-53,
.my-53 {
  margin-bottom: 53rem !important;
}
.m-54 {
  margin: 54rem !important;
}
.my-54 {
  margin-top: 54rem !important;
}
.mr-54 {
  margin-right: 54rem !important;
}
.mb-54,
.my-54 {
  margin-bottom: 54rem !important;
}
.m-55 {
  margin: 55rem !important;
}
.my-55 {
  margin-top: 55rem !important;
}
.mr-55 {
  margin-right: 55rem !important;
}
.mb-55,
.my-55 {
  margin-bottom: 55rem !important;
}
.m-56 {
  margin: 56rem !important;
}
.my-56 {
  margin-top: 56rem !important;
}
.mr-56 {
  margin-right: 56rem !important;
}
.mb-56,
.my-56 {
  margin-bottom: 56rem !important;
}
.m-57 {
  margin: 57rem !important;
}
.my-57 {
  margin-top: 57rem !important;
}
.mr-57 {
  margin-right: 57rem !important;
}
.mb-57,
.my-57 {
  margin-bottom: 57rem !important;
}
.m-58 {
  margin: 58rem !important;
}
.my-58 {
  margin-top: 58rem !important;
}
.mr-58 {
  margin-right: 58rem !important;
}
.mb-58,
.my-58 {
  margin-bottom: 58rem !important;
}
.m-59 {
  margin: 59rem !important;
}
.my-59 {
  margin-top: 59rem !important;
}
.mr-59 {
  margin-right: 59rem !important;
}
.mb-59,
.my-59 {
  margin-bottom: 59rem !important;
}
.m-60 {
  margin: 60rem !important;
}
.my-60 {
  margin-top: 60rem !important;
}
.mr-60 {
  margin-right: 60rem !important;
}
.mb-60,
.my-60 {
  margin-bottom: 60rem !important;
}
.m-61 {
  margin: 61rem !important;
}
.my-61 {
  margin-top: 61rem !important;
}
.mr-61 {
  margin-right: 61rem !important;
}
.mb-61,
.my-61 {
  margin-bottom: 61rem !important;
}
.m-62 {
  margin: 62rem !important;
}
.my-62 {
  margin-top: 62rem !important;
}
.mr-62 {
  margin-right: 62rem !important;
}
.mb-62,
.my-62 {
  margin-bottom: 62rem !important;
}
.m-63 {
  margin: 63rem !important;
}
.my-63 {
  margin-top: 63rem !important;
}
.mr-63 {
  margin-right: 63rem !important;
}
.mb-63,
.my-63 {
  margin-bottom: 63rem !important;
}
.m-64 {
  margin: 64rem !important;
}
.my-64 {
  margin-top: 64rem !important;
}
.mr-64 {
  margin-right: 64rem !important;
}
.mb-64,
.my-64 {
  margin-bottom: 64rem !important;
}
.m-65 {
  margin: 65rem !important;
}
.my-65 {
  margin-top: 65rem !important;
}
.mr-65 {
  margin-right: 65rem !important;
}
.mb-65,
.my-65 {
  margin-bottom: 65rem !important;
}
.m-66 {
  margin: 66rem !important;
}
.my-66 {
  margin-top: 66rem !important;
}
.mr-66 {
  margin-right: 66rem !important;
}
.mb-66,
.my-66 {
  margin-bottom: 66rem !important;
}
.m-67 {
  margin: 67rem !important;
}
.my-67 {
  margin-top: 67rem !important;
}
.mr-67 {
  margin-right: 67rem !important;
}
.mb-67,
.my-67 {
  margin-bottom: 67rem !important;
}
.m-68 {
  margin: 68rem !important;
}
.my-68 {
  margin-top: 68rem !important;
}
.mr-68 {
  margin-right: 68rem !important;
}
.mb-68,
.my-68 {
  margin-bottom: 68rem !important;
}
.m-69 {
  margin: 69rem !important;
}
.my-69 {
  margin-top: 69rem !important;
}
.mr-69 {
  margin-right: 69rem !important;
}
.mb-69,
.my-69 {
  margin-bottom: 69rem !important;
}
.m-70 {
  margin: 70rem !important;
}
.my-70 {
  margin-top: 70rem !important;
}
.mr-70 {
  margin-right: 70rem !important;
}
.mb-70,
.my-70 {
  margin-bottom: 70rem !important;
}
.m-71 {
  margin: 71rem !important;
}
.my-71 {
  margin-top: 71rem !important;
}
.mr-71 {
  margin-right: 71rem !important;
}
.mb-71,
.my-71 {
  margin-bottom: 71rem !important;
}
.m-72 {
  margin: 72rem !important;
}
.my-72 {
  margin-top: 72rem !important;
}
.mr-72 {
  margin-right: 72rem !important;
}
.mb-72,
.my-72 {
  margin-bottom: 72rem !important;
}
.m-73 {
  margin: 73rem !important;
}
.my-73 {
  margin-top: 73rem !important;
}
.mr-73 {
  margin-right: 73rem !important;
}
.mb-73,
.my-73 {
  margin-bottom: 73rem !important;
}
.m-74 {
  margin: 74rem !important;
}
.my-74 {
  margin-top: 74rem !important;
}
.mr-74 {
  margin-right: 74rem !important;
}
.mb-74,
.my-74 {
  margin-bottom: 74rem !important;
}
.m-75 {
  margin: 75rem !important;
}
.my-75 {
  margin-top: 75rem !important;
}
.mr-75 {
  margin-right: 75rem !important;
}
.mb-75,
.my-75 {
  margin-bottom: 75rem !important;
}
.m-76 {
  margin: 76rem !important;
}
.my-76 {
  margin-top: 76rem !important;
}
.mr-76 {
  margin-right: 76rem !important;
}
.mb-76,
.my-76 {
  margin-bottom: 76rem !important;
}
.m-77 {
  margin: 77rem !important;
}
.my-77 {
  margin-top: 77rem !important;
}
.mr-77 {
  margin-right: 77rem !important;
}
.mb-77,
.my-77 {
  margin-bottom: 77rem !important;
}
.m-78 {
  margin: 78rem !important;
}
.my-78 {
  margin-top: 78rem !important;
}
.mr-78 {
  margin-right: 78rem !important;
}
.mb-78,
.my-78 {
  margin-bottom: 78rem !important;
}
.m-79 {
  margin: 79rem !important;
}
.my-79 {
  margin-top: 79rem !important;
}
.mr-79 {
  margin-right: 79rem !important;
}
.mb-79,
.my-79 {
  margin-bottom: 79rem !important;
}
.m-80 {
  margin: 80rem !important;
}
.my-80 {
  margin-top: 80rem !important;
}
.mr-80 {
  margin-right: 80rem !important;
}
.mb-80,
.my-80 {
  margin-bottom: 80rem !important;
}
.m-81 {
  margin: 81rem !important;
}
.my-81 {
  margin-top: 81rem !important;
}
.mr-81 {
  margin-right: 81rem !important;
}
.mb-81,
.my-81 {
  margin-bottom: 81rem !important;
}
.m-82 {
  margin: 82rem !important;
}
.my-82 {
  margin-top: 82rem !important;
}
.mr-82 {
  margin-right: 82rem !important;
}
.mb-82,
.my-82 {
  margin-bottom: 82rem !important;
}
.m-83 {
  margin: 83rem !important;
}
.my-83 {
  margin-top: 83rem !important;
}
.mr-83 {
  margin-right: 83rem !important;
}
.mb-83,
.my-83 {
  margin-bottom: 83rem !important;
}
.m-84 {
  margin: 84rem !important;
}
.my-84 {
  margin-top: 84rem !important;
}
.mr-84 {
  margin-right: 84rem !important;
}
.mb-84,
.my-84 {
  margin-bottom: 84rem !important;
}
.m-85 {
  margin: 85rem !important;
}
.my-85 {
  margin-top: 85rem !important;
}
.mr-85 {
  margin-right: 85rem !important;
}
.mb-85,
.my-85 {
  margin-bottom: 85rem !important;
}
.m-86 {
  margin: 86rem !important;
}
.my-86 {
  margin-top: 86rem !important;
}
.mr-86 {
  margin-right: 86rem !important;
}
.mb-86,
.my-86 {
  margin-bottom: 86rem !important;
}
.m-87 {
  margin: 87rem !important;
}
.my-87 {
  margin-top: 87rem !important;
}
.mr-87 {
  margin-right: 87rem !important;
}
.mb-87,
.my-87 {
  margin-bottom: 87rem !important;
}
.m-88 {
  margin: 88rem !important;
}
.my-88 {
  margin-top: 88rem !important;
}
.mr-88 {
  margin-right: 88rem !important;
}
.mb-88,
.my-88 {
  margin-bottom: 88rem !important;
}
.m-89 {
  margin: 89rem !important;
}
.my-89 {
  margin-top: 89rem !important;
}
.mr-89 {
  margin-right: 89rem !important;
}
.mb-89,
.my-89 {
  margin-bottom: 89rem !important;
}
.m-90 {
  margin: 90rem !important;
}
.my-90 {
  margin-top: 90rem !important;
}
.mr-90 {
  margin-right: 90rem !important;
}
.mb-90,
.my-90 {
  margin-bottom: 90rem !important;
}
.m-91 {
  margin: 91rem !important;
}
.my-91 {
  margin-top: 91rem !important;
}
.mr-91 {
  margin-right: 91rem !important;
}
.mb-91,
.my-91 {
  margin-bottom: 91rem !important;
}
.m-92 {
  margin: 92rem !important;
}
.my-92 {
  margin-top: 92rem !important;
}
.mr-92 {
  margin-right: 92rem !important;
}
.mb-92,
.my-92 {
  margin-bottom: 92rem !important;
}
.m-93 {
  margin: 93rem !important;
}
.my-93 {
  margin-top: 93rem !important;
}
.mr-93 {
  margin-right: 93rem !important;
}
.mb-93,
.my-93 {
  margin-bottom: 93rem !important;
}
.m-94 {
  margin: 94rem !important;
}
.my-94 {
  margin-top: 94rem !important;
}
.mr-94 {
  margin-right: 94rem !important;
}
.mb-94,
.my-94 {
  margin-bottom: 94rem !important;
}
.m-95 {
  margin: 95rem !important;
}
.my-95 {
  margin-top: 95rem !important;
}
.mr-95 {
  margin-right: 95rem !important;
}
.mb-95,
.my-95 {
  margin-bottom: 95rem !important;
}
.m-96 {
  margin: 96rem !important;
}
.my-96 {
  margin-top: 96rem !important;
}
.mr-96 {
  margin-right: 96rem !important;
}
.mb-96,
.my-96 {
  margin-bottom: 96rem !important;
}
.m-97 {
  margin: 97rem !important;
}
.my-97 {
  margin-top: 97rem !important;
}
.mr-97 {
  margin-right: 97rem !important;
}
.mb-97,
.my-97 {
  margin-bottom: 97rem !important;
}
.m-98 {
  margin: 98rem !important;
}
.my-98 {
  margin-top: 98rem !important;
}
.mr-98 {
  margin-right: 98rem !important;
}
.mb-98,
.my-98 {
  margin-bottom: 98rem !important;
}
.m-99 {
  margin: 99rem !important;
}
.my-99 {
  margin-top: 99rem !important;
}
.mr-99 {
  margin-right: 99rem !important;
}
.mb-99,
.my-99 {
  margin-bottom: 99rem !important;
}
.m-100 {
  margin: 100rem !important;
}
.my-100 {
  margin-top: 100rem !important;
}
.mr-100 {
  margin-right: 100rem !important;
}
.mb-100,
.my-100 {
  margin-bottom: 100rem !important;
}
.m-101 {
  margin: 101rem !important;
}
.my-101 {
  margin-top: 101rem !important;
}
.mr-101 {
  margin-right: 101rem !important;
}
.mb-101,
.my-101 {
  margin-bottom: 101rem !important;
}
.m-102 {
  margin: 102rem !important;
}
.my-102 {
  margin-top: 102rem !important;
}
.mr-102 {
  margin-right: 102rem !important;
}
.mb-102,
.my-102 {
  margin-bottom: 102rem !important;
}
.m-103 {
  margin: 103rem !important;
}
.my-103 {
  margin-top: 103rem !important;
}
.mr-103 {
  margin-right: 103rem !important;
}
.mb-103,
.my-103 {
  margin-bottom: 103rem !important;
}
.m-104 {
  margin: 104rem !important;
}
.my-104 {
  margin-top: 104rem !important;
}
.mr-104 {
  margin-right: 104rem !important;
}
.mb-104,
.my-104 {
  margin-bottom: 104rem !important;
}
.m-105 {
  margin: 105rem !important;
}
.my-105 {
  margin-top: 105rem !important;
}
.mr-105 {
  margin-right: 105rem !important;
}
.mb-105,
.my-105 {
  margin-bottom: 105rem !important;
}
.m-106 {
  margin: 106rem !important;
}
.my-106 {
  margin-top: 106rem !important;
}
.mr-106 {
  margin-right: 106rem !important;
}
.mb-106,
.my-106 {
  margin-bottom: 106rem !important;
}
.m-107 {
  margin: 107rem !important;
}
.my-107 {
  margin-top: 107rem !important;
}
.mr-107 {
  margin-right: 107rem !important;
}
.mb-107,
.my-107 {
  margin-bottom: 107rem !important;
}
.m-108 {
  margin: 108rem !important;
}
.my-108 {
  margin-top: 108rem !important;
}
.mr-108 {
  margin-right: 108rem !important;
}
.mb-108,
.my-108 {
  margin-bottom: 108rem !important;
}
.m-109 {
  margin: 109rem !important;
}
.my-109 {
  margin-top: 109rem !important;
}
.mr-109 {
  margin-right: 109rem !important;
}
.mb-109,
.my-109 {
  margin-bottom: 109rem !important;
}
.m-110 {
  margin: 110rem !important;
}
.my-110 {
  margin-top: 110rem !important;
}
.mr-110 {
  margin-right: 110rem !important;
}
.mb-110,
.my-110 {
  margin-bottom: 110rem !important;
}
.m-111 {
  margin: 111rem !important;
}
.my-111 {
  margin-top: 111rem !important;
}
.mr-111 {
  margin-right: 111rem !important;
}
.mb-111,
.my-111 {
  margin-bottom: 111rem !important;
}
.m-112 {
  margin: 112rem !important;
}
.my-112 {
  margin-top: 112rem !important;
}
.mr-112 {
  margin-right: 112rem !important;
}
.mb-112,
.my-112 {
  margin-bottom: 112rem !important;
}
.m-113 {
  margin: 113rem !important;
}
.my-113 {
  margin-top: 113rem !important;
}
.mr-113 {
  margin-right: 113rem !important;
}
.mb-113,
.my-113 {
  margin-bottom: 113rem !important;
}
.m-114 {
  margin: 114rem !important;
}
.my-114 {
  margin-top: 114rem !important;
}
.mr-114 {
  margin-right: 114rem !important;
}
.mb-114,
.my-114 {
  margin-bottom: 114rem !important;
}
.m-115 {
  margin: 115rem !important;
}
.my-115 {
  margin-top: 115rem !important;
}
.mr-115 {
  margin-right: 115rem !important;
}
.mb-115,
.my-115 {
  margin-bottom: 115rem !important;
}
.m-116 {
  margin: 116rem !important;
}
.my-116 {
  margin-top: 116rem !important;
}
.mr-116 {
  margin-right: 116rem !important;
}
.mb-116,
.my-116 {
  margin-bottom: 116rem !important;
}
.m-117 {
  margin: 117rem !important;
}
.my-117 {
  margin-top: 117rem !important;
}
.mr-117 {
  margin-right: 117rem !important;
}
.mb-117,
.my-117 {
  margin-bottom: 117rem !important;
}
.m-118 {
  margin: 118rem !important;
}
.my-118 {
  margin-top: 118rem !important;
}
.mr-118 {
  margin-right: 118rem !important;
}
.mb-118,
.my-118 {
  margin-bottom: 118rem !important;
}
.m-119 {
  margin: 119rem !important;
}
.my-119 {
  margin-top: 119rem !important;
}
.mr-119 {
  margin-right: 119rem !important;
}
.mb-119,
.my-119 {
  margin-bottom: 119rem !important;
}
.m-120 {
  margin: 120rem !important;
}
.my-120 {
  margin-top: 120rem !important;
}
.mr-120 {
  margin-right: 120rem !important;
}
.mb-120,
.my-120 {
  margin-bottom: 120rem !important;
}
.m-121 {
  margin: 121rem !important;
}
.my-121 {
  margin-top: 121rem !important;
}
.mr-121 {
  margin-right: 121rem !important;
}
.mb-121,
.my-121 {
  margin-bottom: 121rem !important;
}
.m-122 {
  margin: 122rem !important;
}
.my-122 {
  margin-top: 122rem !important;
}
.mr-122 {
  margin-right: 122rem !important;
}
.mb-122,
.my-122 {
  margin-bottom: 122rem !important;
}
.m-123 {
  margin: 123rem !important;
}
.my-123 {
  margin-top: 123rem !important;
}
.mr-123 {
  margin-right: 123rem !important;
}
.mb-123,
.my-123 {
  margin-bottom: 123rem !important;
}
.m-124 {
  margin: 124rem !important;
}
.my-124 {
  margin-top: 124rem !important;
}
.mr-124 {
  margin-right: 124rem !important;
}
.mb-124,
.my-124 {
  margin-bottom: 124rem !important;
}
.m-125 {
  margin: 125rem !important;
}
.my-125 {
  margin-top: 125rem !important;
}
.mr-125 {
  margin-right: 125rem !important;
}
.mb-125,
.my-125 {
  margin-bottom: 125rem !important;
}
.m-126 {
  margin: 126rem !important;
}
.my-126 {
  margin-top: 126rem !important;
}
.mr-126 {
  margin-right: 126rem !important;
}
.mb-126,
.my-126 {
  margin-bottom: 126rem !important;
}
.m-127 {
  margin: 127rem !important;
}
.my-127 {
  margin-top: 127rem !important;
}
.mr-127 {
  margin-right: 127rem !important;
}
.mb-127,
.my-127 {
  margin-bottom: 127rem !important;
}
.m-128 {
  margin: 128rem !important;
}
.my-128 {
  margin-top: 128rem !important;
}
.mr-128 {
  margin-right: 128rem !important;
}
.mb-128,
.my-128 {
  margin-bottom: 128rem !important;
}
.m-129 {
  margin: 129rem !important;
}
.my-129 {
  margin-top: 129rem !important;
}
.mr-129 {
  margin-right: 129rem !important;
}
.mb-129,
.my-129 {
  margin-bottom: 129rem !important;
}
.m-130 {
  margin: 130rem !important;
}
.my-130 {
  margin-top: 130rem !important;
}
.mr-130 {
  margin-right: 130rem !important;
}
.mb-130,
.my-130 {
  margin-bottom: 130rem !important;
}
.m-131 {
  margin: 131rem !important;
}
.my-131 {
  margin-top: 131rem !important;
}
.mr-131 {
  margin-right: 131rem !important;
}
.mb-131,
.my-131 {
  margin-bottom: 131rem !important;
}
.m-132 {
  margin: 132rem !important;
}
.my-132 {
  margin-top: 132rem !important;
}
.mr-132 {
  margin-right: 132rem !important;
}
.mb-132,
.my-132 {
  margin-bottom: 132rem !important;
}
.m-133 {
  margin: 133rem !important;
}
.my-133 {
  margin-top: 133rem !important;
}
.mr-133 {
  margin-right: 133rem !important;
}
.mb-133,
.my-133 {
  margin-bottom: 133rem !important;
}
.m-134 {
  margin: 134rem !important;
}
.my-134 {
  margin-top: 134rem !important;
}
.mr-134 {
  margin-right: 134rem !important;
}
.mb-134,
.my-134 {
  margin-bottom: 134rem !important;
}
.m-135 {
  margin: 135rem !important;
}
.my-135 {
  margin-top: 135rem !important;
}
.mr-135 {
  margin-right: 135rem !important;
}
.mb-135,
.my-135 {
  margin-bottom: 135rem !important;
}
.m-136 {
  margin: 136rem !important;
}
.my-136 {
  margin-top: 136rem !important;
}
.mr-136 {
  margin-right: 136rem !important;
}
.mb-136,
.my-136 {
  margin-bottom: 136rem !important;
}
.m-137 {
  margin: 137rem !important;
}
.my-137 {
  margin-top: 137rem !important;
}
.mr-137 {
  margin-right: 137rem !important;
}
.mb-137,
.my-137 {
  margin-bottom: 137rem !important;
}
.m-138 {
  margin: 138rem !important;
}
.my-138 {
  margin-top: 138rem !important;
}
.mr-138 {
  margin-right: 138rem !important;
}
.mb-138,
.my-138 {
  margin-bottom: 138rem !important;
}
.m-139 {
  margin: 139rem !important;
}
.my-139 {
  margin-top: 139rem !important;
}
.mr-139 {
  margin-right: 139rem !important;
}
.mb-139,
.my-139 {
  margin-bottom: 139rem !important;
}
.m-140 {
  margin: 140rem !important;
}
.my-140 {
  margin-top: 140rem !important;
}
.mr-140 {
  margin-right: 140rem !important;
}
.mb-140,
.my-140 {
  margin-bottom: 140rem !important;
}
.m-141 {
  margin: 141rem !important;
}
.my-141 {
  margin-top: 141rem !important;
}
.mr-141 {
  margin-right: 141rem !important;
}
.mb-141,
.my-141 {
  margin-bottom: 141rem !important;
}
.m-142 {
  margin: 142rem !important;
}
.my-142 {
  margin-top: 142rem !important;
}
.mr-142 {
  margin-right: 142rem !important;
}
.mb-142,
.my-142 {
  margin-bottom: 142rem !important;
}
.m-143 {
  margin: 143rem !important;
}
.my-143 {
  margin-top: 143rem !important;
}
.mr-143 {
  margin-right: 143rem !important;
}
.mb-143,
.my-143 {
  margin-bottom: 143rem !important;
}
.m-144 {
  margin: 144rem !important;
}
.my-144 {
  margin-top: 144rem !important;
}
.mr-144 {
  margin-right: 144rem !important;
}
.mb-144,
.my-144 {
  margin-bottom: 144rem !important;
}
.m-145 {
  margin: 145rem !important;
}
.my-145 {
  margin-top: 145rem !important;
}
.mr-145 {
  margin-right: 145rem !important;
}
.mb-145,
.my-145 {
  margin-bottom: 145rem !important;
}
.m-146 {
  margin: 146rem !important;
}
.my-146 {
  margin-top: 146rem !important;
}
.mr-146 {
  margin-right: 146rem !important;
}
.mb-146,
.my-146 {
  margin-bottom: 146rem !important;
}
.m-147 {
  margin: 147rem !important;
}
.my-147 {
  margin-top: 147rem !important;
}
.mr-147 {
  margin-right: 147rem !important;
}
.mb-147,
.my-147 {
  margin-bottom: 147rem !important;
}
.m-148 {
  margin: 148rem !important;
}
.my-148 {
  margin-top: 148rem !important;
}
.mr-148 {
  margin-right: 148rem !important;
}
.mb-148,
.my-148 {
  margin-bottom: 148rem !important;
}
.m-149 {
  margin: 149rem !important;
}
.my-149 {
  margin-top: 149rem !important;
}
.mr-149 {
  margin-right: 149rem !important;
}
.mb-149,
.my-149 {
  margin-bottom: 149rem !important;
}
.m-150 {
  margin: 150rem !important;
}
.my-150 {
  margin-top: 150rem !important;
}
.mr-150 {
  margin-right: 150rem !important;
}
.mb-150,
.my-150 {
  margin-bottom: 150rem !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1,
.py-1 {
  padding-top: 1rem !important;
}
.px-1 {
  padding-right: 1rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}
.pl-1,
.px-1 {
  padding-left: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.pt-2,
.py-2 {
  padding-top: 2rem !important;
}
.px-2 {
  padding-right: 2rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}
.pl-2,
.px-2 {
  padding-left: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pt-3,
.py-3 {
  padding-top: 3rem !important;
}
.px-3 {
  padding-right: 3rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}
.pl-3,
.px-3 {
  padding-left: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.pt-4,
.py-4 {
  padding-top: 4rem !important;
}
.px-4 {
  padding-right: 4rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 4rem !important;
}
.pl-4,
.px-4 {
  padding-left: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.px-5 {
  padding-right: 5rem !important;
}
.pl-5,
.px-5 {
  padding-left: 5rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.pt-6,
.py-6 {
  padding-top: 6rem !important;
}
.px-6 {
  padding-right: 6rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.p-7 {
  padding: 7rem !important;
}
.pt-7,
.py-7 {
  padding-top: 7rem !important;
}
.px-7 {
  padding-right: 7rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 7rem !important;
}
.pl-7,
.px-7 {
  padding-left: 7rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.pt-8,
.py-8 {
  padding-top: 8rem !important;
}
.px-8 {
  padding-right: 8rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}
.pl-8,
.px-8 {
  padding-left: 8rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.pt-9,
.py-9 {
  padding-top: 9rem !important;
}
.px-9 {
  padding-right: 9rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}
.pl-9,
.px-9 {
  padding-left: 9rem !important;
}
.p-10 {
  padding: 10rem !important;
}
.pt-10,
.py-10 {
  padding-top: 10rem !important;
}
.px-10 {
  padding-right: 10rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}
.pl-10,
.px-10 {
  padding-left: 10rem !important;
}
.p-11 {
  padding: 11rem !important;
}
.pt-11,
.py-11 {
  padding-top: 11rem !important;
}
.px-11 {
  padding-right: 11rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 11rem !important;
}
.pl-11,
.px-11 {
  padding-left: 11rem !important;
}
.p-12 {
  padding: 12rem !important;
}
.pt-12,
.py-12 {
  padding-top: 12rem !important;
}
.px-12 {
  padding-right: 12rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 12rem !important;
}
.pl-12,
.px-12 {
  padding-left: 12rem !important;
}
.p-13 {
  padding: 13rem !important;
}
.pt-13,
.py-13 {
  padding-top: 13rem !important;
}
.px-13 {
  padding-right: 13rem !important;
}
.pb-13,
.py-13 {
  padding-bottom: 13rem !important;
}
.pl-13,
.px-13 {
  padding-left: 13rem !important;
}
.p-14 {
  padding: 14rem !important;
}
.pt-14,
.py-14 {
  padding-top: 14rem !important;
}
.px-14 {
  padding-right: 14rem !important;
}
.pb-14,
.py-14 {
  padding-bottom: 14rem !important;
}
.pl-14,
.px-14 {
  padding-left: 14rem !important;
}
.p-15 {
  padding: 15rem !important;
}
.pt-15,
.py-15 {
  padding-top: 15rem !important;
}
.px-15 {
  padding-right: 15rem !important;
}
.pb-15,
.py-15 {
  padding-bottom: 15rem !important;
}
.pl-15,
.px-15 {
  padding-left: 15rem !important;
}
.p-16 {
  padding: 16rem !important;
}
.pt-16,
.py-16 {
  padding-top: 16rem !important;
}
.px-16 {
  padding-right: 16rem !important;
}
.pb-16,
.py-16 {
  padding-bottom: 16rem !important;
}
.pl-16,
.px-16 {
  padding-left: 16rem !important;
}
.p-17 {
  padding: 17rem !important;
}
.pt-17,
.py-17 {
  padding-top: 17rem !important;
}
.px-17 {
  padding-right: 17rem !important;
}
.pb-17,
.py-17 {
  padding-bottom: 17rem !important;
}
.pl-17,
.px-17 {
  padding-left: 17rem !important;
}
.p-18 {
  padding: 18rem !important;
}
.pt-18,
.py-18 {
  padding-top: 18rem !important;
}
.px-18 {
  padding-right: 18rem !important;
}
.pb-18,
.py-18 {
  padding-bottom: 18rem !important;
}
.pl-18,
.px-18 {
  padding-left: 18rem !important;
}
.p-19 {
  padding: 19rem !important;
}
.pt-19,
.py-19 {
  padding-top: 19rem !important;
}
.px-19 {
  padding-right: 19rem !important;
}
.pb-19,
.py-19 {
  padding-bottom: 19rem !important;
}
.pl-19,
.px-19 {
  padding-left: 19rem !important;
}
.p-20 {
  padding: 20rem !important;
}
.pt-20,
.py-20 {
  padding-top: 20rem !important;
}
.px-20 {
  padding-right: 20rem !important;
}
.pb-20,
.py-20 {
  padding-bottom: 20rem !important;
}
.pl-20,
.px-20 {
  padding-left: 20rem !important;
}
.p-21 {
  padding: 21rem !important;
}
.pt-21,
.py-21 {
  padding-top: 21rem !important;
}
.px-21 {
  padding-right: 21rem !important;
}
.pb-21,
.py-21 {
  padding-bottom: 21rem !important;
}
.pl-21,
.px-21 {
  padding-left: 21rem !important;
}
.p-22 {
  padding: 22rem !important;
}
.pt-22,
.py-22 {
  padding-top: 22rem !important;
}
.px-22 {
  padding-right: 22rem !important;
}
.pb-22,
.py-22 {
  padding-bottom: 22rem !important;
}
.pl-22,
.px-22 {
  padding-left: 22rem !important;
}
.p-23 {
  padding: 23rem !important;
}
.pt-23,
.py-23 {
  padding-top: 23rem !important;
}
.px-23 {
  padding-right: 23rem !important;
}
.pb-23,
.py-23 {
  padding-bottom: 23rem !important;
}
.pl-23,
.px-23 {
  padding-left: 23rem !important;
}
.p-24 {
  padding: 24rem !important;
}
.pt-24,
.py-24 {
  padding-top: 24rem !important;
}
.px-24 {
  padding-right: 24rem !important;
}
.pb-24,
.py-24 {
  padding-bottom: 24rem !important;
}
.pl-24,
.px-24 {
  padding-left: 24rem !important;
}
.p-25 {
  padding: 25rem !important;
}
.pt-25,
.py-25 {
  padding-top: 25rem !important;
}
.px-25 {
  padding-right: 25rem !important;
}
.pb-25,
.py-25 {
  padding-bottom: 25rem !important;
}
.pl-25,
.px-25 {
  padding-left: 25rem !important;
}
.p-26 {
  padding: 26rem !important;
}
.pt-26,
.py-26 {
  padding-top: 26rem !important;
}
.px-26 {
  padding-right: 26rem !important;
}
.pb-26,
.py-26 {
  padding-bottom: 26rem !important;
}
.pl-26,
.px-26 {
  padding-left: 26rem !important;
}
.p-27 {
  padding: 27rem !important;
}
.pt-27,
.py-27 {
  padding-top: 27rem !important;
}
.px-27 {
  padding-right: 27rem !important;
}
.pb-27,
.py-27 {
  padding-bottom: 27rem !important;
}
.pl-27,
.px-27 {
  padding-left: 27rem !important;
}
.p-28 {
  padding: 28rem !important;
}
.pt-28,
.py-28 {
  padding-top: 28rem !important;
}
.px-28 {
  padding-right: 28rem !important;
}
.pb-28,
.py-28 {
  padding-bottom: 28rem !important;
}
.pl-28,
.px-28 {
  padding-left: 28rem !important;
}
.p-29 {
  padding: 29rem !important;
}
.pt-29,
.py-29 {
  padding-top: 29rem !important;
}
.px-29 {
  padding-right: 29rem !important;
}
.pb-29,
.py-29 {
  padding-bottom: 29rem !important;
}
.pl-29,
.px-29 {
  padding-left: 29rem !important;
}
.p-30 {
  padding: 30rem !important;
}
.pt-30,
.py-30 {
  padding-top: 30rem !important;
}
.px-30 {
  padding-right: 30rem !important;
}
.pb-30,
.py-30 {
  padding-bottom: 30rem !important;
}
.pl-30,
.px-30 {
  padding-left: 30rem !important;
}
.p-31 {
  padding: 31rem !important;
}
.pt-31,
.py-31 {
  padding-top: 31rem !important;
}
.px-31 {
  padding-right: 31rem !important;
}
.pb-31,
.py-31 {
  padding-bottom: 31rem !important;
}
.pl-31,
.px-31 {
  padding-left: 31rem !important;
}
.p-32 {
  padding: 32rem !important;
}
.pt-32,
.py-32 {
  padding-top: 32rem !important;
}
.px-32 {
  padding-right: 32rem !important;
}
.pb-32,
.py-32 {
  padding-bottom: 32rem !important;
}
.pl-32,
.px-32 {
  padding-left: 32rem !important;
}
.p-33 {
  padding: 33rem !important;
}
.pt-33,
.py-33 {
  padding-top: 33rem !important;
}
.px-33 {
  padding-right: 33rem !important;
}
.pb-33,
.py-33 {
  padding-bottom: 33rem !important;
}
.pl-33,
.px-33 {
  padding-left: 33rem !important;
}
.p-34 {
  padding: 34rem !important;
}
.pt-34,
.py-34 {
  padding-top: 34rem !important;
}
.px-34 {
  padding-right: 34rem !important;
}
.pb-34,
.py-34 {
  padding-bottom: 34rem !important;
}
.pl-34,
.px-34 {
  padding-left: 34rem !important;
}
.p-35 {
  padding: 35rem !important;
}
.pt-35,
.py-35 {
  padding-top: 35rem !important;
}
.px-35 {
  padding-right: 35rem !important;
}
.pb-35,
.py-35 {
  padding-bottom: 35rem !important;
}
.pl-35,
.px-35 {
  padding-left: 35rem !important;
}
.p-36 {
  padding: 36rem !important;
}
.pt-36,
.py-36 {
  padding-top: 36rem !important;
}
.px-36 {
  padding-right: 36rem !important;
}
.pb-36,
.py-36 {
  padding-bottom: 36rem !important;
}
.pl-36,
.px-36 {
  padding-left: 36rem !important;
}
.p-37 {
  padding: 37rem !important;
}
.pt-37,
.py-37 {
  padding-top: 37rem !important;
}
.px-37 {
  padding-right: 37rem !important;
}
.pb-37,
.py-37 {
  padding-bottom: 37rem !important;
}
.pl-37,
.px-37 {
  padding-left: 37rem !important;
}
.p-38 {
  padding: 38rem !important;
}
.pt-38,
.py-38 {
  padding-top: 38rem !important;
}
.px-38 {
  padding-right: 38rem !important;
}
.pb-38,
.py-38 {
  padding-bottom: 38rem !important;
}
.pl-38,
.px-38 {
  padding-left: 38rem !important;
}
.p-39 {
  padding: 39rem !important;
}
.pt-39,
.py-39 {
  padding-top: 39rem !important;
}
.px-39 {
  padding-right: 39rem !important;
}
.pb-39,
.py-39 {
  padding-bottom: 39rem !important;
}
.pl-39,
.px-39 {
  padding-left: 39rem !important;
}
.p-40 {
  padding: 40rem !important;
}
.pt-40,
.py-40 {
  padding-top: 40rem !important;
}
.px-40 {
  padding-right: 40rem !important;
}
.pb-40,
.py-40 {
  padding-bottom: 40rem !important;
}
.pl-40,
.px-40 {
  padding-left: 40rem !important;
}
.p-41 {
  padding: 41rem !important;
}
.pt-41,
.py-41 {
  padding-top: 41rem !important;
}
.px-41 {
  padding-right: 41rem !important;
}
.pb-41,
.py-41 {
  padding-bottom: 41rem !important;
}
.pl-41,
.px-41 {
  padding-left: 41rem !important;
}
.p-42 {
  padding: 42rem !important;
}
.pt-42,
.py-42 {
  padding-top: 42rem !important;
}
.px-42 {
  padding-right: 42rem !important;
}
.pb-42,
.py-42 {
  padding-bottom: 42rem !important;
}
.pl-42,
.px-42 {
  padding-left: 42rem !important;
}
.p-43 {
  padding: 43rem !important;
}
.pt-43,
.py-43 {
  padding-top: 43rem !important;
}
.px-43 {
  padding-right: 43rem !important;
}
.pb-43,
.py-43 {
  padding-bottom: 43rem !important;
}
.pl-43,
.px-43 {
  padding-left: 43rem !important;
}
.p-44 {
  padding: 44rem !important;
}
.pt-44,
.py-44 {
  padding-top: 44rem !important;
}
.px-44 {
  padding-right: 44rem !important;
}
.pb-44,
.py-44 {
  padding-bottom: 44rem !important;
}
.pl-44,
.px-44 {
  padding-left: 44rem !important;
}
.p-45 {
  padding: 45rem !important;
}
.pt-45,
.py-45 {
  padding-top: 45rem !important;
}
.px-45 {
  padding-right: 45rem !important;
}
.pb-45,
.py-45 {
  padding-bottom: 45rem !important;
}
.pl-45,
.px-45 {
  padding-left: 45rem !important;
}
.p-46 {
  padding: 46rem !important;
}
.pt-46,
.py-46 {
  padding-top: 46rem !important;
}
.px-46 {
  padding-right: 46rem !important;
}
.pb-46,
.py-46 {
  padding-bottom: 46rem !important;
}
.pl-46,
.px-46 {
  padding-left: 46rem !important;
}
.p-47 {
  padding: 47rem !important;
}
.pt-47,
.py-47 {
  padding-top: 47rem !important;
}
.px-47 {
  padding-right: 47rem !important;
}
.pb-47,
.py-47 {
  padding-bottom: 47rem !important;
}
.pl-47,
.px-47 {
  padding-left: 47rem !important;
}
.p-48 {
  padding: 48rem !important;
}
.pt-48,
.py-48 {
  padding-top: 48rem !important;
}
.px-48 {
  padding-right: 48rem !important;
}
.pb-48,
.py-48 {
  padding-bottom: 48rem !important;
}
.pl-48,
.px-48 {
  padding-left: 48rem !important;
}
.p-49 {
  padding: 49rem !important;
}
.pt-49,
.py-49 {
  padding-top: 49rem !important;
}
.px-49 {
  padding-right: 49rem !important;
}
.pb-49,
.py-49 {
  padding-bottom: 49rem !important;
}
.pl-49,
.px-49 {
  padding-left: 49rem !important;
}
.p-50 {
  padding: 50rem !important;
}
.pt-50,
.py-50 {
  padding-top: 50rem !important;
}
.px-50 {
  padding-right: 50rem !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50rem !important;
}
.pl-50,
.px-50 {
  padding-left: 50rem !important;
}
.p-51 {
  padding: 51rem !important;
}
.pt-51,
.py-51 {
  padding-top: 51rem !important;
}
.px-51 {
  padding-right: 51rem !important;
}
.pb-51,
.py-51 {
  padding-bottom: 51rem !important;
}
.pl-51,
.px-51 {
  padding-left: 51rem !important;
}
.p-52 {
  padding: 52rem !important;
}
.pt-52,
.py-52 {
  padding-top: 52rem !important;
}
.px-52 {
  padding-right: 52rem !important;
}
.pb-52,
.py-52 {
  padding-bottom: 52rem !important;
}
.pl-52,
.px-52 {
  padding-left: 52rem !important;
}
.p-53 {
  padding: 53rem !important;
}
.pt-53,
.py-53 {
  padding-top: 53rem !important;
}
.px-53 {
  padding-right: 53rem !important;
}
.pb-53,
.py-53 {
  padding-bottom: 53rem !important;
}
.pl-53,
.px-53 {
  padding-left: 53rem !important;
}
.p-54 {
  padding: 54rem !important;
}
.pt-54,
.py-54 {
  padding-top: 54rem !important;
}
.px-54 {
  padding-right: 54rem !important;
}
.pb-54,
.py-54 {
  padding-bottom: 54rem !important;
}
.pl-54,
.px-54 {
  padding-left: 54rem !important;
}
.p-55 {
  padding: 55rem !important;
}
.pt-55,
.py-55 {
  padding-top: 55rem !important;
}
.px-55 {
  padding-right: 55rem !important;
}
.pb-55,
.py-55 {
  padding-bottom: 55rem !important;
}
.pl-55,
.px-55 {
  padding-left: 55rem !important;
}
.p-56 {
  padding: 56rem !important;
}
.pt-56,
.py-56 {
  padding-top: 56rem !important;
}
.px-56 {
  padding-right: 56rem !important;
}
.pb-56,
.py-56 {
  padding-bottom: 56rem !important;
}
.pl-56,
.px-56 {
  padding-left: 56rem !important;
}
.p-57 {
  padding: 57rem !important;
}
.pt-57,
.py-57 {
  padding-top: 57rem !important;
}
.px-57 {
  padding-right: 57rem !important;
}
.pb-57,
.py-57 {
  padding-bottom: 57rem !important;
}
.pl-57,
.px-57 {
  padding-left: 57rem !important;
}
.p-58 {
  padding: 58rem !important;
}
.pt-58,
.py-58 {
  padding-top: 58rem !important;
}
.px-58 {
  padding-right: 58rem !important;
}
.pb-58,
.py-58 {
  padding-bottom: 58rem !important;
}
.pl-58,
.px-58 {
  padding-left: 58rem !important;
}
.p-59 {
  padding: 59rem !important;
}
.pt-59,
.py-59 {
  padding-top: 59rem !important;
}
.px-59 {
  padding-right: 59rem !important;
}
.pb-59,
.py-59 {
  padding-bottom: 59rem !important;
}
.pl-59,
.px-59 {
  padding-left: 59rem !important;
}
.p-60 {
  padding: 60rem !important;
}
.pt-60,
.py-60 {
  padding-top: 60rem !important;
}
.px-60 {
  padding-right: 60rem !important;
}
.pb-60,
.py-60 {
  padding-bottom: 60rem !important;
}
.pl-60,
.px-60 {
  padding-left: 60rem !important;
}
.p-61 {
  padding: 61rem !important;
}
.pt-61,
.py-61 {
  padding-top: 61rem !important;
}
.px-61 {
  padding-right: 61rem !important;
}
.pb-61,
.py-61 {
  padding-bottom: 61rem !important;
}
.pl-61,
.px-61 {
  padding-left: 61rem !important;
}
.p-62 {
  padding: 62rem !important;
}
.pt-62,
.py-62 {
  padding-top: 62rem !important;
}
.px-62 {
  padding-right: 62rem !important;
}
.pb-62,
.py-62 {
  padding-bottom: 62rem !important;
}
.pl-62,
.px-62 {
  padding-left: 62rem !important;
}
.p-63 {
  padding: 63rem !important;
}
.pt-63,
.py-63 {
  padding-top: 63rem !important;
}
.px-63 {
  padding-right: 63rem !important;
}
.pb-63,
.py-63 {
  padding-bottom: 63rem !important;
}
.pl-63,
.px-63 {
  padding-left: 63rem !important;
}
.p-64 {
  padding: 64rem !important;
}
.pt-64,
.py-64 {
  padding-top: 64rem !important;
}
.px-64 {
  padding-right: 64rem !important;
}
.pb-64,
.py-64 {
  padding-bottom: 64rem !important;
}
.pl-64,
.px-64 {
  padding-left: 64rem !important;
}
.p-65 {
  padding: 65rem !important;
}
.pt-65,
.py-65 {
  padding-top: 65rem !important;
}
.px-65 {
  padding-right: 65rem !important;
}
.pb-65,
.py-65 {
  padding-bottom: 65rem !important;
}
.pl-65,
.px-65 {
  padding-left: 65rem !important;
}
.p-66 {
  padding: 66rem !important;
}
.pt-66,
.py-66 {
  padding-top: 66rem !important;
}
.px-66 {
  padding-right: 66rem !important;
}
.pb-66,
.py-66 {
  padding-bottom: 66rem !important;
}
.pl-66,
.px-66 {
  padding-left: 66rem !important;
}
.p-67 {
  padding: 67rem !important;
}
.pt-67,
.py-67 {
  padding-top: 67rem !important;
}
.px-67 {
  padding-right: 67rem !important;
}
.pb-67,
.py-67 {
  padding-bottom: 67rem !important;
}
.pl-67,
.px-67 {
  padding-left: 67rem !important;
}
.p-68 {
  padding: 68rem !important;
}
.pt-68,
.py-68 {
  padding-top: 68rem !important;
}
.px-68 {
  padding-right: 68rem !important;
}
.pb-68,
.py-68 {
  padding-bottom: 68rem !important;
}
.pl-68,
.px-68 {
  padding-left: 68rem !important;
}
.p-69 {
  padding: 69rem !important;
}
.pt-69,
.py-69 {
  padding-top: 69rem !important;
}
.px-69 {
  padding-right: 69rem !important;
}
.pb-69,
.py-69 {
  padding-bottom: 69rem !important;
}
.pl-69,
.px-69 {
  padding-left: 69rem !important;
}
.p-70 {
  padding: 70rem !important;
}
.pt-70,
.py-70 {
  padding-top: 70rem !important;
}
.px-70 {
  padding-right: 70rem !important;
}
.pb-70,
.py-70 {
  padding-bottom: 70rem !important;
}
.pl-70,
.px-70 {
  padding-left: 70rem !important;
}
.p-71 {
  padding: 71rem !important;
}
.pt-71,
.py-71 {
  padding-top: 71rem !important;
}
.px-71 {
  padding-right: 71rem !important;
}
.pb-71,
.py-71 {
  padding-bottom: 71rem !important;
}
.pl-71,
.px-71 {
  padding-left: 71rem !important;
}
.p-72 {
  padding: 72rem !important;
}
.pt-72,
.py-72 {
  padding-top: 72rem !important;
}
.px-72 {
  padding-right: 72rem !important;
}
.pb-72,
.py-72 {
  padding-bottom: 72rem !important;
}
.pl-72,
.px-72 {
  padding-left: 72rem !important;
}
.p-73 {
  padding: 73rem !important;
}
.pt-73,
.py-73 {
  padding-top: 73rem !important;
}
.px-73 {
  padding-right: 73rem !important;
}
.pb-73,
.py-73 {
  padding-bottom: 73rem !important;
}
.pl-73,
.px-73 {
  padding-left: 73rem !important;
}
.p-74 {
  padding: 74rem !important;
}
.pt-74,
.py-74 {
  padding-top: 74rem !important;
}
.px-74 {
  padding-right: 74rem !important;
}
.pb-74,
.py-74 {
  padding-bottom: 74rem !important;
}
.pl-74,
.px-74 {
  padding-left: 74rem !important;
}
.p-75 {
  padding: 75rem !important;
}
.pt-75,
.py-75 {
  padding-top: 75rem !important;
}
.px-75 {
  padding-right: 75rem !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75rem !important;
}
.pl-75,
.px-75 {
  padding-left: 75rem !important;
}
.p-76 {
  padding: 76rem !important;
}
.pt-76,
.py-76 {
  padding-top: 76rem !important;
}
.px-76 {
  padding-right: 76rem !important;
}
.pb-76,
.py-76 {
  padding-bottom: 76rem !important;
}
.pl-76,
.px-76 {
  padding-left: 76rem !important;
}
.p-77 {
  padding: 77rem !important;
}
.pt-77,
.py-77 {
  padding-top: 77rem !important;
}
.px-77 {
  padding-right: 77rem !important;
}
.pb-77,
.py-77 {
  padding-bottom: 77rem !important;
}
.pl-77,
.px-77 {
  padding-left: 77rem !important;
}
.p-78 {
  padding: 78rem !important;
}
.pt-78,
.py-78 {
  padding-top: 78rem !important;
}
.px-78 {
  padding-right: 78rem !important;
}
.pb-78,
.py-78 {
  padding-bottom: 78rem !important;
}
.pl-78,
.px-78 {
  padding-left: 78rem !important;
}
.p-79 {
  padding: 79rem !important;
}
.pt-79,
.py-79 {
  padding-top: 79rem !important;
}
.px-79 {
  padding-right: 79rem !important;
}
.pb-79,
.py-79 {
  padding-bottom: 79rem !important;
}
.pl-79,
.px-79 {
  padding-left: 79rem !important;
}
.p-80 {
  padding: 80rem !important;
}
.pt-80,
.py-80 {
  padding-top: 80rem !important;
}
.px-80 {
  padding-right: 80rem !important;
}
.pb-80,
.py-80 {
  padding-bottom: 80rem !important;
}
.pl-80,
.px-80 {
  padding-left: 80rem !important;
}
.p-81 {
  padding: 81rem !important;
}
.pt-81,
.py-81 {
  padding-top: 81rem !important;
}
.px-81 {
  padding-right: 81rem !important;
}
.pb-81,
.py-81 {
  padding-bottom: 81rem !important;
}
.pl-81,
.px-81 {
  padding-left: 81rem !important;
}
.p-82 {
  padding: 82rem !important;
}
.pt-82,
.py-82 {
  padding-top: 82rem !important;
}
.px-82 {
  padding-right: 82rem !important;
}
.pb-82,
.py-82 {
  padding-bottom: 82rem !important;
}
.pl-82,
.px-82 {
  padding-left: 82rem !important;
}
.p-83 {
  padding: 83rem !important;
}
.pt-83,
.py-83 {
  padding-top: 83rem !important;
}
.px-83 {
  padding-right: 83rem !important;
}
.pb-83,
.py-83 {
  padding-bottom: 83rem !important;
}
.pl-83,
.px-83 {
  padding-left: 83rem !important;
}
.p-84 {
  padding: 84rem !important;
}
.pt-84,
.py-84 {
  padding-top: 84rem !important;
}
.px-84 {
  padding-right: 84rem !important;
}
.pb-84,
.py-84 {
  padding-bottom: 84rem !important;
}
.pl-84,
.px-84 {
  padding-left: 84rem !important;
}
.p-85 {
  padding: 85rem !important;
}
.pt-85,
.py-85 {
  padding-top: 85rem !important;
}
.px-85 {
  padding-right: 85rem !important;
}
.pb-85,
.py-85 {
  padding-bottom: 85rem !important;
}
.pl-85,
.px-85 {
  padding-left: 85rem !important;
}
.p-86 {
  padding: 86rem !important;
}
.pt-86,
.py-86 {
  padding-top: 86rem !important;
}
.px-86 {
  padding-right: 86rem !important;
}
.pb-86,
.py-86 {
  padding-bottom: 86rem !important;
}
.pl-86,
.px-86 {
  padding-left: 86rem !important;
}
.p-87 {
  padding: 87rem !important;
}
.pt-87,
.py-87 {
  padding-top: 87rem !important;
}
.px-87 {
  padding-right: 87rem !important;
}
.pb-87,
.py-87 {
  padding-bottom: 87rem !important;
}
.pl-87,
.px-87 {
  padding-left: 87rem !important;
}
.p-88 {
  padding: 88rem !important;
}
.pt-88,
.py-88 {
  padding-top: 88rem !important;
}
.px-88 {
  padding-right: 88rem !important;
}
.pb-88,
.py-88 {
  padding-bottom: 88rem !important;
}
.pl-88,
.px-88 {
  padding-left: 88rem !important;
}
.p-89 {
  padding: 89rem !important;
}
.pt-89,
.py-89 {
  padding-top: 89rem !important;
}
.px-89 {
  padding-right: 89rem !important;
}
.pb-89,
.py-89 {
  padding-bottom: 89rem !important;
}
.pl-89,
.px-89 {
  padding-left: 89rem !important;
}
.p-90 {
  padding: 90rem !important;
}
.pt-90,
.py-90 {
  padding-top: 90rem !important;
}
.px-90 {
  padding-right: 90rem !important;
}
.pb-90,
.py-90 {
  padding-bottom: 90rem !important;
}
.pl-90,
.px-90 {
  padding-left: 90rem !important;
}
.p-91 {
  padding: 91rem !important;
}
.pt-91,
.py-91 {
  padding-top: 91rem !important;
}
.px-91 {
  padding-right: 91rem !important;
}
.pb-91,
.py-91 {
  padding-bottom: 91rem !important;
}
.pl-91,
.px-91 {
  padding-left: 91rem !important;
}
.p-92 {
  padding: 92rem !important;
}
.pt-92,
.py-92 {
  padding-top: 92rem !important;
}
.px-92 {
  padding-right: 92rem !important;
}
.pb-92,
.py-92 {
  padding-bottom: 92rem !important;
}
.pl-92,
.px-92 {
  padding-left: 92rem !important;
}
.p-93 {
  padding: 93rem !important;
}
.pt-93,
.py-93 {
  padding-top: 93rem !important;
}
.px-93 {
  padding-right: 93rem !important;
}
.pb-93,
.py-93 {
  padding-bottom: 93rem !important;
}
.pl-93,
.px-93 {
  padding-left: 93rem !important;
}
.p-94 {
  padding: 94rem !important;
}
.pt-94,
.py-94 {
  padding-top: 94rem !important;
}
.px-94 {
  padding-right: 94rem !important;
}
.pb-94,
.py-94 {
  padding-bottom: 94rem !important;
}
.pl-94,
.px-94 {
  padding-left: 94rem !important;
}
.p-95 {
  padding: 95rem !important;
}
.pt-95,
.py-95 {
  padding-top: 95rem !important;
}
.px-95 {
  padding-right: 95rem !important;
}
.pb-95,
.py-95 {
  padding-bottom: 95rem !important;
}
.pl-95,
.px-95 {
  padding-left: 95rem !important;
}
.p-96 {
  padding: 96rem !important;
}
.pt-96,
.py-96 {
  padding-top: 96rem !important;
}
.px-96 {
  padding-right: 96rem !important;
}
.pb-96,
.py-96 {
  padding-bottom: 96rem !important;
}
.pl-96,
.px-96 {
  padding-left: 96rem !important;
}
.p-97 {
  padding: 97rem !important;
}
.pt-97,
.py-97 {
  padding-top: 97rem !important;
}
.px-97 {
  padding-right: 97rem !important;
}
.pb-97,
.py-97 {
  padding-bottom: 97rem !important;
}
.pl-97,
.px-97 {
  padding-left: 97rem !important;
}
.p-98 {
  padding: 98rem !important;
}
.pt-98,
.py-98 {
  padding-top: 98rem !important;
}
.px-98 {
  padding-right: 98rem !important;
}
.pb-98,
.py-98 {
  padding-bottom: 98rem !important;
}
.pl-98,
.px-98 {
  padding-left: 98rem !important;
}
.p-99 {
  padding: 99rem !important;
}
.pt-99,
.py-99 {
  padding-top: 99rem !important;
}
.px-99 {
  padding-right: 99rem !important;
}
.pb-99,
.py-99 {
  padding-bottom: 99rem !important;
}
.pl-99,
.px-99 {
  padding-left: 99rem !important;
}
.p-100 {
  padding: 100rem !important;
}
.pt-100,
.py-100 {
  padding-top: 100rem !important;
}
.px-100 {
  padding-right: 100rem !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100rem !important;
}
.pl-100,
.px-100 {
  padding-left: 100rem !important;
}
.p-101 {
  padding: 101rem !important;
}
.pt-101,
.py-101 {
  padding-top: 101rem !important;
}
.px-101 {
  padding-right: 101rem !important;
}
.pb-101,
.py-101 {
  padding-bottom: 101rem !important;
}
.pl-101,
.px-101 {
  padding-left: 101rem !important;
}
.p-102 {
  padding: 102rem !important;
}
.pt-102,
.py-102 {
  padding-top: 102rem !important;
}
.px-102 {
  padding-right: 102rem !important;
}
.pb-102,
.py-102 {
  padding-bottom: 102rem !important;
}
.pl-102,
.px-102 {
  padding-left: 102rem !important;
}
.p-103 {
  padding: 103rem !important;
}
.pt-103,
.py-103 {
  padding-top: 103rem !important;
}
.px-103 {
  padding-right: 103rem !important;
}
.pb-103,
.py-103 {
  padding-bottom: 103rem !important;
}
.pl-103,
.px-103 {
  padding-left: 103rem !important;
}
.p-104 {
  padding: 104rem !important;
}
.pt-104,
.py-104 {
  padding-top: 104rem !important;
}
.px-104 {
  padding-right: 104rem !important;
}
.pb-104,
.py-104 {
  padding-bottom: 104rem !important;
}
.pl-104,
.px-104 {
  padding-left: 104rem !important;
}
.p-105 {
  padding: 105rem !important;
}
.pt-105,
.py-105 {
  padding-top: 105rem !important;
}
.px-105 {
  padding-right: 105rem !important;
}
.pb-105,
.py-105 {
  padding-bottom: 105rem !important;
}
.pl-105,
.px-105 {
  padding-left: 105rem !important;
}
.p-106 {
  padding: 106rem !important;
}
.pt-106,
.py-106 {
  padding-top: 106rem !important;
}
.px-106 {
  padding-right: 106rem !important;
}
.pb-106,
.py-106 {
  padding-bottom: 106rem !important;
}
.pl-106,
.px-106 {
  padding-left: 106rem !important;
}
.p-107 {
  padding: 107rem !important;
}
.pt-107,
.py-107 {
  padding-top: 107rem !important;
}
.px-107 {
  padding-right: 107rem !important;
}
.pb-107,
.py-107 {
  padding-bottom: 107rem !important;
}
.pl-107,
.px-107 {
  padding-left: 107rem !important;
}
.p-108 {
  padding: 108rem !important;
}
.pt-108,
.py-108 {
  padding-top: 108rem !important;
}
.px-108 {
  padding-right: 108rem !important;
}
.pb-108,
.py-108 {
  padding-bottom: 108rem !important;
}
.pl-108,
.px-108 {
  padding-left: 108rem !important;
}
.p-109 {
  padding: 109rem !important;
}
.pt-109,
.py-109 {
  padding-top: 109rem !important;
}
.px-109 {
  padding-right: 109rem !important;
}
.pb-109,
.py-109 {
  padding-bottom: 109rem !important;
}
.pl-109,
.px-109 {
  padding-left: 109rem !important;
}
.p-110 {
  padding: 110rem !important;
}
.pt-110,
.py-110 {
  padding-top: 110rem !important;
}
.px-110 {
  padding-right: 110rem !important;
}
.pb-110,
.py-110 {
  padding-bottom: 110rem !important;
}
.pl-110,
.px-110 {
  padding-left: 110rem !important;
}
.p-111 {
  padding: 111rem !important;
}
.pt-111,
.py-111 {
  padding-top: 111rem !important;
}
.px-111 {
  padding-right: 111rem !important;
}
.pb-111,
.py-111 {
  padding-bottom: 111rem !important;
}
.pl-111,
.px-111 {
  padding-left: 111rem !important;
}
.p-112 {
  padding: 112rem !important;
}
.pt-112,
.py-112 {
  padding-top: 112rem !important;
}
.px-112 {
  padding-right: 112rem !important;
}
.pb-112,
.py-112 {
  padding-bottom: 112rem !important;
}
.pl-112,
.px-112 {
  padding-left: 112rem !important;
}
.p-113 {
  padding: 113rem !important;
}
.pt-113,
.py-113 {
  padding-top: 113rem !important;
}
.px-113 {
  padding-right: 113rem !important;
}
.pb-113,
.py-113 {
  padding-bottom: 113rem !important;
}
.pl-113,
.px-113 {
  padding-left: 113rem !important;
}
.p-114 {
  padding: 114rem !important;
}
.pt-114,
.py-114 {
  padding-top: 114rem !important;
}
.px-114 {
  padding-right: 114rem !important;
}
.pb-114,
.py-114 {
  padding-bottom: 114rem !important;
}
.pl-114,
.px-114 {
  padding-left: 114rem !important;
}
.p-115 {
  padding: 115rem !important;
}
.pt-115,
.py-115 {
  padding-top: 115rem !important;
}
.px-115 {
  padding-right: 115rem !important;
}
.pb-115,
.py-115 {
  padding-bottom: 115rem !important;
}
.pl-115,
.px-115 {
  padding-left: 115rem !important;
}
.p-116 {
  padding: 116rem !important;
}
.pt-116,
.py-116 {
  padding-top: 116rem !important;
}
.px-116 {
  padding-right: 116rem !important;
}
.pb-116,
.py-116 {
  padding-bottom: 116rem !important;
}
.pl-116,
.px-116 {
  padding-left: 116rem !important;
}
.p-117 {
  padding: 117rem !important;
}
.pt-117,
.py-117 {
  padding-top: 117rem !important;
}
.px-117 {
  padding-right: 117rem !important;
}
.pb-117,
.py-117 {
  padding-bottom: 117rem !important;
}
.pl-117,
.px-117 {
  padding-left: 117rem !important;
}
.p-118 {
  padding: 118rem !important;
}
.pt-118,
.py-118 {
  padding-top: 118rem !important;
}
.px-118 {
  padding-right: 118rem !important;
}
.pb-118,
.py-118 {
  padding-bottom: 118rem !important;
}
.pl-118,
.px-118 {
  padding-left: 118rem !important;
}
.p-119 {
  padding: 119rem !important;
}
.pt-119,
.py-119 {
  padding-top: 119rem !important;
}
.px-119 {
  padding-right: 119rem !important;
}
.pb-119,
.py-119 {
  padding-bottom: 119rem !important;
}
.pl-119,
.px-119 {
  padding-left: 119rem !important;
}
.p-120 {
  padding: 120rem !important;
}
.pt-120,
.py-120 {
  padding-top: 120rem !important;
}
.px-120 {
  padding-right: 120rem !important;
}
.pb-120,
.py-120 {
  padding-bottom: 120rem !important;
}
.pl-120,
.px-120 {
  padding-left: 120rem !important;
}
.p-121 {
  padding: 121rem !important;
}
.pt-121,
.py-121 {
  padding-top: 121rem !important;
}
.px-121 {
  padding-right: 121rem !important;
}
.pb-121,
.py-121 {
  padding-bottom: 121rem !important;
}
.pl-121,
.px-121 {
  padding-left: 121rem !important;
}
.p-122 {
  padding: 122rem !important;
}
.pt-122,
.py-122 {
  padding-top: 122rem !important;
}
.px-122 {
  padding-right: 122rem !important;
}
.pb-122,
.py-122 {
  padding-bottom: 122rem !important;
}
.pl-122,
.px-122 {
  padding-left: 122rem !important;
}
.p-123 {
  padding: 123rem !important;
}
.pt-123,
.py-123 {
  padding-top: 123rem !important;
}
.px-123 {
  padding-right: 123rem !important;
}
.pb-123,
.py-123 {
  padding-bottom: 123rem !important;
}
.pl-123,
.px-123 {
  padding-left: 123rem !important;
}
.p-124 {
  padding: 124rem !important;
}
.pt-124,
.py-124 {
  padding-top: 124rem !important;
}
.px-124 {
  padding-right: 124rem !important;
}
.pb-124,
.py-124 {
  padding-bottom: 124rem !important;
}
.pl-124,
.px-124 {
  padding-left: 124rem !important;
}
.p-125 {
  padding: 125rem !important;
}
.pt-125,
.py-125 {
  padding-top: 125rem !important;
}
.px-125 {
  padding-right: 125rem !important;
}
.pb-125,
.py-125 {
  padding-bottom: 125rem !important;
}
.pl-125,
.px-125 {
  padding-left: 125rem !important;
}
.p-126 {
  padding: 126rem !important;
}
.pt-126,
.py-126 {
  padding-top: 126rem !important;
}
.px-126 {
  padding-right: 126rem !important;
}
.pb-126,
.py-126 {
  padding-bottom: 126rem !important;
}
.pl-126,
.px-126 {
  padding-left: 126rem !important;
}
.p-127 {
  padding: 127rem !important;
}
.pt-127,
.py-127 {
  padding-top: 127rem !important;
}
.px-127 {
  padding-right: 127rem !important;
}
.pb-127,
.py-127 {
  padding-bottom: 127rem !important;
}
.pl-127,
.px-127 {
  padding-left: 127rem !important;
}
.p-128 {
  padding: 128rem !important;
}
.pt-128,
.py-128 {
  padding-top: 128rem !important;
}
.px-128 {
  padding-right: 128rem !important;
}
.pb-128,
.py-128 {
  padding-bottom: 128rem !important;
}
.pl-128,
.px-128 {
  padding-left: 128rem !important;
}
.p-129 {
  padding: 129rem !important;
}
.pt-129,
.py-129 {
  padding-top: 129rem !important;
}
.px-129 {
  padding-right: 129rem !important;
}
.pb-129,
.py-129 {
  padding-bottom: 129rem !important;
}
.pl-129,
.px-129 {
  padding-left: 129rem !important;
}
.p-130 {
  padding: 130rem !important;
}
.pt-130,
.py-130 {
  padding-top: 130rem !important;
}
.px-130 {
  padding-right: 130rem !important;
}
.pb-130,
.py-130 {
  padding-bottom: 130rem !important;
}
.pl-130,
.px-130 {
  padding-left: 130rem !important;
}
.p-131 {
  padding: 131rem !important;
}
.pt-131,
.py-131 {
  padding-top: 131rem !important;
}
.px-131 {
  padding-right: 131rem !important;
}
.pb-131,
.py-131 {
  padding-bottom: 131rem !important;
}
.pl-131,
.px-131 {
  padding-left: 131rem !important;
}
.p-132 {
  padding: 132rem !important;
}
.pt-132,
.py-132 {
  padding-top: 132rem !important;
}
.px-132 {
  padding-right: 132rem !important;
}
.pb-132,
.py-132 {
  padding-bottom: 132rem !important;
}
.pl-132,
.px-132 {
  padding-left: 132rem !important;
}
.p-133 {
  padding: 133rem !important;
}
.pt-133,
.py-133 {
  padding-top: 133rem !important;
}
.px-133 {
  padding-right: 133rem !important;
}
.pb-133,
.py-133 {
  padding-bottom: 133rem !important;
}
.pl-133,
.px-133 {
  padding-left: 133rem !important;
}
.p-134 {
  padding: 134rem !important;
}
.pt-134,
.py-134 {
  padding-top: 134rem !important;
}
.px-134 {
  padding-right: 134rem !important;
}
.pb-134,
.py-134 {
  padding-bottom: 134rem !important;
}
.pl-134,
.px-134 {
  padding-left: 134rem !important;
}
.p-135 {
  padding: 135rem !important;
}
.pt-135,
.py-135 {
  padding-top: 135rem !important;
}
.px-135 {
  padding-right: 135rem !important;
}
.pb-135,
.py-135 {
  padding-bottom: 135rem !important;
}
.pl-135,
.px-135 {
  padding-left: 135rem !important;
}
.p-136 {
  padding: 136rem !important;
}
.pt-136,
.py-136 {
  padding-top: 136rem !important;
}
.px-136 {
  padding-right: 136rem !important;
}
.pb-136,
.py-136 {
  padding-bottom: 136rem !important;
}
.pl-136,
.px-136 {
  padding-left: 136rem !important;
}
.p-137 {
  padding: 137rem !important;
}
.pt-137,
.py-137 {
  padding-top: 137rem !important;
}
.px-137 {
  padding-right: 137rem !important;
}
.pb-137,
.py-137 {
  padding-bottom: 137rem !important;
}
.pl-137,
.px-137 {
  padding-left: 137rem !important;
}
.p-138 {
  padding: 138rem !important;
}
.pt-138,
.py-138 {
  padding-top: 138rem !important;
}
.px-138 {
  padding-right: 138rem !important;
}
.pb-138,
.py-138 {
  padding-bottom: 138rem !important;
}
.pl-138,
.px-138 {
  padding-left: 138rem !important;
}
.p-139 {
  padding: 139rem !important;
}
.pt-139,
.py-139 {
  padding-top: 139rem !important;
}
.px-139 {
  padding-right: 139rem !important;
}
.pb-139,
.py-139 {
  padding-bottom: 139rem !important;
}
.pl-139,
.px-139 {
  padding-left: 139rem !important;
}
.p-140 {
  padding: 140rem !important;
}
.pt-140,
.py-140 {
  padding-top: 140rem !important;
}
.px-140 {
  padding-right: 140rem !important;
}
.pb-140,
.py-140 {
  padding-bottom: 140rem !important;
}
.pl-140,
.px-140 {
  padding-left: 140rem !important;
}
.p-141 {
  padding: 141rem !important;
}
.pt-141,
.py-141 {
  padding-top: 141rem !important;
}
.px-141 {
  padding-right: 141rem !important;
}
.pb-141,
.py-141 {
  padding-bottom: 141rem !important;
}
.pl-141,
.px-141 {
  padding-left: 141rem !important;
}
.p-142 {
  padding: 142rem !important;
}
.pt-142,
.py-142 {
  padding-top: 142rem !important;
}
.px-142 {
  padding-right: 142rem !important;
}
.pb-142,
.py-142 {
  padding-bottom: 142rem !important;
}
.pl-142,
.px-142 {
  padding-left: 142rem !important;
}
.p-143 {
  padding: 143rem !important;
}
.pt-143,
.py-143 {
  padding-top: 143rem !important;
}
.px-143 {
  padding-right: 143rem !important;
}
.pb-143,
.py-143 {
  padding-bottom: 143rem !important;
}
.pl-143,
.px-143 {
  padding-left: 143rem !important;
}
.p-144 {
  padding: 144rem !important;
}
.pt-144,
.py-144 {
  padding-top: 144rem !important;
}
.px-144 {
  padding-right: 144rem !important;
}
.pb-144,
.py-144 {
  padding-bottom: 144rem !important;
}
.pl-144,
.px-144 {
  padding-left: 144rem !important;
}
.p-145 {
  padding: 145rem !important;
}
.pt-145,
.py-145 {
  padding-top: 145rem !important;
}
.px-145 {
  padding-right: 145rem !important;
}
.pb-145,
.py-145 {
  padding-bottom: 145rem !important;
}
.pl-145,
.px-145 {
  padding-left: 145rem !important;
}
.p-146 {
  padding: 146rem !important;
}
.pt-146,
.py-146 {
  padding-top: 146rem !important;
}
.px-146 {
  padding-right: 146rem !important;
}
.pb-146,
.py-146 {
  padding-bottom: 146rem !important;
}
.pl-146,
.px-146 {
  padding-left: 146rem !important;
}
.p-147 {
  padding: 147rem !important;
}
.pt-147,
.py-147 {
  padding-top: 147rem !important;
}
.px-147 {
  padding-right: 147rem !important;
}
.pb-147,
.py-147 {
  padding-bottom: 147rem !important;
}
.pl-147,
.px-147 {
  padding-left: 147rem !important;
}
.p-148 {
  padding: 148rem !important;
}
.pt-148,
.py-148 {
  padding-top: 148rem !important;
}
.px-148 {
  padding-right: 148rem !important;
}
.pb-148,
.py-148 {
  padding-bottom: 148rem !important;
}
.pl-148,
.px-148 {
  padding-left: 148rem !important;
}
.p-149 {
  padding: 149rem !important;
}
.pt-149,
.py-149 {
  padding-top: 149rem !important;
}
.px-149 {
  padding-right: 149rem !important;
}
.pb-149,
.py-149 {
  padding-bottom: 149rem !important;
}
.pl-149,
.px-149 {
  padding-left: 149rem !important;
}
.p-150 {
  padding: 150rem !important;
}
.pt-150,
.py-150 {
  padding-top: 150rem !important;
}
.px-150 {
  padding-right: 150rem !important;
}
.pb-150,
.py-150 {
  padding-bottom: 150rem !important;
}
.pl-150,
.px-150 {
  padding-left: 150rem !important;
}
.m-n1 {
  margin: -1rem !important;
}
.my-n1 {
  margin-top: -1rem !important;
}
.mr-n1 {
  margin-right: -1rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}
.m-n2 {
  margin: -2rem !important;
}
.my-n2 {
  margin-top: -2rem !important;
}
.mr-n2 {
  margin-right: -2rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -2rem !important;
}
.m-n3 {
  margin: -3rem !important;
}
.my-n3 {
  margin-top: -3rem !important;
}
.mr-n3 {
  margin-right: -3rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important;
}
.m-n4 {
  margin: -4rem !important;
}
.my-n4 {
  margin-top: -4rem !important;
}
.mr-n4 {
  margin-right: -4rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -4rem !important;
}
.m-n5 {
  margin: -5rem !important;
}
.my-n5 {
  margin-top: -5rem !important;
}
.mr-n5 {
  margin-right: -5rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -5rem !important;
}
.m-n6 {
  margin: -6rem !important;
}
.my-n6 {
  margin-top: -6rem !important;
}
.mr-n6 {
  margin-right: -6rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}
.m-n7 {
  margin: -7rem !important;
}
.my-n7 {
  margin-top: -7rem !important;
}
.mr-n7 {
  margin-right: -7rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important;
}
.m-n8 {
  margin: -8rem !important;
}
.my-n8 {
  margin-top: -8rem !important;
}
.mr-n8 {
  margin-right: -8rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}
.m-n9 {
  margin: -9rem !important;
}
.my-n9 {
  margin-top: -9rem !important;
}
.mr-n9 {
  margin-right: -9rem !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}
.m-n10 {
  margin: -10rem !important;
}
.my-n10 {
  margin-top: -10rem !important;
}
.mr-n10 {
  margin-right: -10rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -10rem !important;
}
.m-n11 {
  margin: -11rem !important;
}
.my-n11 {
  margin-top: -11rem !important;
}
.mr-n11 {
  margin-right: -11rem !important;
}
.mb-n11,
.my-n11 {
  margin-bottom: -11rem !important;
}
.m-n12 {
  margin: -12rem !important;
}
.my-n12 {
  margin-top: -12rem !important;
}
.mr-n12 {
  margin-right: -12rem !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -12rem !important;
}
.m-n13 {
  margin: -13rem !important;
}
.my-n13 {
  margin-top: -13rem !important;
}
.mr-n13 {
  margin-right: -13rem !important;
}
.mb-n13,
.my-n13 {
  margin-bottom: -13rem !important;
}
.m-n14 {
  margin: -14rem !important;
}
.my-n14 {
  margin-top: -14rem !important;
}
.mr-n14 {
  margin-right: -14rem !important;
}
.mb-n14,
.my-n14 {
  margin-bottom: -14rem !important;
}
.m-n15 {
  margin: -15rem !important;
}
.my-n15 {
  margin-top: -15rem !important;
}
.mr-n15 {
  margin-right: -15rem !important;
}
.mb-n15,
.my-n15 {
  margin-bottom: -15rem !important;
}
.m-n16 {
  margin: -16rem !important;
}
.my-n16 {
  margin-top: -16rem !important;
}
.mr-n16 {
  margin-right: -16rem !important;
}
.mb-n16,
.my-n16 {
  margin-bottom: -16rem !important;
}
.m-n17 {
  margin: -17rem !important;
}
.my-n17 {
  margin-top: -17rem !important;
}
.mr-n17 {
  margin-right: -17rem !important;
}
.mb-n17,
.my-n17 {
  margin-bottom: -17rem !important;
}
.m-n18 {
  margin: -18rem !important;
}
.my-n18 {
  margin-top: -18rem !important;
}
.mr-n18 {
  margin-right: -18rem !important;
}
.mb-n18,
.my-n18 {
  margin-bottom: -18rem !important;
}
.m-n19 {
  margin: -19rem !important;
}
.my-n19 {
  margin-top: -19rem !important;
}
.mr-n19 {
  margin-right: -19rem !important;
}
.mb-n19,
.my-n19 {
  margin-bottom: -19rem !important;
}
.m-n20 {
  margin: -20rem !important;
}
.my-n20 {
  margin-top: -20rem !important;
}
.mr-n20 {
  margin-right: -20rem !important;
}
.mb-n20,
.my-n20 {
  margin-bottom: -20rem !important;
}
.m-n21 {
  margin: -21rem !important;
}
.my-n21 {
  margin-top: -21rem !important;
}
.mr-n21 {
  margin-right: -21rem !important;
}
.mb-n21,
.my-n21 {
  margin-bottom: -21rem !important;
}
.m-n22 {
  margin: -22rem !important;
}
.my-n22 {
  margin-top: -22rem !important;
}
.mr-n22 {
  margin-right: -22rem !important;
}
.mb-n22,
.my-n22 {
  margin-bottom: -22rem !important;
}
.m-n23 {
  margin: -23rem !important;
}
.my-n23 {
  margin-top: -23rem !important;
}
.mr-n23 {
  margin-right: -23rem !important;
}
.mb-n23,
.my-n23 {
  margin-bottom: -23rem !important;
}
.m-n24 {
  margin: -24rem !important;
}
.my-n24 {
  margin-top: -24rem !important;
}
.mr-n24 {
  margin-right: -24rem !important;
}
.mb-n24,
.my-n24 {
  margin-bottom: -24rem !important;
}
.m-n25 {
  margin: -25rem !important;
}
.my-n25 {
  margin-top: -25rem !important;
}
.mr-n25 {
  margin-right: -25rem !important;
}
.mb-n25,
.my-n25 {
  margin-bottom: -25rem !important;
}
.m-n26 {
  margin: -26rem !important;
}
.my-n26 {
  margin-top: -26rem !important;
}
.mr-n26 {
  margin-right: -26rem !important;
}
.mb-n26,
.my-n26 {
  margin-bottom: -26rem !important;
}
.m-n27 {
  margin: -27rem !important;
}
.my-n27 {
  margin-top: -27rem !important;
}
.mr-n27 {
  margin-right: -27rem !important;
}
.mb-n27,
.my-n27 {
  margin-bottom: -27rem !important;
}
.m-n28 {
  margin: -28rem !important;
}
.my-n28 {
  margin-top: -28rem !important;
}
.mr-n28 {
  margin-right: -28rem !important;
}
.mb-n28,
.my-n28 {
  margin-bottom: -28rem !important;
}
.m-n29 {
  margin: -29rem !important;
}
.my-n29 {
  margin-top: -29rem !important;
}
.mr-n29 {
  margin-right: -29rem !important;
}
.mb-n29,
.my-n29 {
  margin-bottom: -29rem !important;
}
.m-n30 {
  margin: -30rem !important;
}
.my-n30 {
  margin-top: -30rem !important;
}
.mr-n30 {
  margin-right: -30rem !important;
}
.mb-n30,
.my-n30 {
  margin-bottom: -30rem !important;
}
.m-n31 {
  margin: -31rem !important;
}
.my-n31 {
  margin-top: -31rem !important;
}
.mr-n31 {
  margin-right: -31rem !important;
}
.mb-n31,
.my-n31 {
  margin-bottom: -31rem !important;
}
.m-n32 {
  margin: -32rem !important;
}
.my-n32 {
  margin-top: -32rem !important;
}
.mr-n32 {
  margin-right: -32rem !important;
}
.mb-n32,
.my-n32 {
  margin-bottom: -32rem !important;
}
.m-n33 {
  margin: -33rem !important;
}
.my-n33 {
  margin-top: -33rem !important;
}
.mr-n33 {
  margin-right: -33rem !important;
}
.mb-n33,
.my-n33 {
  margin-bottom: -33rem !important;
}
.m-n34 {
  margin: -34rem !important;
}
.my-n34 {
  margin-top: -34rem !important;
}
.mr-n34 {
  margin-right: -34rem !important;
}
.mb-n34,
.my-n34 {
  margin-bottom: -34rem !important;
}
.m-n35 {
  margin: -35rem !important;
}
.my-n35 {
  margin-top: -35rem !important;
}
.mr-n35 {
  margin-right: -35rem !important;
}
.mb-n35,
.my-n35 {
  margin-bottom: -35rem !important;
}
.m-n36 {
  margin: -36rem !important;
}
.my-n36 {
  margin-top: -36rem !important;
}
.mr-n36 {
  margin-right: -36rem !important;
}
.mb-n36,
.my-n36 {
  margin-bottom: -36rem !important;
}
.m-n37 {
  margin: -37rem !important;
}
.my-n37 {
  margin-top: -37rem !important;
}
.mr-n37 {
  margin-right: -37rem !important;
}
.mb-n37,
.my-n37 {
  margin-bottom: -37rem !important;
}
.m-n38 {
  margin: -38rem !important;
}
.my-n38 {
  margin-top: -38rem !important;
}
.mr-n38 {
  margin-right: -38rem !important;
}
.mb-n38,
.my-n38 {
  margin-bottom: -38rem !important;
}
.m-n39 {
  margin: -39rem !important;
}
.my-n39 {
  margin-top: -39rem !important;
}
.mr-n39 {
  margin-right: -39rem !important;
}
.mb-n39,
.my-n39 {
  margin-bottom: -39rem !important;
}
.m-n40 {
  margin: -40rem !important;
}
.my-n40 {
  margin-top: -40rem !important;
}
.mr-n40 {
  margin-right: -40rem !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -40rem !important;
}
.m-n41 {
  margin: -41rem !important;
}
.my-n41 {
  margin-top: -41rem !important;
}
.mr-n41 {
  margin-right: -41rem !important;
}
.mb-n41,
.my-n41 {
  margin-bottom: -41rem !important;
}
.m-n42 {
  margin: -42rem !important;
}
.my-n42 {
  margin-top: -42rem !important;
}
.mr-n42 {
  margin-right: -42rem !important;
}
.mb-n42,
.my-n42 {
  margin-bottom: -42rem !important;
}
.m-n43 {
  margin: -43rem !important;
}
.my-n43 {
  margin-top: -43rem !important;
}
.mr-n43 {
  margin-right: -43rem !important;
}
.mb-n43,
.my-n43 {
  margin-bottom: -43rem !important;
}
.m-n44 {
  margin: -44rem !important;
}
.my-n44 {
  margin-top: -44rem !important;
}
.mr-n44 {
  margin-right: -44rem !important;
}
.mb-n44,
.my-n44 {
  margin-bottom: -44rem !important;
}
.m-n45 {
  margin: -45rem !important;
}
.my-n45 {
  margin-top: -45rem !important;
}
.mr-n45 {
  margin-right: -45rem !important;
}
.mb-n45,
.my-n45 {
  margin-bottom: -45rem !important;
}
.m-n46 {
  margin: -46rem !important;
}
.my-n46 {
  margin-top: -46rem !important;
}
.mr-n46 {
  margin-right: -46rem !important;
}
.mb-n46,
.my-n46 {
  margin-bottom: -46rem !important;
}
.m-n47 {
  margin: -47rem !important;
}
.my-n47 {
  margin-top: -47rem !important;
}
.mr-n47 {
  margin-right: -47rem !important;
}
.mb-n47,
.my-n47 {
  margin-bottom: -47rem !important;
}
.m-n48 {
  margin: -48rem !important;
}
.my-n48 {
  margin-top: -48rem !important;
}
.mr-n48 {
  margin-right: -48rem !important;
}
.mb-n48,
.my-n48 {
  margin-bottom: -48rem !important;
}
.m-n49 {
  margin: -49rem !important;
}
.my-n49 {
  margin-top: -49rem !important;
}
.mr-n49 {
  margin-right: -49rem !important;
}
.mb-n49,
.my-n49 {
  margin-bottom: -49rem !important;
}
.m-n50 {
  margin: -50rem !important;
}
.my-n50 {
  margin-top: -50rem !important;
}
.mr-n50 {
  margin-right: -50rem !important;
}
.mb-n50,
.my-n50 {
  margin-bottom: -50rem !important;
}
.m-n51 {
  margin: -51rem !important;
}
.my-n51 {
  margin-top: -51rem !important;
}
.mr-n51 {
  margin-right: -51rem !important;
}
.mb-n51,
.my-n51 {
  margin-bottom: -51rem !important;
}
.m-n52 {
  margin: -52rem !important;
}
.my-n52 {
  margin-top: -52rem !important;
}
.mr-n52 {
  margin-right: -52rem !important;
}
.mb-n52,
.my-n52 {
  margin-bottom: -52rem !important;
}
.m-n53 {
  margin: -53rem !important;
}
.my-n53 {
  margin-top: -53rem !important;
}
.mr-n53 {
  margin-right: -53rem !important;
}
.mb-n53,
.my-n53 {
  margin-bottom: -53rem !important;
}
.m-n54 {
  margin: -54rem !important;
}
.my-n54 {
  margin-top: -54rem !important;
}
.mr-n54 {
  margin-right: -54rem !important;
}
.mb-n54,
.my-n54 {
  margin-bottom: -54rem !important;
}
.m-n55 {
  margin: -55rem !important;
}
.my-n55 {
  margin-top: -55rem !important;
}
.mr-n55 {
  margin-right: -55rem !important;
}
.mb-n55,
.my-n55 {
  margin-bottom: -55rem !important;
}
.m-n56 {
  margin: -56rem !important;
}
.my-n56 {
  margin-top: -56rem !important;
}
.mr-n56 {
  margin-right: -56rem !important;
}
.mb-n56,
.my-n56 {
  margin-bottom: -56rem !important;
}
.m-n57 {
  margin: -57rem !important;
}
.my-n57 {
  margin-top: -57rem !important;
}
.mr-n57 {
  margin-right: -57rem !important;
}
.mb-n57,
.my-n57 {
  margin-bottom: -57rem !important;
}
.m-n58 {
  margin: -58rem !important;
}
.my-n58 {
  margin-top: -58rem !important;
}
.mr-n58 {
  margin-right: -58rem !important;
}
.mb-n58,
.my-n58 {
  margin-bottom: -58rem !important;
}
.m-n59 {
  margin: -59rem !important;
}
.my-n59 {
  margin-top: -59rem !important;
}
.mr-n59 {
  margin-right: -59rem !important;
}
.mb-n59,
.my-n59 {
  margin-bottom: -59rem !important;
}
.m-n60 {
  margin: -60rem !important;
}
.my-n60 {
  margin-top: -60rem !important;
}
.mr-n60 {
  margin-right: -60rem !important;
}
.mb-n60,
.my-n60 {
  margin-bottom: -60rem !important;
}
.m-n61 {
  margin: -61rem !important;
}
.my-n61 {
  margin-top: -61rem !important;
}
.mr-n61 {
  margin-right: -61rem !important;
}
.mb-n61,
.my-n61 {
  margin-bottom: -61rem !important;
}
.m-n62 {
  margin: -62rem !important;
}
.my-n62 {
  margin-top: -62rem !important;
}
.mr-n62 {
  margin-right: -62rem !important;
}
.mb-n62,
.my-n62 {
  margin-bottom: -62rem !important;
}
.m-n63 {
  margin: -63rem !important;
}
.my-n63 {
  margin-top: -63rem !important;
}
.mr-n63 {
  margin-right: -63rem !important;
}
.mb-n63,
.my-n63 {
  margin-bottom: -63rem !important;
}
.m-n64 {
  margin: -64rem !important;
}
.my-n64 {
  margin-top: -64rem !important;
}
.mr-n64 {
  margin-right: -64rem !important;
}
.mb-n64,
.my-n64 {
  margin-bottom: -64rem !important;
}
.m-n65 {
  margin: -65rem !important;
}
.my-n65 {
  margin-top: -65rem !important;
}
.mr-n65 {
  margin-right: -65rem !important;
}
.mb-n65,
.my-n65 {
  margin-bottom: -65rem !important;
}
.m-n66 {
  margin: -66rem !important;
}
.my-n66 {
  margin-top: -66rem !important;
}
.mr-n66 {
  margin-right: -66rem !important;
}
.mb-n66,
.my-n66 {
  margin-bottom: -66rem !important;
}
.m-n67 {
  margin: -67rem !important;
}
.my-n67 {
  margin-top: -67rem !important;
}
.mr-n67 {
  margin-right: -67rem !important;
}
.mb-n67,
.my-n67 {
  margin-bottom: -67rem !important;
}
.m-n68 {
  margin: -68rem !important;
}
.my-n68 {
  margin-top: -68rem !important;
}
.mr-n68 {
  margin-right: -68rem !important;
}
.mb-n68,
.my-n68 {
  margin-bottom: -68rem !important;
}
.m-n69 {
  margin: -69rem !important;
}
.my-n69 {
  margin-top: -69rem !important;
}
.mr-n69 {
  margin-right: -69rem !important;
}
.mb-n69,
.my-n69 {
  margin-bottom: -69rem !important;
}
.m-n70 {
  margin: -70rem !important;
}
.my-n70 {
  margin-top: -70rem !important;
}
.mr-n70 {
  margin-right: -70rem !important;
}
.mb-n70,
.my-n70 {
  margin-bottom: -70rem !important;
}
.m-n71 {
  margin: -71rem !important;
}
.my-n71 {
  margin-top: -71rem !important;
}
.mr-n71 {
  margin-right: -71rem !important;
}
.mb-n71,
.my-n71 {
  margin-bottom: -71rem !important;
}
.m-n72 {
  margin: -72rem !important;
}
.my-n72 {
  margin-top: -72rem !important;
}
.mr-n72 {
  margin-right: -72rem !important;
}
.mb-n72,
.my-n72 {
  margin-bottom: -72rem !important;
}
.m-n73 {
  margin: -73rem !important;
}
.my-n73 {
  margin-top: -73rem !important;
}
.mr-n73 {
  margin-right: -73rem !important;
}
.mb-n73,
.my-n73 {
  margin-bottom: -73rem !important;
}
.m-n74 {
  margin: -74rem !important;
}
.my-n74 {
  margin-top: -74rem !important;
}
.mr-n74 {
  margin-right: -74rem !important;
}
.mb-n74,
.my-n74 {
  margin-bottom: -74rem !important;
}
.m-n75 {
  margin: -75rem !important;
}
.my-n75 {
  margin-top: -75rem !important;
}
.mr-n75 {
  margin-right: -75rem !important;
}
.mb-n75,
.my-n75 {
  margin-bottom: -75rem !important;
}
.m-n76 {
  margin: -76rem !important;
}
.my-n76 {
  margin-top: -76rem !important;
}
.mr-n76 {
  margin-right: -76rem !important;
}
.mb-n76,
.my-n76 {
  margin-bottom: -76rem !important;
}
.m-n77 {
  margin: -77rem !important;
}
.my-n77 {
  margin-top: -77rem !important;
}
.mr-n77 {
  margin-right: -77rem !important;
}
.mb-n77,
.my-n77 {
  margin-bottom: -77rem !important;
}
.m-n78 {
  margin: -78rem !important;
}
.my-n78 {
  margin-top: -78rem !important;
}
.mr-n78 {
  margin-right: -78rem !important;
}
.mb-n78,
.my-n78 {
  margin-bottom: -78rem !important;
}
.m-n79 {
  margin: -79rem !important;
}
.my-n79 {
  margin-top: -79rem !important;
}
.mr-n79 {
  margin-right: -79rem !important;
}
.mb-n79,
.my-n79 {
  margin-bottom: -79rem !important;
}
.m-n80 {
  margin: -80rem !important;
}
.my-n80 {
  margin-top: -80rem !important;
}
.mr-n80 {
  margin-right: -80rem !important;
}
.mb-n80,
.my-n80 {
  margin-bottom: -80rem !important;
}
.m-n81 {
  margin: -81rem !important;
}
.my-n81 {
  margin-top: -81rem !important;
}
.mr-n81 {
  margin-right: -81rem !important;
}
.mb-n81,
.my-n81 {
  margin-bottom: -81rem !important;
}
.m-n82 {
  margin: -82rem !important;
}
.my-n82 {
  margin-top: -82rem !important;
}
.mr-n82 {
  margin-right: -82rem !important;
}
.mb-n82,
.my-n82 {
  margin-bottom: -82rem !important;
}
.m-n83 {
  margin: -83rem !important;
}
.my-n83 {
  margin-top: -83rem !important;
}
.mr-n83 {
  margin-right: -83rem !important;
}
.mb-n83,
.my-n83 {
  margin-bottom: -83rem !important;
}
.m-n84 {
  margin: -84rem !important;
}
.my-n84 {
  margin-top: -84rem !important;
}
.mr-n84 {
  margin-right: -84rem !important;
}
.mb-n84,
.my-n84 {
  margin-bottom: -84rem !important;
}
.m-n85 {
  margin: -85rem !important;
}
.my-n85 {
  margin-top: -85rem !important;
}
.mr-n85 {
  margin-right: -85rem !important;
}
.mb-n85,
.my-n85 {
  margin-bottom: -85rem !important;
}
.m-n86 {
  margin: -86rem !important;
}
.my-n86 {
  margin-top: -86rem !important;
}
.mr-n86 {
  margin-right: -86rem !important;
}
.mb-n86,
.my-n86 {
  margin-bottom: -86rem !important;
}
.m-n87 {
  margin: -87rem !important;
}
.my-n87 {
  margin-top: -87rem !important;
}
.mr-n87 {
  margin-right: -87rem !important;
}
.mb-n87,
.my-n87 {
  margin-bottom: -87rem !important;
}
.m-n88 {
  margin: -88rem !important;
}
.my-n88 {
  margin-top: -88rem !important;
}
.mr-n88 {
  margin-right: -88rem !important;
}
.mb-n88,
.my-n88 {
  margin-bottom: -88rem !important;
}
.m-n89 {
  margin: -89rem !important;
}
.my-n89 {
  margin-top: -89rem !important;
}
.mr-n89 {
  margin-right: -89rem !important;
}
.mb-n89,
.my-n89 {
  margin-bottom: -89rem !important;
}
.m-n90 {
  margin: -90rem !important;
}
.my-n90 {
  margin-top: -90rem !important;
}
.mr-n90 {
  margin-right: -90rem !important;
}
.mb-n90,
.my-n90 {
  margin-bottom: -90rem !important;
}
.m-n91 {
  margin: -91rem !important;
}
.my-n91 {
  margin-top: -91rem !important;
}
.mr-n91 {
  margin-right: -91rem !important;
}
.mb-n91,
.my-n91 {
  margin-bottom: -91rem !important;
}
.m-n92 {
  margin: -92rem !important;
}
.my-n92 {
  margin-top: -92rem !important;
}
.mr-n92 {
  margin-right: -92rem !important;
}
.mb-n92,
.my-n92 {
  margin-bottom: -92rem !important;
}
.m-n93 {
  margin: -93rem !important;
}
.my-n93 {
  margin-top: -93rem !important;
}
.mr-n93 {
  margin-right: -93rem !important;
}
.mb-n93,
.my-n93 {
  margin-bottom: -93rem !important;
}
.m-n94 {
  margin: -94rem !important;
}
.my-n94 {
  margin-top: -94rem !important;
}
.mr-n94 {
  margin-right: -94rem !important;
}
.mb-n94,
.my-n94 {
  margin-bottom: -94rem !important;
}
.m-n95 {
  margin: -95rem !important;
}
.my-n95 {
  margin-top: -95rem !important;
}
.mr-n95 {
  margin-right: -95rem !important;
}
.mb-n95,
.my-n95 {
  margin-bottom: -95rem !important;
}
.m-n96 {
  margin: -96rem !important;
}
.my-n96 {
  margin-top: -96rem !important;
}
.mr-n96 {
  margin-right: -96rem !important;
}
.mb-n96,
.my-n96 {
  margin-bottom: -96rem !important;
}
.m-n97 {
  margin: -97rem !important;
}
.my-n97 {
  margin-top: -97rem !important;
}
.mr-n97 {
  margin-right: -97rem !important;
}
.mb-n97,
.my-n97 {
  margin-bottom: -97rem !important;
}
.m-n98 {
  margin: -98rem !important;
}
.my-n98 {
  margin-top: -98rem !important;
}
.mr-n98 {
  margin-right: -98rem !important;
}
.mb-n98,
.my-n98 {
  margin-bottom: -98rem !important;
}
.m-n99 {
  margin: -99rem !important;
}
.my-n99 {
  margin-top: -99rem !important;
}
.mr-n99 {
  margin-right: -99rem !important;
}
.mb-n99,
.my-n99 {
  margin-bottom: -99rem !important;
}
.m-n100 {
  margin: -100rem !important;
}
.my-n100 {
  margin-top: -100rem !important;
}
.mr-n100 {
  margin-right: -100rem !important;
}
.mb-n100,
.my-n100 {
  margin-bottom: -100rem !important;
}
.m-n101 {
  margin: -101rem !important;
}
.my-n101 {
  margin-top: -101rem !important;
}
.mr-n101 {
  margin-right: -101rem !important;
}
.mb-n101,
.my-n101 {
  margin-bottom: -101rem !important;
}
.m-n102 {
  margin: -102rem !important;
}
.my-n102 {
  margin-top: -102rem !important;
}
.mr-n102 {
  margin-right: -102rem !important;
}
.mb-n102,
.my-n102 {
  margin-bottom: -102rem !important;
}
.m-n103 {
  margin: -103rem !important;
}
.my-n103 {
  margin-top: -103rem !important;
}
.mr-n103 {
  margin-right: -103rem !important;
}
.mb-n103,
.my-n103 {
  margin-bottom: -103rem !important;
}
.m-n104 {
  margin: -104rem !important;
}
.my-n104 {
  margin-top: -104rem !important;
}
.mr-n104 {
  margin-right: -104rem !important;
}
.mb-n104,
.my-n104 {
  margin-bottom: -104rem !important;
}
.m-n105 {
  margin: -105rem !important;
}
.my-n105 {
  margin-top: -105rem !important;
}
.mr-n105 {
  margin-right: -105rem !important;
}
.mb-n105,
.my-n105 {
  margin-bottom: -105rem !important;
}
.m-n106 {
  margin: -106rem !important;
}
.my-n106 {
  margin-top: -106rem !important;
}
.mr-n106 {
  margin-right: -106rem !important;
}
.mb-n106,
.my-n106 {
  margin-bottom: -106rem !important;
}
.m-n107 {
  margin: -107rem !important;
}
.my-n107 {
  margin-top: -107rem !important;
}
.mr-n107 {
  margin-right: -107rem !important;
}
.mb-n107,
.my-n107 {
  margin-bottom: -107rem !important;
}
.m-n108 {
  margin: -108rem !important;
}
.my-n108 {
  margin-top: -108rem !important;
}
.mr-n108 {
  margin-right: -108rem !important;
}
.mb-n108,
.my-n108 {
  margin-bottom: -108rem !important;
}
.m-n109 {
  margin: -109rem !important;
}
.my-n109 {
  margin-top: -109rem !important;
}
.mr-n109 {
  margin-right: -109rem !important;
}
.mb-n109,
.my-n109 {
  margin-bottom: -109rem !important;
}
.m-n110 {
  margin: -110rem !important;
}
.my-n110 {
  margin-top: -110rem !important;
}
.mr-n110 {
  margin-right: -110rem !important;
}
.mb-n110,
.my-n110 {
  margin-bottom: -110rem !important;
}
.m-n111 {
  margin: -111rem !important;
}
.my-n111 {
  margin-top: -111rem !important;
}
.mr-n111 {
  margin-right: -111rem !important;
}
.mb-n111,
.my-n111 {
  margin-bottom: -111rem !important;
}
.m-n112 {
  margin: -112rem !important;
}
.my-n112 {
  margin-top: -112rem !important;
}
.mr-n112 {
  margin-right: -112rem !important;
}
.mb-n112,
.my-n112 {
  margin-bottom: -112rem !important;
}
.m-n113 {
  margin: -113rem !important;
}
.my-n113 {
  margin-top: -113rem !important;
}
.mr-n113 {
  margin-right: -113rem !important;
}
.mb-n113,
.my-n113 {
  margin-bottom: -113rem !important;
}
.m-n114 {
  margin: -114rem !important;
}
.my-n114 {
  margin-top: -114rem !important;
}
.mr-n114 {
  margin-right: -114rem !important;
}
.mb-n114,
.my-n114 {
  margin-bottom: -114rem !important;
}
.m-n115 {
  margin: -115rem !important;
}
.my-n115 {
  margin-top: -115rem !important;
}
.mr-n115 {
  margin-right: -115rem !important;
}
.mb-n115,
.my-n115 {
  margin-bottom: -115rem !important;
}
.m-n116 {
  margin: -116rem !important;
}
.my-n116 {
  margin-top: -116rem !important;
}
.mr-n116 {
  margin-right: -116rem !important;
}
.mb-n116,
.my-n116 {
  margin-bottom: -116rem !important;
}
.m-n117 {
  margin: -117rem !important;
}
.my-n117 {
  margin-top: -117rem !important;
}
.mr-n117 {
  margin-right: -117rem !important;
}
.mb-n117,
.my-n117 {
  margin-bottom: -117rem !important;
}
.m-n118 {
  margin: -118rem !important;
}
.my-n118 {
  margin-top: -118rem !important;
}
.mr-n118 {
  margin-right: -118rem !important;
}
.mb-n118,
.my-n118 {
  margin-bottom: -118rem !important;
}
.m-n119 {
  margin: -119rem !important;
}
.my-n119 {
  margin-top: -119rem !important;
}
.mr-n119 {
  margin-right: -119rem !important;
}
.mb-n119,
.my-n119 {
  margin-bottom: -119rem !important;
}
.m-n120 {
  margin: -120rem !important;
}
.my-n120 {
  margin-top: -120rem !important;
}
.mr-n120 {
  margin-right: -120rem !important;
}
.mb-n120,
.my-n120 {
  margin-bottom: -120rem !important;
}
.m-n121 {
  margin: -121rem !important;
}
.my-n121 {
  margin-top: -121rem !important;
}
.mr-n121 {
  margin-right: -121rem !important;
}
.mb-n121,
.my-n121 {
  margin-bottom: -121rem !important;
}
.m-n122 {
  margin: -122rem !important;
}
.my-n122 {
  margin-top: -122rem !important;
}
.mr-n122 {
  margin-right: -122rem !important;
}
.mb-n122,
.my-n122 {
  margin-bottom: -122rem !important;
}
.m-n123 {
  margin: -123rem !important;
}
.my-n123 {
  margin-top: -123rem !important;
}
.mr-n123 {
  margin-right: -123rem !important;
}
.mb-n123,
.my-n123 {
  margin-bottom: -123rem !important;
}
.m-n124 {
  margin: -124rem !important;
}
.my-n124 {
  margin-top: -124rem !important;
}
.mr-n124 {
  margin-right: -124rem !important;
}
.mb-n124,
.my-n124 {
  margin-bottom: -124rem !important;
}
.m-n125 {
  margin: -125rem !important;
}
.my-n125 {
  margin-top: -125rem !important;
}
.mr-n125 {
  margin-right: -125rem !important;
}
.mb-n125,
.my-n125 {
  margin-bottom: -125rem !important;
}
.m-n126 {
  margin: -126rem !important;
}
.my-n126 {
  margin-top: -126rem !important;
}
.mr-n126 {
  margin-right: -126rem !important;
}
.mb-n126,
.my-n126 {
  margin-bottom: -126rem !important;
}
.m-n127 {
  margin: -127rem !important;
}
.my-n127 {
  margin-top: -127rem !important;
}
.mr-n127 {
  margin-right: -127rem !important;
}
.mb-n127,
.my-n127 {
  margin-bottom: -127rem !important;
}
.m-n128 {
  margin: -128rem !important;
}
.my-n128 {
  margin-top: -128rem !important;
}
.mr-n128 {
  margin-right: -128rem !important;
}
.mb-n128,
.my-n128 {
  margin-bottom: -128rem !important;
}
.m-n129 {
  margin: -129rem !important;
}
.my-n129 {
  margin-top: -129rem !important;
}
.mr-n129 {
  margin-right: -129rem !important;
}
.mb-n129,
.my-n129 {
  margin-bottom: -129rem !important;
}
.m-n130 {
  margin: -130rem !important;
}
.my-n130 {
  margin-top: -130rem !important;
}
.mr-n130 {
  margin-right: -130rem !important;
}
.mb-n130,
.my-n130 {
  margin-bottom: -130rem !important;
}
.m-n131 {
  margin: -131rem !important;
}
.my-n131 {
  margin-top: -131rem !important;
}
.mr-n131 {
  margin-right: -131rem !important;
}
.mb-n131,
.my-n131 {
  margin-bottom: -131rem !important;
}
.m-n132 {
  margin: -132rem !important;
}
.my-n132 {
  margin-top: -132rem !important;
}
.mr-n132 {
  margin-right: -132rem !important;
}
.mb-n132,
.my-n132 {
  margin-bottom: -132rem !important;
}
.m-n133 {
  margin: -133rem !important;
}
.my-n133 {
  margin-top: -133rem !important;
}
.mr-n133 {
  margin-right: -133rem !important;
}
.mb-n133,
.my-n133 {
  margin-bottom: -133rem !important;
}
.m-n134 {
  margin: -134rem !important;
}
.my-n134 {
  margin-top: -134rem !important;
}
.mr-n134 {
  margin-right: -134rem !important;
}
.mb-n134,
.my-n134 {
  margin-bottom: -134rem !important;
}
.m-n135 {
  margin: -135rem !important;
}
.my-n135 {
  margin-top: -135rem !important;
}
.mr-n135 {
  margin-right: -135rem !important;
}
.mb-n135,
.my-n135 {
  margin-bottom: -135rem !important;
}
.m-n136 {
  margin: -136rem !important;
}
.my-n136 {
  margin-top: -136rem !important;
}
.mr-n136 {
  margin-right: -136rem !important;
}
.mb-n136,
.my-n136 {
  margin-bottom: -136rem !important;
}
.m-n137 {
  margin: -137rem !important;
}
.my-n137 {
  margin-top: -137rem !important;
}
.mr-n137 {
  margin-right: -137rem !important;
}
.mb-n137,
.my-n137 {
  margin-bottom: -137rem !important;
}
.m-n138 {
  margin: -138rem !important;
}
.my-n138 {
  margin-top: -138rem !important;
}
.mr-n138 {
  margin-right: -138rem !important;
}
.mb-n138,
.my-n138 {
  margin-bottom: -138rem !important;
}
.m-n139 {
  margin: -139rem !important;
}
.my-n139 {
  margin-top: -139rem !important;
}
.mr-n139 {
  margin-right: -139rem !important;
}
.mb-n139,
.my-n139 {
  margin-bottom: -139rem !important;
}
.m-n140 {
  margin: -140rem !important;
}
.my-n140 {
  margin-top: -140rem !important;
}
.mr-n140 {
  margin-right: -140rem !important;
}
.mb-n140,
.my-n140 {
  margin-bottom: -140rem !important;
}
.m-n141 {
  margin: -141rem !important;
}
.my-n141 {
  margin-top: -141rem !important;
}
.mr-n141 {
  margin-right: -141rem !important;
}
.mb-n141,
.my-n141 {
  margin-bottom: -141rem !important;
}
.m-n142 {
  margin: -142rem !important;
}
.my-n142 {
  margin-top: -142rem !important;
}
.mr-n142 {
  margin-right: -142rem !important;
}
.mb-n142,
.my-n142 {
  margin-bottom: -142rem !important;
}
.m-n143 {
  margin: -143rem !important;
}
.my-n143 {
  margin-top: -143rem !important;
}
.mr-n143 {
  margin-right: -143rem !important;
}
.mb-n143,
.my-n143 {
  margin-bottom: -143rem !important;
}
.m-n144 {
  margin: -144rem !important;
}
.my-n144 {
  margin-top: -144rem !important;
}
.mr-n144 {
  margin-right: -144rem !important;
}
.mb-n144,
.my-n144 {
  margin-bottom: -144rem !important;
}
.m-n145 {
  margin: -145rem !important;
}
.my-n145 {
  margin-top: -145rem !important;
}
.mr-n145 {
  margin-right: -145rem !important;
}
.mb-n145,
.my-n145 {
  margin-bottom: -145rem !important;
}
.m-n146 {
  margin: -146rem !important;
}
.my-n146 {
  margin-top: -146rem !important;
}
.mr-n146 {
  margin-right: -146rem !important;
}
.mb-n146,
.my-n146 {
  margin-bottom: -146rem !important;
}
.m-n147 {
  margin: -147rem !important;
}
.my-n147 {
  margin-top: -147rem !important;
}
.mr-n147 {
  margin-right: -147rem !important;
}
.mb-n147,
.my-n147 {
  margin-bottom: -147rem !important;
}
.m-n148 {
  margin: -148rem !important;
}
.my-n148 {
  margin-top: -148rem !important;
}
.mr-n148 {
  margin-right: -148rem !important;
}
.mb-n148,
.my-n148 {
  margin-bottom: -148rem !important;
}
.m-n149 {
  margin: -149rem !important;
}
.my-n149 {
  margin-top: -149rem !important;
}
.mr-n149 {
  margin-right: -149rem !important;
}
.mb-n149,
.my-n149 {
  margin-bottom: -149rem !important;
}
.m-n150 {
  margin: -150rem !important;
}
.my-n150 {
  margin-top: -150rem !important;
}
.mr-n150 {
  margin-right: -150rem !important;
}
.mb-n150,
.my-n150 {
  margin-bottom: -150rem !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
  }
  .mr-sm-7 {
    margin-right: 7rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
  }
  .mr-sm-10 {
    margin-right: 10rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10rem !important;
  }
  .m-sm-11 {
    margin: 11rem !important;
  }
  .my-sm-11 {
    margin-top: 11rem !important;
  }
  .mr-sm-11 {
    margin-right: 11rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 11rem !important;
  }
  .m-sm-12 {
    margin: 12rem !important;
  }
  .my-sm-12 {
    margin-top: 12rem !important;
  }
  .mr-sm-12 {
    margin-right: 12rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 12rem !important;
  }
  .m-sm-13 {
    margin: 13rem !important;
  }
  .my-sm-13 {
    margin-top: 13rem !important;
  }
  .mr-sm-13 {
    margin-right: 13rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 13rem !important;
  }
  .m-sm-14 {
    margin: 14rem !important;
  }
  .my-sm-14 {
    margin-top: 14rem !important;
  }
  .mr-sm-14 {
    margin-right: 14rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 14rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .my-sm-15 {
    margin-top: 15rem !important;
  }
  .mr-sm-15 {
    margin-right: 15rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15rem !important;
  }
  .m-sm-16 {
    margin: 16rem !important;
  }
  .my-sm-16 {
    margin-top: 16rem !important;
  }
  .mr-sm-16 {
    margin-right: 16rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 16rem !important;
  }
  .m-sm-17 {
    margin: 17rem !important;
  }
  .my-sm-17 {
    margin-top: 17rem !important;
  }
  .mr-sm-17 {
    margin-right: 17rem !important;
  }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 17rem !important;
  }
  .m-sm-18 {
    margin: 18rem !important;
  }
  .my-sm-18 {
    margin-top: 18rem !important;
  }
  .mr-sm-18 {
    margin-right: 18rem !important;
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 18rem !important;
  }
  .m-sm-19 {
    margin: 19rem !important;
  }
  .my-sm-19 {
    margin-top: 19rem !important;
  }
  .mr-sm-19 {
    margin-right: 19rem !important;
  }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 19rem !important;
  }
  .m-sm-20 {
    margin: 20rem !important;
  }
  .my-sm-20 {
    margin-top: 20rem !important;
  }
  .mr-sm-20 {
    margin-right: 20rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20rem !important;
  }
  .m-sm-21 {
    margin: 21rem !important;
  }
  .my-sm-21 {
    margin-top: 21rem !important;
  }
  .mr-sm-21 {
    margin-right: 21rem !important;
  }
  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 21rem !important;
  }
  .m-sm-22 {
    margin: 22rem !important;
  }
  .my-sm-22 {
    margin-top: 22rem !important;
  }
  .mr-sm-22 {
    margin-right: 22rem !important;
  }
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 22rem !important;
  }
  .m-sm-23 {
    margin: 23rem !important;
  }
  .my-sm-23 {
    margin-top: 23rem !important;
  }
  .mr-sm-23 {
    margin-right: 23rem !important;
  }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 23rem !important;
  }
  .m-sm-24 {
    margin: 24rem !important;
  }
  .my-sm-24 {
    margin-top: 24rem !important;
  }
  .mr-sm-24 {
    margin-right: 24rem !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 24rem !important;
  }
  .m-sm-25 {
    margin: 25rem !important;
  }
  .my-sm-25 {
    margin-top: 25rem !important;
  }
  .mr-sm-25 {
    margin-right: 25rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25rem !important;
  }
  .m-sm-26 {
    margin: 26rem !important;
  }
  .my-sm-26 {
    margin-top: 26rem !important;
  }
  .mr-sm-26 {
    margin-right: 26rem !important;
  }
  .mb-sm-26,
  .my-sm-26 {
    margin-bottom: 26rem !important;
  }
  .m-sm-27 {
    margin: 27rem !important;
  }
  .my-sm-27 {
    margin-top: 27rem !important;
  }
  .mr-sm-27 {
    margin-right: 27rem !important;
  }
  .mb-sm-27,
  .my-sm-27 {
    margin-bottom: 27rem !important;
  }
  .m-sm-28 {
    margin: 28rem !important;
  }
  .my-sm-28 {
    margin-top: 28rem !important;
  }
  .mr-sm-28 {
    margin-right: 28rem !important;
  }
  .mb-sm-28,
  .my-sm-28 {
    margin-bottom: 28rem !important;
  }
  .m-sm-29 {
    margin: 29rem !important;
  }
  .my-sm-29 {
    margin-top: 29rem !important;
  }
  .mr-sm-29 {
    margin-right: 29rem !important;
  }
  .mb-sm-29,
  .my-sm-29 {
    margin-bottom: 29rem !important;
  }
  .m-sm-30 {
    margin: 30rem !important;
  }
  .my-sm-30 {
    margin-top: 30rem !important;
  }
  .mr-sm-30 {
    margin-right: 30rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30rem !important;
  }
  .m-sm-31 {
    margin: 31rem !important;
  }
  .my-sm-31 {
    margin-top: 31rem !important;
  }
  .mr-sm-31 {
    margin-right: 31rem !important;
  }
  .mb-sm-31,
  .my-sm-31 {
    margin-bottom: 31rem !important;
  }
  .m-sm-32 {
    margin: 32rem !important;
  }
  .my-sm-32 {
    margin-top: 32rem !important;
  }
  .mr-sm-32 {
    margin-right: 32rem !important;
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 32rem !important;
  }
  .m-sm-33 {
    margin: 33rem !important;
  }
  .my-sm-33 {
    margin-top: 33rem !important;
  }
  .mr-sm-33 {
    margin-right: 33rem !important;
  }
  .mb-sm-33,
  .my-sm-33 {
    margin-bottom: 33rem !important;
  }
  .m-sm-34 {
    margin: 34rem !important;
  }
  .my-sm-34 {
    margin-top: 34rem !important;
  }
  .mr-sm-34 {
    margin-right: 34rem !important;
  }
  .mb-sm-34,
  .my-sm-34 {
    margin-bottom: 34rem !important;
  }
  .m-sm-35 {
    margin: 35rem !important;
  }
  .my-sm-35 {
    margin-top: 35rem !important;
  }
  .mr-sm-35 {
    margin-right: 35rem !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 35rem !important;
  }
  .m-sm-36 {
    margin: 36rem !important;
  }
  .my-sm-36 {
    margin-top: 36rem !important;
  }
  .mr-sm-36 {
    margin-right: 36rem !important;
  }
  .mb-sm-36,
  .my-sm-36 {
    margin-bottom: 36rem !important;
  }
  .m-sm-37 {
    margin: 37rem !important;
  }
  .my-sm-37 {
    margin-top: 37rem !important;
  }
  .mr-sm-37 {
    margin-right: 37rem !important;
  }
  .mb-sm-37,
  .my-sm-37 {
    margin-bottom: 37rem !important;
  }
  .m-sm-38 {
    margin: 38rem !important;
  }
  .my-sm-38 {
    margin-top: 38rem !important;
  }
  .mr-sm-38 {
    margin-right: 38rem !important;
  }
  .mb-sm-38,
  .my-sm-38 {
    margin-bottom: 38rem !important;
  }
  .m-sm-39 {
    margin: 39rem !important;
  }
  .my-sm-39 {
    margin-top: 39rem !important;
  }
  .mr-sm-39 {
    margin-right: 39rem !important;
  }
  .mb-sm-39,
  .my-sm-39 {
    margin-bottom: 39rem !important;
  }
  .m-sm-40 {
    margin: 40rem !important;
  }
  .my-sm-40 {
    margin-top: 40rem !important;
  }
  .mr-sm-40 {
    margin-right: 40rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40rem !important;
  }
  .m-sm-41 {
    margin: 41rem !important;
  }
  .my-sm-41 {
    margin-top: 41rem !important;
  }
  .mr-sm-41 {
    margin-right: 41rem !important;
  }
  .mb-sm-41,
  .my-sm-41 {
    margin-bottom: 41rem !important;
  }
  .m-sm-42 {
    margin: 42rem !important;
  }
  .my-sm-42 {
    margin-top: 42rem !important;
  }
  .mr-sm-42 {
    margin-right: 42rem !important;
  }
  .mb-sm-42,
  .my-sm-42 {
    margin-bottom: 42rem !important;
  }
  .m-sm-43 {
    margin: 43rem !important;
  }
  .my-sm-43 {
    margin-top: 43rem !important;
  }
  .mr-sm-43 {
    margin-right: 43rem !important;
  }
  .mb-sm-43,
  .my-sm-43 {
    margin-bottom: 43rem !important;
  }
  .m-sm-44 {
    margin: 44rem !important;
  }
  .my-sm-44 {
    margin-top: 44rem !important;
  }
  .mr-sm-44 {
    margin-right: 44rem !important;
  }
  .mb-sm-44,
  .my-sm-44 {
    margin-bottom: 44rem !important;
  }
  .m-sm-45 {
    margin: 45rem !important;
  }
  .my-sm-45 {
    margin-top: 45rem !important;
  }
  .mr-sm-45 {
    margin-right: 45rem !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45rem !important;
  }
  .m-sm-46 {
    margin: 46rem !important;
  }
  .my-sm-46 {
    margin-top: 46rem !important;
  }
  .mr-sm-46 {
    margin-right: 46rem !important;
  }
  .mb-sm-46,
  .my-sm-46 {
    margin-bottom: 46rem !important;
  }
  .m-sm-47 {
    margin: 47rem !important;
  }
  .my-sm-47 {
    margin-top: 47rem !important;
  }
  .mr-sm-47 {
    margin-right: 47rem !important;
  }
  .mb-sm-47,
  .my-sm-47 {
    margin-bottom: 47rem !important;
  }
  .m-sm-48 {
    margin: 48rem !important;
  }
  .my-sm-48 {
    margin-top: 48rem !important;
  }
  .mr-sm-48 {
    margin-right: 48rem !important;
  }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 48rem !important;
  }
  .m-sm-49 {
    margin: 49rem !important;
  }
  .my-sm-49 {
    margin-top: 49rem !important;
  }
  .mr-sm-49 {
    margin-right: 49rem !important;
  }
  .mb-sm-49,
  .my-sm-49 {
    margin-bottom: 49rem !important;
  }
  .m-sm-50 {
    margin: 50rem !important;
  }
  .my-sm-50 {
    margin-top: 50rem !important;
  }
  .mr-sm-50 {
    margin-right: 50rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50rem !important;
  }
  .m-sm-51 {
    margin: 51rem !important;
  }
  .my-sm-51 {
    margin-top: 51rem !important;
  }
  .mr-sm-51 {
    margin-right: 51rem !important;
  }
  .mb-sm-51,
  .my-sm-51 {
    margin-bottom: 51rem !important;
  }
  .m-sm-52 {
    margin: 52rem !important;
  }
  .my-sm-52 {
    margin-top: 52rem !important;
  }
  .mr-sm-52 {
    margin-right: 52rem !important;
  }
  .mb-sm-52,
  .my-sm-52 {
    margin-bottom: 52rem !important;
  }
  .m-sm-53 {
    margin: 53rem !important;
  }
  .my-sm-53 {
    margin-top: 53rem !important;
  }
  .mr-sm-53 {
    margin-right: 53rem !important;
  }
  .mb-sm-53,
  .my-sm-53 {
    margin-bottom: 53rem !important;
  }
  .m-sm-54 {
    margin: 54rem !important;
  }
  .my-sm-54 {
    margin-top: 54rem !important;
  }
  .mr-sm-54 {
    margin-right: 54rem !important;
  }
  .mb-sm-54,
  .my-sm-54 {
    margin-bottom: 54rem !important;
  }
  .m-sm-55 {
    margin: 55rem !important;
  }
  .my-sm-55 {
    margin-top: 55rem !important;
  }
  .mr-sm-55 {
    margin-right: 55rem !important;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 55rem !important;
  }
  .m-sm-56 {
    margin: 56rem !important;
  }
  .my-sm-56 {
    margin-top: 56rem !important;
  }
  .mr-sm-56 {
    margin-right: 56rem !important;
  }
  .mb-sm-56,
  .my-sm-56 {
    margin-bottom: 56rem !important;
  }
  .m-sm-57 {
    margin: 57rem !important;
  }
  .my-sm-57 {
    margin-top: 57rem !important;
  }
  .mr-sm-57 {
    margin-right: 57rem !important;
  }
  .mb-sm-57,
  .my-sm-57 {
    margin-bottom: 57rem !important;
  }
  .m-sm-58 {
    margin: 58rem !important;
  }
  .my-sm-58 {
    margin-top: 58rem !important;
  }
  .mr-sm-58 {
    margin-right: 58rem !important;
  }
  .mb-sm-58,
  .my-sm-58 {
    margin-bottom: 58rem !important;
  }
  .m-sm-59 {
    margin: 59rem !important;
  }
  .my-sm-59 {
    margin-top: 59rem !important;
  }
  .mr-sm-59 {
    margin-right: 59rem !important;
  }
  .mb-sm-59,
  .my-sm-59 {
    margin-bottom: 59rem !important;
  }
  .m-sm-60 {
    margin: 60rem !important;
  }
  .my-sm-60 {
    margin-top: 60rem !important;
  }
  .mr-sm-60 {
    margin-right: 60rem !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60rem !important;
  }
  .m-sm-61 {
    margin: 61rem !important;
  }
  .my-sm-61 {
    margin-top: 61rem !important;
  }
  .mr-sm-61 {
    margin-right: 61rem !important;
  }
  .mb-sm-61,
  .my-sm-61 {
    margin-bottom: 61rem !important;
  }
  .m-sm-62 {
    margin: 62rem !important;
  }
  .my-sm-62 {
    margin-top: 62rem !important;
  }
  .mr-sm-62 {
    margin-right: 62rem !important;
  }
  .mb-sm-62,
  .my-sm-62 {
    margin-bottom: 62rem !important;
  }
  .m-sm-63 {
    margin: 63rem !important;
  }
  .my-sm-63 {
    margin-top: 63rem !important;
  }
  .mr-sm-63 {
    margin-right: 63rem !important;
  }
  .mb-sm-63,
  .my-sm-63 {
    margin-bottom: 63rem !important;
  }
  .m-sm-64 {
    margin: 64rem !important;
  }
  .my-sm-64 {
    margin-top: 64rem !important;
  }
  .mr-sm-64 {
    margin-right: 64rem !important;
  }
  .mb-sm-64,
  .my-sm-64 {
    margin-bottom: 64rem !important;
  }
  .m-sm-65 {
    margin: 65rem !important;
  }
  .my-sm-65 {
    margin-top: 65rem !important;
  }
  .mr-sm-65 {
    margin-right: 65rem !important;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 65rem !important;
  }
  .m-sm-66 {
    margin: 66rem !important;
  }
  .my-sm-66 {
    margin-top: 66rem !important;
  }
  .mr-sm-66 {
    margin-right: 66rem !important;
  }
  .mb-sm-66,
  .my-sm-66 {
    margin-bottom: 66rem !important;
  }
  .m-sm-67 {
    margin: 67rem !important;
  }
  .my-sm-67 {
    margin-top: 67rem !important;
  }
  .mr-sm-67 {
    margin-right: 67rem !important;
  }
  .mb-sm-67,
  .my-sm-67 {
    margin-bottom: 67rem !important;
  }
  .m-sm-68 {
    margin: 68rem !important;
  }
  .my-sm-68 {
    margin-top: 68rem !important;
  }
  .mr-sm-68 {
    margin-right: 68rem !important;
  }
  .mb-sm-68,
  .my-sm-68 {
    margin-bottom: 68rem !important;
  }
  .m-sm-69 {
    margin: 69rem !important;
  }
  .my-sm-69 {
    margin-top: 69rem !important;
  }
  .mr-sm-69 {
    margin-right: 69rem !important;
  }
  .mb-sm-69,
  .my-sm-69 {
    margin-bottom: 69rem !important;
  }
  .m-sm-70 {
    margin: 70rem !important;
  }
  .my-sm-70 {
    margin-top: 70rem !important;
  }
  .mr-sm-70 {
    margin-right: 70rem !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70rem !important;
  }
  .m-sm-71 {
    margin: 71rem !important;
  }
  .my-sm-71 {
    margin-top: 71rem !important;
  }
  .mr-sm-71 {
    margin-right: 71rem !important;
  }
  .mb-sm-71,
  .my-sm-71 {
    margin-bottom: 71rem !important;
  }
  .m-sm-72 {
    margin: 72rem !important;
  }
  .my-sm-72 {
    margin-top: 72rem !important;
  }
  .mr-sm-72 {
    margin-right: 72rem !important;
  }
  .mb-sm-72,
  .my-sm-72 {
    margin-bottom: 72rem !important;
  }
  .m-sm-73 {
    margin: 73rem !important;
  }
  .my-sm-73 {
    margin-top: 73rem !important;
  }
  .mr-sm-73 {
    margin-right: 73rem !important;
  }
  .mb-sm-73,
  .my-sm-73 {
    margin-bottom: 73rem !important;
  }
  .m-sm-74 {
    margin: 74rem !important;
  }
  .my-sm-74 {
    margin-top: 74rem !important;
  }
  .mr-sm-74 {
    margin-right: 74rem !important;
  }
  .mb-sm-74,
  .my-sm-74 {
    margin-bottom: 74rem !important;
  }
  .m-sm-75 {
    margin: 75rem !important;
  }
  .my-sm-75 {
    margin-top: 75rem !important;
  }
  .mr-sm-75 {
    margin-right: 75rem !important;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 75rem !important;
  }
  .m-sm-76 {
    margin: 76rem !important;
  }
  .my-sm-76 {
    margin-top: 76rem !important;
  }
  .mr-sm-76 {
    margin-right: 76rem !important;
  }
  .mb-sm-76,
  .my-sm-76 {
    margin-bottom: 76rem !important;
  }
  .m-sm-77 {
    margin: 77rem !important;
  }
  .my-sm-77 {
    margin-top: 77rem !important;
  }
  .mr-sm-77 {
    margin-right: 77rem !important;
  }
  .mb-sm-77,
  .my-sm-77 {
    margin-bottom: 77rem !important;
  }
  .m-sm-78 {
    margin: 78rem !important;
  }
  .my-sm-78 {
    margin-top: 78rem !important;
  }
  .mr-sm-78 {
    margin-right: 78rem !important;
  }
  .mb-sm-78,
  .my-sm-78 {
    margin-bottom: 78rem !important;
  }
  .m-sm-79 {
    margin: 79rem !important;
  }
  .my-sm-79 {
    margin-top: 79rem !important;
  }
  .mr-sm-79 {
    margin-right: 79rem !important;
  }
  .mb-sm-79,
  .my-sm-79 {
    margin-bottom: 79rem !important;
  }
  .m-sm-80 {
    margin: 80rem !important;
  }
  .my-sm-80 {
    margin-top: 80rem !important;
  }
  .mr-sm-80 {
    margin-right: 80rem !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80rem !important;
  }
  .m-sm-81 {
    margin: 81rem !important;
  }
  .my-sm-81 {
    margin-top: 81rem !important;
  }
  .mr-sm-81 {
    margin-right: 81rem !important;
  }
  .mb-sm-81,
  .my-sm-81 {
    margin-bottom: 81rem !important;
  }
  .m-sm-82 {
    margin: 82rem !important;
  }
  .my-sm-82 {
    margin-top: 82rem !important;
  }
  .mr-sm-82 {
    margin-right: 82rem !important;
  }
  .mb-sm-82,
  .my-sm-82 {
    margin-bottom: 82rem !important;
  }
  .m-sm-83 {
    margin: 83rem !important;
  }
  .my-sm-83 {
    margin-top: 83rem !important;
  }
  .mr-sm-83 {
    margin-right: 83rem !important;
  }
  .mb-sm-83,
  .my-sm-83 {
    margin-bottom: 83rem !important;
  }
  .m-sm-84 {
    margin: 84rem !important;
  }
  .my-sm-84 {
    margin-top: 84rem !important;
  }
  .mr-sm-84 {
    margin-right: 84rem !important;
  }
  .mb-sm-84,
  .my-sm-84 {
    margin-bottom: 84rem !important;
  }
  .m-sm-85 {
    margin: 85rem !important;
  }
  .my-sm-85 {
    margin-top: 85rem !important;
  }
  .mr-sm-85 {
    margin-right: 85rem !important;
  }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 85rem !important;
  }
  .m-sm-86 {
    margin: 86rem !important;
  }
  .my-sm-86 {
    margin-top: 86rem !important;
  }
  .mr-sm-86 {
    margin-right: 86rem !important;
  }
  .mb-sm-86,
  .my-sm-86 {
    margin-bottom: 86rem !important;
  }
  .m-sm-87 {
    margin: 87rem !important;
  }
  .my-sm-87 {
    margin-top: 87rem !important;
  }
  .mr-sm-87 {
    margin-right: 87rem !important;
  }
  .mb-sm-87,
  .my-sm-87 {
    margin-bottom: 87rem !important;
  }
  .m-sm-88 {
    margin: 88rem !important;
  }
  .my-sm-88 {
    margin-top: 88rem !important;
  }
  .mr-sm-88 {
    margin-right: 88rem !important;
  }
  .mb-sm-88,
  .my-sm-88 {
    margin-bottom: 88rem !important;
  }
  .m-sm-89 {
    margin: 89rem !important;
  }
  .my-sm-89 {
    margin-top: 89rem !important;
  }
  .mr-sm-89 {
    margin-right: 89rem !important;
  }
  .mb-sm-89,
  .my-sm-89 {
    margin-bottom: 89rem !important;
  }
  .m-sm-90 {
    margin: 90rem !important;
  }
  .my-sm-90 {
    margin-top: 90rem !important;
  }
  .mr-sm-90 {
    margin-right: 90rem !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90rem !important;
  }
  .m-sm-91 {
    margin: 91rem !important;
  }
  .my-sm-91 {
    margin-top: 91rem !important;
  }
  .mr-sm-91 {
    margin-right: 91rem !important;
  }
  .mb-sm-91,
  .my-sm-91 {
    margin-bottom: 91rem !important;
  }
  .m-sm-92 {
    margin: 92rem !important;
  }
  .my-sm-92 {
    margin-top: 92rem !important;
  }
  .mr-sm-92 {
    margin-right: 92rem !important;
  }
  .mb-sm-92,
  .my-sm-92 {
    margin-bottom: 92rem !important;
  }
  .m-sm-93 {
    margin: 93rem !important;
  }
  .my-sm-93 {
    margin-top: 93rem !important;
  }
  .mr-sm-93 {
    margin-right: 93rem !important;
  }
  .mb-sm-93,
  .my-sm-93 {
    margin-bottom: 93rem !important;
  }
  .m-sm-94 {
    margin: 94rem !important;
  }
  .my-sm-94 {
    margin-top: 94rem !important;
  }
  .mr-sm-94 {
    margin-right: 94rem !important;
  }
  .mb-sm-94,
  .my-sm-94 {
    margin-bottom: 94rem !important;
  }
  .m-sm-95 {
    margin: 95rem !important;
  }
  .my-sm-95 {
    margin-top: 95rem !important;
  }
  .mr-sm-95 {
    margin-right: 95rem !important;
  }
  .mb-sm-95,
  .my-sm-95 {
    margin-bottom: 95rem !important;
  }
  .m-sm-96 {
    margin: 96rem !important;
  }
  .my-sm-96 {
    margin-top: 96rem !important;
  }
  .mr-sm-96 {
    margin-right: 96rem !important;
  }
  .mb-sm-96,
  .my-sm-96 {
    margin-bottom: 96rem !important;
  }
  .m-sm-97 {
    margin: 97rem !important;
  }
  .my-sm-97 {
    margin-top: 97rem !important;
  }
  .mr-sm-97 {
    margin-right: 97rem !important;
  }
  .mb-sm-97,
  .my-sm-97 {
    margin-bottom: 97rem !important;
  }
  .m-sm-98 {
    margin: 98rem !important;
  }
  .my-sm-98 {
    margin-top: 98rem !important;
  }
  .mr-sm-98 {
    margin-right: 98rem !important;
  }
  .mb-sm-98,
  .my-sm-98 {
    margin-bottom: 98rem !important;
  }
  .m-sm-99 {
    margin: 99rem !important;
  }
  .my-sm-99 {
    margin-top: 99rem !important;
  }
  .mr-sm-99 {
    margin-right: 99rem !important;
  }
  .mb-sm-99,
  .my-sm-99 {
    margin-bottom: 99rem !important;
  }
  .m-sm-100 {
    margin: 100rem !important;
  }
  .my-sm-100 {
    margin-top: 100rem !important;
  }
  .mr-sm-100 {
    margin-right: 100rem !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100rem !important;
  }
  .m-sm-101 {
    margin: 101rem !important;
  }
  .my-sm-101 {
    margin-top: 101rem !important;
  }
  .mr-sm-101 {
    margin-right: 101rem !important;
  }
  .mb-sm-101,
  .my-sm-101 {
    margin-bottom: 101rem !important;
  }
  .m-sm-102 {
    margin: 102rem !important;
  }
  .my-sm-102 {
    margin-top: 102rem !important;
  }
  .mr-sm-102 {
    margin-right: 102rem !important;
  }
  .mb-sm-102,
  .my-sm-102 {
    margin-bottom: 102rem !important;
  }
  .m-sm-103 {
    margin: 103rem !important;
  }
  .my-sm-103 {
    margin-top: 103rem !important;
  }
  .mr-sm-103 {
    margin-right: 103rem !important;
  }
  .mb-sm-103,
  .my-sm-103 {
    margin-bottom: 103rem !important;
  }
  .m-sm-104 {
    margin: 104rem !important;
  }
  .my-sm-104 {
    margin-top: 104rem !important;
  }
  .mr-sm-104 {
    margin-right: 104rem !important;
  }
  .mb-sm-104,
  .my-sm-104 {
    margin-bottom: 104rem !important;
  }
  .m-sm-105 {
    margin: 105rem !important;
  }
  .my-sm-105 {
    margin-top: 105rem !important;
  }
  .mr-sm-105 {
    margin-right: 105rem !important;
  }
  .mb-sm-105,
  .my-sm-105 {
    margin-bottom: 105rem !important;
  }
  .m-sm-106 {
    margin: 106rem !important;
  }
  .my-sm-106 {
    margin-top: 106rem !important;
  }
  .mr-sm-106 {
    margin-right: 106rem !important;
  }
  .mb-sm-106,
  .my-sm-106 {
    margin-bottom: 106rem !important;
  }
  .m-sm-107 {
    margin: 107rem !important;
  }
  .my-sm-107 {
    margin-top: 107rem !important;
  }
  .mr-sm-107 {
    margin-right: 107rem !important;
  }
  .mb-sm-107,
  .my-sm-107 {
    margin-bottom: 107rem !important;
  }
  .m-sm-108 {
    margin: 108rem !important;
  }
  .my-sm-108 {
    margin-top: 108rem !important;
  }
  .mr-sm-108 {
    margin-right: 108rem !important;
  }
  .mb-sm-108,
  .my-sm-108 {
    margin-bottom: 108rem !important;
  }
  .m-sm-109 {
    margin: 109rem !important;
  }
  .my-sm-109 {
    margin-top: 109rem !important;
  }
  .mr-sm-109 {
    margin-right: 109rem !important;
  }
  .mb-sm-109,
  .my-sm-109 {
    margin-bottom: 109rem !important;
  }
  .m-sm-110 {
    margin: 110rem !important;
  }
  .my-sm-110 {
    margin-top: 110rem !important;
  }
  .mr-sm-110 {
    margin-right: 110rem !important;
  }
  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 110rem !important;
  }
  .m-sm-111 {
    margin: 111rem !important;
  }
  .my-sm-111 {
    margin-top: 111rem !important;
  }
  .mr-sm-111 {
    margin-right: 111rem !important;
  }
  .mb-sm-111,
  .my-sm-111 {
    margin-bottom: 111rem !important;
  }
  .m-sm-112 {
    margin: 112rem !important;
  }
  .my-sm-112 {
    margin-top: 112rem !important;
  }
  .mr-sm-112 {
    margin-right: 112rem !important;
  }
  .mb-sm-112,
  .my-sm-112 {
    margin-bottom: 112rem !important;
  }
  .m-sm-113 {
    margin: 113rem !important;
  }
  .my-sm-113 {
    margin-top: 113rem !important;
  }
  .mr-sm-113 {
    margin-right: 113rem !important;
  }
  .mb-sm-113,
  .my-sm-113 {
    margin-bottom: 113rem !important;
  }
  .m-sm-114 {
    margin: 114rem !important;
  }
  .my-sm-114 {
    margin-top: 114rem !important;
  }
  .mr-sm-114 {
    margin-right: 114rem !important;
  }
  .mb-sm-114,
  .my-sm-114 {
    margin-bottom: 114rem !important;
  }
  .m-sm-115 {
    margin: 115rem !important;
  }
  .my-sm-115 {
    margin-top: 115rem !important;
  }
  .mr-sm-115 {
    margin-right: 115rem !important;
  }
  .mb-sm-115,
  .my-sm-115 {
    margin-bottom: 115rem !important;
  }
  .m-sm-116 {
    margin: 116rem !important;
  }
  .my-sm-116 {
    margin-top: 116rem !important;
  }
  .mr-sm-116 {
    margin-right: 116rem !important;
  }
  .mb-sm-116,
  .my-sm-116 {
    margin-bottom: 116rem !important;
  }
  .m-sm-117 {
    margin: 117rem !important;
  }
  .my-sm-117 {
    margin-top: 117rem !important;
  }
  .mr-sm-117 {
    margin-right: 117rem !important;
  }
  .mb-sm-117,
  .my-sm-117 {
    margin-bottom: 117rem !important;
  }
  .m-sm-118 {
    margin: 118rem !important;
  }
  .my-sm-118 {
    margin-top: 118rem !important;
  }
  .mr-sm-118 {
    margin-right: 118rem !important;
  }
  .mb-sm-118,
  .my-sm-118 {
    margin-bottom: 118rem !important;
  }
  .m-sm-119 {
    margin: 119rem !important;
  }
  .my-sm-119 {
    margin-top: 119rem !important;
  }
  .mr-sm-119 {
    margin-right: 119rem !important;
  }
  .mb-sm-119,
  .my-sm-119 {
    margin-bottom: 119rem !important;
  }
  .m-sm-120 {
    margin: 120rem !important;
  }
  .my-sm-120 {
    margin-top: 120rem !important;
  }
  .mr-sm-120 {
    margin-right: 120rem !important;
  }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 120rem !important;
  }
  .m-sm-121 {
    margin: 121rem !important;
  }
  .my-sm-121 {
    margin-top: 121rem !important;
  }
  .mr-sm-121 {
    margin-right: 121rem !important;
  }
  .mb-sm-121,
  .my-sm-121 {
    margin-bottom: 121rem !important;
  }
  .m-sm-122 {
    margin: 122rem !important;
  }
  .my-sm-122 {
    margin-top: 122rem !important;
  }
  .mr-sm-122 {
    margin-right: 122rem !important;
  }
  .mb-sm-122,
  .my-sm-122 {
    margin-bottom: 122rem !important;
  }
  .m-sm-123 {
    margin: 123rem !important;
  }
  .my-sm-123 {
    margin-top: 123rem !important;
  }
  .mr-sm-123 {
    margin-right: 123rem !important;
  }
  .mb-sm-123,
  .my-sm-123 {
    margin-bottom: 123rem !important;
  }
  .m-sm-124 {
    margin: 124rem !important;
  }
  .my-sm-124 {
    margin-top: 124rem !important;
  }
  .mr-sm-124 {
    margin-right: 124rem !important;
  }
  .mb-sm-124,
  .my-sm-124 {
    margin-bottom: 124rem !important;
  }
  .m-sm-125 {
    margin: 125rem !important;
  }
  .my-sm-125 {
    margin-top: 125rem !important;
  }
  .mr-sm-125 {
    margin-right: 125rem !important;
  }
  .mb-sm-125,
  .my-sm-125 {
    margin-bottom: 125rem !important;
  }
  .m-sm-126 {
    margin: 126rem !important;
  }
  .my-sm-126 {
    margin-top: 126rem !important;
  }
  .mr-sm-126 {
    margin-right: 126rem !important;
  }
  .mb-sm-126,
  .my-sm-126 {
    margin-bottom: 126rem !important;
  }
  .m-sm-127 {
    margin: 127rem !important;
  }
  .my-sm-127 {
    margin-top: 127rem !important;
  }
  .mr-sm-127 {
    margin-right: 127rem !important;
  }
  .mb-sm-127,
  .my-sm-127 {
    margin-bottom: 127rem !important;
  }
  .m-sm-128 {
    margin: 128rem !important;
  }
  .my-sm-128 {
    margin-top: 128rem !important;
  }
  .mr-sm-128 {
    margin-right: 128rem !important;
  }
  .mb-sm-128,
  .my-sm-128 {
    margin-bottom: 128rem !important;
  }
  .m-sm-129 {
    margin: 129rem !important;
  }
  .my-sm-129 {
    margin-top: 129rem !important;
  }
  .mr-sm-129 {
    margin-right: 129rem !important;
  }
  .mb-sm-129,
  .my-sm-129 {
    margin-bottom: 129rem !important;
  }
  .m-sm-130 {
    margin: 130rem !important;
  }
  .my-sm-130 {
    margin-top: 130rem !important;
  }
  .mr-sm-130 {
    margin-right: 130rem !important;
  }
  .mb-sm-130,
  .my-sm-130 {
    margin-bottom: 130rem !important;
  }
  .m-sm-131 {
    margin: 131rem !important;
  }
  .my-sm-131 {
    margin-top: 131rem !important;
  }
  .mr-sm-131 {
    margin-right: 131rem !important;
  }
  .mb-sm-131,
  .my-sm-131 {
    margin-bottom: 131rem !important;
  }
  .m-sm-132 {
    margin: 132rem !important;
  }
  .my-sm-132 {
    margin-top: 132rem !important;
  }
  .mr-sm-132 {
    margin-right: 132rem !important;
  }
  .mb-sm-132,
  .my-sm-132 {
    margin-bottom: 132rem !important;
  }
  .m-sm-133 {
    margin: 133rem !important;
  }
  .my-sm-133 {
    margin-top: 133rem !important;
  }
  .mr-sm-133 {
    margin-right: 133rem !important;
  }
  .mb-sm-133,
  .my-sm-133 {
    margin-bottom: 133rem !important;
  }
  .m-sm-134 {
    margin: 134rem !important;
  }
  .my-sm-134 {
    margin-top: 134rem !important;
  }
  .mr-sm-134 {
    margin-right: 134rem !important;
  }
  .mb-sm-134,
  .my-sm-134 {
    margin-bottom: 134rem !important;
  }
  .m-sm-135 {
    margin: 135rem !important;
  }
  .my-sm-135 {
    margin-top: 135rem !important;
  }
  .mr-sm-135 {
    margin-right: 135rem !important;
  }
  .mb-sm-135,
  .my-sm-135 {
    margin-bottom: 135rem !important;
  }
  .m-sm-136 {
    margin: 136rem !important;
  }
  .my-sm-136 {
    margin-top: 136rem !important;
  }
  .mr-sm-136 {
    margin-right: 136rem !important;
  }
  .mb-sm-136,
  .my-sm-136 {
    margin-bottom: 136rem !important;
  }
  .m-sm-137 {
    margin: 137rem !important;
  }
  .my-sm-137 {
    margin-top: 137rem !important;
  }
  .mr-sm-137 {
    margin-right: 137rem !important;
  }
  .mb-sm-137,
  .my-sm-137 {
    margin-bottom: 137rem !important;
  }
  .m-sm-138 {
    margin: 138rem !important;
  }
  .my-sm-138 {
    margin-top: 138rem !important;
  }
  .mr-sm-138 {
    margin-right: 138rem !important;
  }
  .mb-sm-138,
  .my-sm-138 {
    margin-bottom: 138rem !important;
  }
  .m-sm-139 {
    margin: 139rem !important;
  }
  .my-sm-139 {
    margin-top: 139rem !important;
  }
  .mr-sm-139 {
    margin-right: 139rem !important;
  }
  .mb-sm-139,
  .my-sm-139 {
    margin-bottom: 139rem !important;
  }
  .m-sm-140 {
    margin: 140rem !important;
  }
  .my-sm-140 {
    margin-top: 140rem !important;
  }
  .mr-sm-140 {
    margin-right: 140rem !important;
  }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 140rem !important;
  }
  .m-sm-141 {
    margin: 141rem !important;
  }
  .my-sm-141 {
    margin-top: 141rem !important;
  }
  .mr-sm-141 {
    margin-right: 141rem !important;
  }
  .mb-sm-141,
  .my-sm-141 {
    margin-bottom: 141rem !important;
  }
  .m-sm-142 {
    margin: 142rem !important;
  }
  .my-sm-142 {
    margin-top: 142rem !important;
  }
  .mr-sm-142 {
    margin-right: 142rem !important;
  }
  .mb-sm-142,
  .my-sm-142 {
    margin-bottom: 142rem !important;
  }
  .m-sm-143 {
    margin: 143rem !important;
  }
  .my-sm-143 {
    margin-top: 143rem !important;
  }
  .mr-sm-143 {
    margin-right: 143rem !important;
  }
  .mb-sm-143,
  .my-sm-143 {
    margin-bottom: 143rem !important;
  }
  .m-sm-144 {
    margin: 144rem !important;
  }
  .my-sm-144 {
    margin-top: 144rem !important;
  }
  .mr-sm-144 {
    margin-right: 144rem !important;
  }
  .mb-sm-144,
  .my-sm-144 {
    margin-bottom: 144rem !important;
  }
  .m-sm-145 {
    margin: 145rem !important;
  }
  .my-sm-145 {
    margin-top: 145rem !important;
  }
  .mr-sm-145 {
    margin-right: 145rem !important;
  }
  .mb-sm-145,
  .my-sm-145 {
    margin-bottom: 145rem !important;
  }
  .m-sm-146 {
    margin: 146rem !important;
  }
  .my-sm-146 {
    margin-top: 146rem !important;
  }
  .mr-sm-146 {
    margin-right: 146rem !important;
  }
  .mb-sm-146,
  .my-sm-146 {
    margin-bottom: 146rem !important;
  }
  .m-sm-147 {
    margin: 147rem !important;
  }
  .my-sm-147 {
    margin-top: 147rem !important;
  }
  .mr-sm-147 {
    margin-right: 147rem !important;
  }
  .mb-sm-147,
  .my-sm-147 {
    margin-bottom: 147rem !important;
  }
  .m-sm-148 {
    margin: 148rem !important;
  }
  .my-sm-148 {
    margin-top: 148rem !important;
  }
  .mr-sm-148 {
    margin-right: 148rem !important;
  }
  .mb-sm-148,
  .my-sm-148 {
    margin-bottom: 148rem !important;
  }
  .m-sm-149 {
    margin: 149rem !important;
  }
  .my-sm-149 {
    margin-top: 149rem !important;
  }
  .mr-sm-149 {
    margin-right: 149rem !important;
  }
  .mb-sm-149,
  .my-sm-149 {
    margin-bottom: 149rem !important;
  }
  .m-sm-150 {
    margin: 150rem !important;
  }
  .my-sm-150 {
    margin-top: 150rem !important;
  }
  .mr-sm-150 {
    margin-right: 150rem !important;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 150rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10rem !important;
  }
  .p-sm-11 {
    padding: 11rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 11rem !important;
  }
  .px-sm-11 {
    padding-right: 11rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 11rem !important;
  }
  .p-sm-12 {
    padding: 12rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 12rem !important;
  }
  .px-sm-12 {
    padding-right: 12rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 12rem !important;
  }
  .p-sm-13 {
    padding: 13rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 13rem !important;
  }
  .px-sm-13 {
    padding-right: 13rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 13rem !important;
  }
  .p-sm-14 {
    padding: 14rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 14rem !important;
  }
  .px-sm-14 {
    padding-right: 14rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 14rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15rem !important;
  }
  .px-sm-15 {
    padding-right: 15rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15rem !important;
  }
  .p-sm-16 {
    padding: 16rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 16rem !important;
  }
  .px-sm-16 {
    padding-right: 16rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 16rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 16rem !important;
  }
  .p-sm-17 {
    padding: 17rem !important;
  }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 17rem !important;
  }
  .px-sm-17 {
    padding-right: 17rem !important;
  }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 17rem !important;
  }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 17rem !important;
  }
  .p-sm-18 {
    padding: 18rem !important;
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 18rem !important;
  }
  .px-sm-18 {
    padding-right: 18rem !important;
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 18rem !important;
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 18rem !important;
  }
  .p-sm-19 {
    padding: 19rem !important;
  }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 19rem !important;
  }
  .px-sm-19 {
    padding-right: 19rem !important;
  }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 19rem !important;
  }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 19rem !important;
  }
  .p-sm-20 {
    padding: 20rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20rem !important;
  }
  .px-sm-20 {
    padding-right: 20rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20rem !important;
  }
  .p-sm-21 {
    padding: 21rem !important;
  }
  .pt-sm-21,
  .py-sm-21 {
    padding-top: 21rem !important;
  }
  .px-sm-21 {
    padding-right: 21rem !important;
  }
  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 21rem !important;
  }
  .pl-sm-21,
  .px-sm-21 {
    padding-left: 21rem !important;
  }
  .p-sm-22 {
    padding: 22rem !important;
  }
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 22rem !important;
  }
  .px-sm-22 {
    padding-right: 22rem !important;
  }
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 22rem !important;
  }
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 22rem !important;
  }
  .p-sm-23 {
    padding: 23rem !important;
  }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 23rem !important;
  }
  .px-sm-23 {
    padding-right: 23rem !important;
  }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 23rem !important;
  }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 23rem !important;
  }
  .p-sm-24 {
    padding: 24rem !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 24rem !important;
  }
  .px-sm-24 {
    padding-right: 24rem !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 24rem !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 24rem !important;
  }
  .p-sm-25 {
    padding: 25rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25rem !important;
  }
  .px-sm-25 {
    padding-right: 25rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25rem !important;
  }
  .p-sm-26 {
    padding: 26rem !important;
  }
  .pt-sm-26,
  .py-sm-26 {
    padding-top: 26rem !important;
  }
  .px-sm-26 {
    padding-right: 26rem !important;
  }
  .pb-sm-26,
  .py-sm-26 {
    padding-bottom: 26rem !important;
  }
  .pl-sm-26,
  .px-sm-26 {
    padding-left: 26rem !important;
  }
  .p-sm-27 {
    padding: 27rem !important;
  }
  .pt-sm-27,
  .py-sm-27 {
    padding-top: 27rem !important;
  }
  .px-sm-27 {
    padding-right: 27rem !important;
  }
  .pb-sm-27,
  .py-sm-27 {
    padding-bottom: 27rem !important;
  }
  .pl-sm-27,
  .px-sm-27 {
    padding-left: 27rem !important;
  }
  .p-sm-28 {
    padding: 28rem !important;
  }
  .pt-sm-28,
  .py-sm-28 {
    padding-top: 28rem !important;
  }
  .px-sm-28 {
    padding-right: 28rem !important;
  }
  .pb-sm-28,
  .py-sm-28 {
    padding-bottom: 28rem !important;
  }
  .pl-sm-28,
  .px-sm-28 {
    padding-left: 28rem !important;
  }
  .p-sm-29 {
    padding: 29rem !important;
  }
  .pt-sm-29,
  .py-sm-29 {
    padding-top: 29rem !important;
  }
  .px-sm-29 {
    padding-right: 29rem !important;
  }
  .pb-sm-29,
  .py-sm-29 {
    padding-bottom: 29rem !important;
  }
  .pl-sm-29,
  .px-sm-29 {
    padding-left: 29rem !important;
  }
  .p-sm-30 {
    padding: 30rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30rem !important;
  }
  .px-sm-30 {
    padding-right: 30rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30rem !important;
  }
  .p-sm-31 {
    padding: 31rem !important;
  }
  .pt-sm-31,
  .py-sm-31 {
    padding-top: 31rem !important;
  }
  .px-sm-31 {
    padding-right: 31rem !important;
  }
  .pb-sm-31,
  .py-sm-31 {
    padding-bottom: 31rem !important;
  }
  .pl-sm-31,
  .px-sm-31 {
    padding-left: 31rem !important;
  }
  .p-sm-32 {
    padding: 32rem !important;
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 32rem !important;
  }
  .px-sm-32 {
    padding-right: 32rem !important;
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 32rem !important;
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 32rem !important;
  }
  .p-sm-33 {
    padding: 33rem !important;
  }
  .pt-sm-33,
  .py-sm-33 {
    padding-top: 33rem !important;
  }
  .px-sm-33 {
    padding-right: 33rem !important;
  }
  .pb-sm-33,
  .py-sm-33 {
    padding-bottom: 33rem !important;
  }
  .pl-sm-33,
  .px-sm-33 {
    padding-left: 33rem !important;
  }
  .p-sm-34 {
    padding: 34rem !important;
  }
  .pt-sm-34,
  .py-sm-34 {
    padding-top: 34rem !important;
  }
  .px-sm-34 {
    padding-right: 34rem !important;
  }
  .pb-sm-34,
  .py-sm-34 {
    padding-bottom: 34rem !important;
  }
  .pl-sm-34,
  .px-sm-34 {
    padding-left: 34rem !important;
  }
  .p-sm-35 {
    padding: 35rem !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 35rem !important;
  }
  .px-sm-35 {
    padding-right: 35rem !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 35rem !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 35rem !important;
  }
  .p-sm-36 {
    padding: 36rem !important;
  }
  .pt-sm-36,
  .py-sm-36 {
    padding-top: 36rem !important;
  }
  .px-sm-36 {
    padding-right: 36rem !important;
  }
  .pb-sm-36,
  .py-sm-36 {
    padding-bottom: 36rem !important;
  }
  .pl-sm-36,
  .px-sm-36 {
    padding-left: 36rem !important;
  }
  .p-sm-37 {
    padding: 37rem !important;
  }
  .pt-sm-37,
  .py-sm-37 {
    padding-top: 37rem !important;
  }
  .px-sm-37 {
    padding-right: 37rem !important;
  }
  .pb-sm-37,
  .py-sm-37 {
    padding-bottom: 37rem !important;
  }
  .pl-sm-37,
  .px-sm-37 {
    padding-left: 37rem !important;
  }
  .p-sm-38 {
    padding: 38rem !important;
  }
  .pt-sm-38,
  .py-sm-38 {
    padding-top: 38rem !important;
  }
  .px-sm-38 {
    padding-right: 38rem !important;
  }
  .pb-sm-38,
  .py-sm-38 {
    padding-bottom: 38rem !important;
  }
  .pl-sm-38,
  .px-sm-38 {
    padding-left: 38rem !important;
  }
  .p-sm-39 {
    padding: 39rem !important;
  }
  .pt-sm-39,
  .py-sm-39 {
    padding-top: 39rem !important;
  }
  .px-sm-39 {
    padding-right: 39rem !important;
  }
  .pb-sm-39,
  .py-sm-39 {
    padding-bottom: 39rem !important;
  }
  .pl-sm-39,
  .px-sm-39 {
    padding-left: 39rem !important;
  }
  .p-sm-40 {
    padding: 40rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40rem !important;
  }
  .px-sm-40 {
    padding-right: 40rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40rem !important;
  }
  .p-sm-41 {
    padding: 41rem !important;
  }
  .pt-sm-41,
  .py-sm-41 {
    padding-top: 41rem !important;
  }
  .px-sm-41 {
    padding-right: 41rem !important;
  }
  .pb-sm-41,
  .py-sm-41 {
    padding-bottom: 41rem !important;
  }
  .pl-sm-41,
  .px-sm-41 {
    padding-left: 41rem !important;
  }
  .p-sm-42 {
    padding: 42rem !important;
  }
  .pt-sm-42,
  .py-sm-42 {
    padding-top: 42rem !important;
  }
  .px-sm-42 {
    padding-right: 42rem !important;
  }
  .pb-sm-42,
  .py-sm-42 {
    padding-bottom: 42rem !important;
  }
  .pl-sm-42,
  .px-sm-42 {
    padding-left: 42rem !important;
  }
  .p-sm-43 {
    padding: 43rem !important;
  }
  .pt-sm-43,
  .py-sm-43 {
    padding-top: 43rem !important;
  }
  .px-sm-43 {
    padding-right: 43rem !important;
  }
  .pb-sm-43,
  .py-sm-43 {
    padding-bottom: 43rem !important;
  }
  .pl-sm-43,
  .px-sm-43 {
    padding-left: 43rem !important;
  }
  .p-sm-44 {
    padding: 44rem !important;
  }
  .pt-sm-44,
  .py-sm-44 {
    padding-top: 44rem !important;
  }
  .px-sm-44 {
    padding-right: 44rem !important;
  }
  .pb-sm-44,
  .py-sm-44 {
    padding-bottom: 44rem !important;
  }
  .pl-sm-44,
  .px-sm-44 {
    padding-left: 44rem !important;
  }
  .p-sm-45 {
    padding: 45rem !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45rem !important;
  }
  .px-sm-45 {
    padding-right: 45rem !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45rem !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45rem !important;
  }
  .p-sm-46 {
    padding: 46rem !important;
  }
  .pt-sm-46,
  .py-sm-46 {
    padding-top: 46rem !important;
  }
  .px-sm-46 {
    padding-right: 46rem !important;
  }
  .pb-sm-46,
  .py-sm-46 {
    padding-bottom: 46rem !important;
  }
  .pl-sm-46,
  .px-sm-46 {
    padding-left: 46rem !important;
  }
  .p-sm-47 {
    padding: 47rem !important;
  }
  .pt-sm-47,
  .py-sm-47 {
    padding-top: 47rem !important;
  }
  .px-sm-47 {
    padding-right: 47rem !important;
  }
  .pb-sm-47,
  .py-sm-47 {
    padding-bottom: 47rem !important;
  }
  .pl-sm-47,
  .px-sm-47 {
    padding-left: 47rem !important;
  }
  .p-sm-48 {
    padding: 48rem !important;
  }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 48rem !important;
  }
  .px-sm-48 {
    padding-right: 48rem !important;
  }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 48rem !important;
  }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 48rem !important;
  }
  .p-sm-49 {
    padding: 49rem !important;
  }
  .pt-sm-49,
  .py-sm-49 {
    padding-top: 49rem !important;
  }
  .px-sm-49 {
    padding-right: 49rem !important;
  }
  .pb-sm-49,
  .py-sm-49 {
    padding-bottom: 49rem !important;
  }
  .pl-sm-49,
  .px-sm-49 {
    padding-left: 49rem !important;
  }
  .p-sm-50 {
    padding: 50rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50rem !important;
  }
  .px-sm-50 {
    padding-right: 50rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50rem !important;
  }
  .p-sm-51 {
    padding: 51rem !important;
  }
  .pt-sm-51,
  .py-sm-51 {
    padding-top: 51rem !important;
  }
  .px-sm-51 {
    padding-right: 51rem !important;
  }
  .pb-sm-51,
  .py-sm-51 {
    padding-bottom: 51rem !important;
  }
  .pl-sm-51,
  .px-sm-51 {
    padding-left: 51rem !important;
  }
  .p-sm-52 {
    padding: 52rem !important;
  }
  .pt-sm-52,
  .py-sm-52 {
    padding-top: 52rem !important;
  }
  .px-sm-52 {
    padding-right: 52rem !important;
  }
  .pb-sm-52,
  .py-sm-52 {
    padding-bottom: 52rem !important;
  }
  .pl-sm-52,
  .px-sm-52 {
    padding-left: 52rem !important;
  }
  .p-sm-53 {
    padding: 53rem !important;
  }
  .pt-sm-53,
  .py-sm-53 {
    padding-top: 53rem !important;
  }
  .px-sm-53 {
    padding-right: 53rem !important;
  }
  .pb-sm-53,
  .py-sm-53 {
    padding-bottom: 53rem !important;
  }
  .pl-sm-53,
  .px-sm-53 {
    padding-left: 53rem !important;
  }
  .p-sm-54 {
    padding: 54rem !important;
  }
  .pt-sm-54,
  .py-sm-54 {
    padding-top: 54rem !important;
  }
  .px-sm-54 {
    padding-right: 54rem !important;
  }
  .pb-sm-54,
  .py-sm-54 {
    padding-bottom: 54rem !important;
  }
  .pl-sm-54,
  .px-sm-54 {
    padding-left: 54rem !important;
  }
  .p-sm-55 {
    padding: 55rem !important;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 55rem !important;
  }
  .px-sm-55 {
    padding-right: 55rem !important;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 55rem !important;
  }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 55rem !important;
  }
  .p-sm-56 {
    padding: 56rem !important;
  }
  .pt-sm-56,
  .py-sm-56 {
    padding-top: 56rem !important;
  }
  .px-sm-56 {
    padding-right: 56rem !important;
  }
  .pb-sm-56,
  .py-sm-56 {
    padding-bottom: 56rem !important;
  }
  .pl-sm-56,
  .px-sm-56 {
    padding-left: 56rem !important;
  }
  .p-sm-57 {
    padding: 57rem !important;
  }
  .pt-sm-57,
  .py-sm-57 {
    padding-top: 57rem !important;
  }
  .px-sm-57 {
    padding-right: 57rem !important;
  }
  .pb-sm-57,
  .py-sm-57 {
    padding-bottom: 57rem !important;
  }
  .pl-sm-57,
  .px-sm-57 {
    padding-left: 57rem !important;
  }
  .p-sm-58 {
    padding: 58rem !important;
  }
  .pt-sm-58,
  .py-sm-58 {
    padding-top: 58rem !important;
  }
  .px-sm-58 {
    padding-right: 58rem !important;
  }
  .pb-sm-58,
  .py-sm-58 {
    padding-bottom: 58rem !important;
  }
  .pl-sm-58,
  .px-sm-58 {
    padding-left: 58rem !important;
  }
  .p-sm-59 {
    padding: 59rem !important;
  }
  .pt-sm-59,
  .py-sm-59 {
    padding-top: 59rem !important;
  }
  .px-sm-59 {
    padding-right: 59rem !important;
  }
  .pb-sm-59,
  .py-sm-59 {
    padding-bottom: 59rem !important;
  }
  .pl-sm-59,
  .px-sm-59 {
    padding-left: 59rem !important;
  }
  .p-sm-60 {
    padding: 60rem !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60rem !important;
  }
  .px-sm-60 {
    padding-right: 60rem !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60rem !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60rem !important;
  }
  .p-sm-61 {
    padding: 61rem !important;
  }
  .pt-sm-61,
  .py-sm-61 {
    padding-top: 61rem !important;
  }
  .px-sm-61 {
    padding-right: 61rem !important;
  }
  .pb-sm-61,
  .py-sm-61 {
    padding-bottom: 61rem !important;
  }
  .pl-sm-61,
  .px-sm-61 {
    padding-left: 61rem !important;
  }
  .p-sm-62 {
    padding: 62rem !important;
  }
  .pt-sm-62,
  .py-sm-62 {
    padding-top: 62rem !important;
  }
  .px-sm-62 {
    padding-right: 62rem !important;
  }
  .pb-sm-62,
  .py-sm-62 {
    padding-bottom: 62rem !important;
  }
  .pl-sm-62,
  .px-sm-62 {
    padding-left: 62rem !important;
  }
  .p-sm-63 {
    padding: 63rem !important;
  }
  .pt-sm-63,
  .py-sm-63 {
    padding-top: 63rem !important;
  }
  .px-sm-63 {
    padding-right: 63rem !important;
  }
  .pb-sm-63,
  .py-sm-63 {
    padding-bottom: 63rem !important;
  }
  .pl-sm-63,
  .px-sm-63 {
    padding-left: 63rem !important;
  }
  .p-sm-64 {
    padding: 64rem !important;
  }
  .pt-sm-64,
  .py-sm-64 {
    padding-top: 64rem !important;
  }
  .px-sm-64 {
    padding-right: 64rem !important;
  }
  .pb-sm-64,
  .py-sm-64 {
    padding-bottom: 64rem !important;
  }
  .pl-sm-64,
  .px-sm-64 {
    padding-left: 64rem !important;
  }
  .p-sm-65 {
    padding: 65rem !important;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 65rem !important;
  }
  .px-sm-65 {
    padding-right: 65rem !important;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 65rem !important;
  }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 65rem !important;
  }
  .p-sm-66 {
    padding: 66rem !important;
  }
  .pt-sm-66,
  .py-sm-66 {
    padding-top: 66rem !important;
  }
  .px-sm-66 {
    padding-right: 66rem !important;
  }
  .pb-sm-66,
  .py-sm-66 {
    padding-bottom: 66rem !important;
  }
  .pl-sm-66,
  .px-sm-66 {
    padding-left: 66rem !important;
  }
  .p-sm-67 {
    padding: 67rem !important;
  }
  .pt-sm-67,
  .py-sm-67 {
    padding-top: 67rem !important;
  }
  .px-sm-67 {
    padding-right: 67rem !important;
  }
  .pb-sm-67,
  .py-sm-67 {
    padding-bottom: 67rem !important;
  }
  .pl-sm-67,
  .px-sm-67 {
    padding-left: 67rem !important;
  }
  .p-sm-68 {
    padding: 68rem !important;
  }
  .pt-sm-68,
  .py-sm-68 {
    padding-top: 68rem !important;
  }
  .px-sm-68 {
    padding-right: 68rem !important;
  }
  .pb-sm-68,
  .py-sm-68 {
    padding-bottom: 68rem !important;
  }
  .pl-sm-68,
  .px-sm-68 {
    padding-left: 68rem !important;
  }
  .p-sm-69 {
    padding: 69rem !important;
  }
  .pt-sm-69,
  .py-sm-69 {
    padding-top: 69rem !important;
  }
  .px-sm-69 {
    padding-right: 69rem !important;
  }
  .pb-sm-69,
  .py-sm-69 {
    padding-bottom: 69rem !important;
  }
  .pl-sm-69,
  .px-sm-69 {
    padding-left: 69rem !important;
  }
  .p-sm-70 {
    padding: 70rem !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70rem !important;
  }
  .px-sm-70 {
    padding-right: 70rem !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70rem !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70rem !important;
  }
  .p-sm-71 {
    padding: 71rem !important;
  }
  .pt-sm-71,
  .py-sm-71 {
    padding-top: 71rem !important;
  }
  .px-sm-71 {
    padding-right: 71rem !important;
  }
  .pb-sm-71,
  .py-sm-71 {
    padding-bottom: 71rem !important;
  }
  .pl-sm-71,
  .px-sm-71 {
    padding-left: 71rem !important;
  }
  .p-sm-72 {
    padding: 72rem !important;
  }
  .pt-sm-72,
  .py-sm-72 {
    padding-top: 72rem !important;
  }
  .px-sm-72 {
    padding-right: 72rem !important;
  }
  .pb-sm-72,
  .py-sm-72 {
    padding-bottom: 72rem !important;
  }
  .pl-sm-72,
  .px-sm-72 {
    padding-left: 72rem !important;
  }
  .p-sm-73 {
    padding: 73rem !important;
  }
  .pt-sm-73,
  .py-sm-73 {
    padding-top: 73rem !important;
  }
  .px-sm-73 {
    padding-right: 73rem !important;
  }
  .pb-sm-73,
  .py-sm-73 {
    padding-bottom: 73rem !important;
  }
  .pl-sm-73,
  .px-sm-73 {
    padding-left: 73rem !important;
  }
  .p-sm-74 {
    padding: 74rem !important;
  }
  .pt-sm-74,
  .py-sm-74 {
    padding-top: 74rem !important;
  }
  .px-sm-74 {
    padding-right: 74rem !important;
  }
  .pb-sm-74,
  .py-sm-74 {
    padding-bottom: 74rem !important;
  }
  .pl-sm-74,
  .px-sm-74 {
    padding-left: 74rem !important;
  }
  .p-sm-75 {
    padding: 75rem !important;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 75rem !important;
  }
  .px-sm-75 {
    padding-right: 75rem !important;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 75rem !important;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 75rem !important;
  }
  .p-sm-76 {
    padding: 76rem !important;
  }
  .pt-sm-76,
  .py-sm-76 {
    padding-top: 76rem !important;
  }
  .px-sm-76 {
    padding-right: 76rem !important;
  }
  .pb-sm-76,
  .py-sm-76 {
    padding-bottom: 76rem !important;
  }
  .pl-sm-76,
  .px-sm-76 {
    padding-left: 76rem !important;
  }
  .p-sm-77 {
    padding: 77rem !important;
  }
  .pt-sm-77,
  .py-sm-77 {
    padding-top: 77rem !important;
  }
  .px-sm-77 {
    padding-right: 77rem !important;
  }
  .pb-sm-77,
  .py-sm-77 {
    padding-bottom: 77rem !important;
  }
  .pl-sm-77,
  .px-sm-77 {
    padding-left: 77rem !important;
  }
  .p-sm-78 {
    padding: 78rem !important;
  }
  .pt-sm-78,
  .py-sm-78 {
    padding-top: 78rem !important;
  }
  .px-sm-78 {
    padding-right: 78rem !important;
  }
  .pb-sm-78,
  .py-sm-78 {
    padding-bottom: 78rem !important;
  }
  .pl-sm-78,
  .px-sm-78 {
    padding-left: 78rem !important;
  }
  .p-sm-79 {
    padding: 79rem !important;
  }
  .pt-sm-79,
  .py-sm-79 {
    padding-top: 79rem !important;
  }
  .px-sm-79 {
    padding-right: 79rem !important;
  }
  .pb-sm-79,
  .py-sm-79 {
    padding-bottom: 79rem !important;
  }
  .pl-sm-79,
  .px-sm-79 {
    padding-left: 79rem !important;
  }
  .p-sm-80 {
    padding: 80rem !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80rem !important;
  }
  .px-sm-80 {
    padding-right: 80rem !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80rem !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80rem !important;
  }
  .p-sm-81 {
    padding: 81rem !important;
  }
  .pt-sm-81,
  .py-sm-81 {
    padding-top: 81rem !important;
  }
  .px-sm-81 {
    padding-right: 81rem !important;
  }
  .pb-sm-81,
  .py-sm-81 {
    padding-bottom: 81rem !important;
  }
  .pl-sm-81,
  .px-sm-81 {
    padding-left: 81rem !important;
  }
  .p-sm-82 {
    padding: 82rem !important;
  }
  .pt-sm-82,
  .py-sm-82 {
    padding-top: 82rem !important;
  }
  .px-sm-82 {
    padding-right: 82rem !important;
  }
  .pb-sm-82,
  .py-sm-82 {
    padding-bottom: 82rem !important;
  }
  .pl-sm-82,
  .px-sm-82 {
    padding-left: 82rem !important;
  }
  .p-sm-83 {
    padding: 83rem !important;
  }
  .pt-sm-83,
  .py-sm-83 {
    padding-top: 83rem !important;
  }
  .px-sm-83 {
    padding-right: 83rem !important;
  }
  .pb-sm-83,
  .py-sm-83 {
    padding-bottom: 83rem !important;
  }
  .pl-sm-83,
  .px-sm-83 {
    padding-left: 83rem !important;
  }
  .p-sm-84 {
    padding: 84rem !important;
  }
  .pt-sm-84,
  .py-sm-84 {
    padding-top: 84rem !important;
  }
  .px-sm-84 {
    padding-right: 84rem !important;
  }
  .pb-sm-84,
  .py-sm-84 {
    padding-bottom: 84rem !important;
  }
  .pl-sm-84,
  .px-sm-84 {
    padding-left: 84rem !important;
  }
  .p-sm-85 {
    padding: 85rem !important;
  }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 85rem !important;
  }
  .px-sm-85 {
    padding-right: 85rem !important;
  }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 85rem !important;
  }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 85rem !important;
  }
  .p-sm-86 {
    padding: 86rem !important;
  }
  .pt-sm-86,
  .py-sm-86 {
    padding-top: 86rem !important;
  }
  .px-sm-86 {
    padding-right: 86rem !important;
  }
  .pb-sm-86,
  .py-sm-86 {
    padding-bottom: 86rem !important;
  }
  .pl-sm-86,
  .px-sm-86 {
    padding-left: 86rem !important;
  }
  .p-sm-87 {
    padding: 87rem !important;
  }
  .pt-sm-87,
  .py-sm-87 {
    padding-top: 87rem !important;
  }
  .px-sm-87 {
    padding-right: 87rem !important;
  }
  .pb-sm-87,
  .py-sm-87 {
    padding-bottom: 87rem !important;
  }
  .pl-sm-87,
  .px-sm-87 {
    padding-left: 87rem !important;
  }
  .p-sm-88 {
    padding: 88rem !important;
  }
  .pt-sm-88,
  .py-sm-88 {
    padding-top: 88rem !important;
  }
  .px-sm-88 {
    padding-right: 88rem !important;
  }
  .pb-sm-88,
  .py-sm-88 {
    padding-bottom: 88rem !important;
  }
  .pl-sm-88,
  .px-sm-88 {
    padding-left: 88rem !important;
  }
  .p-sm-89 {
    padding: 89rem !important;
  }
  .pt-sm-89,
  .py-sm-89 {
    padding-top: 89rem !important;
  }
  .px-sm-89 {
    padding-right: 89rem !important;
  }
  .pb-sm-89,
  .py-sm-89 {
    padding-bottom: 89rem !important;
  }
  .pl-sm-89,
  .px-sm-89 {
    padding-left: 89rem !important;
  }
  .p-sm-90 {
    padding: 90rem !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90rem !important;
  }
  .px-sm-90 {
    padding-right: 90rem !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90rem !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90rem !important;
  }
  .p-sm-91 {
    padding: 91rem !important;
  }
  .pt-sm-91,
  .py-sm-91 {
    padding-top: 91rem !important;
  }
  .px-sm-91 {
    padding-right: 91rem !important;
  }
  .pb-sm-91,
  .py-sm-91 {
    padding-bottom: 91rem !important;
  }
  .pl-sm-91,
  .px-sm-91 {
    padding-left: 91rem !important;
  }
  .p-sm-92 {
    padding: 92rem !important;
  }
  .pt-sm-92,
  .py-sm-92 {
    padding-top: 92rem !important;
  }
  .px-sm-92 {
    padding-right: 92rem !important;
  }
  .pb-sm-92,
  .py-sm-92 {
    padding-bottom: 92rem !important;
  }
  .pl-sm-92,
  .px-sm-92 {
    padding-left: 92rem !important;
  }
  .p-sm-93 {
    padding: 93rem !important;
  }
  .pt-sm-93,
  .py-sm-93 {
    padding-top: 93rem !important;
  }
  .px-sm-93 {
    padding-right: 93rem !important;
  }
  .pb-sm-93,
  .py-sm-93 {
    padding-bottom: 93rem !important;
  }
  .pl-sm-93,
  .px-sm-93 {
    padding-left: 93rem !important;
  }
  .p-sm-94 {
    padding: 94rem !important;
  }
  .pt-sm-94,
  .py-sm-94 {
    padding-top: 94rem !important;
  }
  .px-sm-94 {
    padding-right: 94rem !important;
  }
  .pb-sm-94,
  .py-sm-94 {
    padding-bottom: 94rem !important;
  }
  .pl-sm-94,
  .px-sm-94 {
    padding-left: 94rem !important;
  }
  .p-sm-95 {
    padding: 95rem !important;
  }
  .pt-sm-95,
  .py-sm-95 {
    padding-top: 95rem !important;
  }
  .px-sm-95 {
    padding-right: 95rem !important;
  }
  .pb-sm-95,
  .py-sm-95 {
    padding-bottom: 95rem !important;
  }
  .pl-sm-95,
  .px-sm-95 {
    padding-left: 95rem !important;
  }
  .p-sm-96 {
    padding: 96rem !important;
  }
  .pt-sm-96,
  .py-sm-96 {
    padding-top: 96rem !important;
  }
  .px-sm-96 {
    padding-right: 96rem !important;
  }
  .pb-sm-96,
  .py-sm-96 {
    padding-bottom: 96rem !important;
  }
  .pl-sm-96,
  .px-sm-96 {
    padding-left: 96rem !important;
  }
  .p-sm-97 {
    padding: 97rem !important;
  }
  .pt-sm-97,
  .py-sm-97 {
    padding-top: 97rem !important;
  }
  .px-sm-97 {
    padding-right: 97rem !important;
  }
  .pb-sm-97,
  .py-sm-97 {
    padding-bottom: 97rem !important;
  }
  .pl-sm-97,
  .px-sm-97 {
    padding-left: 97rem !important;
  }
  .p-sm-98 {
    padding: 98rem !important;
  }
  .pt-sm-98,
  .py-sm-98 {
    padding-top: 98rem !important;
  }
  .px-sm-98 {
    padding-right: 98rem !important;
  }
  .pb-sm-98,
  .py-sm-98 {
    padding-bottom: 98rem !important;
  }
  .pl-sm-98,
  .px-sm-98 {
    padding-left: 98rem !important;
  }
  .p-sm-99 {
    padding: 99rem !important;
  }
  .pt-sm-99,
  .py-sm-99 {
    padding-top: 99rem !important;
  }
  .px-sm-99 {
    padding-right: 99rem !important;
  }
  .pb-sm-99,
  .py-sm-99 {
    padding-bottom: 99rem !important;
  }
  .pl-sm-99,
  .px-sm-99 {
    padding-left: 99rem !important;
  }
  .p-sm-100 {
    padding: 100rem !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100rem !important;
  }
  .px-sm-100 {
    padding-right: 100rem !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100rem !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100rem !important;
  }
  .p-sm-101 {
    padding: 101rem !important;
  }
  .pt-sm-101,
  .py-sm-101 {
    padding-top: 101rem !important;
  }
  .px-sm-101 {
    padding-right: 101rem !important;
  }
  .pb-sm-101,
  .py-sm-101 {
    padding-bottom: 101rem !important;
  }
  .pl-sm-101,
  .px-sm-101 {
    padding-left: 101rem !important;
  }
  .p-sm-102 {
    padding: 102rem !important;
  }
  .pt-sm-102,
  .py-sm-102 {
    padding-top: 102rem !important;
  }
  .px-sm-102 {
    padding-right: 102rem !important;
  }
  .pb-sm-102,
  .py-sm-102 {
    padding-bottom: 102rem !important;
  }
  .pl-sm-102,
  .px-sm-102 {
    padding-left: 102rem !important;
  }
  .p-sm-103 {
    padding: 103rem !important;
  }
  .pt-sm-103,
  .py-sm-103 {
    padding-top: 103rem !important;
  }
  .px-sm-103 {
    padding-right: 103rem !important;
  }
  .pb-sm-103,
  .py-sm-103 {
    padding-bottom: 103rem !important;
  }
  .pl-sm-103,
  .px-sm-103 {
    padding-left: 103rem !important;
  }
  .p-sm-104 {
    padding: 104rem !important;
  }
  .pt-sm-104,
  .py-sm-104 {
    padding-top: 104rem !important;
  }
  .px-sm-104 {
    padding-right: 104rem !important;
  }
  .pb-sm-104,
  .py-sm-104 {
    padding-bottom: 104rem !important;
  }
  .pl-sm-104,
  .px-sm-104 {
    padding-left: 104rem !important;
  }
  .p-sm-105 {
    padding: 105rem !important;
  }
  .pt-sm-105,
  .py-sm-105 {
    padding-top: 105rem !important;
  }
  .px-sm-105 {
    padding-right: 105rem !important;
  }
  .pb-sm-105,
  .py-sm-105 {
    padding-bottom: 105rem !important;
  }
  .pl-sm-105,
  .px-sm-105 {
    padding-left: 105rem !important;
  }
  .p-sm-106 {
    padding: 106rem !important;
  }
  .pt-sm-106,
  .py-sm-106 {
    padding-top: 106rem !important;
  }
  .px-sm-106 {
    padding-right: 106rem !important;
  }
  .pb-sm-106,
  .py-sm-106 {
    padding-bottom: 106rem !important;
  }
  .pl-sm-106,
  .px-sm-106 {
    padding-left: 106rem !important;
  }
  .p-sm-107 {
    padding: 107rem !important;
  }
  .pt-sm-107,
  .py-sm-107 {
    padding-top: 107rem !important;
  }
  .px-sm-107 {
    padding-right: 107rem !important;
  }
  .pb-sm-107,
  .py-sm-107 {
    padding-bottom: 107rem !important;
  }
  .pl-sm-107,
  .px-sm-107 {
    padding-left: 107rem !important;
  }
  .p-sm-108 {
    padding: 108rem !important;
  }
  .pt-sm-108,
  .py-sm-108 {
    padding-top: 108rem !important;
  }
  .px-sm-108 {
    padding-right: 108rem !important;
  }
  .pb-sm-108,
  .py-sm-108 {
    padding-bottom: 108rem !important;
  }
  .pl-sm-108,
  .px-sm-108 {
    padding-left: 108rem !important;
  }
  .p-sm-109 {
    padding: 109rem !important;
  }
  .pt-sm-109,
  .py-sm-109 {
    padding-top: 109rem !important;
  }
  .px-sm-109 {
    padding-right: 109rem !important;
  }
  .pb-sm-109,
  .py-sm-109 {
    padding-bottom: 109rem !important;
  }
  .pl-sm-109,
  .px-sm-109 {
    padding-left: 109rem !important;
  }
  .p-sm-110 {
    padding: 110rem !important;
  }
  .pt-sm-110,
  .py-sm-110 {
    padding-top: 110rem !important;
  }
  .px-sm-110 {
    padding-right: 110rem !important;
  }
  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 110rem !important;
  }
  .pl-sm-110,
  .px-sm-110 {
    padding-left: 110rem !important;
  }
  .p-sm-111 {
    padding: 111rem !important;
  }
  .pt-sm-111,
  .py-sm-111 {
    padding-top: 111rem !important;
  }
  .px-sm-111 {
    padding-right: 111rem !important;
  }
  .pb-sm-111,
  .py-sm-111 {
    padding-bottom: 111rem !important;
  }
  .pl-sm-111,
  .px-sm-111 {
    padding-left: 111rem !important;
  }
  .p-sm-112 {
    padding: 112rem !important;
  }
  .pt-sm-112,
  .py-sm-112 {
    padding-top: 112rem !important;
  }
  .px-sm-112 {
    padding-right: 112rem !important;
  }
  .pb-sm-112,
  .py-sm-112 {
    padding-bottom: 112rem !important;
  }
  .pl-sm-112,
  .px-sm-112 {
    padding-left: 112rem !important;
  }
  .p-sm-113 {
    padding: 113rem !important;
  }
  .pt-sm-113,
  .py-sm-113 {
    padding-top: 113rem !important;
  }
  .px-sm-113 {
    padding-right: 113rem !important;
  }
  .pb-sm-113,
  .py-sm-113 {
    padding-bottom: 113rem !important;
  }
  .pl-sm-113,
  .px-sm-113 {
    padding-left: 113rem !important;
  }
  .p-sm-114 {
    padding: 114rem !important;
  }
  .pt-sm-114,
  .py-sm-114 {
    padding-top: 114rem !important;
  }
  .px-sm-114 {
    padding-right: 114rem !important;
  }
  .pb-sm-114,
  .py-sm-114 {
    padding-bottom: 114rem !important;
  }
  .pl-sm-114,
  .px-sm-114 {
    padding-left: 114rem !important;
  }
  .p-sm-115 {
    padding: 115rem !important;
  }
  .pt-sm-115,
  .py-sm-115 {
    padding-top: 115rem !important;
  }
  .px-sm-115 {
    padding-right: 115rem !important;
  }
  .pb-sm-115,
  .py-sm-115 {
    padding-bottom: 115rem !important;
  }
  .pl-sm-115,
  .px-sm-115 {
    padding-left: 115rem !important;
  }
  .p-sm-116 {
    padding: 116rem !important;
  }
  .pt-sm-116,
  .py-sm-116 {
    padding-top: 116rem !important;
  }
  .px-sm-116 {
    padding-right: 116rem !important;
  }
  .pb-sm-116,
  .py-sm-116 {
    padding-bottom: 116rem !important;
  }
  .pl-sm-116,
  .px-sm-116 {
    padding-left: 116rem !important;
  }
  .p-sm-117 {
    padding: 117rem !important;
  }
  .pt-sm-117,
  .py-sm-117 {
    padding-top: 117rem !important;
  }
  .px-sm-117 {
    padding-right: 117rem !important;
  }
  .pb-sm-117,
  .py-sm-117 {
    padding-bottom: 117rem !important;
  }
  .pl-sm-117,
  .px-sm-117 {
    padding-left: 117rem !important;
  }
  .p-sm-118 {
    padding: 118rem !important;
  }
  .pt-sm-118,
  .py-sm-118 {
    padding-top: 118rem !important;
  }
  .px-sm-118 {
    padding-right: 118rem !important;
  }
  .pb-sm-118,
  .py-sm-118 {
    padding-bottom: 118rem !important;
  }
  .pl-sm-118,
  .px-sm-118 {
    padding-left: 118rem !important;
  }
  .p-sm-119 {
    padding: 119rem !important;
  }
  .pt-sm-119,
  .py-sm-119 {
    padding-top: 119rem !important;
  }
  .px-sm-119 {
    padding-right: 119rem !important;
  }
  .pb-sm-119,
  .py-sm-119 {
    padding-bottom: 119rem !important;
  }
  .pl-sm-119,
  .px-sm-119 {
    padding-left: 119rem !important;
  }
  .p-sm-120 {
    padding: 120rem !important;
  }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 120rem !important;
  }
  .px-sm-120 {
    padding-right: 120rem !important;
  }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 120rem !important;
  }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 120rem !important;
  }
  .p-sm-121 {
    padding: 121rem !important;
  }
  .pt-sm-121,
  .py-sm-121 {
    padding-top: 121rem !important;
  }
  .px-sm-121 {
    padding-right: 121rem !important;
  }
  .pb-sm-121,
  .py-sm-121 {
    padding-bottom: 121rem !important;
  }
  .pl-sm-121,
  .px-sm-121 {
    padding-left: 121rem !important;
  }
  .p-sm-122 {
    padding: 122rem !important;
  }
  .pt-sm-122,
  .py-sm-122 {
    padding-top: 122rem !important;
  }
  .px-sm-122 {
    padding-right: 122rem !important;
  }
  .pb-sm-122,
  .py-sm-122 {
    padding-bottom: 122rem !important;
  }
  .pl-sm-122,
  .px-sm-122 {
    padding-left: 122rem !important;
  }
  .p-sm-123 {
    padding: 123rem !important;
  }
  .pt-sm-123,
  .py-sm-123 {
    padding-top: 123rem !important;
  }
  .px-sm-123 {
    padding-right: 123rem !important;
  }
  .pb-sm-123,
  .py-sm-123 {
    padding-bottom: 123rem !important;
  }
  .pl-sm-123,
  .px-sm-123 {
    padding-left: 123rem !important;
  }
  .p-sm-124 {
    padding: 124rem !important;
  }
  .pt-sm-124,
  .py-sm-124 {
    padding-top: 124rem !important;
  }
  .px-sm-124 {
    padding-right: 124rem !important;
  }
  .pb-sm-124,
  .py-sm-124 {
    padding-bottom: 124rem !important;
  }
  .pl-sm-124,
  .px-sm-124 {
    padding-left: 124rem !important;
  }
  .p-sm-125 {
    padding: 125rem !important;
  }
  .pt-sm-125,
  .py-sm-125 {
    padding-top: 125rem !important;
  }
  .px-sm-125 {
    padding-right: 125rem !important;
  }
  .pb-sm-125,
  .py-sm-125 {
    padding-bottom: 125rem !important;
  }
  .pl-sm-125,
  .px-sm-125 {
    padding-left: 125rem !important;
  }
  .p-sm-126 {
    padding: 126rem !important;
  }
  .pt-sm-126,
  .py-sm-126 {
    padding-top: 126rem !important;
  }
  .px-sm-126 {
    padding-right: 126rem !important;
  }
  .pb-sm-126,
  .py-sm-126 {
    padding-bottom: 126rem !important;
  }
  .pl-sm-126,
  .px-sm-126 {
    padding-left: 126rem !important;
  }
  .p-sm-127 {
    padding: 127rem !important;
  }
  .pt-sm-127,
  .py-sm-127 {
    padding-top: 127rem !important;
  }
  .px-sm-127 {
    padding-right: 127rem !important;
  }
  .pb-sm-127,
  .py-sm-127 {
    padding-bottom: 127rem !important;
  }
  .pl-sm-127,
  .px-sm-127 {
    padding-left: 127rem !important;
  }
  .p-sm-128 {
    padding: 128rem !important;
  }
  .pt-sm-128,
  .py-sm-128 {
    padding-top: 128rem !important;
  }
  .px-sm-128 {
    padding-right: 128rem !important;
  }
  .pb-sm-128,
  .py-sm-128 {
    padding-bottom: 128rem !important;
  }
  .pl-sm-128,
  .px-sm-128 {
    padding-left: 128rem !important;
  }
  .p-sm-129 {
    padding: 129rem !important;
  }
  .pt-sm-129,
  .py-sm-129 {
    padding-top: 129rem !important;
  }
  .px-sm-129 {
    padding-right: 129rem !important;
  }
  .pb-sm-129,
  .py-sm-129 {
    padding-bottom: 129rem !important;
  }
  .pl-sm-129,
  .px-sm-129 {
    padding-left: 129rem !important;
  }
  .p-sm-130 {
    padding: 130rem !important;
  }
  .pt-sm-130,
  .py-sm-130 {
    padding-top: 130rem !important;
  }
  .px-sm-130 {
    padding-right: 130rem !important;
  }
  .pb-sm-130,
  .py-sm-130 {
    padding-bottom: 130rem !important;
  }
  .pl-sm-130,
  .px-sm-130 {
    padding-left: 130rem !important;
  }
  .p-sm-131 {
    padding: 131rem !important;
  }
  .pt-sm-131,
  .py-sm-131 {
    padding-top: 131rem !important;
  }
  .px-sm-131 {
    padding-right: 131rem !important;
  }
  .pb-sm-131,
  .py-sm-131 {
    padding-bottom: 131rem !important;
  }
  .pl-sm-131,
  .px-sm-131 {
    padding-left: 131rem !important;
  }
  .p-sm-132 {
    padding: 132rem !important;
  }
  .pt-sm-132,
  .py-sm-132 {
    padding-top: 132rem !important;
  }
  .px-sm-132 {
    padding-right: 132rem !important;
  }
  .pb-sm-132,
  .py-sm-132 {
    padding-bottom: 132rem !important;
  }
  .pl-sm-132,
  .px-sm-132 {
    padding-left: 132rem !important;
  }
  .p-sm-133 {
    padding: 133rem !important;
  }
  .pt-sm-133,
  .py-sm-133 {
    padding-top: 133rem !important;
  }
  .px-sm-133 {
    padding-right: 133rem !important;
  }
  .pb-sm-133,
  .py-sm-133 {
    padding-bottom: 133rem !important;
  }
  .pl-sm-133,
  .px-sm-133 {
    padding-left: 133rem !important;
  }
  .p-sm-134 {
    padding: 134rem !important;
  }
  .pt-sm-134,
  .py-sm-134 {
    padding-top: 134rem !important;
  }
  .px-sm-134 {
    padding-right: 134rem !important;
  }
  .pb-sm-134,
  .py-sm-134 {
    padding-bottom: 134rem !important;
  }
  .pl-sm-134,
  .px-sm-134 {
    padding-left: 134rem !important;
  }
  .p-sm-135 {
    padding: 135rem !important;
  }
  .pt-sm-135,
  .py-sm-135 {
    padding-top: 135rem !important;
  }
  .px-sm-135 {
    padding-right: 135rem !important;
  }
  .pb-sm-135,
  .py-sm-135 {
    padding-bottom: 135rem !important;
  }
  .pl-sm-135,
  .px-sm-135 {
    padding-left: 135rem !important;
  }
  .p-sm-136 {
    padding: 136rem !important;
  }
  .pt-sm-136,
  .py-sm-136 {
    padding-top: 136rem !important;
  }
  .px-sm-136 {
    padding-right: 136rem !important;
  }
  .pb-sm-136,
  .py-sm-136 {
    padding-bottom: 136rem !important;
  }
  .pl-sm-136,
  .px-sm-136 {
    padding-left: 136rem !important;
  }
  .p-sm-137 {
    padding: 137rem !important;
  }
  .pt-sm-137,
  .py-sm-137 {
    padding-top: 137rem !important;
  }
  .px-sm-137 {
    padding-right: 137rem !important;
  }
  .pb-sm-137,
  .py-sm-137 {
    padding-bottom: 137rem !important;
  }
  .pl-sm-137,
  .px-sm-137 {
    padding-left: 137rem !important;
  }
  .p-sm-138 {
    padding: 138rem !important;
  }
  .pt-sm-138,
  .py-sm-138 {
    padding-top: 138rem !important;
  }
  .px-sm-138 {
    padding-right: 138rem !important;
  }
  .pb-sm-138,
  .py-sm-138 {
    padding-bottom: 138rem !important;
  }
  .pl-sm-138,
  .px-sm-138 {
    padding-left: 138rem !important;
  }
  .p-sm-139 {
    padding: 139rem !important;
  }
  .pt-sm-139,
  .py-sm-139 {
    padding-top: 139rem !important;
  }
  .px-sm-139 {
    padding-right: 139rem !important;
  }
  .pb-sm-139,
  .py-sm-139 {
    padding-bottom: 139rem !important;
  }
  .pl-sm-139,
  .px-sm-139 {
    padding-left: 139rem !important;
  }
  .p-sm-140 {
    padding: 140rem !important;
  }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 140rem !important;
  }
  .px-sm-140 {
    padding-right: 140rem !important;
  }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 140rem !important;
  }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 140rem !important;
  }
  .p-sm-141 {
    padding: 141rem !important;
  }
  .pt-sm-141,
  .py-sm-141 {
    padding-top: 141rem !important;
  }
  .px-sm-141 {
    padding-right: 141rem !important;
  }
  .pb-sm-141,
  .py-sm-141 {
    padding-bottom: 141rem !important;
  }
  .pl-sm-141,
  .px-sm-141 {
    padding-left: 141rem !important;
  }
  .p-sm-142 {
    padding: 142rem !important;
  }
  .pt-sm-142,
  .py-sm-142 {
    padding-top: 142rem !important;
  }
  .px-sm-142 {
    padding-right: 142rem !important;
  }
  .pb-sm-142,
  .py-sm-142 {
    padding-bottom: 142rem !important;
  }
  .pl-sm-142,
  .px-sm-142 {
    padding-left: 142rem !important;
  }
  .p-sm-143 {
    padding: 143rem !important;
  }
  .pt-sm-143,
  .py-sm-143 {
    padding-top: 143rem !important;
  }
  .px-sm-143 {
    padding-right: 143rem !important;
  }
  .pb-sm-143,
  .py-sm-143 {
    padding-bottom: 143rem !important;
  }
  .pl-sm-143,
  .px-sm-143 {
    padding-left: 143rem !important;
  }
  .p-sm-144 {
    padding: 144rem !important;
  }
  .pt-sm-144,
  .py-sm-144 {
    padding-top: 144rem !important;
  }
  .px-sm-144 {
    padding-right: 144rem !important;
  }
  .pb-sm-144,
  .py-sm-144 {
    padding-bottom: 144rem !important;
  }
  .pl-sm-144,
  .px-sm-144 {
    padding-left: 144rem !important;
  }
  .p-sm-145 {
    padding: 145rem !important;
  }
  .pt-sm-145,
  .py-sm-145 {
    padding-top: 145rem !important;
  }
  .px-sm-145 {
    padding-right: 145rem !important;
  }
  .pb-sm-145,
  .py-sm-145 {
    padding-bottom: 145rem !important;
  }
  .pl-sm-145,
  .px-sm-145 {
    padding-left: 145rem !important;
  }
  .p-sm-146 {
    padding: 146rem !important;
  }
  .pt-sm-146,
  .py-sm-146 {
    padding-top: 146rem !important;
  }
  .px-sm-146 {
    padding-right: 146rem !important;
  }
  .pb-sm-146,
  .py-sm-146 {
    padding-bottom: 146rem !important;
  }
  .pl-sm-146,
  .px-sm-146 {
    padding-left: 146rem !important;
  }
  .p-sm-147 {
    padding: 147rem !important;
  }
  .pt-sm-147,
  .py-sm-147 {
    padding-top: 147rem !important;
  }
  .px-sm-147 {
    padding-right: 147rem !important;
  }
  .pb-sm-147,
  .py-sm-147 {
    padding-bottom: 147rem !important;
  }
  .pl-sm-147,
  .px-sm-147 {
    padding-left: 147rem !important;
  }
  .p-sm-148 {
    padding: 148rem !important;
  }
  .pt-sm-148,
  .py-sm-148 {
    padding-top: 148rem !important;
  }
  .px-sm-148 {
    padding-right: 148rem !important;
  }
  .pb-sm-148,
  .py-sm-148 {
    padding-bottom: 148rem !important;
  }
  .pl-sm-148,
  .px-sm-148 {
    padding-left: 148rem !important;
  }
  .p-sm-149 {
    padding: 149rem !important;
  }
  .pt-sm-149,
  .py-sm-149 {
    padding-top: 149rem !important;
  }
  .px-sm-149 {
    padding-right: 149rem !important;
  }
  .pb-sm-149,
  .py-sm-149 {
    padding-bottom: 149rem !important;
  }
  .pl-sm-149,
  .px-sm-149 {
    padding-left: 149rem !important;
  }
  .p-sm-150 {
    padding: 150rem !important;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 150rem !important;
  }
  .px-sm-150 {
    padding-right: 150rem !important;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 150rem !important;
  }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 150rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .my-sm-n3 {
    margin-top: -3rem !important;
  }
  .mr-sm-n3 {
    margin-right: -3rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .my-sm-n4 {
    margin-top: -4rem !important;
  }
  .mr-sm-n4 {
    margin-right: -4rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .my-sm-n5 {
    margin-top: -5rem !important;
  }
  .mr-sm-n5 {
    margin-right: -5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .my-sm-n7 {
    margin-top: -7rem !important;
  }
  .mr-sm-n7 {
    margin-right: -7rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .mr-sm-n9 {
    margin-right: -9rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .my-sm-n10 {
    margin-top: -10rem !important;
  }
  .mr-sm-n10 {
    margin-right: -10rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .m-sm-n11 {
    margin: -11rem !important;
  }
  .my-sm-n11 {
    margin-top: -11rem !important;
  }
  .mr-sm-n11 {
    margin-right: -11rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -11rem !important;
  }
  .m-sm-n12 {
    margin: -12rem !important;
  }
  .my-sm-n12 {
    margin-top: -12rem !important;
  }
  .mr-sm-n12 {
    margin-right: -12rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -12rem !important;
  }
  .m-sm-n13 {
    margin: -13rem !important;
  }
  .my-sm-n13 {
    margin-top: -13rem !important;
  }
  .mr-sm-n13 {
    margin-right: -13rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -13rem !important;
  }
  .m-sm-n14 {
    margin: -14rem !important;
  }
  .my-sm-n14 {
    margin-top: -14rem !important;
  }
  .mr-sm-n14 {
    margin-right: -14rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -14rem !important;
  }
  .m-sm-n15 {
    margin: -15rem !important;
  }
  .my-sm-n15 {
    margin-top: -15rem !important;
  }
  .mr-sm-n15 {
    margin-right: -15rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15rem !important;
  }
  .m-sm-n16 {
    margin: -16rem !important;
  }
  .my-sm-n16 {
    margin-top: -16rem !important;
  }
  .mr-sm-n16 {
    margin-right: -16rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -16rem !important;
  }
  .m-sm-n17 {
    margin: -17rem !important;
  }
  .my-sm-n17 {
    margin-top: -17rem !important;
  }
  .mr-sm-n17 {
    margin-right: -17rem !important;
  }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -17rem !important;
  }
  .m-sm-n18 {
    margin: -18rem !important;
  }
  .my-sm-n18 {
    margin-top: -18rem !important;
  }
  .mr-sm-n18 {
    margin-right: -18rem !important;
  }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -18rem !important;
  }
  .m-sm-n19 {
    margin: -19rem !important;
  }
  .my-sm-n19 {
    margin-top: -19rem !important;
  }
  .mr-sm-n19 {
    margin-right: -19rem !important;
  }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -19rem !important;
  }
  .m-sm-n20 {
    margin: -20rem !important;
  }
  .my-sm-n20 {
    margin-top: -20rem !important;
  }
  .mr-sm-n20 {
    margin-right: -20rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20rem !important;
  }
  .m-sm-n21 {
    margin: -21rem !important;
  }
  .my-sm-n21 {
    margin-top: -21rem !important;
  }
  .mr-sm-n21 {
    margin-right: -21rem !important;
  }
  .mb-sm-n21,
  .my-sm-n21 {
    margin-bottom: -21rem !important;
  }
  .m-sm-n22 {
    margin: -22rem !important;
  }
  .my-sm-n22 {
    margin-top: -22rem !important;
  }
  .mr-sm-n22 {
    margin-right: -22rem !important;
  }
  .mb-sm-n22,
  .my-sm-n22 {
    margin-bottom: -22rem !important;
  }
  .m-sm-n23 {
    margin: -23rem !important;
  }
  .my-sm-n23 {
    margin-top: -23rem !important;
  }
  .mr-sm-n23 {
    margin-right: -23rem !important;
  }
  .mb-sm-n23,
  .my-sm-n23 {
    margin-bottom: -23rem !important;
  }
  .m-sm-n24 {
    margin: -24rem !important;
  }
  .my-sm-n24 {
    margin-top: -24rem !important;
  }
  .mr-sm-n24 {
    margin-right: -24rem !important;
  }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -24rem !important;
  }
  .m-sm-n25 {
    margin: -25rem !important;
  }
  .my-sm-n25 {
    margin-top: -25rem !important;
  }
  .mr-sm-n25 {
    margin-right: -25rem !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -25rem !important;
  }
  .m-sm-n26 {
    margin: -26rem !important;
  }
  .my-sm-n26 {
    margin-top: -26rem !important;
  }
  .mr-sm-n26 {
    margin-right: -26rem !important;
  }
  .mb-sm-n26,
  .my-sm-n26 {
    margin-bottom: -26rem !important;
  }
  .m-sm-n27 {
    margin: -27rem !important;
  }
  .my-sm-n27 {
    margin-top: -27rem !important;
  }
  .mr-sm-n27 {
    margin-right: -27rem !important;
  }
  .mb-sm-n27,
  .my-sm-n27 {
    margin-bottom: -27rem !important;
  }
  .m-sm-n28 {
    margin: -28rem !important;
  }
  .my-sm-n28 {
    margin-top: -28rem !important;
  }
  .mr-sm-n28 {
    margin-right: -28rem !important;
  }
  .mb-sm-n28,
  .my-sm-n28 {
    margin-bottom: -28rem !important;
  }
  .m-sm-n29 {
    margin: -29rem !important;
  }
  .my-sm-n29 {
    margin-top: -29rem !important;
  }
  .mr-sm-n29 {
    margin-right: -29rem !important;
  }
  .mb-sm-n29,
  .my-sm-n29 {
    margin-bottom: -29rem !important;
  }
  .m-sm-n30 {
    margin: -30rem !important;
  }
  .my-sm-n30 {
    margin-top: -30rem !important;
  }
  .mr-sm-n30 {
    margin-right: -30rem !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30rem !important;
  }
  .m-sm-n31 {
    margin: -31rem !important;
  }
  .my-sm-n31 {
    margin-top: -31rem !important;
  }
  .mr-sm-n31 {
    margin-right: -31rem !important;
  }
  .mb-sm-n31,
  .my-sm-n31 {
    margin-bottom: -31rem !important;
  }
  .m-sm-n32 {
    margin: -32rem !important;
  }
  .my-sm-n32 {
    margin-top: -32rem !important;
  }
  .mr-sm-n32 {
    margin-right: -32rem !important;
  }
  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -32rem !important;
  }
  .m-sm-n33 {
    margin: -33rem !important;
  }
  .my-sm-n33 {
    margin-top: -33rem !important;
  }
  .mr-sm-n33 {
    margin-right: -33rem !important;
  }
  .mb-sm-n33,
  .my-sm-n33 {
    margin-bottom: -33rem !important;
  }
  .m-sm-n34 {
    margin: -34rem !important;
  }
  .my-sm-n34 {
    margin-top: -34rem !important;
  }
  .mr-sm-n34 {
    margin-right: -34rem !important;
  }
  .mb-sm-n34,
  .my-sm-n34 {
    margin-bottom: -34rem !important;
  }
  .m-sm-n35 {
    margin: -35rem !important;
  }
  .my-sm-n35 {
    margin-top: -35rem !important;
  }
  .mr-sm-n35 {
    margin-right: -35rem !important;
  }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -35rem !important;
  }
  .m-sm-n36 {
    margin: -36rem !important;
  }
  .my-sm-n36 {
    margin-top: -36rem !important;
  }
  .mr-sm-n36 {
    margin-right: -36rem !important;
  }
  .mb-sm-n36,
  .my-sm-n36 {
    margin-bottom: -36rem !important;
  }
  .m-sm-n37 {
    margin: -37rem !important;
  }
  .my-sm-n37 {
    margin-top: -37rem !important;
  }
  .mr-sm-n37 {
    margin-right: -37rem !important;
  }
  .mb-sm-n37,
  .my-sm-n37 {
    margin-bottom: -37rem !important;
  }
  .m-sm-n38 {
    margin: -38rem !important;
  }
  .my-sm-n38 {
    margin-top: -38rem !important;
  }
  .mr-sm-n38 {
    margin-right: -38rem !important;
  }
  .mb-sm-n38,
  .my-sm-n38 {
    margin-bottom: -38rem !important;
  }
  .m-sm-n39 {
    margin: -39rem !important;
  }
  .my-sm-n39 {
    margin-top: -39rem !important;
  }
  .mr-sm-n39 {
    margin-right: -39rem !important;
  }
  .mb-sm-n39,
  .my-sm-n39 {
    margin-bottom: -39rem !important;
  }
  .m-sm-n40 {
    margin: -40rem !important;
  }
  .my-sm-n40 {
    margin-top: -40rem !important;
  }
  .mr-sm-n40 {
    margin-right: -40rem !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40rem !important;
  }
  .m-sm-n41 {
    margin: -41rem !important;
  }
  .my-sm-n41 {
    margin-top: -41rem !important;
  }
  .mr-sm-n41 {
    margin-right: -41rem !important;
  }
  .mb-sm-n41,
  .my-sm-n41 {
    margin-bottom: -41rem !important;
  }
  .m-sm-n42 {
    margin: -42rem !important;
  }
  .my-sm-n42 {
    margin-top: -42rem !important;
  }
  .mr-sm-n42 {
    margin-right: -42rem !important;
  }
  .mb-sm-n42,
  .my-sm-n42 {
    margin-bottom: -42rem !important;
  }
  .m-sm-n43 {
    margin: -43rem !important;
  }
  .my-sm-n43 {
    margin-top: -43rem !important;
  }
  .mr-sm-n43 {
    margin-right: -43rem !important;
  }
  .mb-sm-n43,
  .my-sm-n43 {
    margin-bottom: -43rem !important;
  }
  .m-sm-n44 {
    margin: -44rem !important;
  }
  .my-sm-n44 {
    margin-top: -44rem !important;
  }
  .mr-sm-n44 {
    margin-right: -44rem !important;
  }
  .mb-sm-n44,
  .my-sm-n44 {
    margin-bottom: -44rem !important;
  }
  .m-sm-n45 {
    margin: -45rem !important;
  }
  .my-sm-n45 {
    margin-top: -45rem !important;
  }
  .mr-sm-n45 {
    margin-right: -45rem !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -45rem !important;
  }
  .m-sm-n46 {
    margin: -46rem !important;
  }
  .my-sm-n46 {
    margin-top: -46rem !important;
  }
  .mr-sm-n46 {
    margin-right: -46rem !important;
  }
  .mb-sm-n46,
  .my-sm-n46 {
    margin-bottom: -46rem !important;
  }
  .m-sm-n47 {
    margin: -47rem !important;
  }
  .my-sm-n47 {
    margin-top: -47rem !important;
  }
  .mr-sm-n47 {
    margin-right: -47rem !important;
  }
  .mb-sm-n47,
  .my-sm-n47 {
    margin-bottom: -47rem !important;
  }
  .m-sm-n48 {
    margin: -48rem !important;
  }
  .my-sm-n48 {
    margin-top: -48rem !important;
  }
  .mr-sm-n48 {
    margin-right: -48rem !important;
  }
  .mb-sm-n48,
  .my-sm-n48 {
    margin-bottom: -48rem !important;
  }
  .m-sm-n49 {
    margin: -49rem !important;
  }
  .my-sm-n49 {
    margin-top: -49rem !important;
  }
  .mr-sm-n49 {
    margin-right: -49rem !important;
  }
  .mb-sm-n49,
  .my-sm-n49 {
    margin-bottom: -49rem !important;
  }
  .m-sm-n50 {
    margin: -50rem !important;
  }
  .my-sm-n50 {
    margin-top: -50rem !important;
  }
  .mr-sm-n50 {
    margin-right: -50rem !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -50rem !important;
  }
  .m-sm-n51 {
    margin: -51rem !important;
  }
  .my-sm-n51 {
    margin-top: -51rem !important;
  }
  .mr-sm-n51 {
    margin-right: -51rem !important;
  }
  .mb-sm-n51,
  .my-sm-n51 {
    margin-bottom: -51rem !important;
  }
  .m-sm-n52 {
    margin: -52rem !important;
  }
  .my-sm-n52 {
    margin-top: -52rem !important;
  }
  .mr-sm-n52 {
    margin-right: -52rem !important;
  }
  .mb-sm-n52,
  .my-sm-n52 {
    margin-bottom: -52rem !important;
  }
  .m-sm-n53 {
    margin: -53rem !important;
  }
  .my-sm-n53 {
    margin-top: -53rem !important;
  }
  .mr-sm-n53 {
    margin-right: -53rem !important;
  }
  .mb-sm-n53,
  .my-sm-n53 {
    margin-bottom: -53rem !important;
  }
  .m-sm-n54 {
    margin: -54rem !important;
  }
  .my-sm-n54 {
    margin-top: -54rem !important;
  }
  .mr-sm-n54 {
    margin-right: -54rem !important;
  }
  .mb-sm-n54,
  .my-sm-n54 {
    margin-bottom: -54rem !important;
  }
  .m-sm-n55 {
    margin: -55rem !important;
  }
  .my-sm-n55 {
    margin-top: -55rem !important;
  }
  .mr-sm-n55 {
    margin-right: -55rem !important;
  }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -55rem !important;
  }
  .m-sm-n56 {
    margin: -56rem !important;
  }
  .my-sm-n56 {
    margin-top: -56rem !important;
  }
  .mr-sm-n56 {
    margin-right: -56rem !important;
  }
  .mb-sm-n56,
  .my-sm-n56 {
    margin-bottom: -56rem !important;
  }
  .m-sm-n57 {
    margin: -57rem !important;
  }
  .my-sm-n57 {
    margin-top: -57rem !important;
  }
  .mr-sm-n57 {
    margin-right: -57rem !important;
  }
  .mb-sm-n57,
  .my-sm-n57 {
    margin-bottom: -57rem !important;
  }
  .m-sm-n58 {
    margin: -58rem !important;
  }
  .my-sm-n58 {
    margin-top: -58rem !important;
  }
  .mr-sm-n58 {
    margin-right: -58rem !important;
  }
  .mb-sm-n58,
  .my-sm-n58 {
    margin-bottom: -58rem !important;
  }
  .m-sm-n59 {
    margin: -59rem !important;
  }
  .my-sm-n59 {
    margin-top: -59rem !important;
  }
  .mr-sm-n59 {
    margin-right: -59rem !important;
  }
  .mb-sm-n59,
  .my-sm-n59 {
    margin-bottom: -59rem !important;
  }
  .m-sm-n60 {
    margin: -60rem !important;
  }
  .my-sm-n60 {
    margin-top: -60rem !important;
  }
  .mr-sm-n60 {
    margin-right: -60rem !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -60rem !important;
  }
  .m-sm-n61 {
    margin: -61rem !important;
  }
  .my-sm-n61 {
    margin-top: -61rem !important;
  }
  .mr-sm-n61 {
    margin-right: -61rem !important;
  }
  .mb-sm-n61,
  .my-sm-n61 {
    margin-bottom: -61rem !important;
  }
  .m-sm-n62 {
    margin: -62rem !important;
  }
  .my-sm-n62 {
    margin-top: -62rem !important;
  }
  .mr-sm-n62 {
    margin-right: -62rem !important;
  }
  .mb-sm-n62,
  .my-sm-n62 {
    margin-bottom: -62rem !important;
  }
  .m-sm-n63 {
    margin: -63rem !important;
  }
  .my-sm-n63 {
    margin-top: -63rem !important;
  }
  .mr-sm-n63 {
    margin-right: -63rem !important;
  }
  .mb-sm-n63,
  .my-sm-n63 {
    margin-bottom: -63rem !important;
  }
  .m-sm-n64 {
    margin: -64rem !important;
  }
  .my-sm-n64 {
    margin-top: -64rem !important;
  }
  .mr-sm-n64 {
    margin-right: -64rem !important;
  }
  .mb-sm-n64,
  .my-sm-n64 {
    margin-bottom: -64rem !important;
  }
  .m-sm-n65 {
    margin: -65rem !important;
  }
  .my-sm-n65 {
    margin-top: -65rem !important;
  }
  .mr-sm-n65 {
    margin-right: -65rem !important;
  }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -65rem !important;
  }
  .m-sm-n66 {
    margin: -66rem !important;
  }
  .my-sm-n66 {
    margin-top: -66rem !important;
  }
  .mr-sm-n66 {
    margin-right: -66rem !important;
  }
  .mb-sm-n66,
  .my-sm-n66 {
    margin-bottom: -66rem !important;
  }
  .m-sm-n67 {
    margin: -67rem !important;
  }
  .my-sm-n67 {
    margin-top: -67rem !important;
  }
  .mr-sm-n67 {
    margin-right: -67rem !important;
  }
  .mb-sm-n67,
  .my-sm-n67 {
    margin-bottom: -67rem !important;
  }
  .m-sm-n68 {
    margin: -68rem !important;
  }
  .my-sm-n68 {
    margin-top: -68rem !important;
  }
  .mr-sm-n68 {
    margin-right: -68rem !important;
  }
  .mb-sm-n68,
  .my-sm-n68 {
    margin-bottom: -68rem !important;
  }
  .m-sm-n69 {
    margin: -69rem !important;
  }
  .my-sm-n69 {
    margin-top: -69rem !important;
  }
  .mr-sm-n69 {
    margin-right: -69rem !important;
  }
  .mb-sm-n69,
  .my-sm-n69 {
    margin-bottom: -69rem !important;
  }
  .m-sm-n70 {
    margin: -70rem !important;
  }
  .my-sm-n70 {
    margin-top: -70rem !important;
  }
  .mr-sm-n70 {
    margin-right: -70rem !important;
  }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -70rem !important;
  }
  .m-sm-n71 {
    margin: -71rem !important;
  }
  .my-sm-n71 {
    margin-top: -71rem !important;
  }
  .mr-sm-n71 {
    margin-right: -71rem !important;
  }
  .mb-sm-n71,
  .my-sm-n71 {
    margin-bottom: -71rem !important;
  }
  .m-sm-n72 {
    margin: -72rem !important;
  }
  .my-sm-n72 {
    margin-top: -72rem !important;
  }
  .mr-sm-n72 {
    margin-right: -72rem !important;
  }
  .mb-sm-n72,
  .my-sm-n72 {
    margin-bottom: -72rem !important;
  }
  .m-sm-n73 {
    margin: -73rem !important;
  }
  .my-sm-n73 {
    margin-top: -73rem !important;
  }
  .mr-sm-n73 {
    margin-right: -73rem !important;
  }
  .mb-sm-n73,
  .my-sm-n73 {
    margin-bottom: -73rem !important;
  }
  .m-sm-n74 {
    margin: -74rem !important;
  }
  .my-sm-n74 {
    margin-top: -74rem !important;
  }
  .mr-sm-n74 {
    margin-right: -74rem !important;
  }
  .mb-sm-n74,
  .my-sm-n74 {
    margin-bottom: -74rem !important;
  }
  .m-sm-n75 {
    margin: -75rem !important;
  }
  .my-sm-n75 {
    margin-top: -75rem !important;
  }
  .mr-sm-n75 {
    margin-right: -75rem !important;
  }
  .mb-sm-n75,
  .my-sm-n75 {
    margin-bottom: -75rem !important;
  }
  .m-sm-n76 {
    margin: -76rem !important;
  }
  .my-sm-n76 {
    margin-top: -76rem !important;
  }
  .mr-sm-n76 {
    margin-right: -76rem !important;
  }
  .mb-sm-n76,
  .my-sm-n76 {
    margin-bottom: -76rem !important;
  }
  .m-sm-n77 {
    margin: -77rem !important;
  }
  .my-sm-n77 {
    margin-top: -77rem !important;
  }
  .mr-sm-n77 {
    margin-right: -77rem !important;
  }
  .mb-sm-n77,
  .my-sm-n77 {
    margin-bottom: -77rem !important;
  }
  .m-sm-n78 {
    margin: -78rem !important;
  }
  .my-sm-n78 {
    margin-top: -78rem !important;
  }
  .mr-sm-n78 {
    margin-right: -78rem !important;
  }
  .mb-sm-n78,
  .my-sm-n78 {
    margin-bottom: -78rem !important;
  }
  .m-sm-n79 {
    margin: -79rem !important;
  }
  .my-sm-n79 {
    margin-top: -79rem !important;
  }
  .mr-sm-n79 {
    margin-right: -79rem !important;
  }
  .mb-sm-n79,
  .my-sm-n79 {
    margin-bottom: -79rem !important;
  }
  .m-sm-n80 {
    margin: -80rem !important;
  }
  .my-sm-n80 {
    margin-top: -80rem !important;
  }
  .mr-sm-n80 {
    margin-right: -80rem !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80rem !important;
  }
  .m-sm-n81 {
    margin: -81rem !important;
  }
  .my-sm-n81 {
    margin-top: -81rem !important;
  }
  .mr-sm-n81 {
    margin-right: -81rem !important;
  }
  .mb-sm-n81,
  .my-sm-n81 {
    margin-bottom: -81rem !important;
  }
  .m-sm-n82 {
    margin: -82rem !important;
  }
  .my-sm-n82 {
    margin-top: -82rem !important;
  }
  .mr-sm-n82 {
    margin-right: -82rem !important;
  }
  .mb-sm-n82,
  .my-sm-n82 {
    margin-bottom: -82rem !important;
  }
  .m-sm-n83 {
    margin: -83rem !important;
  }
  .my-sm-n83 {
    margin-top: -83rem !important;
  }
  .mr-sm-n83 {
    margin-right: -83rem !important;
  }
  .mb-sm-n83,
  .my-sm-n83 {
    margin-bottom: -83rem !important;
  }
  .m-sm-n84 {
    margin: -84rem !important;
  }
  .my-sm-n84 {
    margin-top: -84rem !important;
  }
  .mr-sm-n84 {
    margin-right: -84rem !important;
  }
  .mb-sm-n84,
  .my-sm-n84 {
    margin-bottom: -84rem !important;
  }
  .m-sm-n85 {
    margin: -85rem !important;
  }
  .my-sm-n85 {
    margin-top: -85rem !important;
  }
  .mr-sm-n85 {
    margin-right: -85rem !important;
  }
  .mb-sm-n85,
  .my-sm-n85 {
    margin-bottom: -85rem !important;
  }
  .m-sm-n86 {
    margin: -86rem !important;
  }
  .my-sm-n86 {
    margin-top: -86rem !important;
  }
  .mr-sm-n86 {
    margin-right: -86rem !important;
  }
  .mb-sm-n86,
  .my-sm-n86 {
    margin-bottom: -86rem !important;
  }
  .m-sm-n87 {
    margin: -87rem !important;
  }
  .my-sm-n87 {
    margin-top: -87rem !important;
  }
  .mr-sm-n87 {
    margin-right: -87rem !important;
  }
  .mb-sm-n87,
  .my-sm-n87 {
    margin-bottom: -87rem !important;
  }
  .m-sm-n88 {
    margin: -88rem !important;
  }
  .my-sm-n88 {
    margin-top: -88rem !important;
  }
  .mr-sm-n88 {
    margin-right: -88rem !important;
  }
  .mb-sm-n88,
  .my-sm-n88 {
    margin-bottom: -88rem !important;
  }
  .m-sm-n89 {
    margin: -89rem !important;
  }
  .my-sm-n89 {
    margin-top: -89rem !important;
  }
  .mr-sm-n89 {
    margin-right: -89rem !important;
  }
  .mb-sm-n89,
  .my-sm-n89 {
    margin-bottom: -89rem !important;
  }
  .m-sm-n90 {
    margin: -90rem !important;
  }
  .my-sm-n90 {
    margin-top: -90rem !important;
  }
  .mr-sm-n90 {
    margin-right: -90rem !important;
  }
  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -90rem !important;
  }
  .m-sm-n91 {
    margin: -91rem !important;
  }
  .my-sm-n91 {
    margin-top: -91rem !important;
  }
  .mr-sm-n91 {
    margin-right: -91rem !important;
  }
  .mb-sm-n91,
  .my-sm-n91 {
    margin-bottom: -91rem !important;
  }
  .m-sm-n92 {
    margin: -92rem !important;
  }
  .my-sm-n92 {
    margin-top: -92rem !important;
  }
  .mr-sm-n92 {
    margin-right: -92rem !important;
  }
  .mb-sm-n92,
  .my-sm-n92 {
    margin-bottom: -92rem !important;
  }
  .m-sm-n93 {
    margin: -93rem !important;
  }
  .my-sm-n93 {
    margin-top: -93rem !important;
  }
  .mr-sm-n93 {
    margin-right: -93rem !important;
  }
  .mb-sm-n93,
  .my-sm-n93 {
    margin-bottom: -93rem !important;
  }
  .m-sm-n94 {
    margin: -94rem !important;
  }
  .my-sm-n94 {
    margin-top: -94rem !important;
  }
  .mr-sm-n94 {
    margin-right: -94rem !important;
  }
  .mb-sm-n94,
  .my-sm-n94 {
    margin-bottom: -94rem !important;
  }
  .m-sm-n95 {
    margin: -95rem !important;
  }
  .my-sm-n95 {
    margin-top: -95rem !important;
  }
  .mr-sm-n95 {
    margin-right: -95rem !important;
  }
  .mb-sm-n95,
  .my-sm-n95 {
    margin-bottom: -95rem !important;
  }
  .m-sm-n96 {
    margin: -96rem !important;
  }
  .my-sm-n96 {
    margin-top: -96rem !important;
  }
  .mr-sm-n96 {
    margin-right: -96rem !important;
  }
  .mb-sm-n96,
  .my-sm-n96 {
    margin-bottom: -96rem !important;
  }
  .m-sm-n97 {
    margin: -97rem !important;
  }
  .my-sm-n97 {
    margin-top: -97rem !important;
  }
  .mr-sm-n97 {
    margin-right: -97rem !important;
  }
  .mb-sm-n97,
  .my-sm-n97 {
    margin-bottom: -97rem !important;
  }
  .m-sm-n98 {
    margin: -98rem !important;
  }
  .my-sm-n98 {
    margin-top: -98rem !important;
  }
  .mr-sm-n98 {
    margin-right: -98rem !important;
  }
  .mb-sm-n98,
  .my-sm-n98 {
    margin-bottom: -98rem !important;
  }
  .m-sm-n99 {
    margin: -99rem !important;
  }
  .my-sm-n99 {
    margin-top: -99rem !important;
  }
  .mr-sm-n99 {
    margin-right: -99rem !important;
  }
  .mb-sm-n99,
  .my-sm-n99 {
    margin-bottom: -99rem !important;
  }
  .m-sm-n100 {
    margin: -100rem !important;
  }
  .my-sm-n100 {
    margin-top: -100rem !important;
  }
  .mr-sm-n100 {
    margin-right: -100rem !important;
  }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -100rem !important;
  }
  .m-sm-n101 {
    margin: -101rem !important;
  }
  .my-sm-n101 {
    margin-top: -101rem !important;
  }
  .mr-sm-n101 {
    margin-right: -101rem !important;
  }
  .mb-sm-n101,
  .my-sm-n101 {
    margin-bottom: -101rem !important;
  }
  .m-sm-n102 {
    margin: -102rem !important;
  }
  .my-sm-n102 {
    margin-top: -102rem !important;
  }
  .mr-sm-n102 {
    margin-right: -102rem !important;
  }
  .mb-sm-n102,
  .my-sm-n102 {
    margin-bottom: -102rem !important;
  }
  .m-sm-n103 {
    margin: -103rem !important;
  }
  .my-sm-n103 {
    margin-top: -103rem !important;
  }
  .mr-sm-n103 {
    margin-right: -103rem !important;
  }
  .mb-sm-n103,
  .my-sm-n103 {
    margin-bottom: -103rem !important;
  }
  .m-sm-n104 {
    margin: -104rem !important;
  }
  .my-sm-n104 {
    margin-top: -104rem !important;
  }
  .mr-sm-n104 {
    margin-right: -104rem !important;
  }
  .mb-sm-n104,
  .my-sm-n104 {
    margin-bottom: -104rem !important;
  }
  .m-sm-n105 {
    margin: -105rem !important;
  }
  .my-sm-n105 {
    margin-top: -105rem !important;
  }
  .mr-sm-n105 {
    margin-right: -105rem !important;
  }
  .mb-sm-n105,
  .my-sm-n105 {
    margin-bottom: -105rem !important;
  }
  .m-sm-n106 {
    margin: -106rem !important;
  }
  .my-sm-n106 {
    margin-top: -106rem !important;
  }
  .mr-sm-n106 {
    margin-right: -106rem !important;
  }
  .mb-sm-n106,
  .my-sm-n106 {
    margin-bottom: -106rem !important;
  }
  .m-sm-n107 {
    margin: -107rem !important;
  }
  .my-sm-n107 {
    margin-top: -107rem !important;
  }
  .mr-sm-n107 {
    margin-right: -107rem !important;
  }
  .mb-sm-n107,
  .my-sm-n107 {
    margin-bottom: -107rem !important;
  }
  .m-sm-n108 {
    margin: -108rem !important;
  }
  .my-sm-n108 {
    margin-top: -108rem !important;
  }
  .mr-sm-n108 {
    margin-right: -108rem !important;
  }
  .mb-sm-n108,
  .my-sm-n108 {
    margin-bottom: -108rem !important;
  }
  .m-sm-n109 {
    margin: -109rem !important;
  }
  .my-sm-n109 {
    margin-top: -109rem !important;
  }
  .mr-sm-n109 {
    margin-right: -109rem !important;
  }
  .mb-sm-n109,
  .my-sm-n109 {
    margin-bottom: -109rem !important;
  }
  .m-sm-n110 {
    margin: -110rem !important;
  }
  .my-sm-n110 {
    margin-top: -110rem !important;
  }
  .mr-sm-n110 {
    margin-right: -110rem !important;
  }
  .mb-sm-n110,
  .my-sm-n110 {
    margin-bottom: -110rem !important;
  }
  .m-sm-n111 {
    margin: -111rem !important;
  }
  .my-sm-n111 {
    margin-top: -111rem !important;
  }
  .mr-sm-n111 {
    margin-right: -111rem !important;
  }
  .mb-sm-n111,
  .my-sm-n111 {
    margin-bottom: -111rem !important;
  }
  .m-sm-n112 {
    margin: -112rem !important;
  }
  .my-sm-n112 {
    margin-top: -112rem !important;
  }
  .mr-sm-n112 {
    margin-right: -112rem !important;
  }
  .mb-sm-n112,
  .my-sm-n112 {
    margin-bottom: -112rem !important;
  }
  .m-sm-n113 {
    margin: -113rem !important;
  }
  .my-sm-n113 {
    margin-top: -113rem !important;
  }
  .mr-sm-n113 {
    margin-right: -113rem !important;
  }
  .mb-sm-n113,
  .my-sm-n113 {
    margin-bottom: -113rem !important;
  }
  .m-sm-n114 {
    margin: -114rem !important;
  }
  .my-sm-n114 {
    margin-top: -114rem !important;
  }
  .mr-sm-n114 {
    margin-right: -114rem !important;
  }
  .mb-sm-n114,
  .my-sm-n114 {
    margin-bottom: -114rem !important;
  }
  .m-sm-n115 {
    margin: -115rem !important;
  }
  .my-sm-n115 {
    margin-top: -115rem !important;
  }
  .mr-sm-n115 {
    margin-right: -115rem !important;
  }
  .mb-sm-n115,
  .my-sm-n115 {
    margin-bottom: -115rem !important;
  }
  .m-sm-n116 {
    margin: -116rem !important;
  }
  .my-sm-n116 {
    margin-top: -116rem !important;
  }
  .mr-sm-n116 {
    margin-right: -116rem !important;
  }
  .mb-sm-n116,
  .my-sm-n116 {
    margin-bottom: -116rem !important;
  }
  .m-sm-n117 {
    margin: -117rem !important;
  }
  .my-sm-n117 {
    margin-top: -117rem !important;
  }
  .mr-sm-n117 {
    margin-right: -117rem !important;
  }
  .mb-sm-n117,
  .my-sm-n117 {
    margin-bottom: -117rem !important;
  }
  .m-sm-n118 {
    margin: -118rem !important;
  }
  .my-sm-n118 {
    margin-top: -118rem !important;
  }
  .mr-sm-n118 {
    margin-right: -118rem !important;
  }
  .mb-sm-n118,
  .my-sm-n118 {
    margin-bottom: -118rem !important;
  }
  .m-sm-n119 {
    margin: -119rem !important;
  }
  .my-sm-n119 {
    margin-top: -119rem !important;
  }
  .mr-sm-n119 {
    margin-right: -119rem !important;
  }
  .mb-sm-n119,
  .my-sm-n119 {
    margin-bottom: -119rem !important;
  }
  .m-sm-n120 {
    margin: -120rem !important;
  }
  .my-sm-n120 {
    margin-top: -120rem !important;
  }
  .mr-sm-n120 {
    margin-right: -120rem !important;
  }
  .mb-sm-n120,
  .my-sm-n120 {
    margin-bottom: -120rem !important;
  }
  .m-sm-n121 {
    margin: -121rem !important;
  }
  .my-sm-n121 {
    margin-top: -121rem !important;
  }
  .mr-sm-n121 {
    margin-right: -121rem !important;
  }
  .mb-sm-n121,
  .my-sm-n121 {
    margin-bottom: -121rem !important;
  }
  .m-sm-n122 {
    margin: -122rem !important;
  }
  .my-sm-n122 {
    margin-top: -122rem !important;
  }
  .mr-sm-n122 {
    margin-right: -122rem !important;
  }
  .mb-sm-n122,
  .my-sm-n122 {
    margin-bottom: -122rem !important;
  }
  .m-sm-n123 {
    margin: -123rem !important;
  }
  .my-sm-n123 {
    margin-top: -123rem !important;
  }
  .mr-sm-n123 {
    margin-right: -123rem !important;
  }
  .mb-sm-n123,
  .my-sm-n123 {
    margin-bottom: -123rem !important;
  }
  .m-sm-n124 {
    margin: -124rem !important;
  }
  .my-sm-n124 {
    margin-top: -124rem !important;
  }
  .mr-sm-n124 {
    margin-right: -124rem !important;
  }
  .mb-sm-n124,
  .my-sm-n124 {
    margin-bottom: -124rem !important;
  }
  .m-sm-n125 {
    margin: -125rem !important;
  }
  .my-sm-n125 {
    margin-top: -125rem !important;
  }
  .mr-sm-n125 {
    margin-right: -125rem !important;
  }
  .mb-sm-n125,
  .my-sm-n125 {
    margin-bottom: -125rem !important;
  }
  .m-sm-n126 {
    margin: -126rem !important;
  }
  .my-sm-n126 {
    margin-top: -126rem !important;
  }
  .mr-sm-n126 {
    margin-right: -126rem !important;
  }
  .mb-sm-n126,
  .my-sm-n126 {
    margin-bottom: -126rem !important;
  }
  .m-sm-n127 {
    margin: -127rem !important;
  }
  .my-sm-n127 {
    margin-top: -127rem !important;
  }
  .mr-sm-n127 {
    margin-right: -127rem !important;
  }
  .mb-sm-n127,
  .my-sm-n127 {
    margin-bottom: -127rem !important;
  }
  .m-sm-n128 {
    margin: -128rem !important;
  }
  .my-sm-n128 {
    margin-top: -128rem !important;
  }
  .mr-sm-n128 {
    margin-right: -128rem !important;
  }
  .mb-sm-n128,
  .my-sm-n128 {
    margin-bottom: -128rem !important;
  }
  .m-sm-n129 {
    margin: -129rem !important;
  }
  .my-sm-n129 {
    margin-top: -129rem !important;
  }
  .mr-sm-n129 {
    margin-right: -129rem !important;
  }
  .mb-sm-n129,
  .my-sm-n129 {
    margin-bottom: -129rem !important;
  }
  .m-sm-n130 {
    margin: -130rem !important;
  }
  .my-sm-n130 {
    margin-top: -130rem !important;
  }
  .mr-sm-n130 {
    margin-right: -130rem !important;
  }
  .mb-sm-n130,
  .my-sm-n130 {
    margin-bottom: -130rem !important;
  }
  .m-sm-n131 {
    margin: -131rem !important;
  }
  .my-sm-n131 {
    margin-top: -131rem !important;
  }
  .mr-sm-n131 {
    margin-right: -131rem !important;
  }
  .mb-sm-n131,
  .my-sm-n131 {
    margin-bottom: -131rem !important;
  }
  .m-sm-n132 {
    margin: -132rem !important;
  }
  .my-sm-n132 {
    margin-top: -132rem !important;
  }
  .mr-sm-n132 {
    margin-right: -132rem !important;
  }
  .mb-sm-n132,
  .my-sm-n132 {
    margin-bottom: -132rem !important;
  }
  .m-sm-n133 {
    margin: -133rem !important;
  }
  .my-sm-n133 {
    margin-top: -133rem !important;
  }
  .mr-sm-n133 {
    margin-right: -133rem !important;
  }
  .mb-sm-n133,
  .my-sm-n133 {
    margin-bottom: -133rem !important;
  }
  .m-sm-n134 {
    margin: -134rem !important;
  }
  .my-sm-n134 {
    margin-top: -134rem !important;
  }
  .mr-sm-n134 {
    margin-right: -134rem !important;
  }
  .mb-sm-n134,
  .my-sm-n134 {
    margin-bottom: -134rem !important;
  }
  .m-sm-n135 {
    margin: -135rem !important;
  }
  .my-sm-n135 {
    margin-top: -135rem !important;
  }
  .mr-sm-n135 {
    margin-right: -135rem !important;
  }
  .mb-sm-n135,
  .my-sm-n135 {
    margin-bottom: -135rem !important;
  }
  .m-sm-n136 {
    margin: -136rem !important;
  }
  .my-sm-n136 {
    margin-top: -136rem !important;
  }
  .mr-sm-n136 {
    margin-right: -136rem !important;
  }
  .mb-sm-n136,
  .my-sm-n136 {
    margin-bottom: -136rem !important;
  }
  .m-sm-n137 {
    margin: -137rem !important;
  }
  .my-sm-n137 {
    margin-top: -137rem !important;
  }
  .mr-sm-n137 {
    margin-right: -137rem !important;
  }
  .mb-sm-n137,
  .my-sm-n137 {
    margin-bottom: -137rem !important;
  }
  .m-sm-n138 {
    margin: -138rem !important;
  }
  .my-sm-n138 {
    margin-top: -138rem !important;
  }
  .mr-sm-n138 {
    margin-right: -138rem !important;
  }
  .mb-sm-n138,
  .my-sm-n138 {
    margin-bottom: -138rem !important;
  }
  .m-sm-n139 {
    margin: -139rem !important;
  }
  .my-sm-n139 {
    margin-top: -139rem !important;
  }
  .mr-sm-n139 {
    margin-right: -139rem !important;
  }
  .mb-sm-n139,
  .my-sm-n139 {
    margin-bottom: -139rem !important;
  }
  .m-sm-n140 {
    margin: -140rem !important;
  }
  .my-sm-n140 {
    margin-top: -140rem !important;
  }
  .mr-sm-n140 {
    margin-right: -140rem !important;
  }
  .mb-sm-n140,
  .my-sm-n140 {
    margin-bottom: -140rem !important;
  }
  .m-sm-n141 {
    margin: -141rem !important;
  }
  .my-sm-n141 {
    margin-top: -141rem !important;
  }
  .mr-sm-n141 {
    margin-right: -141rem !important;
  }
  .mb-sm-n141,
  .my-sm-n141 {
    margin-bottom: -141rem !important;
  }
  .m-sm-n142 {
    margin: -142rem !important;
  }
  .my-sm-n142 {
    margin-top: -142rem !important;
  }
  .mr-sm-n142 {
    margin-right: -142rem !important;
  }
  .mb-sm-n142,
  .my-sm-n142 {
    margin-bottom: -142rem !important;
  }
  .m-sm-n143 {
    margin: -143rem !important;
  }
  .my-sm-n143 {
    margin-top: -143rem !important;
  }
  .mr-sm-n143 {
    margin-right: -143rem !important;
  }
  .mb-sm-n143,
  .my-sm-n143 {
    margin-bottom: -143rem !important;
  }
  .m-sm-n144 {
    margin: -144rem !important;
  }
  .my-sm-n144 {
    margin-top: -144rem !important;
  }
  .mr-sm-n144 {
    margin-right: -144rem !important;
  }
  .mb-sm-n144,
  .my-sm-n144 {
    margin-bottom: -144rem !important;
  }
  .m-sm-n145 {
    margin: -145rem !important;
  }
  .my-sm-n145 {
    margin-top: -145rem !important;
  }
  .mr-sm-n145 {
    margin-right: -145rem !important;
  }
  .mb-sm-n145,
  .my-sm-n145 {
    margin-bottom: -145rem !important;
  }
  .m-sm-n146 {
    margin: -146rem !important;
  }
  .my-sm-n146 {
    margin-top: -146rem !important;
  }
  .mr-sm-n146 {
    margin-right: -146rem !important;
  }
  .mb-sm-n146,
  .my-sm-n146 {
    margin-bottom: -146rem !important;
  }
  .m-sm-n147 {
    margin: -147rem !important;
  }
  .my-sm-n147 {
    margin-top: -147rem !important;
  }
  .mr-sm-n147 {
    margin-right: -147rem !important;
  }
  .mb-sm-n147,
  .my-sm-n147 {
    margin-bottom: -147rem !important;
  }
  .m-sm-n148 {
    margin: -148rem !important;
  }
  .my-sm-n148 {
    margin-top: -148rem !important;
  }
  .mr-sm-n148 {
    margin-right: -148rem !important;
  }
  .mb-sm-n148,
  .my-sm-n148 {
    margin-bottom: -148rem !important;
  }
  .m-sm-n149 {
    margin: -149rem !important;
  }
  .my-sm-n149 {
    margin-top: -149rem !important;
  }
  .mr-sm-n149 {
    margin-right: -149rem !important;
  }
  .mb-sm-n149,
  .my-sm-n149 {
    margin-bottom: -149rem !important;
  }
  .m-sm-n150 {
    margin: -150rem !important;
  }
  .my-sm-n150 {
    margin-top: -150rem !important;
  }
  .mr-sm-n150 {
    margin-right: -150rem !important;
  }
  .mb-sm-n150,
  .my-sm-n150 {
    margin-bottom: -150rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
  }
  .mr-md-7 {
    margin-right: 7rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
  }
  .mr-md-10 {
    margin-right: 10rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }
  .m-md-11 {
    margin: 11rem !important;
  }
  .my-md-11 {
    margin-top: 11rem !important;
  }
  .mr-md-11 {
    margin-right: 11rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 11rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .my-md-12 {
    margin-top: 12rem !important;
  }
  .mr-md-12 {
    margin-right: 12rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 12rem !important;
  }
  .m-md-13 {
    margin: 13rem !important;
  }
  .my-md-13 {
    margin-top: 13rem !important;
  }
  .mr-md-13 {
    margin-right: 13rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 13rem !important;
  }
  .m-md-14 {
    margin: 14rem !important;
  }
  .my-md-14 {
    margin-top: 14rem !important;
  }
  .mr-md-14 {
    margin-right: 14rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 14rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
  }
  .mr-md-15 {
    margin-right: 15rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15rem !important;
  }
  .m-md-16 {
    margin: 16rem !important;
  }
  .my-md-16 {
    margin-top: 16rem !important;
  }
  .mr-md-16 {
    margin-right: 16rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 16rem !important;
  }
  .m-md-17 {
    margin: 17rem !important;
  }
  .my-md-17 {
    margin-top: 17rem !important;
  }
  .mr-md-17 {
    margin-right: 17rem !important;
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 17rem !important;
  }
  .m-md-18 {
    margin: 18rem !important;
  }
  .my-md-18 {
    margin-top: 18rem !important;
  }
  .mr-md-18 {
    margin-right: 18rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 18rem !important;
  }
  .m-md-19 {
    margin: 19rem !important;
  }
  .my-md-19 {
    margin-top: 19rem !important;
  }
  .mr-md-19 {
    margin-right: 19rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 19rem !important;
  }
  .m-md-20 {
    margin: 20rem !important;
  }
  .my-md-20 {
    margin-top: 20rem !important;
  }
  .mr-md-20 {
    margin-right: 20rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20rem !important;
  }
  .m-md-21 {
    margin: 21rem !important;
  }
  .my-md-21 {
    margin-top: 21rem !important;
  }
  .mr-md-21 {
    margin-right: 21rem !important;
  }
  .mb-md-21,
  .my-md-21 {
    margin-bottom: 21rem !important;
  }
  .m-md-22 {
    margin: 22rem !important;
  }
  .my-md-22 {
    margin-top: 22rem !important;
  }
  .mr-md-22 {
    margin-right: 22rem !important;
  }
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 22rem !important;
  }
  .m-md-23 {
    margin: 23rem !important;
  }
  .my-md-23 {
    margin-top: 23rem !important;
  }
  .mr-md-23 {
    margin-right: 23rem !important;
  }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 23rem !important;
  }
  .m-md-24 {
    margin: 24rem !important;
  }
  .my-md-24 {
    margin-top: 24rem !important;
  }
  .mr-md-24 {
    margin-right: 24rem !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 24rem !important;
  }
  .m-md-25 {
    margin: 25rem !important;
  }
  .my-md-25 {
    margin-top: 25rem !important;
  }
  .mr-md-25 {
    margin-right: 25rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25rem !important;
  }
  .m-md-26 {
    margin: 26rem !important;
  }
  .my-md-26 {
    margin-top: 26rem !important;
  }
  .mr-md-26 {
    margin-right: 26rem !important;
  }
  .mb-md-26,
  .my-md-26 {
    margin-bottom: 26rem !important;
  }
  .m-md-27 {
    margin: 27rem !important;
  }
  .my-md-27 {
    margin-top: 27rem !important;
  }
  .mr-md-27 {
    margin-right: 27rem !important;
  }
  .mb-md-27,
  .my-md-27 {
    margin-bottom: 27rem !important;
  }
  .m-md-28 {
    margin: 28rem !important;
  }
  .my-md-28 {
    margin-top: 28rem !important;
  }
  .mr-md-28 {
    margin-right: 28rem !important;
  }
  .mb-md-28,
  .my-md-28 {
    margin-bottom: 28rem !important;
  }
  .m-md-29 {
    margin: 29rem !important;
  }
  .my-md-29 {
    margin-top: 29rem !important;
  }
  .mr-md-29 {
    margin-right: 29rem !important;
  }
  .mb-md-29,
  .my-md-29 {
    margin-bottom: 29rem !important;
  }
  .m-md-30 {
    margin: 30rem !important;
  }
  .my-md-30 {
    margin-top: 30rem !important;
  }
  .mr-md-30 {
    margin-right: 30rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30rem !important;
  }
  .m-md-31 {
    margin: 31rem !important;
  }
  .my-md-31 {
    margin-top: 31rem !important;
  }
  .mr-md-31 {
    margin-right: 31rem !important;
  }
  .mb-md-31,
  .my-md-31 {
    margin-bottom: 31rem !important;
  }
  .m-md-32 {
    margin: 32rem !important;
  }
  .my-md-32 {
    margin-top: 32rem !important;
  }
  .mr-md-32 {
    margin-right: 32rem !important;
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 32rem !important;
  }
  .m-md-33 {
    margin: 33rem !important;
  }
  .my-md-33 {
    margin-top: 33rem !important;
  }
  .mr-md-33 {
    margin-right: 33rem !important;
  }
  .mb-md-33,
  .my-md-33 {
    margin-bottom: 33rem !important;
  }
  .m-md-34 {
    margin: 34rem !important;
  }
  .my-md-34 {
    margin-top: 34rem !important;
  }
  .mr-md-34 {
    margin-right: 34rem !important;
  }
  .mb-md-34,
  .my-md-34 {
    margin-bottom: 34rem !important;
  }
  .m-md-35 {
    margin: 35rem !important;
  }
  .my-md-35 {
    margin-top: 35rem !important;
  }
  .mr-md-35 {
    margin-right: 35rem !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35rem !important;
  }
  .m-md-36 {
    margin: 36rem !important;
  }
  .my-md-36 {
    margin-top: 36rem !important;
  }
  .mr-md-36 {
    margin-right: 36rem !important;
  }
  .mb-md-36,
  .my-md-36 {
    margin-bottom: 36rem !important;
  }
  .m-md-37 {
    margin: 37rem !important;
  }
  .my-md-37 {
    margin-top: 37rem !important;
  }
  .mr-md-37 {
    margin-right: 37rem !important;
  }
  .mb-md-37,
  .my-md-37 {
    margin-bottom: 37rem !important;
  }
  .m-md-38 {
    margin: 38rem !important;
  }
  .my-md-38 {
    margin-top: 38rem !important;
  }
  .mr-md-38 {
    margin-right: 38rem !important;
  }
  .mb-md-38,
  .my-md-38 {
    margin-bottom: 38rem !important;
  }
  .m-md-39 {
    margin: 39rem !important;
  }
  .my-md-39 {
    margin-top: 39rem !important;
  }
  .mr-md-39 {
    margin-right: 39rem !important;
  }
  .mb-md-39,
  .my-md-39 {
    margin-bottom: 39rem !important;
  }
  .m-md-40 {
    margin: 40rem !important;
  }
  .my-md-40 {
    margin-top: 40rem !important;
  }
  .mr-md-40 {
    margin-right: 40rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40rem !important;
  }
  .m-md-41 {
    margin: 41rem !important;
  }
  .my-md-41 {
    margin-top: 41rem !important;
  }
  .mr-md-41 {
    margin-right: 41rem !important;
  }
  .mb-md-41,
  .my-md-41 {
    margin-bottom: 41rem !important;
  }
  .m-md-42 {
    margin: 42rem !important;
  }
  .my-md-42 {
    margin-top: 42rem !important;
  }
  .mr-md-42 {
    margin-right: 42rem !important;
  }
  .mb-md-42,
  .my-md-42 {
    margin-bottom: 42rem !important;
  }
  .m-md-43 {
    margin: 43rem !important;
  }
  .my-md-43 {
    margin-top: 43rem !important;
  }
  .mr-md-43 {
    margin-right: 43rem !important;
  }
  .mb-md-43,
  .my-md-43 {
    margin-bottom: 43rem !important;
  }
  .m-md-44 {
    margin: 44rem !important;
  }
  .my-md-44 {
    margin-top: 44rem !important;
  }
  .mr-md-44 {
    margin-right: 44rem !important;
  }
  .mb-md-44,
  .my-md-44 {
    margin-bottom: 44rem !important;
  }
  .m-md-45 {
    margin: 45rem !important;
  }
  .my-md-45 {
    margin-top: 45rem !important;
  }
  .mr-md-45 {
    margin-right: 45rem !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45rem !important;
  }
  .m-md-46 {
    margin: 46rem !important;
  }
  .my-md-46 {
    margin-top: 46rem !important;
  }
  .mr-md-46 {
    margin-right: 46rem !important;
  }
  .mb-md-46,
  .my-md-46 {
    margin-bottom: 46rem !important;
  }
  .m-md-47 {
    margin: 47rem !important;
  }
  .my-md-47 {
    margin-top: 47rem !important;
  }
  .mr-md-47 {
    margin-right: 47rem !important;
  }
  .mb-md-47,
  .my-md-47 {
    margin-bottom: 47rem !important;
  }
  .m-md-48 {
    margin: 48rem !important;
  }
  .my-md-48 {
    margin-top: 48rem !important;
  }
  .mr-md-48 {
    margin-right: 48rem !important;
  }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 48rem !important;
  }
  .m-md-49 {
    margin: 49rem !important;
  }
  .my-md-49 {
    margin-top: 49rem !important;
  }
  .mr-md-49 {
    margin-right: 49rem !important;
  }
  .mb-md-49,
  .my-md-49 {
    margin-bottom: 49rem !important;
  }
  .m-md-50 {
    margin: 50rem !important;
  }
  .my-md-50 {
    margin-top: 50rem !important;
  }
  .mr-md-50 {
    margin-right: 50rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50rem !important;
  }
  .m-md-51 {
    margin: 51rem !important;
  }
  .my-md-51 {
    margin-top: 51rem !important;
  }
  .mr-md-51 {
    margin-right: 51rem !important;
  }
  .mb-md-51,
  .my-md-51 {
    margin-bottom: 51rem !important;
  }
  .m-md-52 {
    margin: 52rem !important;
  }
  .my-md-52 {
    margin-top: 52rem !important;
  }
  .mr-md-52 {
    margin-right: 52rem !important;
  }
  .mb-md-52,
  .my-md-52 {
    margin-bottom: 52rem !important;
  }
  .m-md-53 {
    margin: 53rem !important;
  }
  .my-md-53 {
    margin-top: 53rem !important;
  }
  .mr-md-53 {
    margin-right: 53rem !important;
  }
  .mb-md-53,
  .my-md-53 {
    margin-bottom: 53rem !important;
  }
  .m-md-54 {
    margin: 54rem !important;
  }
  .my-md-54 {
    margin-top: 54rem !important;
  }
  .mr-md-54 {
    margin-right: 54rem !important;
  }
  .mb-md-54,
  .my-md-54 {
    margin-bottom: 54rem !important;
  }
  .m-md-55 {
    margin: 55rem !important;
  }
  .my-md-55 {
    margin-top: 55rem !important;
  }
  .mr-md-55 {
    margin-right: 55rem !important;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 55rem !important;
  }
  .m-md-56 {
    margin: 56rem !important;
  }
  .my-md-56 {
    margin-top: 56rem !important;
  }
  .mr-md-56 {
    margin-right: 56rem !important;
  }
  .mb-md-56,
  .my-md-56 {
    margin-bottom: 56rem !important;
  }
  .m-md-57 {
    margin: 57rem !important;
  }
  .my-md-57 {
    margin-top: 57rem !important;
  }
  .mr-md-57 {
    margin-right: 57rem !important;
  }
  .mb-md-57,
  .my-md-57 {
    margin-bottom: 57rem !important;
  }
  .m-md-58 {
    margin: 58rem !important;
  }
  .my-md-58 {
    margin-top: 58rem !important;
  }
  .mr-md-58 {
    margin-right: 58rem !important;
  }
  .mb-md-58,
  .my-md-58 {
    margin-bottom: 58rem !important;
  }
  .m-md-59 {
    margin: 59rem !important;
  }
  .my-md-59 {
    margin-top: 59rem !important;
  }
  .mr-md-59 {
    margin-right: 59rem !important;
  }
  .mb-md-59,
  .my-md-59 {
    margin-bottom: 59rem !important;
  }
  .m-md-60 {
    margin: 60rem !important;
  }
  .my-md-60 {
    margin-top: 60rem !important;
  }
  .mr-md-60 {
    margin-right: 60rem !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60rem !important;
  }
  .m-md-61 {
    margin: 61rem !important;
  }
  .my-md-61 {
    margin-top: 61rem !important;
  }
  .mr-md-61 {
    margin-right: 61rem !important;
  }
  .mb-md-61,
  .my-md-61 {
    margin-bottom: 61rem !important;
  }
  .m-md-62 {
    margin: 62rem !important;
  }
  .my-md-62 {
    margin-top: 62rem !important;
  }
  .mr-md-62 {
    margin-right: 62rem !important;
  }
  .mb-md-62,
  .my-md-62 {
    margin-bottom: 62rem !important;
  }
  .m-md-63 {
    margin: 63rem !important;
  }
  .my-md-63 {
    margin-top: 63rem !important;
  }
  .mr-md-63 {
    margin-right: 63rem !important;
  }
  .mb-md-63,
  .my-md-63 {
    margin-bottom: 63rem !important;
  }
  .m-md-64 {
    margin: 64rem !important;
  }
  .my-md-64 {
    margin-top: 64rem !important;
  }
  .mr-md-64 {
    margin-right: 64rem !important;
  }
  .mb-md-64,
  .my-md-64 {
    margin-bottom: 64rem !important;
  }
  .m-md-65 {
    margin: 65rem !important;
  }
  .my-md-65 {
    margin-top: 65rem !important;
  }
  .mr-md-65 {
    margin-right: 65rem !important;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 65rem !important;
  }
  .m-md-66 {
    margin: 66rem !important;
  }
  .my-md-66 {
    margin-top: 66rem !important;
  }
  .mr-md-66 {
    margin-right: 66rem !important;
  }
  .mb-md-66,
  .my-md-66 {
    margin-bottom: 66rem !important;
  }
  .m-md-67 {
    margin: 67rem !important;
  }
  .my-md-67 {
    margin-top: 67rem !important;
  }
  .mr-md-67 {
    margin-right: 67rem !important;
  }
  .mb-md-67,
  .my-md-67 {
    margin-bottom: 67rem !important;
  }
  .m-md-68 {
    margin: 68rem !important;
  }
  .my-md-68 {
    margin-top: 68rem !important;
  }
  .mr-md-68 {
    margin-right: 68rem !important;
  }
  .mb-md-68,
  .my-md-68 {
    margin-bottom: 68rem !important;
  }
  .m-md-69 {
    margin: 69rem !important;
  }
  .my-md-69 {
    margin-top: 69rem !important;
  }
  .mr-md-69 {
    margin-right: 69rem !important;
  }
  .mb-md-69,
  .my-md-69 {
    margin-bottom: 69rem !important;
  }
  .m-md-70 {
    margin: 70rem !important;
  }
  .my-md-70 {
    margin-top: 70rem !important;
  }
  .mr-md-70 {
    margin-right: 70rem !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70rem !important;
  }
  .m-md-71 {
    margin: 71rem !important;
  }
  .my-md-71 {
    margin-top: 71rem !important;
  }
  .mr-md-71 {
    margin-right: 71rem !important;
  }
  .mb-md-71,
  .my-md-71 {
    margin-bottom: 71rem !important;
  }
  .m-md-72 {
    margin: 72rem !important;
  }
  .my-md-72 {
    margin-top: 72rem !important;
  }
  .mr-md-72 {
    margin-right: 72rem !important;
  }
  .mb-md-72,
  .my-md-72 {
    margin-bottom: 72rem !important;
  }
  .m-md-73 {
    margin: 73rem !important;
  }
  .my-md-73 {
    margin-top: 73rem !important;
  }
  .mr-md-73 {
    margin-right: 73rem !important;
  }
  .mb-md-73,
  .my-md-73 {
    margin-bottom: 73rem !important;
  }
  .m-md-74 {
    margin: 74rem !important;
  }
  .my-md-74 {
    margin-top: 74rem !important;
  }
  .mr-md-74 {
    margin-right: 74rem !important;
  }
  .mb-md-74,
  .my-md-74 {
    margin-bottom: 74rem !important;
  }
  .m-md-75 {
    margin: 75rem !important;
  }
  .my-md-75 {
    margin-top: 75rem !important;
  }
  .mr-md-75 {
    margin-right: 75rem !important;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 75rem !important;
  }
  .m-md-76 {
    margin: 76rem !important;
  }
  .my-md-76 {
    margin-top: 76rem !important;
  }
  .mr-md-76 {
    margin-right: 76rem !important;
  }
  .mb-md-76,
  .my-md-76 {
    margin-bottom: 76rem !important;
  }
  .m-md-77 {
    margin: 77rem !important;
  }
  .my-md-77 {
    margin-top: 77rem !important;
  }
  .mr-md-77 {
    margin-right: 77rem !important;
  }
  .mb-md-77,
  .my-md-77 {
    margin-bottom: 77rem !important;
  }
  .m-md-78 {
    margin: 78rem !important;
  }
  .my-md-78 {
    margin-top: 78rem !important;
  }
  .mr-md-78 {
    margin-right: 78rem !important;
  }
  .mb-md-78,
  .my-md-78 {
    margin-bottom: 78rem !important;
  }
  .m-md-79 {
    margin: 79rem !important;
  }
  .my-md-79 {
    margin-top: 79rem !important;
  }
  .mr-md-79 {
    margin-right: 79rem !important;
  }
  .mb-md-79,
  .my-md-79 {
    margin-bottom: 79rem !important;
  }
  .m-md-80 {
    margin: 80rem !important;
  }
  .my-md-80 {
    margin-top: 80rem !important;
  }
  .mr-md-80 {
    margin-right: 80rem !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80rem !important;
  }
  .m-md-81 {
    margin: 81rem !important;
  }
  .my-md-81 {
    margin-top: 81rem !important;
  }
  .mr-md-81 {
    margin-right: 81rem !important;
  }
  .mb-md-81,
  .my-md-81 {
    margin-bottom: 81rem !important;
  }
  .m-md-82 {
    margin: 82rem !important;
  }
  .my-md-82 {
    margin-top: 82rem !important;
  }
  .mr-md-82 {
    margin-right: 82rem !important;
  }
  .mb-md-82,
  .my-md-82 {
    margin-bottom: 82rem !important;
  }
  .m-md-83 {
    margin: 83rem !important;
  }
  .my-md-83 {
    margin-top: 83rem !important;
  }
  .mr-md-83 {
    margin-right: 83rem !important;
  }
  .mb-md-83,
  .my-md-83 {
    margin-bottom: 83rem !important;
  }
  .m-md-84 {
    margin: 84rem !important;
  }
  .my-md-84 {
    margin-top: 84rem !important;
  }
  .mr-md-84 {
    margin-right: 84rem !important;
  }
  .mb-md-84,
  .my-md-84 {
    margin-bottom: 84rem !important;
  }
  .m-md-85 {
    margin: 85rem !important;
  }
  .my-md-85 {
    margin-top: 85rem !important;
  }
  .mr-md-85 {
    margin-right: 85rem !important;
  }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 85rem !important;
  }
  .m-md-86 {
    margin: 86rem !important;
  }
  .my-md-86 {
    margin-top: 86rem !important;
  }
  .mr-md-86 {
    margin-right: 86rem !important;
  }
  .mb-md-86,
  .my-md-86 {
    margin-bottom: 86rem !important;
  }
  .m-md-87 {
    margin: 87rem !important;
  }
  .my-md-87 {
    margin-top: 87rem !important;
  }
  .mr-md-87 {
    margin-right: 87rem !important;
  }
  .mb-md-87,
  .my-md-87 {
    margin-bottom: 87rem !important;
  }
  .m-md-88 {
    margin: 88rem !important;
  }
  .my-md-88 {
    margin-top: 88rem !important;
  }
  .mr-md-88 {
    margin-right: 88rem !important;
  }
  .mb-md-88,
  .my-md-88 {
    margin-bottom: 88rem !important;
  }
  .m-md-89 {
    margin: 89rem !important;
  }
  .my-md-89 {
    margin-top: 89rem !important;
  }
  .mr-md-89 {
    margin-right: 89rem !important;
  }
  .mb-md-89,
  .my-md-89 {
    margin-bottom: 89rem !important;
  }
  .m-md-90 {
    margin: 90rem !important;
  }
  .my-md-90 {
    margin-top: 90rem !important;
  }
  .mr-md-90 {
    margin-right: 90rem !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90rem !important;
  }
  .m-md-91 {
    margin: 91rem !important;
  }
  .my-md-91 {
    margin-top: 91rem !important;
  }
  .mr-md-91 {
    margin-right: 91rem !important;
  }
  .mb-md-91,
  .my-md-91 {
    margin-bottom: 91rem !important;
  }
  .m-md-92 {
    margin: 92rem !important;
  }
  .my-md-92 {
    margin-top: 92rem !important;
  }
  .mr-md-92 {
    margin-right: 92rem !important;
  }
  .mb-md-92,
  .my-md-92 {
    margin-bottom: 92rem !important;
  }
  .m-md-93 {
    margin: 93rem !important;
  }
  .my-md-93 {
    margin-top: 93rem !important;
  }
  .mr-md-93 {
    margin-right: 93rem !important;
  }
  .mb-md-93,
  .my-md-93 {
    margin-bottom: 93rem !important;
  }
  .m-md-94 {
    margin: 94rem !important;
  }
  .my-md-94 {
    margin-top: 94rem !important;
  }
  .mr-md-94 {
    margin-right: 94rem !important;
  }
  .mb-md-94,
  .my-md-94 {
    margin-bottom: 94rem !important;
  }
  .m-md-95 {
    margin: 95rem !important;
  }
  .my-md-95 {
    margin-top: 95rem !important;
  }
  .mr-md-95 {
    margin-right: 95rem !important;
  }
  .mb-md-95,
  .my-md-95 {
    margin-bottom: 95rem !important;
  }
  .m-md-96 {
    margin: 96rem !important;
  }
  .my-md-96 {
    margin-top: 96rem !important;
  }
  .mr-md-96 {
    margin-right: 96rem !important;
  }
  .mb-md-96,
  .my-md-96 {
    margin-bottom: 96rem !important;
  }
  .m-md-97 {
    margin: 97rem !important;
  }
  .my-md-97 {
    margin-top: 97rem !important;
  }
  .mr-md-97 {
    margin-right: 97rem !important;
  }
  .mb-md-97,
  .my-md-97 {
    margin-bottom: 97rem !important;
  }
  .m-md-98 {
    margin: 98rem !important;
  }
  .my-md-98 {
    margin-top: 98rem !important;
  }
  .mr-md-98 {
    margin-right: 98rem !important;
  }
  .mb-md-98,
  .my-md-98 {
    margin-bottom: 98rem !important;
  }
  .m-md-99 {
    margin: 99rem !important;
  }
  .my-md-99 {
    margin-top: 99rem !important;
  }
  .mr-md-99 {
    margin-right: 99rem !important;
  }
  .mb-md-99,
  .my-md-99 {
    margin-bottom: 99rem !important;
  }
  .m-md-100 {
    margin: 100rem !important;
  }
  .my-md-100 {
    margin-top: 100rem !important;
  }
  .mr-md-100 {
    margin-right: 100rem !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100rem !important;
  }
  .m-md-101 {
    margin: 101rem !important;
  }
  .my-md-101 {
    margin-top: 101rem !important;
  }
  .mr-md-101 {
    margin-right: 101rem !important;
  }
  .mb-md-101,
  .my-md-101 {
    margin-bottom: 101rem !important;
  }
  .m-md-102 {
    margin: 102rem !important;
  }
  .my-md-102 {
    margin-top: 102rem !important;
  }
  .mr-md-102 {
    margin-right: 102rem !important;
  }
  .mb-md-102,
  .my-md-102 {
    margin-bottom: 102rem !important;
  }
  .m-md-103 {
    margin: 103rem !important;
  }
  .my-md-103 {
    margin-top: 103rem !important;
  }
  .mr-md-103 {
    margin-right: 103rem !important;
  }
  .mb-md-103,
  .my-md-103 {
    margin-bottom: 103rem !important;
  }
  .m-md-104 {
    margin: 104rem !important;
  }
  .my-md-104 {
    margin-top: 104rem !important;
  }
  .mr-md-104 {
    margin-right: 104rem !important;
  }
  .mb-md-104,
  .my-md-104 {
    margin-bottom: 104rem !important;
  }
  .m-md-105 {
    margin: 105rem !important;
  }
  .my-md-105 {
    margin-top: 105rem !important;
  }
  .mr-md-105 {
    margin-right: 105rem !important;
  }
  .mb-md-105,
  .my-md-105 {
    margin-bottom: 105rem !important;
  }
  .m-md-106 {
    margin: 106rem !important;
  }
  .my-md-106 {
    margin-top: 106rem !important;
  }
  .mr-md-106 {
    margin-right: 106rem !important;
  }
  .mb-md-106,
  .my-md-106 {
    margin-bottom: 106rem !important;
  }
  .m-md-107 {
    margin: 107rem !important;
  }
  .my-md-107 {
    margin-top: 107rem !important;
  }
  .mr-md-107 {
    margin-right: 107rem !important;
  }
  .mb-md-107,
  .my-md-107 {
    margin-bottom: 107rem !important;
  }
  .m-md-108 {
    margin: 108rem !important;
  }
  .my-md-108 {
    margin-top: 108rem !important;
  }
  .mr-md-108 {
    margin-right: 108rem !important;
  }
  .mb-md-108,
  .my-md-108 {
    margin-bottom: 108rem !important;
  }
  .m-md-109 {
    margin: 109rem !important;
  }
  .my-md-109 {
    margin-top: 109rem !important;
  }
  .mr-md-109 {
    margin-right: 109rem !important;
  }
  .mb-md-109,
  .my-md-109 {
    margin-bottom: 109rem !important;
  }
  .m-md-110 {
    margin: 110rem !important;
  }
  .my-md-110 {
    margin-top: 110rem !important;
  }
  .mr-md-110 {
    margin-right: 110rem !important;
  }
  .mb-md-110,
  .my-md-110 {
    margin-bottom: 110rem !important;
  }
  .m-md-111 {
    margin: 111rem !important;
  }
  .my-md-111 {
    margin-top: 111rem !important;
  }
  .mr-md-111 {
    margin-right: 111rem !important;
  }
  .mb-md-111,
  .my-md-111 {
    margin-bottom: 111rem !important;
  }
  .m-md-112 {
    margin: 112rem !important;
  }
  .my-md-112 {
    margin-top: 112rem !important;
  }
  .mr-md-112 {
    margin-right: 112rem !important;
  }
  .mb-md-112,
  .my-md-112 {
    margin-bottom: 112rem !important;
  }
  .m-md-113 {
    margin: 113rem !important;
  }
  .my-md-113 {
    margin-top: 113rem !important;
  }
  .mr-md-113 {
    margin-right: 113rem !important;
  }
  .mb-md-113,
  .my-md-113 {
    margin-bottom: 113rem !important;
  }
  .m-md-114 {
    margin: 114rem !important;
  }
  .my-md-114 {
    margin-top: 114rem !important;
  }
  .mr-md-114 {
    margin-right: 114rem !important;
  }
  .mb-md-114,
  .my-md-114 {
    margin-bottom: 114rem !important;
  }
  .m-md-115 {
    margin: 115rem !important;
  }
  .my-md-115 {
    margin-top: 115rem !important;
  }
  .mr-md-115 {
    margin-right: 115rem !important;
  }
  .mb-md-115,
  .my-md-115 {
    margin-bottom: 115rem !important;
  }
  .m-md-116 {
    margin: 116rem !important;
  }
  .my-md-116 {
    margin-top: 116rem !important;
  }
  .mr-md-116 {
    margin-right: 116rem !important;
  }
  .mb-md-116,
  .my-md-116 {
    margin-bottom: 116rem !important;
  }
  .m-md-117 {
    margin: 117rem !important;
  }
  .my-md-117 {
    margin-top: 117rem !important;
  }
  .mr-md-117 {
    margin-right: 117rem !important;
  }
  .mb-md-117,
  .my-md-117 {
    margin-bottom: 117rem !important;
  }
  .m-md-118 {
    margin: 118rem !important;
  }
  .my-md-118 {
    margin-top: 118rem !important;
  }
  .mr-md-118 {
    margin-right: 118rem !important;
  }
  .mb-md-118,
  .my-md-118 {
    margin-bottom: 118rem !important;
  }
  .m-md-119 {
    margin: 119rem !important;
  }
  .my-md-119 {
    margin-top: 119rem !important;
  }
  .mr-md-119 {
    margin-right: 119rem !important;
  }
  .mb-md-119,
  .my-md-119 {
    margin-bottom: 119rem !important;
  }
  .m-md-120 {
    margin: 120rem !important;
  }
  .my-md-120 {
    margin-top: 120rem !important;
  }
  .mr-md-120 {
    margin-right: 120rem !important;
  }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 120rem !important;
  }
  .m-md-121 {
    margin: 121rem !important;
  }
  .my-md-121 {
    margin-top: 121rem !important;
  }
  .mr-md-121 {
    margin-right: 121rem !important;
  }
  .mb-md-121,
  .my-md-121 {
    margin-bottom: 121rem !important;
  }
  .m-md-122 {
    margin: 122rem !important;
  }
  .my-md-122 {
    margin-top: 122rem !important;
  }
  .mr-md-122 {
    margin-right: 122rem !important;
  }
  .mb-md-122,
  .my-md-122 {
    margin-bottom: 122rem !important;
  }
  .m-md-123 {
    margin: 123rem !important;
  }
  .my-md-123 {
    margin-top: 123rem !important;
  }
  .mr-md-123 {
    margin-right: 123rem !important;
  }
  .mb-md-123,
  .my-md-123 {
    margin-bottom: 123rem !important;
  }
  .m-md-124 {
    margin: 124rem !important;
  }
  .my-md-124 {
    margin-top: 124rem !important;
  }
  .mr-md-124 {
    margin-right: 124rem !important;
  }
  .mb-md-124,
  .my-md-124 {
    margin-bottom: 124rem !important;
  }
  .m-md-125 {
    margin: 125rem !important;
  }
  .my-md-125 {
    margin-top: 125rem !important;
  }
  .mr-md-125 {
    margin-right: 125rem !important;
  }
  .mb-md-125,
  .my-md-125 {
    margin-bottom: 125rem !important;
  }
  .m-md-126 {
    margin: 126rem !important;
  }
  .my-md-126 {
    margin-top: 126rem !important;
  }
  .mr-md-126 {
    margin-right: 126rem !important;
  }
  .mb-md-126,
  .my-md-126 {
    margin-bottom: 126rem !important;
  }
  .m-md-127 {
    margin: 127rem !important;
  }
  .my-md-127 {
    margin-top: 127rem !important;
  }
  .mr-md-127 {
    margin-right: 127rem !important;
  }
  .mb-md-127,
  .my-md-127 {
    margin-bottom: 127rem !important;
  }
  .m-md-128 {
    margin: 128rem !important;
  }
  .my-md-128 {
    margin-top: 128rem !important;
  }
  .mr-md-128 {
    margin-right: 128rem !important;
  }
  .mb-md-128,
  .my-md-128 {
    margin-bottom: 128rem !important;
  }
  .m-md-129 {
    margin: 129rem !important;
  }
  .my-md-129 {
    margin-top: 129rem !important;
  }
  .mr-md-129 {
    margin-right: 129rem !important;
  }
  .mb-md-129,
  .my-md-129 {
    margin-bottom: 129rem !important;
  }
  .m-md-130 {
    margin: 130rem !important;
  }
  .my-md-130 {
    margin-top: 130rem !important;
  }
  .mr-md-130 {
    margin-right: 130rem !important;
  }
  .mb-md-130,
  .my-md-130 {
    margin-bottom: 130rem !important;
  }
  .m-md-131 {
    margin: 131rem !important;
  }
  .my-md-131 {
    margin-top: 131rem !important;
  }
  .mr-md-131 {
    margin-right: 131rem !important;
  }
  .mb-md-131,
  .my-md-131 {
    margin-bottom: 131rem !important;
  }
  .m-md-132 {
    margin: 132rem !important;
  }
  .my-md-132 {
    margin-top: 132rem !important;
  }
  .mr-md-132 {
    margin-right: 132rem !important;
  }
  .mb-md-132,
  .my-md-132 {
    margin-bottom: 132rem !important;
  }
  .m-md-133 {
    margin: 133rem !important;
  }
  .my-md-133 {
    margin-top: 133rem !important;
  }
  .mr-md-133 {
    margin-right: 133rem !important;
  }
  .mb-md-133,
  .my-md-133 {
    margin-bottom: 133rem !important;
  }
  .m-md-134 {
    margin: 134rem !important;
  }
  .my-md-134 {
    margin-top: 134rem !important;
  }
  .mr-md-134 {
    margin-right: 134rem !important;
  }
  .mb-md-134,
  .my-md-134 {
    margin-bottom: 134rem !important;
  }
  .m-md-135 {
    margin: 135rem !important;
  }
  .my-md-135 {
    margin-top: 135rem !important;
  }
  .mr-md-135 {
    margin-right: 135rem !important;
  }
  .mb-md-135,
  .my-md-135 {
    margin-bottom: 135rem !important;
  }
  .m-md-136 {
    margin: 136rem !important;
  }
  .my-md-136 {
    margin-top: 136rem !important;
  }
  .mr-md-136 {
    margin-right: 136rem !important;
  }
  .mb-md-136,
  .my-md-136 {
    margin-bottom: 136rem !important;
  }
  .m-md-137 {
    margin: 137rem !important;
  }
  .my-md-137 {
    margin-top: 137rem !important;
  }
  .mr-md-137 {
    margin-right: 137rem !important;
  }
  .mb-md-137,
  .my-md-137 {
    margin-bottom: 137rem !important;
  }
  .m-md-138 {
    margin: 138rem !important;
  }
  .my-md-138 {
    margin-top: 138rem !important;
  }
  .mr-md-138 {
    margin-right: 138rem !important;
  }
  .mb-md-138,
  .my-md-138 {
    margin-bottom: 138rem !important;
  }
  .m-md-139 {
    margin: 139rem !important;
  }
  .my-md-139 {
    margin-top: 139rem !important;
  }
  .mr-md-139 {
    margin-right: 139rem !important;
  }
  .mb-md-139,
  .my-md-139 {
    margin-bottom: 139rem !important;
  }
  .m-md-140 {
    margin: 140rem !important;
  }
  .my-md-140 {
    margin-top: 140rem !important;
  }
  .mr-md-140 {
    margin-right: 140rem !important;
  }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 140rem !important;
  }
  .m-md-141 {
    margin: 141rem !important;
  }
  .my-md-141 {
    margin-top: 141rem !important;
  }
  .mr-md-141 {
    margin-right: 141rem !important;
  }
  .mb-md-141,
  .my-md-141 {
    margin-bottom: 141rem !important;
  }
  .m-md-142 {
    margin: 142rem !important;
  }
  .my-md-142 {
    margin-top: 142rem !important;
  }
  .mr-md-142 {
    margin-right: 142rem !important;
  }
  .mb-md-142,
  .my-md-142 {
    margin-bottom: 142rem !important;
  }
  .m-md-143 {
    margin: 143rem !important;
  }
  .my-md-143 {
    margin-top: 143rem !important;
  }
  .mr-md-143 {
    margin-right: 143rem !important;
  }
  .mb-md-143,
  .my-md-143 {
    margin-bottom: 143rem !important;
  }
  .m-md-144 {
    margin: 144rem !important;
  }
  .my-md-144 {
    margin-top: 144rem !important;
  }
  .mr-md-144 {
    margin-right: 144rem !important;
  }
  .mb-md-144,
  .my-md-144 {
    margin-bottom: 144rem !important;
  }
  .m-md-145 {
    margin: 145rem !important;
  }
  .my-md-145 {
    margin-top: 145rem !important;
  }
  .mr-md-145 {
    margin-right: 145rem !important;
  }
  .mb-md-145,
  .my-md-145 {
    margin-bottom: 145rem !important;
  }
  .m-md-146 {
    margin: 146rem !important;
  }
  .my-md-146 {
    margin-top: 146rem !important;
  }
  .mr-md-146 {
    margin-right: 146rem !important;
  }
  .mb-md-146,
  .my-md-146 {
    margin-bottom: 146rem !important;
  }
  .m-md-147 {
    margin: 147rem !important;
  }
  .my-md-147 {
    margin-top: 147rem !important;
  }
  .mr-md-147 {
    margin-right: 147rem !important;
  }
  .mb-md-147,
  .my-md-147 {
    margin-bottom: 147rem !important;
  }
  .m-md-148 {
    margin: 148rem !important;
  }
  .my-md-148 {
    margin-top: 148rem !important;
  }
  .mr-md-148 {
    margin-right: 148rem !important;
  }
  .mb-md-148,
  .my-md-148 {
    margin-bottom: 148rem !important;
  }
  .m-md-149 {
    margin: 149rem !important;
  }
  .my-md-149 {
    margin-top: 149rem !important;
  }
  .mr-md-149 {
    margin-right: 149rem !important;
  }
  .mb-md-149,
  .my-md-149 {
    margin-bottom: 149rem !important;
  }
  .m-md-150 {
    margin: 150rem !important;
  }
  .my-md-150 {
    margin-top: 150rem !important;
  }
  .mr-md-150 {
    margin-right: 150rem !important;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 150rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .handle_width .pl-md-6,
  .px-md-6 {
    padding-top: 6rem !important;
    padding-left: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10rem !important;
  }
  .p-md-11 {
    padding: 11rem !important;
  }
  .px-md-11 {
    padding-right: 11rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 11rem !important;
  }
  .p-md-12 {
    padding: 12rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 12rem !important;
  }
  .px-md-12 {
    padding-right: 12rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 12rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 12rem !important;
  }
  .p-md-13 {
    padding: 13rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 13rem !important;
  }
  .px-md-13 {
    padding-right: 13rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 13rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 13rem !important;
  }
  .p-md-14 {
    padding: 14rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 14rem !important;
  }
  .px-md-14 {
    padding-right: 14rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 14rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 14rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15rem !important;
  }
  .px-md-15 {
    padding-right: 15rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15rem !important;
  }
  .p-md-16 {
    padding: 16rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 16rem !important;
  }
  .px-md-16 {
    padding-right: 16rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 16rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 16rem !important;
  }
  .p-md-17 {
    padding: 17rem !important;
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 17rem !important;
  }
  .px-md-17 {
    padding-right: 17rem !important;
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 17rem !important;
  }
  .pl-md-17,
  .px-md-17 {
    padding-left: 17rem !important;
  }
  .p-md-18 {
    padding: 18rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 18rem !important;
  }
  .px-md-18 {
    padding-right: 18rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 18rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 18rem !important;
  }
  .p-md-19 {
    padding: 19rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 19rem !important;
  }
  .px-md-19 {
    padding-right: 19rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 19rem !important;
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 19rem !important;
  }
  .p-md-20 {
    padding: 20rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20rem !important;
  }
  .px-md-20 {
    padding-right: 20rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20rem !important;
  }
  .p-md-21 {
    padding: 21rem !important;
  }
  .pt-md-21,
  .py-md-21 {
    padding-top: 21rem !important;
  }
  .px-md-21 {
    padding-right: 21rem !important;
  }
  .pb-md-21,
  .py-md-21 {
    padding-bottom: 21rem !important;
  }
  .pl-md-21,
  .px-md-21 {
    padding-left: 21rem !important;
  }
  .p-md-22 {
    padding: 22rem !important;
  }
  .pt-md-22,
  .py-md-22 {
    padding-top: 22rem !important;
  }
  .px-md-22 {
    padding-right: 22rem !important;
  }
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 22rem !important;
  }
  .pl-md-22,
  .px-md-22 {
    padding-left: 22rem !important;
  }
  .p-md-23 {
    padding: 23rem !important;
  }
  .pt-md-23,
  .py-md-23 {
    padding-top: 23rem !important;
  }
  .px-md-23 {
    padding-right: 23rem !important;
  }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 23rem !important;
  }
  .pl-md-23,
  .px-md-23 {
    padding-left: 23rem !important;
  }
  .p-md-24 {
    padding: 24rem !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 24rem !important;
  }
  .px-md-24 {
    padding-right: 24rem !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 24rem !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 24rem !important;
  }
  .p-md-25 {
    padding: 25rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25rem !important;
  }
  .px-md-25 {
    padding-right: 25rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25rem !important;
  }
  .p-md-26 {
    padding: 26rem !important;
  }
  .pt-md-26,
  .py-md-26 {
    padding-top: 26rem !important;
  }
  .px-md-26 {
    padding-right: 26rem !important;
  }
  .pb-md-26,
  .py-md-26 {
    padding-bottom: 26rem !important;
  }
  .pl-md-26,
  .px-md-26 {
    padding-left: 26rem !important;
  }
  .p-md-27 {
    padding: 27rem !important;
  }
  .pt-md-27,
  .py-md-27 {
    padding-top: 27rem !important;
  }
  .px-md-27 {
    padding-right: 27rem !important;
  }
  .pb-md-27,
  .py-md-27 {
    padding-bottom: 27rem !important;
  }
  .pl-md-27,
  .px-md-27 {
    padding-left: 27rem !important;
  }
  .p-md-28 {
    padding: 28rem !important;
  }
  .pt-md-28,
  .py-md-28 {
    padding-top: 28rem !important;
  }
  .px-md-28 {
    padding-right: 28rem !important;
  }
  .pb-md-28,
  .py-md-28 {
    padding-bottom: 28rem !important;
  }
  .pl-md-28,
  .px-md-28 {
    padding-left: 28rem !important;
  }
  .p-md-29 {
    padding: 29rem !important;
  }
  .pt-md-29,
  .py-md-29 {
    padding-top: 29rem !important;
  }
  .px-md-29 {
    padding-right: 29rem !important;
  }
  .pb-md-29,
  .py-md-29 {
    padding-bottom: 29rem !important;
  }
  .pl-md-29,
  .px-md-29 {
    padding-left: 29rem !important;
  }
  .p-md-30 {
    padding: 30rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30rem !important;
  }
  .px-md-30 {
    padding-right: 30rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30rem !important;
  }
  .p-md-31 {
    padding: 31rem !important;
  }
  .pt-md-31,
  .py-md-31 {
    padding-top: 31rem !important;
  }
  .px-md-31 {
    padding-right: 31rem !important;
  }
  .pb-md-31,
  .py-md-31 {
    padding-bottom: 31rem !important;
  }
  .pl-md-31,
  .px-md-31 {
    padding-left: 31rem !important;
  }
  .p-md-32 {
    padding: 32rem !important;
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 32rem !important;
  }
  .px-md-32 {
    padding-right: 32rem !important;
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 32rem !important;
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 32rem !important;
  }
  .p-md-33 {
    padding: 33rem !important;
  }
  .pt-md-33,
  .py-md-33 {
    padding-top: 33rem !important;
  }
  .px-md-33 {
    padding-right: 33rem !important;
  }
  .pb-md-33,
  .py-md-33 {
    padding-bottom: 33rem !important;
  }
  .pl-md-33,
  .px-md-33 {
    padding-left: 33rem !important;
  }
  .p-md-34 {
    padding: 34rem !important;
  }
  .pt-md-34,
  .py-md-34 {
    padding-top: 34rem !important;
  }
  .px-md-34 {
    padding-right: 34rem !important;
  }
  .pb-md-34,
  .py-md-34 {
    padding-bottom: 34rem !important;
  }
  .pl-md-34,
  .px-md-34 {
    padding-left: 34rem !important;
  }
  .p-md-35 {
    padding: 35rem !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 35rem !important;
  }
  .px-md-35 {
    padding-right: 35rem !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35rem !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 35rem !important;
  }
  .p-md-36 {
    padding: 36rem !important;
  }
  .pt-md-36,
  .py-md-36 {
    padding-top: 36rem !important;
  }
  .px-md-36 {
    padding-right: 36rem !important;
  }
  .pb-md-36,
  .py-md-36 {
    padding-bottom: 36rem !important;
  }
  .pl-md-36,
  .px-md-36 {
    padding-left: 36rem !important;
  }
  .p-md-37 {
    padding: 37rem !important;
  }
  .pt-md-37,
  .py-md-37 {
    padding-top: 37rem !important;
  }
  .px-md-37 {
    padding-right: 37rem !important;
  }
  .pb-md-37,
  .py-md-37 {
    padding-bottom: 37rem !important;
  }
  .pl-md-37,
  .px-md-37 {
    padding-left: 37rem !important;
  }
  .p-md-38 {
    padding: 38rem !important;
  }
  .pt-md-38,
  .py-md-38 {
    padding-top: 38rem !important;
  }
  .px-md-38 {
    padding-right: 38rem !important;
  }
  .pb-md-38,
  .py-md-38 {
    padding-bottom: 38rem !important;
  }
  .pl-md-38,
  .px-md-38 {
    padding-left: 38rem !important;
  }
  .p-md-39 {
    padding: 39rem !important;
  }
  .pt-md-39,
  .py-md-39 {
    padding-top: 39rem !important;
  }
  .px-md-39 {
    padding-right: 39rem !important;
  }
  .pb-md-39,
  .py-md-39 {
    padding-bottom: 39rem !important;
  }
  .pl-md-39,
  .px-md-39 {
    padding-left: 39rem !important;
  }
  .p-md-40 {
    padding: 40rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40rem !important;
  }
  .px-md-40 {
    padding-right: 40rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40rem !important;
  }
  .p-md-41 {
    padding: 41rem !important;
  }
  .pt-md-41,
  .py-md-41 {
    padding-top: 41rem !important;
  }
  .px-md-41 {
    padding-right: 41rem !important;
  }
  .pb-md-41,
  .py-md-41 {
    padding-bottom: 41rem !important;
  }
  .pl-md-41,
  .px-md-41 {
    padding-left: 41rem !important;
  }
  .p-md-42 {
    padding: 42rem !important;
  }
  .pt-md-42,
  .py-md-42 {
    padding-top: 42rem !important;
  }
  .px-md-42 {
    padding-right: 42rem !important;
  }
  .pb-md-42,
  .py-md-42 {
    padding-bottom: 42rem !important;
  }
  .pl-md-42,
  .px-md-42 {
    padding-left: 42rem !important;
  }
  .p-md-43 {
    padding: 43rem !important;
  }
  .pt-md-43,
  .py-md-43 {
    padding-top: 43rem !important;
  }
  .px-md-43 {
    padding-right: 43rem !important;
  }
  .pb-md-43,
  .py-md-43 {
    padding-bottom: 43rem !important;
  }
  .pl-md-43,
  .px-md-43 {
    padding-left: 43rem !important;
  }
  .p-md-44 {
    padding: 44rem !important;
  }
  .pt-md-44,
  .py-md-44 {
    padding-top: 44rem !important;
  }
  .px-md-44 {
    padding-right: 44rem !important;
  }
  .pb-md-44,
  .py-md-44 {
    padding-bottom: 44rem !important;
  }
  .pl-md-44,
  .px-md-44 {
    padding-left: 44rem !important;
  }
  .p-md-45 {
    padding: 45rem !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45rem !important;
  }
  .px-md-45 {
    padding-right: 45rem !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45rem !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45rem !important;
  }
  .p-md-46 {
    padding: 46rem !important;
  }
  .pt-md-46,
  .py-md-46 {
    padding-top: 46rem !important;
  }
  .px-md-46 {
    padding-right: 46rem !important;
  }
  .pb-md-46,
  .py-md-46 {
    padding-bottom: 46rem !important;
  }
  .pl-md-46,
  .px-md-46 {
    padding-left: 46rem !important;
  }
  .p-md-47 {
    padding: 47rem !important;
  }
  .pt-md-47,
  .py-md-47 {
    padding-top: 47rem !important;
  }
  .px-md-47 {
    padding-right: 47rem !important;
  }
  .pb-md-47,
  .py-md-47 {
    padding-bottom: 47rem !important;
  }
  .pl-md-47,
  .px-md-47 {
    padding-left: 47rem !important;
  }
  .p-md-48 {
    padding: 48rem !important;
  }
  .pt-md-48,
  .py-md-48 {
    padding-top: 48rem !important;
  }
  .px-md-48 {
    padding-right: 48rem !important;
  }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 48rem !important;
  }
  .pl-md-48,
  .px-md-48 {
    padding-left: 48rem !important;
  }
  .p-md-49 {
    padding: 49rem !important;
  }
  .pt-md-49,
  .py-md-49 {
    padding-top: 49rem !important;
  }
  .px-md-49 {
    padding-right: 49rem !important;
  }
  .pb-md-49,
  .py-md-49 {
    padding-bottom: 49rem !important;
  }
  .pl-md-49,
  .px-md-49 {
    padding-left: 49rem !important;
  }
  .p-md-50 {
    padding: 50rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50rem !important;
  }
  .px-md-50 {
    padding-right: 50rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50rem !important;
  }
  .p-md-51 {
    padding: 51rem !important;
  }
  .pt-md-51,
  .py-md-51 {
    padding-top: 51rem !important;
  }
  .px-md-51 {
    padding-right: 51rem !important;
  }
  .pb-md-51,
  .py-md-51 {
    padding-bottom: 51rem !important;
  }
  .pl-md-51,
  .px-md-51 {
    padding-left: 51rem !important;
  }
  .p-md-52 {
    padding: 52rem !important;
  }
  .pt-md-52,
  .py-md-52 {
    padding-top: 52rem !important;
  }
  .px-md-52 {
    padding-right: 52rem !important;
  }
  .pb-md-52,
  .py-md-52 {
    padding-bottom: 52rem !important;
  }
  .pl-md-52,
  .px-md-52 {
    padding-left: 52rem !important;
  }
  .p-md-53 {
    padding: 53rem !important;
  }
  .pt-md-53,
  .py-md-53 {
    padding-top: 53rem !important;
  }
  .px-md-53 {
    padding-right: 53rem !important;
  }
  .pb-md-53,
  .py-md-53 {
    padding-bottom: 53rem !important;
  }
  .pl-md-53,
  .px-md-53 {
    padding-left: 53rem !important;
  }
  .p-md-54 {
    padding: 54rem !important;
  }
  .pt-md-54,
  .py-md-54 {
    padding-top: 54rem !important;
  }
  .px-md-54 {
    padding-right: 54rem !important;
  }
  .pb-md-54,
  .py-md-54 {
    padding-bottom: 54rem !important;
  }
  .pl-md-54,
  .px-md-54 {
    padding-left: 54rem !important;
  }
  .p-md-55 {
    padding: 55rem !important;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 55rem !important;
  }
  .px-md-55 {
    padding-right: 55rem !important;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 55rem !important;
  }
  .pl-md-55,
  .px-md-55 {
    padding-left: 55rem !important;
  }
  .p-md-56 {
    padding: 56rem !important;
  }
  .pt-md-56,
  .py-md-56 {
    padding-top: 56rem !important;
  }
  .px-md-56 {
    padding-right: 56rem !important;
  }
  .pb-md-56,
  .py-md-56 {
    padding-bottom: 56rem !important;
  }
  .pl-md-56,
  .px-md-56 {
    padding-left: 56rem !important;
  }
  .p-md-57 {
    padding: 57rem !important;
  }
  .pt-md-57,
  .py-md-57 {
    padding-top: 57rem !important;
  }
  .px-md-57 {
    padding-right: 57rem !important;
  }
  .pb-md-57,
  .py-md-57 {
    padding-bottom: 57rem !important;
  }
  .pl-md-57,
  .px-md-57 {
    padding-left: 57rem !important;
  }
  .p-md-58 {
    padding: 58rem !important;
  }
  .pt-md-58,
  .py-md-58 {
    padding-top: 58rem !important;
  }
  .px-md-58 {
    padding-right: 58rem !important;
  }
  .pb-md-58,
  .py-md-58 {
    padding-bottom: 58rem !important;
  }
  .pl-md-58,
  .px-md-58 {
    padding-left: 58rem !important;
  }
  .p-md-59 {
    padding: 59rem !important;
  }
  .pt-md-59,
  .py-md-59 {
    padding-top: 59rem !important;
  }
  .px-md-59 {
    padding-right: 59rem !important;
  }
  .pb-md-59,
  .py-md-59 {
    padding-bottom: 59rem !important;
  }
  .pl-md-59,
  .px-md-59 {
    padding-left: 59rem !important;
  }
  .p-md-60 {
    padding: 60rem !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60rem !important;
  }
  .px-md-60 {
    padding-right: 60rem !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60rem !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60rem !important;
  }
  .p-md-61 {
    padding: 61rem !important;
  }
  .pt-md-61,
  .py-md-61 {
    padding-top: 61rem !important;
  }
  .px-md-61 {
    padding-right: 61rem !important;
  }
  .pb-md-61,
  .py-md-61 {
    padding-bottom: 61rem !important;
  }
  .pl-md-61,
  .px-md-61 {
    padding-left: 61rem !important;
  }
  .p-md-62 {
    padding: 62rem !important;
  }
  .pt-md-62,
  .py-md-62 {
    padding-top: 62rem !important;
  }
  .px-md-62 {
    padding-right: 62rem !important;
  }
  .pb-md-62,
  .py-md-62 {
    padding-bottom: 62rem !important;
  }
  .pl-md-62,
  .px-md-62 {
    padding-left: 62rem !important;
  }
  .p-md-63 {
    padding: 63rem !important;
  }
  .pt-md-63,
  .py-md-63 {
    padding-top: 63rem !important;
  }
  .px-md-63 {
    padding-right: 63rem !important;
  }
  .pb-md-63,
  .py-md-63 {
    padding-bottom: 63rem !important;
  }
  .pl-md-63,
  .px-md-63 {
    padding-left: 63rem !important;
  }
  .p-md-64 {
    padding: 64rem !important;
  }
  .pt-md-64,
  .py-md-64 {
    padding-top: 64rem !important;
  }
  .px-md-64 {
    padding-right: 64rem !important;
  }
  .pb-md-64,
  .py-md-64 {
    padding-bottom: 64rem !important;
  }
  .pl-md-64,
  .px-md-64 {
    padding-left: 64rem !important;
  }
  .p-md-65 {
    padding: 65rem !important;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 65rem !important;
  }
  .px-md-65 {
    padding-right: 65rem !important;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 65rem !important;
  }
  .pl-md-65,
  .px-md-65 {
    padding-left: 65rem !important;
  }
  .p-md-66 {
    padding: 66rem !important;
  }
  .pt-md-66,
  .py-md-66 {
    padding-top: 66rem !important;
  }
  .px-md-66 {
    padding-right: 66rem !important;
  }
  .pb-md-66,
  .py-md-66 {
    padding-bottom: 66rem !important;
  }
  .pl-md-66,
  .px-md-66 {
    padding-left: 66rem !important;
  }
  .p-md-67 {
    padding: 67rem !important;
  }
  .pt-md-67,
  .py-md-67 {
    padding-top: 67rem !important;
  }
  .px-md-67 {
    padding-right: 67rem !important;
  }
  .pb-md-67,
  .py-md-67 {
    padding-bottom: 67rem !important;
  }
  .pl-md-67,
  .px-md-67 {
    padding-left: 67rem !important;
  }
  .p-md-68 {
    padding: 68rem !important;
  }
  .pt-md-68,
  .py-md-68 {
    padding-top: 68rem !important;
  }
  .px-md-68 {
    padding-right: 68rem !important;
  }
  .pb-md-68,
  .py-md-68 {
    padding-bottom: 68rem !important;
  }
  .pl-md-68,
  .px-md-68 {
    padding-left: 68rem !important;
  }
  .p-md-69 {
    padding: 69rem !important;
  }
  .pt-md-69,
  .py-md-69 {
    padding-top: 69rem !important;
  }
  .px-md-69 {
    padding-right: 69rem !important;
  }
  .pb-md-69,
  .py-md-69 {
    padding-bottom: 69rem !important;
  }
  .pl-md-69,
  .px-md-69 {
    padding-left: 69rem !important;
  }
  .p-md-70 {
    padding: 70rem !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70rem !important;
  }
  .px-md-70 {
    padding-right: 70rem !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70rem !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70rem !important;
  }
  .p-md-71 {
    padding: 71rem !important;
  }
  .pt-md-71,
  .py-md-71 {
    padding-top: 71rem !important;
  }
  .px-md-71 {
    padding-right: 71rem !important;
  }
  .pb-md-71,
  .py-md-71 {
    padding-bottom: 71rem !important;
  }
  .pl-md-71,
  .px-md-71 {
    padding-left: 71rem !important;
  }
  .p-md-72 {
    padding: 72rem !important;
  }
  .pt-md-72,
  .py-md-72 {
    padding-top: 72rem !important;
  }
  .px-md-72 {
    padding-right: 72rem !important;
  }
  .pb-md-72,
  .py-md-72 {
    padding-bottom: 72rem !important;
  }
  .pl-md-72,
  .px-md-72 {
    padding-left: 72rem !important;
  }
  .p-md-73 {
    padding: 73rem !important;
  }
  .pt-md-73,
  .py-md-73 {
    padding-top: 73rem !important;
  }
  .px-md-73 {
    padding-right: 73rem !important;
  }
  .pb-md-73,
  .py-md-73 {
    padding-bottom: 73rem !important;
  }
  .pl-md-73,
  .px-md-73 {
    padding-left: 73rem !important;
  }
  .p-md-74 {
    padding: 74rem !important;
  }
  .pt-md-74,
  .py-md-74 {
    padding-top: 74rem !important;
  }
  .px-md-74 {
    padding-right: 74rem !important;
  }
  .pb-md-74,
  .py-md-74 {
    padding-bottom: 74rem !important;
  }
  .pl-md-74,
  .px-md-74 {
    padding-left: 74rem !important;
  }
  .p-md-75 {
    padding: 75rem !important;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 75rem !important;
  }
  .px-md-75 {
    padding-right: 75rem !important;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 75rem !important;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 75rem !important;
  }
  .p-md-76 {
    padding: 76rem !important;
  }
  .pt-md-76,
  .py-md-76 {
    padding-top: 76rem !important;
  }
  .px-md-76 {
    padding-right: 76rem !important;
  }
  .pb-md-76,
  .py-md-76 {
    padding-bottom: 76rem !important;
  }
  .pl-md-76,
  .px-md-76 {
    padding-left: 76rem !important;
  }
  .p-md-77 {
    padding: 77rem !important;
  }
  .pt-md-77,
  .py-md-77 {
    padding-top: 77rem !important;
  }
  .px-md-77 {
    padding-right: 77rem !important;
  }
  .pb-md-77,
  .py-md-77 {
    padding-bottom: 77rem !important;
  }
  .pl-md-77,
  .px-md-77 {
    padding-left: 77rem !important;
  }
  .p-md-78 {
    padding: 78rem !important;
  }
  .pt-md-78,
  .py-md-78 {
    padding-top: 78rem !important;
  }
  .px-md-78 {
    padding-right: 78rem !important;
  }
  .pb-md-78,
  .py-md-78 {
    padding-bottom: 78rem !important;
  }
  .pl-md-78,
  .px-md-78 {
    padding-left: 78rem !important;
  }
  .p-md-79 {
    padding: 79rem !important;
  }
  .pt-md-79,
  .py-md-79 {
    padding-top: 79rem !important;
  }
  .px-md-79 {
    padding-right: 79rem !important;
  }
  .pb-md-79,
  .py-md-79 {
    padding-bottom: 79rem !important;
  }
  .pl-md-79,
  .px-md-79 {
    padding-left: 79rem !important;
  }
  .p-md-80 {
    padding: 80rem !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80rem !important;
  }
  .px-md-80 {
    padding-right: 80rem !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80rem !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80rem !important;
  }
  .p-md-81 {
    padding: 81rem !important;
  }
  .pt-md-81,
  .py-md-81 {
    padding-top: 81rem !important;
  }
  .px-md-81 {
    padding-right: 81rem !important;
  }
  .pb-md-81,
  .py-md-81 {
    padding-bottom: 81rem !important;
  }
  .pl-md-81,
  .px-md-81 {
    padding-left: 81rem !important;
  }
  .p-md-82 {
    padding: 82rem !important;
  }
  .pt-md-82,
  .py-md-82 {
    padding-top: 82rem !important;
  }
  .px-md-82 {
    padding-right: 82rem !important;
  }
  .pb-md-82,
  .py-md-82 {
    padding-bottom: 82rem !important;
  }
  .pl-md-82,
  .px-md-82 {
    padding-left: 82rem !important;
  }
  .p-md-83 {
    padding: 83rem !important;
  }
  .pt-md-83,
  .py-md-83 {
    padding-top: 83rem !important;
  }
  .px-md-83 {
    padding-right: 83rem !important;
  }
  .pb-md-83,
  .py-md-83 {
    padding-bottom: 83rem !important;
  }
  .pl-md-83,
  .px-md-83 {
    padding-left: 83rem !important;
  }
  .p-md-84 {
    padding: 84rem !important;
  }
  .pt-md-84,
  .py-md-84 {
    padding-top: 84rem !important;
  }
  .px-md-84 {
    padding-right: 84rem !important;
  }
  .pb-md-84,
  .py-md-84 {
    padding-bottom: 84rem !important;
  }
  .pl-md-84,
  .px-md-84 {
    padding-left: 84rem !important;
  }
  .p-md-85 {
    padding: 85rem !important;
  }
  .pt-md-85,
  .py-md-85 {
    padding-top: 85rem !important;
  }
  .px-md-85 {
    padding-right: 85rem !important;
  }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 85rem !important;
  }
  .pl-md-85,
  .px-md-85 {
    padding-left: 85rem !important;
  }
  .p-md-86 {
    padding: 86rem !important;
  }
  .pt-md-86,
  .py-md-86 {
    padding-top: 86rem !important;
  }
  .px-md-86 {
    padding-right: 86rem !important;
  }
  .pb-md-86,
  .py-md-86 {
    padding-bottom: 86rem !important;
  }
  .pl-md-86,
  .px-md-86 {
    padding-left: 86rem !important;
  }
  .p-md-87 {
    padding: 87rem !important;
  }
  .pt-md-87,
  .py-md-87 {
    padding-top: 87rem !important;
  }
  .px-md-87 {
    padding-right: 87rem !important;
  }
  .pb-md-87,
  .py-md-87 {
    padding-bottom: 87rem !important;
  }
  .pl-md-87,
  .px-md-87 {
    padding-left: 87rem !important;
  }
  .p-md-88 {
    padding: 88rem !important;
  }
  .pt-md-88,
  .py-md-88 {
    padding-top: 88rem !important;
  }
  .px-md-88 {
    padding-right: 88rem !important;
  }
  .pb-md-88,
  .py-md-88 {
    padding-bottom: 88rem !important;
  }
  .pl-md-88,
  .px-md-88 {
    padding-left: 88rem !important;
  }
  .p-md-89 {
    padding: 89rem !important;
  }
  .pt-md-89,
  .py-md-89 {
    padding-top: 89rem !important;
  }
  .px-md-89 {
    padding-right: 89rem !important;
  }
  .pb-md-89,
  .py-md-89 {
    padding-bottom: 89rem !important;
  }
  .pl-md-89,
  .px-md-89 {
    padding-left: 89rem !important;
  }
  .p-md-90 {
    padding: 90rem !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90rem !important;
  }
  .px-md-90 {
    padding-right: 90rem !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90rem !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 90rem !important;
  }
  .p-md-91 {
    padding: 91rem !important;
  }
  .pt-md-91,
  .py-md-91 {
    padding-top: 91rem !important;
  }
  .px-md-91 {
    padding-right: 91rem !important;
  }
  .pb-md-91,
  .py-md-91 {
    padding-bottom: 91rem !important;
  }
  .pl-md-91,
  .px-md-91 {
    padding-left: 91rem !important;
  }
  .p-md-92 {
    padding: 92rem !important;
  }
  .pt-md-92,
  .py-md-92 {
    padding-top: 92rem !important;
  }
  .px-md-92 {
    padding-right: 92rem !important;
  }
  .pb-md-92,
  .py-md-92 {
    padding-bottom: 92rem !important;
  }
  .pl-md-92,
  .px-md-92 {
    padding-left: 92rem !important;
  }
  .p-md-93 {
    padding: 93rem !important;
  }
  .pt-md-93,
  .py-md-93 {
    padding-top: 93rem !important;
  }
  .px-md-93 {
    padding-right: 93rem !important;
  }
  .pb-md-93,
  .py-md-93 {
    padding-bottom: 93rem !important;
  }
  .pl-md-93,
  .px-md-93 {
    padding-left: 93rem !important;
  }
  .p-md-94 {
    padding: 94rem !important;
  }
  .pt-md-94,
  .py-md-94 {
    padding-top: 94rem !important;
  }
  .px-md-94 {
    padding-right: 94rem !important;
  }
  .pb-md-94,
  .py-md-94 {
    padding-bottom: 94rem !important;
  }
  .pl-md-94,
  .px-md-94 {
    padding-left: 94rem !important;
  }
  .p-md-95 {
    padding: 95rem !important;
  }
  .pt-md-95,
  .py-md-95 {
    padding-top: 95rem !important;
  }
  .px-md-95 {
    padding-right: 95rem !important;
  }
  .pb-md-95,
  .py-md-95 {
    padding-bottom: 95rem !important;
  }
  .pl-md-95,
  .px-md-95 {
    padding-left: 95rem !important;
  }
  .p-md-96 {
    padding: 96rem !important;
  }
  .pt-md-96,
  .py-md-96 {
    padding-top: 96rem !important;
  }
  .px-md-96 {
    padding-right: 96rem !important;
  }
  .pb-md-96,
  .py-md-96 {
    padding-bottom: 96rem !important;
  }
  .pl-md-96,
  .px-md-96 {
    padding-left: 96rem !important;
  }
  .p-md-97 {
    padding: 97rem !important;
  }
  .pt-md-97,
  .py-md-97 {
    padding-top: 97rem !important;
  }
  .px-md-97 {
    padding-right: 97rem !important;
  }
  .pb-md-97,
  .py-md-97 {
    padding-bottom: 97rem !important;
  }
  .pl-md-97,
  .px-md-97 {
    padding-left: 97rem !important;
  }
  .p-md-98 {
    padding: 98rem !important;
  }
  .pt-md-98,
  .py-md-98 {
    padding-top: 98rem !important;
  }
  .px-md-98 {
    padding-right: 98rem !important;
  }
  .pb-md-98,
  .py-md-98 {
    padding-bottom: 98rem !important;
  }
  .pl-md-98,
  .px-md-98 {
    padding-left: 98rem !important;
  }
  .p-md-99 {
    padding: 99rem !important;
  }
  .pt-md-99,
  .py-md-99 {
    padding-top: 99rem !important;
  }
  .px-md-99 {
    padding-right: 99rem !important;
  }
  .pb-md-99,
  .py-md-99 {
    padding-bottom: 99rem !important;
  }
  .pl-md-99,
  .px-md-99 {
    padding-left: 99rem !important;
  }
  .p-md-100 {
    padding: 100rem !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100rem !important;
  }
  .px-md-100 {
    padding-right: 100rem !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100rem !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100rem !important;
  }
  .p-md-101 {
    padding: 101rem !important;
  }
  .pt-md-101,
  .py-md-101 {
    padding-top: 101rem !important;
  }
  .px-md-101 {
    padding-right: 101rem !important;
  }
  .pb-md-101,
  .py-md-101 {
    padding-bottom: 101rem !important;
  }
  .pl-md-101,
  .px-md-101 {
    padding-left: 101rem !important;
  }
  .p-md-102 {
    padding: 102rem !important;
  }
  .pt-md-102,
  .py-md-102 {
    padding-top: 102rem !important;
  }
  .px-md-102 {
    padding-right: 102rem !important;
  }
  .pb-md-102,
  .py-md-102 {
    padding-bottom: 102rem !important;
  }
  .pl-md-102,
  .px-md-102 {
    padding-left: 102rem !important;
  }
  .p-md-103 {
    padding: 103rem !important;
  }
  .pt-md-103,
  .py-md-103 {
    padding-top: 103rem !important;
  }
  .px-md-103 {
    padding-right: 103rem !important;
  }
  .pb-md-103,
  .py-md-103 {
    padding-bottom: 103rem !important;
  }
  .pl-md-103,
  .px-md-103 {
    padding-left: 103rem !important;
  }
  .p-md-104 {
    padding: 104rem !important;
  }
  .pt-md-104,
  .py-md-104 {
    padding-top: 104rem !important;
  }
  .px-md-104 {
    padding-right: 104rem !important;
  }
  .pb-md-104,
  .py-md-104 {
    padding-bottom: 104rem !important;
  }
  .pl-md-104,
  .px-md-104 {
    padding-left: 104rem !important;
  }
  .p-md-105 {
    padding: 105rem !important;
  }
  .pt-md-105,
  .py-md-105 {
    padding-top: 105rem !important;
  }
  .px-md-105 {
    padding-right: 105rem !important;
  }
  .pb-md-105,
  .py-md-105 {
    padding-bottom: 105rem !important;
  }
  .pl-md-105,
  .px-md-105 {
    padding-left: 105rem !important;
  }
  .p-md-106 {
    padding: 106rem !important;
  }
  .pt-md-106,
  .py-md-106 {
    padding-top: 106rem !important;
  }
  .px-md-106 {
    padding-right: 106rem !important;
  }
  .pb-md-106,
  .py-md-106 {
    padding-bottom: 106rem !important;
  }
  .pl-md-106,
  .px-md-106 {
    padding-left: 106rem !important;
  }
  .p-md-107 {
    padding: 107rem !important;
  }
  .pt-md-107,
  .py-md-107 {
    padding-top: 107rem !important;
  }
  .px-md-107 {
    padding-right: 107rem !important;
  }
  .pb-md-107,
  .py-md-107 {
    padding-bottom: 107rem !important;
  }
  .pl-md-107,
  .px-md-107 {
    padding-left: 107rem !important;
  }
  .p-md-108 {
    padding: 108rem !important;
  }
  .pt-md-108,
  .py-md-108 {
    padding-top: 108rem !important;
  }
  .px-md-108 {
    padding-right: 108rem !important;
  }
  .pb-md-108,
  .py-md-108 {
    padding-bottom: 108rem !important;
  }
  .pl-md-108,
  .px-md-108 {
    padding-left: 108rem !important;
  }
  .p-md-109 {
    padding: 109rem !important;
  }
  .pt-md-109,
  .py-md-109 {
    padding-top: 109rem !important;
  }
  .px-md-109 {
    padding-right: 109rem !important;
  }
  .pb-md-109,
  .py-md-109 {
    padding-bottom: 109rem !important;
  }
  .pl-md-109,
  .px-md-109 {
    padding-left: 109rem !important;
  }
  .p-md-110 {
    padding: 110rem !important;
  }
  .pt-md-110,
  .py-md-110 {
    padding-top: 110rem !important;
  }
  .px-md-110 {
    padding-right: 110rem !important;
  }
  .pb-md-110,
  .py-md-110 {
    padding-bottom: 110rem !important;
  }
  .pl-md-110,
  .px-md-110 {
    padding-left: 110rem !important;
  }
  .p-md-111 {
    padding: 111rem !important;
  }
  .pt-md-111,
  .py-md-111 {
    padding-top: 111rem !important;
  }
  .px-md-111 {
    padding-right: 111rem !important;
  }
  .pb-md-111,
  .py-md-111 {
    padding-bottom: 111rem !important;
  }
  .pl-md-111,
  .px-md-111 {
    padding-left: 111rem !important;
  }
  .p-md-112 {
    padding: 112rem !important;
  }
  .pt-md-112,
  .py-md-112 {
    padding-top: 112rem !important;
  }
  .px-md-112 {
    padding-right: 112rem !important;
  }
  .pb-md-112,
  .py-md-112 {
    padding-bottom: 112rem !important;
  }
  .pl-md-112,
  .px-md-112 {
    padding-left: 112rem !important;
  }
  .p-md-113 {
    padding: 113rem !important;
  }
  .pt-md-113,
  .py-md-113 {
    padding-top: 113rem !important;
  }
  .px-md-113 {
    padding-right: 113rem !important;
  }
  .pb-md-113,
  .py-md-113 {
    padding-bottom: 113rem !important;
  }
  .pl-md-113,
  .px-md-113 {
    padding-left: 113rem !important;
  }
  .p-md-114 {
    padding: 114rem !important;
  }
  .pt-md-114,
  .py-md-114 {
    padding-top: 114rem !important;
  }
  .px-md-114 {
    padding-right: 114rem !important;
  }
  .pb-md-114,
  .py-md-114 {
    padding-bottom: 114rem !important;
  }
  .pl-md-114,
  .px-md-114 {
    padding-left: 114rem !important;
  }
  .p-md-115 {
    padding: 115rem !important;
  }
  .pt-md-115,
  .py-md-115 {
    padding-top: 115rem !important;
  }
  .px-md-115 {
    padding-right: 115rem !important;
  }
  .pb-md-115,
  .py-md-115 {
    padding-bottom: 115rem !important;
  }
  .pl-md-115,
  .px-md-115 {
    padding-left: 115rem !important;
  }
  .p-md-116 {
    padding: 116rem !important;
  }
  .pt-md-116,
  .py-md-116 {
    padding-top: 116rem !important;
  }
  .px-md-116 {
    padding-right: 116rem !important;
  }
  .pb-md-116,
  .py-md-116 {
    padding-bottom: 116rem !important;
  }
  .pl-md-116,
  .px-md-116 {
    padding-left: 116rem !important;
  }
  .p-md-117 {
    padding: 117rem !important;
  }
  .pt-md-117,
  .py-md-117 {
    padding-top: 117rem !important;
  }
  .px-md-117 {
    padding-right: 117rem !important;
  }
  .pb-md-117,
  .py-md-117 {
    padding-bottom: 117rem !important;
  }
  .pl-md-117,
  .px-md-117 {
    padding-left: 117rem !important;
  }
  .p-md-118 {
    padding: 118rem !important;
  }
  .pt-md-118,
  .py-md-118 {
    padding-top: 118rem !important;
  }
  .px-md-118 {
    padding-right: 118rem !important;
  }
  .pb-md-118,
  .py-md-118 {
    padding-bottom: 118rem !important;
  }
  .pl-md-118,
  .px-md-118 {
    padding-left: 118rem !important;
  }
  .p-md-119 {
    padding: 119rem !important;
  }
  .pt-md-119,
  .py-md-119 {
    padding-top: 119rem !important;
  }
  .px-md-119 {
    padding-right: 119rem !important;
  }
  .pb-md-119,
  .py-md-119 {
    padding-bottom: 119rem !important;
  }
  .pl-md-119,
  .px-md-119 {
    padding-left: 119rem !important;
  }
  .p-md-120 {
    padding: 120rem !important;
  }
  .pt-md-120,
  .py-md-120 {
    padding-top: 120rem !important;
  }
  .px-md-120 {
    padding-right: 120rem !important;
  }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 120rem !important;
  }
  .pl-md-120,
  .px-md-120 {
    padding-left: 120rem !important;
  }
  .p-md-121 {
    padding: 121rem !important;
  }
  .pt-md-121,
  .py-md-121 {
    padding-top: 121rem !important;
  }
  .px-md-121 {
    padding-right: 121rem !important;
  }
  .pb-md-121,
  .py-md-121 {
    padding-bottom: 121rem !important;
  }
  .pl-md-121,
  .px-md-121 {
    padding-left: 121rem !important;
  }
  .p-md-122 {
    padding: 122rem !important;
  }
  .pt-md-122,
  .py-md-122 {
    padding-top: 122rem !important;
  }
  .px-md-122 {
    padding-right: 122rem !important;
  }
  .pb-md-122,
  .py-md-122 {
    padding-bottom: 122rem !important;
  }
  .pl-md-122,
  .px-md-122 {
    padding-left: 122rem !important;
  }
  .p-md-123 {
    padding: 123rem !important;
  }
  .pt-md-123,
  .py-md-123 {
    padding-top: 123rem !important;
  }
  .px-md-123 {
    padding-right: 123rem !important;
  }
  .pb-md-123,
  .py-md-123 {
    padding-bottom: 123rem !important;
  }
  .pl-md-123,
  .px-md-123 {
    padding-left: 123rem !important;
  }
  .p-md-124 {
    padding: 124rem !important;
  }
  .pt-md-124,
  .py-md-124 {
    padding-top: 124rem !important;
  }
  .px-md-124 {
    padding-right: 124rem !important;
  }
  .pb-md-124,
  .py-md-124 {
    padding-bottom: 124rem !important;
  }
  .pl-md-124,
  .px-md-124 {
    padding-left: 124rem !important;
  }
  .p-md-125 {
    padding: 125rem !important;
  }
  .pt-md-125,
  .py-md-125 {
    padding-top: 125rem !important;
  }
  .px-md-125 {
    padding-right: 125rem !important;
  }
  .pb-md-125,
  .py-md-125 {
    padding-bottom: 125rem !important;
  }
  .pl-md-125,
  .px-md-125 {
    padding-left: 125rem !important;
  }
  .p-md-126 {
    padding: 126rem !important;
  }
  .pt-md-126,
  .py-md-126 {
    padding-top: 126rem !important;
  }
  .px-md-126 {
    padding-right: 126rem !important;
  }
  .pb-md-126,
  .py-md-126 {
    padding-bottom: 126rem !important;
  }
  .pl-md-126,
  .px-md-126 {
    padding-left: 126rem !important;
  }
  .p-md-127 {
    padding: 127rem !important;
  }
  .pt-md-127,
  .py-md-127 {
    padding-top: 127rem !important;
  }
  .px-md-127 {
    padding-right: 127rem !important;
  }
  .pb-md-127,
  .py-md-127 {
    padding-bottom: 127rem !important;
  }
  .pl-md-127,
  .px-md-127 {
    padding-left: 127rem !important;
  }
  .p-md-128 {
    padding: 128rem !important;
  }
  .pt-md-128,
  .py-md-128 {
    padding-top: 128rem !important;
  }
  .px-md-128 {
    padding-right: 128rem !important;
  }
  .pb-md-128,
  .py-md-128 {
    padding-bottom: 128rem !important;
  }
  .pl-md-128,
  .px-md-128 {
    padding-left: 128rem !important;
  }
  .p-md-129 {
    padding: 129rem !important;
  }
  .pt-md-129,
  .py-md-129 {
    padding-top: 129rem !important;
  }
  .px-md-129 {
    padding-right: 129rem !important;
  }
  .pb-md-129,
  .py-md-129 {
    padding-bottom: 129rem !important;
  }
  .pl-md-129,
  .px-md-129 {
    padding-left: 129rem !important;
  }
  .p-md-130 {
    padding: 130rem !important;
  }
  .pt-md-130,
  .py-md-130 {
    padding-top: 130rem !important;
  }
  .px-md-130 {
    padding-right: 130rem !important;
  }
  .pb-md-130,
  .py-md-130 {
    padding-bottom: 130rem !important;
  }
  .pl-md-130,
  .px-md-130 {
    padding-left: 130rem !important;
  }
  .p-md-131 {
    padding: 131rem !important;
  }
  .pt-md-131,
  .py-md-131 {
    padding-top: 131rem !important;
  }
  .px-md-131 {
    padding-right: 131rem !important;
  }
  .pb-md-131,
  .py-md-131 {
    padding-bottom: 131rem !important;
  }
  .pl-md-131,
  .px-md-131 {
    padding-left: 131rem !important;
  }
  .p-md-132 {
    padding: 132rem !important;
  }
  .pt-md-132,
  .py-md-132 {
    padding-top: 132rem !important;
  }
  .px-md-132 {
    padding-right: 132rem !important;
  }
  .pb-md-132,
  .py-md-132 {
    padding-bottom: 132rem !important;
  }
  .pl-md-132,
  .px-md-132 {
    padding-left: 132rem !important;
  }
  .p-md-133 {
    padding: 133rem !important;
  }
  .pt-md-133,
  .py-md-133 {
    padding-top: 133rem !important;
  }
  .px-md-133 {
    padding-right: 133rem !important;
  }
  .pb-md-133,
  .py-md-133 {
    padding-bottom: 133rem !important;
  }
  .pl-md-133,
  .px-md-133 {
    padding-left: 133rem !important;
  }
  .p-md-134 {
    padding: 134rem !important;
  }
  .pt-md-134,
  .py-md-134 {
    padding-top: 134rem !important;
  }
  .px-md-134 {
    padding-right: 134rem !important;
  }
  .pb-md-134,
  .py-md-134 {
    padding-bottom: 134rem !important;
  }
  .pl-md-134,
  .px-md-134 {
    padding-left: 134rem !important;
  }
  .p-md-135 {
    padding: 135rem !important;
  }
  .pt-md-135,
  .py-md-135 {
    padding-top: 135rem !important;
  }
  .px-md-135 {
    padding-right: 135rem !important;
  }
  .pb-md-135,
  .py-md-135 {
    padding-bottom: 135rem !important;
  }
  .pl-md-135,
  .px-md-135 {
    padding-left: 135rem !important;
  }
  .p-md-136 {
    padding: 136rem !important;
  }
  .pt-md-136,
  .py-md-136 {
    padding-top: 136rem !important;
  }
  .px-md-136 {
    padding-right: 136rem !important;
  }
  .pb-md-136,
  .py-md-136 {
    padding-bottom: 136rem !important;
  }
  .pl-md-136,
  .px-md-136 {
    padding-left: 136rem !important;
  }
  .p-md-137 {
    padding: 137rem !important;
  }
  .pt-md-137,
  .py-md-137 {
    padding-top: 137rem !important;
  }
  .px-md-137 {
    padding-right: 137rem !important;
  }
  .pb-md-137,
  .py-md-137 {
    padding-bottom: 137rem !important;
  }
  .pl-md-137,
  .px-md-137 {
    padding-left: 137rem !important;
  }
  .p-md-138 {
    padding: 138rem !important;
  }
  .pt-md-138,
  .py-md-138 {
    padding-top: 138rem !important;
  }
  .px-md-138 {
    padding-right: 138rem !important;
  }
  .pb-md-138,
  .py-md-138 {
    padding-bottom: 138rem !important;
  }
  .pl-md-138,
  .px-md-138 {
    padding-left: 138rem !important;
  }
  .p-md-139 {
    padding: 139rem !important;
  }
  .pt-md-139,
  .py-md-139 {
    padding-top: 139rem !important;
  }
  .px-md-139 {
    padding-right: 139rem !important;
  }
  .pb-md-139,
  .py-md-139 {
    padding-bottom: 139rem !important;
  }
  .pl-md-139,
  .px-md-139 {
    padding-left: 139rem !important;
  }
  .p-md-140 {
    padding: 140rem !important;
  }
  .pt-md-140,
  .py-md-140 {
    padding-top: 140rem !important;
  }
  .px-md-140 {
    padding-right: 140rem !important;
  }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 140rem !important;
  }
  .pl-md-140,
  .px-md-140 {
    padding-left: 140rem !important;
  }
  .p-md-141 {
    padding: 141rem !important;
  }
  .pt-md-141,
  .py-md-141 {
    padding-top: 141rem !important;
  }
  .px-md-141 {
    padding-right: 141rem !important;
  }
  .pb-md-141,
  .py-md-141 {
    padding-bottom: 141rem !important;
  }
  .pl-md-141,
  .px-md-141 {
    padding-left: 141rem !important;
  }
  .p-md-142 {
    padding: 142rem !important;
  }
  .pt-md-142,
  .py-md-142 {
    padding-top: 142rem !important;
  }
  .px-md-142 {
    padding-right: 142rem !important;
  }
  .pb-md-142,
  .py-md-142 {
    padding-bottom: 142rem !important;
  }
  .pl-md-142,
  .px-md-142 {
    padding-left: 142rem !important;
  }
  .p-md-143 {
    padding: 143rem !important;
  }
  .pt-md-143,
  .py-md-143 {
    padding-top: 143rem !important;
  }
  .px-md-143 {
    padding-right: 143rem !important;
  }
  .pb-md-143,
  .py-md-143 {
    padding-bottom: 143rem !important;
  }
  .pl-md-143,
  .px-md-143 {
    padding-left: 143rem !important;
  }
  .p-md-144 {
    padding: 144rem !important;
  }
  .pt-md-144,
  .py-md-144 {
    padding-top: 144rem !important;
  }
  .px-md-144 {
    padding-right: 144rem !important;
  }
  .pb-md-144,
  .py-md-144 {
    padding-bottom: 144rem !important;
  }
  .pl-md-144,
  .px-md-144 {
    padding-left: 144rem !important;
  }
  .p-md-145 {
    padding: 145rem !important;
  }
  .pt-md-145,
  .py-md-145 {
    padding-top: 145rem !important;
  }
  .px-md-145 {
    padding-right: 145rem !important;
  }
  .pb-md-145,
  .py-md-145 {
    padding-bottom: 145rem !important;
  }
  .pl-md-145,
  .px-md-145 {
    padding-left: 145rem !important;
  }
  .p-md-146 {
    padding: 146rem !important;
  }
  .pt-md-146,
  .py-md-146 {
    padding-top: 146rem !important;
  }
  .px-md-146 {
    padding-right: 146rem !important;
  }
  .pb-md-146,
  .py-md-146 {
    padding-bottom: 146rem !important;
  }
  .pl-md-146,
  .px-md-146 {
    padding-left: 146rem !important;
  }
  .p-md-147 {
    padding: 147rem !important;
  }
  .pt-md-147,
  .py-md-147 {
    padding-top: 147rem !important;
  }
  .px-md-147 {
    padding-right: 147rem !important;
  }
  .pb-md-147,
  .py-md-147 {
    padding-bottom: 147rem !important;
  }
  .pl-md-147,
  .px-md-147 {
    padding-left: 147rem !important;
  }
  .p-md-148 {
    padding: 148rem !important;
  }
  .pt-md-148,
  .py-md-148 {
    padding-top: 148rem !important;
  }
  .px-md-148 {
    padding-right: 148rem !important;
  }
  .pb-md-148,
  .py-md-148 {
    padding-bottom: 148rem !important;
  }
  .pl-md-148,
  .px-md-148 {
    padding-left: 148rem !important;
  }
  .p-md-149 {
    padding: 149rem !important;
  }
  .pt-md-149,
  .py-md-149 {
    padding-top: 149rem !important;
  }
  .px-md-149 {
    padding-right: 149rem !important;
  }
  .pb-md-149,
  .py-md-149 {
    padding-bottom: 149rem !important;
  }
  .pl-md-149,
  .px-md-149 {
    padding-left: 149rem !important;
  }
  .p-md-150 {
    padding: 150rem !important;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 150rem !important;
  }
  .px-md-150 {
    padding-right: 150rem !important;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 150rem !important;
  }
  .pl-md-150,
  .px-md-150 {
    padding-left: 150rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  .mr-md-n4 {
    margin-right: -4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .my-md-n5 {
    margin-top: -5rem !important;
  }
  .mr-md-n5 {
    margin-right: -5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .my-md-n7 {
    margin-top: -7rem !important;
  }
  .mr-md-n7 {
    margin-right: -7rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .my-md-n9 {
    margin-top: -9rem !important;
  }
  .mr-md-n9 {
    margin-right: -9rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .my-md-n10 {
    margin-top: -10rem !important;
  }
  .mr-md-n10 {
    margin-right: -10rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10rem !important;
  }
  .m-md-n11 {
    margin: -11rem !important;
  }
  .my-md-n11 {
    margin-top: -11rem !important;
  }
  .mr-md-n11 {
    margin-right: -11rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -11rem !important;
  }
  .m-md-n12 {
    margin: -12rem !important;
  }
  .my-md-n12 {
    margin-top: -12rem !important;
  }
  .mr-md-n12 {
    margin-right: -12rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -12rem !important;
  }
  .m-md-n13 {
    margin: -13rem !important;
  }
  .my-md-n13 {
    margin-top: -13rem !important;
  }
  .mr-md-n13 {
    margin-right: -13rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -13rem !important;
  }
  .m-md-n14 {
    margin: -14rem !important;
  }
  .my-md-n14 {
    margin-top: -14rem !important;
  }
  .mr-md-n14 {
    margin-right: -14rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -14rem !important;
  }
  .m-md-n15 {
    margin: -15rem !important;
  }
  .my-md-n15 {
    margin-top: -15rem !important;
  }
  .mr-md-n15 {
    margin-right: -15rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15rem !important;
  }
  .m-md-n16 {
    margin: -16rem !important;
  }
  .my-md-n16 {
    margin-top: -16rem !important;
  }
  .mr-md-n16 {
    margin-right: -16rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -16rem !important;
  }
  .m-md-n17 {
    margin: -17rem !important;
  }
  .my-md-n17 {
    margin-top: -17rem !important;
  }
  .mr-md-n17 {
    margin-right: -17rem !important;
  }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -17rem !important;
  }
  .m-md-n18 {
    margin: -18rem !important;
  }
  .my-md-n18 {
    margin-top: -18rem !important;
  }
  .mr-md-n18 {
    margin-right: -18rem !important;
  }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -18rem !important;
  }
  .m-md-n19 {
    margin: -19rem !important;
  }
  .my-md-n19 {
    margin-top: -19rem !important;
  }
  .mr-md-n19 {
    margin-right: -19rem !important;
  }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -19rem !important;
  }
  .m-md-n20 {
    margin: -20rem !important;
  }
  .my-md-n20 {
    margin-top: -20rem !important;
  }
  .mr-md-n20 {
    margin-right: -20rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20rem !important;
  }
  .m-md-n21 {
    margin: -21rem !important;
  }
  .my-md-n21 {
    margin-top: -21rem !important;
  }
  .mr-md-n21 {
    margin-right: -21rem !important;
  }
  .mb-md-n21,
  .my-md-n21 {
    margin-bottom: -21rem !important;
  }
  .m-md-n22 {
    margin: -22rem !important;
  }
  .my-md-n22 {
    margin-top: -22rem !important;
  }
  .mr-md-n22 {
    margin-right: -22rem !important;
  }
  .mb-md-n22,
  .my-md-n22 {
    margin-bottom: -22rem !important;
  }
  .m-md-n23 {
    margin: -23rem !important;
  }
  .my-md-n23 {
    margin-top: -23rem !important;
  }
  .mr-md-n23 {
    margin-right: -23rem !important;
  }
  .mb-md-n23,
  .my-md-n23 {
    margin-bottom: -23rem !important;
  }
  .m-md-n24 {
    margin: -24rem !important;
  }
  .my-md-n24 {
    margin-top: -24rem !important;
  }
  .mr-md-n24 {
    margin-right: -24rem !important;
  }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -24rem !important;
  }
  .m-md-n25 {
    margin: -25rem !important;
  }
  .my-md-n25 {
    margin-top: -25rem !important;
  }
  .mr-md-n25 {
    margin-right: -25rem !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -25rem !important;
  }
  .m-md-n26 {
    margin: -26rem !important;
  }
  .my-md-n26 {
    margin-top: -26rem !important;
  }
  .mr-md-n26 {
    margin-right: -26rem !important;
  }
  .mb-md-n26,
  .my-md-n26 {
    margin-bottom: -26rem !important;
  }
  .m-md-n27 {
    margin: -27rem !important;
  }
  .my-md-n27 {
    margin-top: -27rem !important;
  }
  .mr-md-n27 {
    margin-right: -27rem !important;
  }
  .mb-md-n27,
  .my-md-n27 {
    margin-bottom: -27rem !important;
  }
  .m-md-n28 {
    margin: -28rem !important;
  }
  .my-md-n28 {
    margin-top: -28rem !important;
  }
  .mr-md-n28 {
    margin-right: -28rem !important;
  }
  .mb-md-n28,
  .my-md-n28 {
    margin-bottom: -28rem !important;
  }
  .m-md-n29 {
    margin: -29rem !important;
  }
  .my-md-n29 {
    margin-top: -29rem !important;
  }
  .mr-md-n29 {
    margin-right: -29rem !important;
  }
  .mb-md-n29,
  .my-md-n29 {
    margin-bottom: -29rem !important;
  }
  .m-md-n30 {
    margin: -30rem !important;
  }
  .my-md-n30 {
    margin-top: -30rem !important;
  }
  .mr-md-n30 {
    margin-right: -30rem !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30rem !important;
  }
  .m-md-n31 {
    margin: -31rem !important;
  }
  .my-md-n31 {
    margin-top: -31rem !important;
  }
  .mr-md-n31 {
    margin-right: -31rem !important;
  }
  .mb-md-n31,
  .my-md-n31 {
    margin-bottom: -31rem !important;
  }
  .m-md-n32 {
    margin: -32rem !important;
  }
  .my-md-n32 {
    margin-top: -32rem !important;
  }
  .mr-md-n32 {
    margin-right: -32rem !important;
  }
  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -32rem !important;
  }
  .m-md-n33 {
    margin: -33rem !important;
  }
  .my-md-n33 {
    margin-top: -33rem !important;
  }
  .mr-md-n33 {
    margin-right: -33rem !important;
  }
  .mb-md-n33,
  .my-md-n33 {
    margin-bottom: -33rem !important;
  }
  .m-md-n34 {
    margin: -34rem !important;
  }
  .my-md-n34 {
    margin-top: -34rem !important;
  }
  .mr-md-n34 {
    margin-right: -34rem !important;
  }
  .mb-md-n34,
  .my-md-n34 {
    margin-bottom: -34rem !important;
  }
  .m-md-n35 {
    margin: -35rem !important;
  }
  .my-md-n35 {
    margin-top: -35rem !important;
  }
  .mr-md-n35 {
    margin-right: -35rem !important;
  }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -35rem !important;
  }
  .m-md-n36 {
    margin: -36rem !important;
  }
  .my-md-n36 {
    margin-top: -36rem !important;
  }
  .mr-md-n36 {
    margin-right: -36rem !important;
  }
  .mb-md-n36,
  .my-md-n36 {
    margin-bottom: -36rem !important;
  }
  .m-md-n37 {
    margin: -37rem !important;
  }
  .my-md-n37 {
    margin-top: -37rem !important;
  }
  .mr-md-n37 {
    margin-right: -37rem !important;
  }
  .mb-md-n37,
  .my-md-n37 {
    margin-bottom: -37rem !important;
  }
  .m-md-n38 {
    margin: -38rem !important;
  }
  .my-md-n38 {
    margin-top: -38rem !important;
  }
  .mr-md-n38 {
    margin-right: -38rem !important;
  }
  .mb-md-n38,
  .my-md-n38 {
    margin-bottom: -38rem !important;
  }
  .m-md-n39 {
    margin: -39rem !important;
  }
  .my-md-n39 {
    margin-top: -39rem !important;
  }
  .mr-md-n39 {
    margin-right: -39rem !important;
  }
  .mb-md-n39,
  .my-md-n39 {
    margin-bottom: -39rem !important;
  }
  .m-md-n40 {
    margin: -40rem !important;
  }
  .my-md-n40 {
    margin-top: -40rem !important;
  }
  .mr-md-n40 {
    margin-right: -40rem !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40rem !important;
  }
  .m-md-n41 {
    margin: -41rem !important;
  }
  .my-md-n41 {
    margin-top: -41rem !important;
  }
  .mr-md-n41 {
    margin-right: -41rem !important;
  }
  .mb-md-n41,
  .my-md-n41 {
    margin-bottom: -41rem !important;
  }
  .m-md-n42 {
    margin: -42rem !important;
  }
  .my-md-n42 {
    margin-top: -42rem !important;
  }
  .mr-md-n42 {
    margin-right: -42rem !important;
  }
  .mb-md-n42,
  .my-md-n42 {
    margin-bottom: -42rem !important;
  }
  .m-md-n43 {
    margin: -43rem !important;
  }
  .my-md-n43 {
    margin-top: -43rem !important;
  }
  .mr-md-n43 {
    margin-right: -43rem !important;
  }
  .mb-md-n43,
  .my-md-n43 {
    margin-bottom: -43rem !important;
  }
  .m-md-n44 {
    margin: -44rem !important;
  }
  .my-md-n44 {
    margin-top: -44rem !important;
  }
  .mr-md-n44 {
    margin-right: -44rem !important;
  }
  .mb-md-n44,
  .my-md-n44 {
    margin-bottom: -44rem !important;
  }
  .m-md-n45 {
    margin: -45rem !important;
  }
  .my-md-n45 {
    margin-top: -45rem !important;
  }
  .mr-md-n45 {
    margin-right: -45rem !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -45rem !important;
  }
  .m-md-n46 {
    margin: -46rem !important;
  }
  .my-md-n46 {
    margin-top: -46rem !important;
  }
  .mr-md-n46 {
    margin-right: -46rem !important;
  }
  .mb-md-n46,
  .my-md-n46 {
    margin-bottom: -46rem !important;
  }
  .m-md-n47 {
    margin: -47rem !important;
  }
  .my-md-n47 {
    margin-top: -47rem !important;
  }
  .mr-md-n47 {
    margin-right: -47rem !important;
  }
  .mb-md-n47,
  .my-md-n47 {
    margin-bottom: -47rem !important;
  }
  .m-md-n48 {
    margin: -48rem !important;
  }
  .my-md-n48 {
    margin-top: -48rem !important;
  }
  .mr-md-n48 {
    margin-right: -48rem !important;
  }
  .mb-md-n48,
  .my-md-n48 {
    margin-bottom: -48rem !important;
  }
  .m-md-n49 {
    margin: -49rem !important;
  }
  .my-md-n49 {
    margin-top: -49rem !important;
  }
  .mr-md-n49 {
    margin-right: -49rem !important;
  }
  .mb-md-n49,
  .my-md-n49 {
    margin-bottom: -49rem !important;
  }
  .m-md-n50 {
    margin: -50rem !important;
  }
  .my-md-n50 {
    margin-top: -50rem !important;
  }
  .mr-md-n50 {
    margin-right: -50rem !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -50rem !important;
  }
  .m-md-n51 {
    margin: -51rem !important;
  }
  .my-md-n51 {
    margin-top: -51rem !important;
  }
  .mr-md-n51 {
    margin-right: -51rem !important;
  }
  .mb-md-n51,
  .my-md-n51 {
    margin-bottom: -51rem !important;
  }
  .m-md-n52 {
    margin: -52rem !important;
  }
  .my-md-n52 {
    margin-top: -52rem !important;
  }
  .mr-md-n52 {
    margin-right: -52rem !important;
  }
  .mb-md-n52,
  .my-md-n52 {
    margin-bottom: -52rem !important;
  }
  .m-md-n53 {
    margin: -53rem !important;
  }
  .my-md-n53 {
    margin-top: -53rem !important;
  }
  .mr-md-n53 {
    margin-right: -53rem !important;
  }
  .mb-md-n53,
  .my-md-n53 {
    margin-bottom: -53rem !important;
  }
  .m-md-n54 {
    margin: -54rem !important;
  }
  .my-md-n54 {
    margin-top: -54rem !important;
  }
  .mr-md-n54 {
    margin-right: -54rem !important;
  }
  .mb-md-n54,
  .my-md-n54 {
    margin-bottom: -54rem !important;
  }
  .m-md-n55 {
    margin: -55rem !important;
  }
  .my-md-n55 {
    margin-top: -55rem !important;
  }
  .mr-md-n55 {
    margin-right: -55rem !important;
  }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -55rem !important;
  }
  .m-md-n56 {
    margin: -56rem !important;
  }
  .my-md-n56 {
    margin-top: -56rem !important;
  }
  .mr-md-n56 {
    margin-right: -56rem !important;
  }
  .mb-md-n56,
  .my-md-n56 {
    margin-bottom: -56rem !important;
  }
  .m-md-n57 {
    margin: -57rem !important;
  }
  .my-md-n57 {
    margin-top: -57rem !important;
  }
  .mr-md-n57 {
    margin-right: -57rem !important;
  }
  .mb-md-n57,
  .my-md-n57 {
    margin-bottom: -57rem !important;
  }
  .m-md-n58 {
    margin: -58rem !important;
  }
  .my-md-n58 {
    margin-top: -58rem !important;
  }
  .mr-md-n58 {
    margin-right: -58rem !important;
  }
  .mb-md-n58,
  .my-md-n58 {
    margin-bottom: -58rem !important;
  }
  .m-md-n59 {
    margin: -59rem !important;
  }
  .my-md-n59 {
    margin-top: -59rem !important;
  }
  .mr-md-n59 {
    margin-right: -59rem !important;
  }
  .mb-md-n59,
  .my-md-n59 {
    margin-bottom: -59rem !important;
  }
  .m-md-n60 {
    margin: -60rem !important;
  }
  .my-md-n60 {
    margin-top: -60rem !important;
  }
  .mr-md-n60 {
    margin-right: -60rem !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -60rem !important;
  }
  .m-md-n61 {
    margin: -61rem !important;
  }
  .my-md-n61 {
    margin-top: -61rem !important;
  }
  .mr-md-n61 {
    margin-right: -61rem !important;
  }
  .mb-md-n61,
  .my-md-n61 {
    margin-bottom: -61rem !important;
  }
  .m-md-n62 {
    margin: -62rem !important;
  }
  .my-md-n62 {
    margin-top: -62rem !important;
  }
  .mr-md-n62 {
    margin-right: -62rem !important;
  }
  .mb-md-n62,
  .my-md-n62 {
    margin-bottom: -62rem !important;
  }
  .m-md-n63 {
    margin: -63rem !important;
  }
  .my-md-n63 {
    margin-top: -63rem !important;
  }
  .mr-md-n63 {
    margin-right: -63rem !important;
  }
  .mb-md-n63,
  .my-md-n63 {
    margin-bottom: -63rem !important;
  }
  .m-md-n64 {
    margin: -64rem !important;
  }
  .my-md-n64 {
    margin-top: -64rem !important;
  }
  .mr-md-n64 {
    margin-right: -64rem !important;
  }
  .mb-md-n64,
  .my-md-n64 {
    margin-bottom: -64rem !important;
  }
  .m-md-n65 {
    margin: -65rem !important;
  }
  .my-md-n65 {
    margin-top: -65rem !important;
  }
  .mr-md-n65 {
    margin-right: -65rem !important;
  }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -65rem !important;
  }
  .m-md-n66 {
    margin: -66rem !important;
  }
  .my-md-n66 {
    margin-top: -66rem !important;
  }
  .mr-md-n66 {
    margin-right: -66rem !important;
  }
  .mb-md-n66,
  .my-md-n66 {
    margin-bottom: -66rem !important;
  }
  .m-md-n67 {
    margin: -67rem !important;
  }
  .my-md-n67 {
    margin-top: -67rem !important;
  }
  .mr-md-n67 {
    margin-right: -67rem !important;
  }
  .mb-md-n67,
  .my-md-n67 {
    margin-bottom: -67rem !important;
  }
  .m-md-n68 {
    margin: -68rem !important;
  }
  .my-md-n68 {
    margin-top: -68rem !important;
  }
  .mr-md-n68 {
    margin-right: -68rem !important;
  }
  .mb-md-n68,
  .my-md-n68 {
    margin-bottom: -68rem !important;
  }
  .m-md-n69 {
    margin: -69rem !important;
  }
  .my-md-n69 {
    margin-top: -69rem !important;
  }
  .mr-md-n69 {
    margin-right: -69rem !important;
  }
  .mb-md-n69,
  .my-md-n69 {
    margin-bottom: -69rem !important;
  }
  .m-md-n70 {
    margin: -70rem !important;
  }
  .my-md-n70 {
    margin-top: -70rem !important;
  }
  .mr-md-n70 {
    margin-right: -70rem !important;
  }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -70rem !important;
  }
  .m-md-n71 {
    margin: -71rem !important;
  }
  .my-md-n71 {
    margin-top: -71rem !important;
  }
  .mr-md-n71 {
    margin-right: -71rem !important;
  }
  .mb-md-n71,
  .my-md-n71 {
    margin-bottom: -71rem !important;
  }
  .m-md-n72 {
    margin: -72rem !important;
  }
  .my-md-n72 {
    margin-top: -72rem !important;
  }
  .mr-md-n72 {
    margin-right: -72rem !important;
  }
  .mb-md-n72,
  .my-md-n72 {
    margin-bottom: -72rem !important;
  }
  .m-md-n73 {
    margin: -73rem !important;
  }
  .my-md-n73 {
    margin-top: -73rem !important;
  }
  .mr-md-n73 {
    margin-right: -73rem !important;
  }
  .mb-md-n73,
  .my-md-n73 {
    margin-bottom: -73rem !important;
  }
  .m-md-n74 {
    margin: -74rem !important;
  }
  .my-md-n74 {
    margin-top: -74rem !important;
  }
  .mr-md-n74 {
    margin-right: -74rem !important;
  }
  .mb-md-n74,
  .my-md-n74 {
    margin-bottom: -74rem !important;
  }
  .m-md-n75 {
    margin: -75rem !important;
  }
  .my-md-n75 {
    margin-top: -75rem !important;
  }
  .mr-md-n75 {
    margin-right: -75rem !important;
  }
  .mb-md-n75,
  .my-md-n75 {
    margin-bottom: -75rem !important;
  }
  .m-md-n76 {
    margin: -76rem !important;
  }
  .my-md-n76 {
    margin-top: -76rem !important;
  }
  .mr-md-n76 {
    margin-right: -76rem !important;
  }
  .mb-md-n76,
  .my-md-n76 {
    margin-bottom: -76rem !important;
  }
  .m-md-n77 {
    margin: -77rem !important;
  }
  .my-md-n77 {
    margin-top: -77rem !important;
  }
  .mr-md-n77 {
    margin-right: -77rem !important;
  }
  .mb-md-n77,
  .my-md-n77 {
    margin-bottom: -77rem !important;
  }
  .m-md-n78 {
    margin: -78rem !important;
  }
  .my-md-n78 {
    margin-top: -78rem !important;
  }
  .mr-md-n78 {
    margin-right: -78rem !important;
  }
  .mb-md-n78,
  .my-md-n78 {
    margin-bottom: -78rem !important;
  }
  .m-md-n79 {
    margin: -79rem !important;
  }
  .my-md-n79 {
    margin-top: -79rem !important;
  }
  .mr-md-n79 {
    margin-right: -79rem !important;
  }
  .mb-md-n79,
  .my-md-n79 {
    margin-bottom: -79rem !important;
  }
  .m-md-n80 {
    margin: -80rem !important;
  }
  .my-md-n80 {
    margin-top: -80rem !important;
  }
  .mr-md-n80 {
    margin-right: -80rem !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80rem !important;
  }
  .m-md-n81 {
    margin: -81rem !important;
  }
  .my-md-n81 {
    margin-top: -81rem !important;
  }
  .mr-md-n81 {
    margin-right: -81rem !important;
  }
  .mb-md-n81,
  .my-md-n81 {
    margin-bottom: -81rem !important;
  }
  .m-md-n82 {
    margin: -82rem !important;
  }
  .my-md-n82 {
    margin-top: -82rem !important;
  }
  .mr-md-n82 {
    margin-right: -82rem !important;
  }
  .mb-md-n82,
  .my-md-n82 {
    margin-bottom: -82rem !important;
  }
  .m-md-n83 {
    margin: -83rem !important;
  }
  .my-md-n83 {
    margin-top: -83rem !important;
  }
  .mr-md-n83 {
    margin-right: -83rem !important;
  }
  .mb-md-n83,
  .my-md-n83 {
    margin-bottom: -83rem !important;
  }
  .m-md-n84 {
    margin: -84rem !important;
  }
  .my-md-n84 {
    margin-top: -84rem !important;
  }
  .mr-md-n84 {
    margin-right: -84rem !important;
  }
  .mb-md-n84,
  .my-md-n84 {
    margin-bottom: -84rem !important;
  }
  .m-md-n85 {
    margin: -85rem !important;
  }
  .my-md-n85 {
    margin-top: -85rem !important;
  }
  .mr-md-n85 {
    margin-right: -85rem !important;
  }
  .mb-md-n85,
  .my-md-n85 {
    margin-bottom: -85rem !important;
  }
  .m-md-n86 {
    margin: -86rem !important;
  }
  .my-md-n86 {
    margin-top: -86rem !important;
  }
  .mr-md-n86 {
    margin-right: -86rem !important;
  }
  .mb-md-n86,
  .my-md-n86 {
    margin-bottom: -86rem !important;
  }
  .m-md-n87 {
    margin: -87rem !important;
  }
  .my-md-n87 {
    margin-top: -87rem !important;
  }
  .mr-md-n87 {
    margin-right: -87rem !important;
  }
  .mb-md-n87,
  .my-md-n87 {
    margin-bottom: -87rem !important;
  }
  .m-md-n88 {
    margin: -88rem !important;
  }
  .my-md-n88 {
    margin-top: -88rem !important;
  }
  .mr-md-n88 {
    margin-right: -88rem !important;
  }
  .mb-md-n88,
  .my-md-n88 {
    margin-bottom: -88rem !important;
  }
  .m-md-n89 {
    margin: -89rem !important;
  }
  .my-md-n89 {
    margin-top: -89rem !important;
  }
  .mr-md-n89 {
    margin-right: -89rem !important;
  }
  .mb-md-n89,
  .my-md-n89 {
    margin-bottom: -89rem !important;
  }
  .m-md-n90 {
    margin: -90rem !important;
  }
  .my-md-n90 {
    margin-top: -90rem !important;
  }
  .mr-md-n90 {
    margin-right: -90rem !important;
  }
  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -90rem !important;
  }
  .m-md-n91 {
    margin: -91rem !important;
  }
  .my-md-n91 {
    margin-top: -91rem !important;
  }
  .mr-md-n91 {
    margin-right: -91rem !important;
  }
  .mb-md-n91,
  .my-md-n91 {
    margin-bottom: -91rem !important;
  }
  .m-md-n92 {
    margin: -92rem !important;
  }
  .my-md-n92 {
    margin-top: -92rem !important;
  }
  .mr-md-n92 {
    margin-right: -92rem !important;
  }
  .mb-md-n92,
  .my-md-n92 {
    margin-bottom: -92rem !important;
  }
  .m-md-n93 {
    margin: -93rem !important;
  }
  .my-md-n93 {
    margin-top: -93rem !important;
  }
  .mr-md-n93 {
    margin-right: -93rem !important;
  }
  .mb-md-n93,
  .my-md-n93 {
    margin-bottom: -93rem !important;
  }
  .m-md-n94 {
    margin: -94rem !important;
  }
  .my-md-n94 {
    margin-top: -94rem !important;
  }
  .mr-md-n94 {
    margin-right: -94rem !important;
  }
  .mb-md-n94,
  .my-md-n94 {
    margin-bottom: -94rem !important;
  }
  .m-md-n95 {
    margin: -95rem !important;
  }
  .my-md-n95 {
    margin-top: -95rem !important;
  }
  .mr-md-n95 {
    margin-right: -95rem !important;
  }
  .mb-md-n95,
  .my-md-n95 {
    margin-bottom: -95rem !important;
  }
  .m-md-n96 {
    margin: -96rem !important;
  }
  .my-md-n96 {
    margin-top: -96rem !important;
  }
  .mr-md-n96 {
    margin-right: -96rem !important;
  }
  .mb-md-n96,
  .my-md-n96 {
    margin-bottom: -96rem !important;
  }
  .m-md-n97 {
    margin: -97rem !important;
  }
  .my-md-n97 {
    margin-top: -97rem !important;
  }
  .mr-md-n97 {
    margin-right: -97rem !important;
  }
  .mb-md-n97,
  .my-md-n97 {
    margin-bottom: -97rem !important;
  }
  .m-md-n98 {
    margin: -98rem !important;
  }
  .my-md-n98 {
    margin-top: -98rem !important;
  }
  .mr-md-n98 {
    margin-right: -98rem !important;
  }
  .mb-md-n98,
  .my-md-n98 {
    margin-bottom: -98rem !important;
  }
  .m-md-n99 {
    margin: -99rem !important;
  }
  .my-md-n99 {
    margin-top: -99rem !important;
  }
  .mr-md-n99 {
    margin-right: -99rem !important;
  }
  .mb-md-n99,
  .my-md-n99 {
    margin-bottom: -99rem !important;
  }
  .m-md-n100 {
    margin: -100rem !important;
  }
  .my-md-n100 {
    margin-top: -100rem !important;
  }
  .mr-md-n100 {
    margin-right: -100rem !important;
  }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -100rem !important;
  }
  .m-md-n101 {
    margin: -101rem !important;
  }
  .my-md-n101 {
    margin-top: -101rem !important;
  }
  .mr-md-n101 {
    margin-right: -101rem !important;
  }
  .mb-md-n101,
  .my-md-n101 {
    margin-bottom: -101rem !important;
  }
  .m-md-n102 {
    margin: -102rem !important;
  }
  .my-md-n102 {
    margin-top: -102rem !important;
  }
  .mr-md-n102 {
    margin-right: -102rem !important;
  }
  .mb-md-n102,
  .my-md-n102 {
    margin-bottom: -102rem !important;
  }
  .m-md-n103 {
    margin: -103rem !important;
  }
  .my-md-n103 {
    margin-top: -103rem !important;
  }
  .mr-md-n103 {
    margin-right: -103rem !important;
  }
  .mb-md-n103,
  .my-md-n103 {
    margin-bottom: -103rem !important;
  }
  .m-md-n104 {
    margin: -104rem !important;
  }
  .my-md-n104 {
    margin-top: -104rem !important;
  }
  .mr-md-n104 {
    margin-right: -104rem !important;
  }
  .mb-md-n104,
  .my-md-n104 {
    margin-bottom: -104rem !important;
  }
  .m-md-n105 {
    margin: -105rem !important;
  }
  .my-md-n105 {
    margin-top: -105rem !important;
  }
  .mr-md-n105 {
    margin-right: -105rem !important;
  }
  .mb-md-n105,
  .my-md-n105 {
    margin-bottom: -105rem !important;
  }
  .m-md-n106 {
    margin: -106rem !important;
  }
  .my-md-n106 {
    margin-top: -106rem !important;
  }
  .mr-md-n106 {
    margin-right: -106rem !important;
  }
  .mb-md-n106,
  .my-md-n106 {
    margin-bottom: -106rem !important;
  }
  .m-md-n107 {
    margin: -107rem !important;
  }
  .my-md-n107 {
    margin-top: -107rem !important;
  }
  .mr-md-n107 {
    margin-right: -107rem !important;
  }
  .mb-md-n107,
  .my-md-n107 {
    margin-bottom: -107rem !important;
  }
  .m-md-n108 {
    margin: -108rem !important;
  }
  .my-md-n108 {
    margin-top: -108rem !important;
  }
  .mr-md-n108 {
    margin-right: -108rem !important;
  }
  .mb-md-n108,
  .my-md-n108 {
    margin-bottom: -108rem !important;
  }
  .m-md-n109 {
    margin: -109rem !important;
  }
  .my-md-n109 {
    margin-top: -109rem !important;
  }
  .mr-md-n109 {
    margin-right: -109rem !important;
  }
  .mb-md-n109,
  .my-md-n109 {
    margin-bottom: -109rem !important;
  }
  .m-md-n110 {
    margin: -110rem !important;
  }
  .my-md-n110 {
    margin-top: -110rem !important;
  }
  .mr-md-n110 {
    margin-right: -110rem !important;
  }
  .mb-md-n110,
  .my-md-n110 {
    margin-bottom: -110rem !important;
  }
  .m-md-n111 {
    margin: -111rem !important;
  }
  .my-md-n111 {
    margin-top: -111rem !important;
  }
  .mr-md-n111 {
    margin-right: -111rem !important;
  }
  .mb-md-n111,
  .my-md-n111 {
    margin-bottom: -111rem !important;
  }
  .m-md-n112 {
    margin: -112rem !important;
  }
  .my-md-n112 {
    margin-top: -112rem !important;
  }
  .mr-md-n112 {
    margin-right: -112rem !important;
  }
  .mb-md-n112,
  .my-md-n112 {
    margin-bottom: -112rem !important;
  }
  .m-md-n113 {
    margin: -113rem !important;
  }
  .my-md-n113 {
    margin-top: -113rem !important;
  }
  .mr-md-n113 {
    margin-right: -113rem !important;
  }
  .mb-md-n113,
  .my-md-n113 {
    margin-bottom: -113rem !important;
  }
  .m-md-n114 {
    margin: -114rem !important;
  }
  .my-md-n114 {
    margin-top: -114rem !important;
  }
  .mr-md-n114 {
    margin-right: -114rem !important;
  }
  .mb-md-n114,
  .my-md-n114 {
    margin-bottom: -114rem !important;
  }
  .m-md-n115 {
    margin: -115rem !important;
  }
  .my-md-n115 {
    margin-top: -115rem !important;
  }
  .mr-md-n115 {
    margin-right: -115rem !important;
  }
  .mb-md-n115,
  .my-md-n115 {
    margin-bottom: -115rem !important;
  }
  .m-md-n116 {
    margin: -116rem !important;
  }
  .my-md-n116 {
    margin-top: -116rem !important;
  }
  .mr-md-n116 {
    margin-right: -116rem !important;
  }
  .mb-md-n116,
  .my-md-n116 {
    margin-bottom: -116rem !important;
  }
  .m-md-n117 {
    margin: -117rem !important;
  }
  .my-md-n117 {
    margin-top: -117rem !important;
  }
  .mr-md-n117 {
    margin-right: -117rem !important;
  }
  .mb-md-n117,
  .my-md-n117 {
    margin-bottom: -117rem !important;
  }
  .m-md-n118 {
    margin: -118rem !important;
  }
  .my-md-n118 {
    margin-top: -118rem !important;
  }
  .mr-md-n118 {
    margin-right: -118rem !important;
  }
  .mb-md-n118,
  .my-md-n118 {
    margin-bottom: -118rem !important;
  }
  .m-md-n119 {
    margin: -119rem !important;
  }
  .my-md-n119 {
    margin-top: -119rem !important;
  }
  .mr-md-n119 {
    margin-right: -119rem !important;
  }
  .mb-md-n119,
  .my-md-n119 {
    margin-bottom: -119rem !important;
  }
  .m-md-n120 {
    margin: -120rem !important;
  }
  .my-md-n120 {
    margin-top: -120rem !important;
  }
  .mr-md-n120 {
    margin-right: -120rem !important;
  }
  .mb-md-n120,
  .my-md-n120 {
    margin-bottom: -120rem !important;
  }
  .m-md-n121 {
    margin: -121rem !important;
  }
  .my-md-n121 {
    margin-top: -121rem !important;
  }
  .mr-md-n121 {
    margin-right: -121rem !important;
  }
  .mb-md-n121,
  .my-md-n121 {
    margin-bottom: -121rem !important;
  }
  .m-md-n122 {
    margin: -122rem !important;
  }
  .my-md-n122 {
    margin-top: -122rem !important;
  }
  .mr-md-n122 {
    margin-right: -122rem !important;
  }
  .mb-md-n122,
  .my-md-n122 {
    margin-bottom: -122rem !important;
  }
  .m-md-n123 {
    margin: -123rem !important;
  }
  .my-md-n123 {
    margin-top: -123rem !important;
  }
  .mr-md-n123 {
    margin-right: -123rem !important;
  }
  .mb-md-n123,
  .my-md-n123 {
    margin-bottom: -123rem !important;
  }
  .m-md-n124 {
    margin: -124rem !important;
  }
  .my-md-n124 {
    margin-top: -124rem !important;
  }
  .mr-md-n124 {
    margin-right: -124rem !important;
  }
  .mb-md-n124,
  .my-md-n124 {
    margin-bottom: -124rem !important;
  }
  .m-md-n125 {
    margin: -125rem !important;
  }
  .my-md-n125 {
    margin-top: -125rem !important;
  }
  .mr-md-n125 {
    margin-right: -125rem !important;
  }
  .mb-md-n125,
  .my-md-n125 {
    margin-bottom: -125rem !important;
  }
  .m-md-n126 {
    margin: -126rem !important;
  }
  .my-md-n126 {
    margin-top: -126rem !important;
  }
  .mr-md-n126 {
    margin-right: -126rem !important;
  }
  .mb-md-n126,
  .my-md-n126 {
    margin-bottom: -126rem !important;
  }
  .m-md-n127 {
    margin: -127rem !important;
  }
  .my-md-n127 {
    margin-top: -127rem !important;
  }
  .mr-md-n127 {
    margin-right: -127rem !important;
  }
  .mb-md-n127,
  .my-md-n127 {
    margin-bottom: -127rem !important;
  }
  .m-md-n128 {
    margin: -128rem !important;
  }
  .my-md-n128 {
    margin-top: -128rem !important;
  }
  .mr-md-n128 {
    margin-right: -128rem !important;
  }
  .mb-md-n128,
  .my-md-n128 {
    margin-bottom: -128rem !important;
  }
  .m-md-n129 {
    margin: -129rem !important;
  }
  .my-md-n129 {
    margin-top: -129rem !important;
  }
  .mr-md-n129 {
    margin-right: -129rem !important;
  }
  .mb-md-n129,
  .my-md-n129 {
    margin-bottom: -129rem !important;
  }
  .m-md-n130 {
    margin: -130rem !important;
  }
  .my-md-n130 {
    margin-top: -130rem !important;
  }
  .mr-md-n130 {
    margin-right: -130rem !important;
  }
  .mb-md-n130,
  .my-md-n130 {
    margin-bottom: -130rem !important;
  }
  .m-md-n131 {
    margin: -131rem !important;
  }
  .my-md-n131 {
    margin-top: -131rem !important;
  }
  .mr-md-n131 {
    margin-right: -131rem !important;
  }
  .mb-md-n131,
  .my-md-n131 {
    margin-bottom: -131rem !important;
  }
  .m-md-n132 {
    margin: -132rem !important;
  }
  .my-md-n132 {
    margin-top: -132rem !important;
  }
  .mr-md-n132 {
    margin-right: -132rem !important;
  }
  .mb-md-n132,
  .my-md-n132 {
    margin-bottom: -132rem !important;
  }
  .m-md-n133 {
    margin: -133rem !important;
  }
  .my-md-n133 {
    margin-top: -133rem !important;
  }
  .mr-md-n133 {
    margin-right: -133rem !important;
  }
  .mb-md-n133,
  .my-md-n133 {
    margin-bottom: -133rem !important;
  }
  .m-md-n134 {
    margin: -134rem !important;
  }
  .my-md-n134 {
    margin-top: -134rem !important;
  }
  .mr-md-n134 {
    margin-right: -134rem !important;
  }
  .mb-md-n134,
  .my-md-n134 {
    margin-bottom: -134rem !important;
  }
  .m-md-n135 {
    margin: -135rem !important;
  }
  .my-md-n135 {
    margin-top: -135rem !important;
  }
  .mr-md-n135 {
    margin-right: -135rem !important;
  }
  .mb-md-n135,
  .my-md-n135 {
    margin-bottom: -135rem !important;
  }
  .m-md-n136 {
    margin: -136rem !important;
  }
  .my-md-n136 {
    margin-top: -136rem !important;
  }
  .mr-md-n136 {
    margin-right: -136rem !important;
  }
  .mb-md-n136,
  .my-md-n136 {
    margin-bottom: -136rem !important;
  }
  .m-md-n137 {
    margin: -137rem !important;
  }
  .my-md-n137 {
    margin-top: -137rem !important;
  }
  .mr-md-n137 {
    margin-right: -137rem !important;
  }
  .mb-md-n137,
  .my-md-n137 {
    margin-bottom: -137rem !important;
  }
  .m-md-n138 {
    margin: -138rem !important;
  }
  .my-md-n138 {
    margin-top: -138rem !important;
  }
  .mr-md-n138 {
    margin-right: -138rem !important;
  }
  .mb-md-n138,
  .my-md-n138 {
    margin-bottom: -138rem !important;
  }
  .m-md-n139 {
    margin: -139rem !important;
  }
  .my-md-n139 {
    margin-top: -139rem !important;
  }
  .mr-md-n139 {
    margin-right: -139rem !important;
  }
  .mb-md-n139,
  .my-md-n139 {
    margin-bottom: -139rem !important;
  }
  .m-md-n140 {
    margin: -140rem !important;
  }
  .my-md-n140 {
    margin-top: -140rem !important;
  }
  .mr-md-n140 {
    margin-right: -140rem !important;
  }
  .mb-md-n140,
  .my-md-n140 {
    margin-bottom: -140rem !important;
  }
  .m-md-n141 {
    margin: -141rem !important;
  }
  .my-md-n141 {
    margin-top: -141rem !important;
  }
  .mr-md-n141 {
    margin-right: -141rem !important;
  }
  .mb-md-n141,
  .my-md-n141 {
    margin-bottom: -141rem !important;
  }
  .m-md-n142 {
    margin: -142rem !important;
  }
  .my-md-n142 {
    margin-top: -142rem !important;
  }
  .mr-md-n142 {
    margin-right: -142rem !important;
  }
  .mb-md-n142,
  .my-md-n142 {
    margin-bottom: -142rem !important;
  }
  .m-md-n143 {
    margin: -143rem !important;
  }
  .my-md-n143 {
    margin-top: -143rem !important;
  }
  .mr-md-n143 {
    margin-right: -143rem !important;
  }
  .mb-md-n143,
  .my-md-n143 {
    margin-bottom: -143rem !important;
  }
  .m-md-n144 {
    margin: -144rem !important;
  }
  .my-md-n144 {
    margin-top: -144rem !important;
  }
  .mr-md-n144 {
    margin-right: -144rem !important;
  }
  .mb-md-n144,
  .my-md-n144 {
    margin-bottom: -144rem !important;
  }
  .m-md-n145 {
    margin: -145rem !important;
  }
  .my-md-n145 {
    margin-top: -145rem !important;
  }
  .mr-md-n145 {
    margin-right: -145rem !important;
  }
  .mb-md-n145,
  .my-md-n145 {
    margin-bottom: -145rem !important;
  }
  .m-md-n146 {
    margin: -146rem !important;
  }
  .my-md-n146 {
    margin-top: -146rem !important;
  }
  .mr-md-n146 {
    margin-right: -146rem !important;
  }
  .mb-md-n146,
  .my-md-n146 {
    margin-bottom: -146rem !important;
  }
  .m-md-n147 {
    margin: -147rem !important;
  }
  .my-md-n147 {
    margin-top: -147rem !important;
  }
  .mr-md-n147 {
    margin-right: -147rem !important;
  }
  .mb-md-n147,
  .my-md-n147 {
    margin-bottom: -147rem !important;
  }
  .m-md-n148 {
    margin: -148rem !important;
  }
  .my-md-n148 {
    margin-top: -148rem !important;
  }
  .mr-md-n148 {
    margin-right: -148rem !important;
  }
  .mb-md-n148,
  .my-md-n148 {
    margin-bottom: -148rem !important;
  }
  .m-md-n149 {
    margin: -149rem !important;
  }
  .my-md-n149 {
    margin-top: -149rem !important;
  }
  .mr-md-n149 {
    margin-right: -149rem !important;
  }
  .mb-md-n149,
  .my-md-n149 {
    margin-bottom: -149rem !important;
  }
  .m-md-n150 {
    margin: -150rem !important;
  }
  .my-md-n150 {
    margin-top: -150rem !important;
  }
  .mr-md-n150 {
    margin-right: -150rem !important;
  }
  .mb-md-n150,
  .my-md-n150 {
    margin-bottom: -150rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .m-lg-11 {
    margin: 11rem !important;
  }
  .my-lg-11 {
    margin-top: 11rem !important;
  }
  .mr-lg-11 {
    margin-right: 11rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 11rem !important;
  }
  .m-lg-12 {
    margin: 12rem !important;
  }
  .my-lg-12 {
    margin-top: 12rem !important;
  }
  .mr-lg-12 {
    margin-right: 12rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12rem !important;
  }
  .m-lg-13 {
    margin: 13rem !important;
  }
  .my-lg-13 {
    margin-top: 13rem !important;
  }
  .mr-lg-13 {
    margin-right: 13rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 13rem !important;
  }
  .m-lg-14 {
    margin: 14rem !important;
  }
  .my-lg-14 {
    margin-top: 14rem !important;
  }
  .mr-lg-14 {
    margin-right: 14rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 14rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .my-lg-15 {
    margin-top: 15rem !important;
  }
  .mr-lg-15 {
    margin-right: 15rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15rem !important;
  }
  .m-lg-16 {
    margin: 16rem !important;
  }
  .my-lg-16 {
    margin-top: 16rem !important;
  }
  .mr-lg-16 {
    margin-right: 16rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 16rem !important;
  }
  .m-lg-17 {
    margin: 17rem !important;
  }
  .my-lg-17 {
    margin-top: 17rem !important;
  }
  .mr-lg-17 {
    margin-right: 17rem !important;
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 17rem !important;
  }
  .m-lg-18 {
    margin: 18rem !important;
  }
  .my-lg-18 {
    margin-top: 18rem !important;
  }
  .mr-lg-18 {
    margin-right: 18rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 18rem !important;
  }
  .m-lg-19 {
    margin: 19rem !important;
  }
  .my-lg-19 {
    margin-top: 19rem !important;
  }
  .mr-lg-19 {
    margin-right: 19rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 19rem !important;
  }
  .m-lg-20 {
    margin: 20rem !important;
  }
  .my-lg-20 {
    margin-top: 20rem !important;
  }
  .mr-lg-20 {
    margin-right: 20rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20rem !important;
  }
  .m-lg-21 {
    margin: 21rem !important;
  }
  .my-lg-21 {
    margin-top: 21rem !important;
  }
  .mr-lg-21 {
    margin-right: 21rem !important;
  }
  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 21rem !important;
  }
  .m-lg-22 {
    margin: 22rem !important;
  }
  .my-lg-22 {
    margin-top: 22rem !important;
  }
  .mr-lg-22 {
    margin-right: 22rem !important;
  }
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 22rem !important;
  }
  .m-lg-23 {
    margin: 23rem !important;
  }
  .my-lg-23 {
    margin-top: 23rem !important;
  }
  .mr-lg-23 {
    margin-right: 23rem !important;
  }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 23rem !important;
  }
  .m-lg-24 {
    margin: 24rem !important;
  }
  .my-lg-24 {
    margin-top: 24rem !important;
  }
  .mr-lg-24 {
    margin-right: 24rem !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 24rem !important;
  }
  .m-lg-25 {
    margin: 25rem !important;
  }
  .my-lg-25 {
    margin-top: 25rem !important;
  }
  .mr-lg-25 {
    margin-right: 25rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25rem !important;
  }
  .m-lg-26 {
    margin: 26rem !important;
  }
  .my-lg-26 {
    margin-top: 26rem !important;
  }
  .mr-lg-26 {
    margin-right: 26rem !important;
  }
  .mb-lg-26,
  .my-lg-26 {
    margin-bottom: 26rem !important;
  }
  .m-lg-27 {
    margin: 27rem !important;
  }
  .my-lg-27 {
    margin-top: 27rem !important;
  }
  .mr-lg-27 {
    margin-right: 27rem !important;
  }
  .mb-lg-27,
  .my-lg-27 {
    margin-bottom: 27rem !important;
  }
  .m-lg-28 {
    margin: 28rem !important;
  }
  .my-lg-28 {
    margin-top: 28rem !important;
  }
  .mr-lg-28 {
    margin-right: 28rem !important;
  }
  .mb-lg-28,
  .my-lg-28 {
    margin-bottom: 28rem !important;
  }
  .m-lg-29 {
    margin: 29rem !important;
  }
  .my-lg-29 {
    margin-top: 29rem !important;
  }
  .mr-lg-29 {
    margin-right: 29rem !important;
  }
  .mb-lg-29,
  .my-lg-29 {
    margin-bottom: 29rem !important;
  }
  .m-lg-30 {
    margin: 30rem !important;
  }
  .my-lg-30 {
    margin-top: 30rem !important;
  }
  .mr-lg-30 {
    margin-right: 30rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30rem !important;
  }
  .m-lg-31 {
    margin: 31rem !important;
  }
  .my-lg-31 {
    margin-top: 31rem !important;
  }
  .mr-lg-31 {
    margin-right: 31rem !important;
  }
  .mb-lg-31,
  .my-lg-31 {
    margin-bottom: 31rem !important;
  }
  .m-lg-32 {
    margin: 32rem !important;
  }
  .my-lg-32 {
    margin-top: 32rem !important;
  }
  .mr-lg-32 {
    margin-right: 32rem !important;
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 32rem !important;
  }
  .m-lg-33 {
    margin: 33rem !important;
  }
  .my-lg-33 {
    margin-top: 33rem !important;
  }
  .mr-lg-33 {
    margin-right: 33rem !important;
  }
  .mb-lg-33,
  .my-lg-33 {
    margin-bottom: 33rem !important;
  }
  .m-lg-34 {
    margin: 34rem !important;
  }
  .my-lg-34 {
    margin-top: 34rem !important;
  }
  .mr-lg-34 {
    margin-right: 34rem !important;
  }
  .mb-lg-34,
  .my-lg-34 {
    margin-bottom: 34rem !important;
  }
  .m-lg-35 {
    margin: 35rem !important;
  }
  .my-lg-35 {
    margin-top: 35rem !important;
  }
  .mr-lg-35 {
    margin-right: 35rem !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 35rem !important;
  }
  .m-lg-36 {
    margin: 36rem !important;
  }
  .my-lg-36 {
    margin-top: 36rem !important;
  }
  .mr-lg-36 {
    margin-right: 36rem !important;
  }
  .mb-lg-36,
  .my-lg-36 {
    margin-bottom: 36rem !important;
  }
  .m-lg-37 {
    margin: 37rem !important;
  }
  .my-lg-37 {
    margin-top: 37rem !important;
  }
  .mr-lg-37 {
    margin-right: 37rem !important;
  }
  .mb-lg-37,
  .my-lg-37 {
    margin-bottom: 37rem !important;
  }
  .m-lg-38 {
    margin: 38rem !important;
  }
  .my-lg-38 {
    margin-top: 38rem !important;
  }
  .mr-lg-38 {
    margin-right: 38rem !important;
  }
  .mb-lg-38,
  .my-lg-38 {
    margin-bottom: 38rem !important;
  }
  .m-lg-39 {
    margin: 39rem !important;
  }
  .my-lg-39 {
    margin-top: 39rem !important;
  }
  .mr-lg-39 {
    margin-right: 39rem !important;
  }
  .mb-lg-39,
  .my-lg-39 {
    margin-bottom: 39rem !important;
  }
  .m-lg-40 {
    margin: 40rem !important;
  }
  .my-lg-40 {
    margin-top: 40rem !important;
  }
  .mr-lg-40 {
    margin-right: 40rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40rem !important;
  }
  .m-lg-41 {
    margin: 41rem !important;
  }
  .my-lg-41 {
    margin-top: 41rem !important;
  }
  .mr-lg-41 {
    margin-right: 41rem !important;
  }
  .mb-lg-41,
  .my-lg-41 {
    margin-bottom: 41rem !important;
  }
  .m-lg-42 {
    margin: 42rem !important;
  }
  .my-lg-42 {
    margin-top: 42rem !important;
  }
  .mr-lg-42 {
    margin-right: 42rem !important;
  }
  .mb-lg-42,
  .my-lg-42 {
    margin-bottom: 42rem !important;
  }
  .m-lg-43 {
    margin: 43rem !important;
  }
  .my-lg-43 {
    margin-top: 43rem !important;
  }
  .mr-lg-43 {
    margin-right: 43rem !important;
  }
  .mb-lg-43,
  .my-lg-43 {
    margin-bottom: 43rem !important;
  }
  .m-lg-44 {
    margin: 44rem !important;
  }
  .my-lg-44 {
    margin-top: 44rem !important;
  }
  .mr-lg-44 {
    margin-right: 44rem !important;
  }
  .mb-lg-44,
  .my-lg-44 {
    margin-bottom: 44rem !important;
  }
  .m-lg-45 {
    margin: 45rem !important;
  }
  .my-lg-45 {
    margin-top: 45rem !important;
  }
  .mr-lg-45 {
    margin-right: 45rem !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45rem !important;
  }
  .m-lg-46 {
    margin: 46rem !important;
  }
  .my-lg-46 {
    margin-top: 46rem !important;
  }
  .mr-lg-46 {
    margin-right: 46rem !important;
  }
  .mb-lg-46,
  .my-lg-46 {
    margin-bottom: 46rem !important;
  }
  .m-lg-47 {
    margin: 47rem !important;
  }
  .my-lg-47 {
    margin-top: 47rem !important;
  }
  .mr-lg-47 {
    margin-right: 47rem !important;
  }
  .mb-lg-47,
  .my-lg-47 {
    margin-bottom: 47rem !important;
  }
  .m-lg-48 {
    margin: 48rem !important;
  }
  .my-lg-48 {
    margin-top: 48rem !important;
  }
  .mr-lg-48 {
    margin-right: 48rem !important;
  }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 48rem !important;
  }
  .m-lg-49 {
    margin: 49rem !important;
  }
  .my-lg-49 {
    margin-top: 49rem !important;
  }
  .mr-lg-49 {
    margin-right: 49rem !important;
  }
  .mb-lg-49,
  .my-lg-49 {
    margin-bottom: 49rem !important;
  }
  .m-lg-50 {
    margin: 50rem !important;
  }
  .my-lg-50 {
    margin-top: 50rem !important;
  }
  .mr-lg-50 {
    margin-right: 50rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50rem !important;
  }
  .m-lg-51 {
    margin: 51rem !important;
  }
  .my-lg-51 {
    margin-top: 51rem !important;
  }
  .mr-lg-51 {
    margin-right: 51rem !important;
  }
  .mb-lg-51,
  .my-lg-51 {
    margin-bottom: 51rem !important;
  }
  .m-lg-52 {
    margin: 52rem !important;
  }
  .my-lg-52 {
    margin-top: 52rem !important;
  }
  .mr-lg-52 {
    margin-right: 52rem !important;
  }
  .mb-lg-52,
  .my-lg-52 {
    margin-bottom: 52rem !important;
  }
  .m-lg-53 {
    margin: 53rem !important;
  }
  .my-lg-53 {
    margin-top: 53rem !important;
  }
  .mr-lg-53 {
    margin-right: 53rem !important;
  }
  .mb-lg-53,
  .my-lg-53 {
    margin-bottom: 53rem !important;
  }
  .m-lg-54 {
    margin: 54rem !important;
  }
  .my-lg-54 {
    margin-top: 54rem !important;
  }
  .mr-lg-54 {
    margin-right: 54rem !important;
  }
  .mb-lg-54,
  .my-lg-54 {
    margin-bottom: 54rem !important;
  }
  .m-lg-55 {
    margin: 55rem !important;
  }
  .my-lg-55 {
    margin-top: 55rem !important;
  }
  .mr-lg-55 {
    margin-right: 55rem !important;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 55rem !important;
  }
  .m-lg-56 {
    margin: 56rem !important;
  }
  .my-lg-56 {
    margin-top: 56rem !important;
  }
  .mr-lg-56 {
    margin-right: 56rem !important;
  }
  .mb-lg-56,
  .my-lg-56 {
    margin-bottom: 56rem !important;
  }
  .m-lg-57 {
    margin: 57rem !important;
  }
  .my-lg-57 {
    margin-top: 57rem !important;
  }
  .mr-lg-57 {
    margin-right: 57rem !important;
  }
  .mb-lg-57,
  .my-lg-57 {
    margin-bottom: 57rem !important;
  }
  .m-lg-58 {
    margin: 58rem !important;
  }
  .my-lg-58 {
    margin-top: 58rem !important;
  }
  .mr-lg-58 {
    margin-right: 58rem !important;
  }
  .mb-lg-58,
  .my-lg-58 {
    margin-bottom: 58rem !important;
  }
  .m-lg-59 {
    margin: 59rem !important;
  }
  .my-lg-59 {
    margin-top: 59rem !important;
  }
  .mr-lg-59 {
    margin-right: 59rem !important;
  }
  .mb-lg-59,
  .my-lg-59 {
    margin-bottom: 59rem !important;
  }
  .m-lg-60 {
    margin: 60rem !important;
  }
  .my-lg-60 {
    margin-top: 60rem !important;
  }
  .mr-lg-60 {
    margin-right: 60rem !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60rem !important;
  }
  .m-lg-61 {
    margin: 61rem !important;
  }
  .my-lg-61 {
    margin-top: 61rem !important;
  }
  .mr-lg-61 {
    margin-right: 61rem !important;
  }
  .mb-lg-61,
  .my-lg-61 {
    margin-bottom: 61rem !important;
  }
  .m-lg-62 {
    margin: 62rem !important;
  }
  .my-lg-62 {
    margin-top: 62rem !important;
  }
  .mr-lg-62 {
    margin-right: 62rem !important;
  }
  .mb-lg-62,
  .my-lg-62 {
    margin-bottom: 62rem !important;
  }
  .m-lg-63 {
    margin: 63rem !important;
  }
  .my-lg-63 {
    margin-top: 63rem !important;
  }
  .mr-lg-63 {
    margin-right: 63rem !important;
  }
  .mb-lg-63,
  .my-lg-63 {
    margin-bottom: 63rem !important;
  }
  .m-lg-64 {
    margin: 64rem !important;
  }
  .my-lg-64 {
    margin-top: 64rem !important;
  }
  .mr-lg-64 {
    margin-right: 64rem !important;
  }
  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 64rem !important;
  }
  .m-lg-65 {
    margin: 65rem !important;
  }
  .my-lg-65 {
    margin-top: 65rem !important;
  }
  .mr-lg-65 {
    margin-right: 65rem !important;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 65rem !important;
  }
  .m-lg-66 {
    margin: 66rem !important;
  }
  .my-lg-66 {
    margin-top: 66rem !important;
  }
  .mr-lg-66 {
    margin-right: 66rem !important;
  }
  .mb-lg-66,
  .my-lg-66 {
    margin-bottom: 66rem !important;
  }
  .m-lg-67 {
    margin: 67rem !important;
  }
  .my-lg-67 {
    margin-top: 67rem !important;
  }
  .mr-lg-67 {
    margin-right: 67rem !important;
  }
  .mb-lg-67,
  .my-lg-67 {
    margin-bottom: 67rem !important;
  }
  .m-lg-68 {
    margin: 68rem !important;
  }
  .my-lg-68 {
    margin-top: 68rem !important;
  }
  .mr-lg-68 {
    margin-right: 68rem !important;
  }
  .mb-lg-68,
  .my-lg-68 {
    margin-bottom: 68rem !important;
  }
  .m-lg-69 {
    margin: 69rem !important;
  }
  .my-lg-69 {
    margin-top: 69rem !important;
  }
  .mr-lg-69 {
    margin-right: 69rem !important;
  }
  .mb-lg-69,
  .my-lg-69 {
    margin-bottom: 69rem !important;
  }
  .m-lg-70 {
    margin: 70rem !important;
  }
  .my-lg-70 {
    margin-top: 70rem !important;
  }
  .mr-lg-70 {
    margin-right: 70rem !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70rem !important;
  }
  .m-lg-71 {
    margin: 71rem !important;
  }
  .my-lg-71 {
    margin-top: 71rem !important;
  }
  .mr-lg-71 {
    margin-right: 71rem !important;
  }
  .mb-lg-71,
  .my-lg-71 {
    margin-bottom: 71rem !important;
  }
  .m-lg-72 {
    margin: 72rem !important;
  }
  .my-lg-72 {
    margin-top: 72rem !important;
  }
  .mr-lg-72 {
    margin-right: 72rem !important;
  }
  .mb-lg-72,
  .my-lg-72 {
    margin-bottom: 72rem !important;
  }
  .m-lg-73 {
    margin: 73rem !important;
  }
  .my-lg-73 {
    margin-top: 73rem !important;
  }
  .mr-lg-73 {
    margin-right: 73rem !important;
  }
  .mb-lg-73,
  .my-lg-73 {
    margin-bottom: 73rem !important;
  }
  .m-lg-74 {
    margin: 74rem !important;
  }
  .my-lg-74 {
    margin-top: 74rem !important;
  }
  .mr-lg-74 {
    margin-right: 74rem !important;
  }
  .mb-lg-74,
  .my-lg-74 {
    margin-bottom: 74rem !important;
  }
  .m-lg-75 {
    margin: 75rem !important;
  }
  .my-lg-75 {
    margin-top: 75rem !important;
  }
  .mr-lg-75 {
    margin-right: 75rem !important;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 75rem !important;
  }
  .m-lg-76 {
    margin: 76rem !important;
  }
  .my-lg-76 {
    margin-top: 76rem !important;
  }
  .mr-lg-76 {
    margin-right: 76rem !important;
  }
  .mb-lg-76,
  .my-lg-76 {
    margin-bottom: 76rem !important;
  }
  .m-lg-77 {
    margin: 77rem !important;
  }
  .my-lg-77 {
    margin-top: 77rem !important;
  }
  .mr-lg-77 {
    margin-right: 77rem !important;
  }
  .mb-lg-77,
  .my-lg-77 {
    margin-bottom: 77rem !important;
  }
  .m-lg-78 {
    margin: 78rem !important;
  }
  .my-lg-78 {
    margin-top: 78rem !important;
  }
  .mr-lg-78 {
    margin-right: 78rem !important;
  }
  .mb-lg-78,
  .my-lg-78 {
    margin-bottom: 78rem !important;
  }
  .m-lg-79 {
    margin: 79rem !important;
  }
  .my-lg-79 {
    margin-top: 79rem !important;
  }
  .mr-lg-79 {
    margin-right: 79rem !important;
  }
  .mb-lg-79,
  .my-lg-79 {
    margin-bottom: 79rem !important;
  }
  .m-lg-80 {
    margin: 80rem !important;
  }
  .my-lg-80 {
    margin-top: 80rem !important;
  }
  .mr-lg-80 {
    margin-right: 80rem !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80rem !important;
  }
  .m-lg-81 {
    margin: 81rem !important;
  }
  .my-lg-81 {
    margin-top: 81rem !important;
  }
  .mr-lg-81 {
    margin-right: 81rem !important;
  }
  .mb-lg-81,
  .my-lg-81 {
    margin-bottom: 81rem !important;
  }
  .m-lg-82 {
    margin: 82rem !important;
  }
  .my-lg-82 {
    margin-top: 82rem !important;
  }
  .mr-lg-82 {
    margin-right: 82rem !important;
  }
  .mb-lg-82,
  .my-lg-82 {
    margin-bottom: 82rem !important;
  }
  .m-lg-83 {
    margin: 83rem !important;
  }
  .my-lg-83 {
    margin-top: 83rem !important;
  }
  .mr-lg-83 {
    margin-right: 83rem !important;
  }
  .mb-lg-83,
  .my-lg-83 {
    margin-bottom: 83rem !important;
  }
  .m-lg-84 {
    margin: 84rem !important;
  }
  .my-lg-84 {
    margin-top: 84rem !important;
  }
  .mr-lg-84 {
    margin-right: 84rem !important;
  }
  .mb-lg-84,
  .my-lg-84 {
    margin-bottom: 84rem !important;
  }
  .m-lg-85 {
    margin: 85rem !important;
  }
  .my-lg-85 {
    margin-top: 85rem !important;
  }
  .mr-lg-85 {
    margin-right: 85rem !important;
  }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 85rem !important;
  }
  .m-lg-86 {
    margin: 86rem !important;
  }
  .my-lg-86 {
    margin-top: 86rem !important;
  }
  .mr-lg-86 {
    margin-right: 86rem !important;
  }
  .mb-lg-86,
  .my-lg-86 {
    margin-bottom: 86rem !important;
  }
  .m-lg-87 {
    margin: 87rem !important;
  }
  .my-lg-87 {
    margin-top: 87rem !important;
  }
  .mr-lg-87 {
    margin-right: 87rem !important;
  }
  .mb-lg-87,
  .my-lg-87 {
    margin-bottom: 87rem !important;
  }
  .m-lg-88 {
    margin: 88rem !important;
  }
  .my-lg-88 {
    margin-top: 88rem !important;
  }
  .mr-lg-88 {
    margin-right: 88rem !important;
  }
  .mb-lg-88,
  .my-lg-88 {
    margin-bottom: 88rem !important;
  }
  .m-lg-89 {
    margin: 89rem !important;
  }
  .my-lg-89 {
    margin-top: 89rem !important;
  }
  .mr-lg-89 {
    margin-right: 89rem !important;
  }
  .mb-lg-89,
  .my-lg-89 {
    margin-bottom: 89rem !important;
  }
  .m-lg-90 {
    margin: 90rem !important;
  }
  .my-lg-90 {
    margin-top: 90rem !important;
  }
  .mr-lg-90 {
    margin-right: 90rem !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90rem !important;
  }
  .m-lg-91 {
    margin: 91rem !important;
  }
  .my-lg-91 {
    margin-top: 91rem !important;
  }
  .mr-lg-91 {
    margin-right: 91rem !important;
  }
  .mb-lg-91,
  .my-lg-91 {
    margin-bottom: 91rem !important;
  }
  .m-lg-92 {
    margin: 92rem !important;
  }
  .my-lg-92 {
    margin-top: 92rem !important;
  }
  .mr-lg-92 {
    margin-right: 92rem !important;
  }
  .mb-lg-92,
  .my-lg-92 {
    margin-bottom: 92rem !important;
  }
  .m-lg-93 {
    margin: 93rem !important;
  }
  .my-lg-93 {
    margin-top: 93rem !important;
  }
  .mr-lg-93 {
    margin-right: 93rem !important;
  }
  .mb-lg-93,
  .my-lg-93 {
    margin-bottom: 93rem !important;
  }
  .m-lg-94 {
    margin: 94rem !important;
  }
  .my-lg-94 {
    margin-top: 94rem !important;
  }
  .mr-lg-94 {
    margin-right: 94rem !important;
  }
  .mb-lg-94,
  .my-lg-94 {
    margin-bottom: 94rem !important;
  }
  .m-lg-95 {
    margin: 95rem !important;
  }
  .my-lg-95 {
    margin-top: 95rem !important;
  }
  .mr-lg-95 {
    margin-right: 95rem !important;
  }
  .mb-lg-95,
  .my-lg-95 {
    margin-bottom: 95rem !important;
  }
  .m-lg-96 {
    margin: 96rem !important;
  }
  .my-lg-96 {
    margin-top: 96rem !important;
  }
  .mr-lg-96 {
    margin-right: 96rem !important;
  }
  .mb-lg-96,
  .my-lg-96 {
    margin-bottom: 96rem !important;
  }
  .m-lg-97 {
    margin: 97rem !important;
  }
  .my-lg-97 {
    margin-top: 97rem !important;
  }
  .mr-lg-97 {
    margin-right: 97rem !important;
  }
  .mb-lg-97,
  .my-lg-97 {
    margin-bottom: 97rem !important;
  }
  .m-lg-98 {
    margin: 98rem !important;
  }
  .my-lg-98 {
    margin-top: 98rem !important;
  }
  .mr-lg-98 {
    margin-right: 98rem !important;
  }
  .mb-lg-98,
  .my-lg-98 {
    margin-bottom: 98rem !important;
  }
  .m-lg-99 {
    margin: 99rem !important;
  }
  .my-lg-99 {
    margin-top: 99rem !important;
  }
  .mr-lg-99 {
    margin-right: 99rem !important;
  }
  .mb-lg-99,
  .my-lg-99 {
    margin-bottom: 99rem !important;
  }
  .m-lg-100 {
    margin: 100rem !important;
  }
  .my-lg-100 {
    margin-top: 100rem !important;
  }
  .mr-lg-100 {
    margin-right: 100rem !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100rem !important;
  }
  .m-lg-101 {
    margin: 101rem !important;
  }
  .my-lg-101 {
    margin-top: 101rem !important;
  }
  .mr-lg-101 {
    margin-right: 101rem !important;
  }
  .mb-lg-101,
  .my-lg-101 {
    margin-bottom: 101rem !important;
  }
  .m-lg-102 {
    margin: 102rem !important;
  }
  .my-lg-102 {
    margin-top: 102rem !important;
  }
  .mr-lg-102 {
    margin-right: 102rem !important;
  }
  .mb-lg-102,
  .my-lg-102 {
    margin-bottom: 102rem !important;
  }
  .m-lg-103 {
    margin: 103rem !important;
  }
  .my-lg-103 {
    margin-top: 103rem !important;
  }
  .mr-lg-103 {
    margin-right: 103rem !important;
  }
  .mb-lg-103,
  .my-lg-103 {
    margin-bottom: 103rem !important;
  }
  .m-lg-104 {
    margin: 104rem !important;
  }
  .my-lg-104 {
    margin-top: 104rem !important;
  }
  .mr-lg-104 {
    margin-right: 104rem !important;
  }
  .mb-lg-104,
  .my-lg-104 {
    margin-bottom: 104rem !important;
  }
  .m-lg-105 {
    margin: 105rem !important;
  }
  .my-lg-105 {
    margin-top: 105rem !important;
  }
  .mr-lg-105 {
    margin-right: 105rem !important;
  }
  .mb-lg-105,
  .my-lg-105 {
    margin-bottom: 105rem !important;
  }
  .m-lg-106 {
    margin: 106rem !important;
  }
  .my-lg-106 {
    margin-top: 106rem !important;
  }
  .mr-lg-106 {
    margin-right: 106rem !important;
  }
  .mb-lg-106,
  .my-lg-106 {
    margin-bottom: 106rem !important;
  }
  .m-lg-107 {
    margin: 107rem !important;
  }
  .my-lg-107 {
    margin-top: 107rem !important;
  }
  .mr-lg-107 {
    margin-right: 107rem !important;
  }
  .mb-lg-107,
  .my-lg-107 {
    margin-bottom: 107rem !important;
  }
  .m-lg-108 {
    margin: 108rem !important;
  }
  .my-lg-108 {
    margin-top: 108rem !important;
  }
  .mr-lg-108 {
    margin-right: 108rem !important;
  }
  .mb-lg-108,
  .my-lg-108 {
    margin-bottom: 108rem !important;
  }
  .m-lg-109 {
    margin: 109rem !important;
  }
  .my-lg-109 {
    margin-top: 109rem !important;
  }
  .mr-lg-109 {
    margin-right: 109rem !important;
  }
  .mb-lg-109,
  .my-lg-109 {
    margin-bottom: 109rem !important;
  }
  .m-lg-110 {
    margin: 110rem !important;
  }
  .my-lg-110 {
    margin-top: 110rem !important;
  }
  .mr-lg-110 {
    margin-right: 110rem !important;
  }
  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 110rem !important;
  }
  .m-lg-111 {
    margin: 111rem !important;
  }
  .my-lg-111 {
    margin-top: 111rem !important;
  }
  .mr-lg-111 {
    margin-right: 111rem !important;
  }
  .mb-lg-111,
  .my-lg-111 {
    margin-bottom: 111rem !important;
  }
  .m-lg-112 {
    margin: 112rem !important;
  }
  .my-lg-112 {
    margin-top: 112rem !important;
  }
  .mr-lg-112 {
    margin-right: 112rem !important;
  }
  .mb-lg-112,
  .my-lg-112 {
    margin-bottom: 112rem !important;
  }
  .m-lg-113 {
    margin: 113rem !important;
  }
  .my-lg-113 {
    margin-top: 113rem !important;
  }
  .mr-lg-113 {
    margin-right: 113rem !important;
  }
  .mb-lg-113,
  .my-lg-113 {
    margin-bottom: 113rem !important;
  }
  .m-lg-114 {
    margin: 114rem !important;
  }
  .my-lg-114 {
    margin-top: 114rem !important;
  }
  .mr-lg-114 {
    margin-right: 114rem !important;
  }
  .mb-lg-114,
  .my-lg-114 {
    margin-bottom: 114rem !important;
  }
  .m-lg-115 {
    margin: 115rem !important;
  }
  .my-lg-115 {
    margin-top: 115rem !important;
  }
  .mr-lg-115 {
    margin-right: 115rem !important;
  }
  .mb-lg-115,
  .my-lg-115 {
    margin-bottom: 115rem !important;
  }
  .m-lg-116 {
    margin: 116rem !important;
  }
  .my-lg-116 {
    margin-top: 116rem !important;
  }
  .mr-lg-116 {
    margin-right: 116rem !important;
  }
  .mb-lg-116,
  .my-lg-116 {
    margin-bottom: 116rem !important;
  }
  .m-lg-117 {
    margin: 117rem !important;
  }
  .my-lg-117 {
    margin-top: 117rem !important;
  }
  .mr-lg-117 {
    margin-right: 117rem !important;
  }
  .mb-lg-117,
  .my-lg-117 {
    margin-bottom: 117rem !important;
  }
  .m-lg-118 {
    margin: 118rem !important;
  }
  .my-lg-118 {
    margin-top: 118rem !important;
  }
  .mr-lg-118 {
    margin-right: 118rem !important;
  }
  .mb-lg-118,
  .my-lg-118 {
    margin-bottom: 118rem !important;
  }
  .m-lg-119 {
    margin: 119rem !important;
  }
  .my-lg-119 {
    margin-top: 119rem !important;
  }
  .mr-lg-119 {
    margin-right: 119rem !important;
  }
  .mb-lg-119,
  .my-lg-119 {
    margin-bottom: 119rem !important;
  }
  .m-lg-120 {
    margin: 120rem !important;
  }
  .my-lg-120 {
    margin-top: 120rem !important;
  }
  .mr-lg-120 {
    margin-right: 120rem !important;
  }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 120rem !important;
  }
  .m-lg-121 {
    margin: 121rem !important;
  }
  .my-lg-121 {
    margin-top: 121rem !important;
  }
  .mr-lg-121 {
    margin-right: 121rem !important;
  }
  .mb-lg-121,
  .my-lg-121 {
    margin-bottom: 121rem !important;
  }
  .m-lg-122 {
    margin: 122rem !important;
  }
  .my-lg-122 {
    margin-top: 122rem !important;
  }
  .mr-lg-122 {
    margin-right: 122rem !important;
  }
  .mb-lg-122,
  .my-lg-122 {
    margin-bottom: 122rem !important;
  }
  .m-lg-123 {
    margin: 123rem !important;
  }
  .my-lg-123 {
    margin-top: 123rem !important;
  }
  .mr-lg-123 {
    margin-right: 123rem !important;
  }
  .mb-lg-123,
  .my-lg-123 {
    margin-bottom: 123rem !important;
  }
  .m-lg-124 {
    margin: 124rem !important;
  }
  .my-lg-124 {
    margin-top: 124rem !important;
  }
  .mr-lg-124 {
    margin-right: 124rem !important;
  }
  .mb-lg-124,
  .my-lg-124 {
    margin-bottom: 124rem !important;
  }
  .m-lg-125 {
    margin: 125rem !important;
  }
  .my-lg-125 {
    margin-top: 125rem !important;
  }
  .mr-lg-125 {
    margin-right: 125rem !important;
  }
  .mb-lg-125,
  .my-lg-125 {
    margin-bottom: 125rem !important;
  }
  .m-lg-126 {
    margin: 126rem !important;
  }
  .my-lg-126 {
    margin-top: 126rem !important;
  }
  .mr-lg-126 {
    margin-right: 126rem !important;
  }
  .mb-lg-126,
  .my-lg-126 {
    margin-bottom: 126rem !important;
  }
  .m-lg-127 {
    margin: 127rem !important;
  }
  .my-lg-127 {
    margin-top: 127rem !important;
  }
  .mr-lg-127 {
    margin-right: 127rem !important;
  }
  .mb-lg-127,
  .my-lg-127 {
    margin-bottom: 127rem !important;
  }
  .m-lg-128 {
    margin: 128rem !important;
  }
  .my-lg-128 {
    margin-top: 128rem !important;
  }
  .mr-lg-128 {
    margin-right: 128rem !important;
  }
  .mb-lg-128,
  .my-lg-128 {
    margin-bottom: 128rem !important;
  }
  .m-lg-129 {
    margin: 129rem !important;
  }
  .my-lg-129 {
    margin-top: 129rem !important;
  }
  .mr-lg-129 {
    margin-right: 129rem !important;
  }
  .mb-lg-129,
  .my-lg-129 {
    margin-bottom: 129rem !important;
  }
  .m-lg-130 {
    margin: 130rem !important;
  }
  .my-lg-130 {
    margin-top: 130rem !important;
  }
  .mr-lg-130 {
    margin-right: 130rem !important;
  }
  .mb-lg-130,
  .my-lg-130 {
    margin-bottom: 130rem !important;
  }
  .m-lg-131 {
    margin: 131rem !important;
  }
  .my-lg-131 {
    margin-top: 131rem !important;
  }
  .mr-lg-131 {
    margin-right: 131rem !important;
  }
  .mb-lg-131,
  .my-lg-131 {
    margin-bottom: 131rem !important;
  }
  .m-lg-132 {
    margin: 132rem !important;
  }
  .my-lg-132 {
    margin-top: 132rem !important;
  }
  .mr-lg-132 {
    margin-right: 132rem !important;
  }
  .mb-lg-132,
  .my-lg-132 {
    margin-bottom: 132rem !important;
  }
  .m-lg-133 {
    margin: 133rem !important;
  }
  .my-lg-133 {
    margin-top: 133rem !important;
  }
  .mr-lg-133 {
    margin-right: 133rem !important;
  }
  .mb-lg-133,
  .my-lg-133 {
    margin-bottom: 133rem !important;
  }
  .m-lg-134 {
    margin: 134rem !important;
  }
  .my-lg-134 {
    margin-top: 134rem !important;
  }
  .mr-lg-134 {
    margin-right: 134rem !important;
  }
  .mb-lg-134,
  .my-lg-134 {
    margin-bottom: 134rem !important;
  }
  .m-lg-135 {
    margin: 135rem !important;
  }
  .my-lg-135 {
    margin-top: 135rem !important;
  }
  .mr-lg-135 {
    margin-right: 135rem !important;
  }
  .mb-lg-135,
  .my-lg-135 {
    margin-bottom: 135rem !important;
  }
  .m-lg-136 {
    margin: 136rem !important;
  }
  .my-lg-136 {
    margin-top: 136rem !important;
  }
  .mr-lg-136 {
    margin-right: 136rem !important;
  }
  .mb-lg-136,
  .my-lg-136 {
    margin-bottom: 136rem !important;
  }
  .m-lg-137 {
    margin: 137rem !important;
  }
  .my-lg-137 {
    margin-top: 137rem !important;
  }
  .mr-lg-137 {
    margin-right: 137rem !important;
  }
  .mb-lg-137,
  .my-lg-137 {
    margin-bottom: 137rem !important;
  }
  .m-lg-138 {
    margin: 138rem !important;
  }
  .my-lg-138 {
    margin-top: 138rem !important;
  }
  .mr-lg-138 {
    margin-right: 138rem !important;
  }
  .mb-lg-138,
  .my-lg-138 {
    margin-bottom: 138rem !important;
  }
  .m-lg-139 {
    margin: 139rem !important;
  }
  .my-lg-139 {
    margin-top: 139rem !important;
  }
  .mr-lg-139 {
    margin-right: 139rem !important;
  }
  .mb-lg-139,
  .my-lg-139 {
    margin-bottom: 139rem !important;
  }
  .m-lg-140 {
    margin: 140rem !important;
  }
  .my-lg-140 {
    margin-top: 140rem !important;
  }
  .mr-lg-140 {
    margin-right: 140rem !important;
  }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 140rem !important;
  }
  .m-lg-141 {
    margin: 141rem !important;
  }
  .my-lg-141 {
    margin-top: 141rem !important;
  }
  .mr-lg-141 {
    margin-right: 141rem !important;
  }
  .mb-lg-141,
  .my-lg-141 {
    margin-bottom: 141rem !important;
  }
  .m-lg-142 {
    margin: 142rem !important;
  }
  .my-lg-142 {
    margin-top: 142rem !important;
  }
  .mr-lg-142 {
    margin-right: 142rem !important;
  }
  .mb-lg-142,
  .my-lg-142 {
    margin-bottom: 142rem !important;
  }
  .m-lg-143 {
    margin: 143rem !important;
  }
  .my-lg-143 {
    margin-top: 143rem !important;
  }
  .mr-lg-143 {
    margin-right: 143rem !important;
  }
  .mb-lg-143,
  .my-lg-143 {
    margin-bottom: 143rem !important;
  }
  .m-lg-144 {
    margin: 144rem !important;
  }
  .my-lg-144 {
    margin-top: 144rem !important;
  }
  .mr-lg-144 {
    margin-right: 144rem !important;
  }
  .mb-lg-144,
  .my-lg-144 {
    margin-bottom: 144rem !important;
  }
  .m-lg-145 {
    margin: 145rem !important;
  }
  .my-lg-145 {
    margin-top: 145rem !important;
  }
  .mr-lg-145 {
    margin-right: 145rem !important;
  }
  .mb-lg-145,
  .my-lg-145 {
    margin-bottom: 145rem !important;
  }
  .m-lg-146 {
    margin: 146rem !important;
  }
  .my-lg-146 {
    margin-top: 146rem !important;
  }
  .mr-lg-146 {
    margin-right: 146rem !important;
  }
  .mb-lg-146,
  .my-lg-146 {
    margin-bottom: 146rem !important;
  }
  .m-lg-147 {
    margin: 147rem !important;
  }
  .my-lg-147 {
    margin-top: 147rem !important;
  }
  .mr-lg-147 {
    margin-right: 147rem !important;
  }
  .mb-lg-147,
  .my-lg-147 {
    margin-bottom: 147rem !important;
  }
  .m-lg-148 {
    margin: 148rem !important;
  }
  .my-lg-148 {
    margin-top: 148rem !important;
  }
  .mr-lg-148 {
    margin-right: 148rem !important;
  }
  .mb-lg-148,
  .my-lg-148 {
    margin-bottom: 148rem !important;
  }
  .m-lg-149 {
    margin: 149rem !important;
  }
  .my-lg-149 {
    margin-top: 149rem !important;
  }
  .mr-lg-149 {
    margin-right: 149rem !important;
  }
  .mb-lg-149,
  .my-lg-149 {
    margin-bottom: 149rem !important;
  }
  .m-lg-150 {
    margin: 150rem !important;
  }
  .my-lg-150 {
    margin-top: 150rem !important;
  }
  .mr-lg-150 {
    margin-right: 150rem !important;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 150rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !important;
  }
  .p-lg-11 {
    padding: 11rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 11rem !important;
  }
  .px-lg-11 {
    padding-right: 11rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 11rem !important;
  }
  .p-lg-12 {
    padding: 12rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12rem !important;
  }
  .px-lg-12 {
    padding-right: 12rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12rem !important;
  }
  .p-lg-13 {
    padding: 13rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 13rem !important;
  }
  .px-lg-13 {
    padding-right: 13rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 13rem !important;
  }
  .p-lg-14 {
    padding: 14rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 14rem !important;
  }
  .px-lg-14 {
    padding-right: 14rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 14rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15rem !important;
  }
  .px-lg-15 {
    padding-right: 15rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15rem !important;
  }
  .p-lg-16 {
    padding: 16rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 16rem !important;
  }
  .px-lg-16 {
    padding-right: 16rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 16rem !important;
  }
  .p-lg-17 {
    padding: 17rem !important;
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 17rem !important;
  }
  .px-lg-17 {
    padding-right: 17rem !important;
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 17rem !important;
  }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 17rem !important;
  }
  .p-lg-18 {
    padding: 18rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 18rem !important;
  }
  .px-lg-18 {
    padding-right: 18rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 18rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 18rem !important;
  }
  .p-lg-19 {
    padding: 19rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 19rem !important;
  }
  .px-lg-19 {
    padding-right: 19rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 19rem !important;
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 19rem !important;
  }
  .p-lg-20 {
    padding: 20rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20rem !important;
  }
  .px-lg-20 {
    padding-right: 20rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20rem !important;
  }
  .p-lg-21 {
    padding: 21rem !important;
  }
  .pt-lg-21,
  .py-lg-21 {
    padding-top: 21rem !important;
  }
  .px-lg-21 {
    padding-right: 21rem !important;
  }
  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 21rem !important;
  }
  .pl-lg-21,
  .px-lg-21 {
    padding-left: 21rem !important;
  }
  .p-lg-22 {
    padding: 22rem !important;
  }
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 22rem !important;
  }
  .px-lg-22 {
    padding-right: 22rem !important;
  }
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 22rem !important;
  }
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 22rem !important;
  }
  .p-lg-23 {
    padding: 23rem !important;
  }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 23rem !important;
  }
  .px-lg-23 {
    padding-right: 23rem !important;
  }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 23rem !important;
  }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 23rem !important;
  }
  .p-lg-24 {
    padding: 24rem !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 24rem !important;
  }
  .px-lg-24 {
    padding-right: 24rem !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 24rem !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 24rem !important;
  }
  .p-lg-25 {
    padding: 25rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25rem !important;
  }
  .px-lg-25 {
    padding-right: 25rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25rem !important;
  }
  .p-lg-26 {
    padding: 26rem !important;
  }
  .pt-lg-26,
  .py-lg-26 {
    padding-top: 26rem !important;
  }
  .px-lg-26 {
    padding-right: 26rem !important;
  }
  .pb-lg-26,
  .py-lg-26 {
    padding-bottom: 26rem !important;
  }
  .pl-lg-26,
  .px-lg-26 {
    padding-left: 26rem !important;
  }
  .p-lg-27 {
    padding: 27rem !important;
  }
  .pt-lg-27,
  .py-lg-27 {
    padding-top: 27rem !important;
  }
  .px-lg-27 {
    padding-right: 27rem !important;
  }
  .pb-lg-27,
  .py-lg-27 {
    padding-bottom: 27rem !important;
  }
  .pl-lg-27,
  .px-lg-27 {
    padding-left: 27rem !important;
  }
  .p-lg-28 {
    padding: 28rem !important;
  }
  .pt-lg-28,
  .py-lg-28 {
    padding-top: 28rem !important;
  }
  .px-lg-28 {
    padding-right: 28rem !important;
  }
  .pb-lg-28,
  .py-lg-28 {
    padding-bottom: 28rem !important;
  }
  .pl-lg-28,
  .px-lg-28 {
    padding-left: 28rem !important;
  }
  .p-lg-29 {
    padding: 29rem !important;
  }
  .pt-lg-29,
  .py-lg-29 {
    padding-top: 29rem !important;
  }
  .px-lg-29 {
    padding-right: 29rem !important;
  }
  .pb-lg-29,
  .py-lg-29 {
    padding-bottom: 29rem !important;
  }
  .pl-lg-29,
  .px-lg-29 {
    padding-left: 29rem !important;
  }
  .p-lg-30 {
    padding: 30rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30rem !important;
  }
  .px-lg-30 {
    padding-right: 30rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30rem !important;
  }
  .p-lg-31 {
    padding: 31rem !important;
  }
  .pt-lg-31,
  .py-lg-31 {
    padding-top: 31rem !important;
  }
  .px-lg-31 {
    padding-right: 31rem !important;
  }
  .pb-lg-31,
  .py-lg-31 {
    padding-bottom: 31rem !important;
  }
  .pl-lg-31,
  .px-lg-31 {
    padding-left: 31rem !important;
  }
  .p-lg-32 {
    padding: 32rem !important;
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 32rem !important;
  }
  .px-lg-32 {
    padding-right: 32rem !important;
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 32rem !important;
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 32rem !important;
  }
  .p-lg-33 {
    padding: 33rem !important;
  }
  .pt-lg-33,
  .py-lg-33 {
    padding-top: 33rem !important;
  }
  .px-lg-33 {
    padding-right: 33rem !important;
  }
  .pb-lg-33,
  .py-lg-33 {
    padding-bottom: 33rem !important;
  }
  .pl-lg-33,
  .px-lg-33 {
    padding-left: 33rem !important;
  }
  .p-lg-34 {
    padding: 34rem !important;
  }
  .pt-lg-34,
  .py-lg-34 {
    padding-top: 34rem !important;
  }
  .px-lg-34 {
    padding-right: 34rem !important;
  }
  .pb-lg-34,
  .py-lg-34 {
    padding-bottom: 34rem !important;
  }
  .pl-lg-34,
  .px-lg-34 {
    padding-left: 34rem !important;
  }
  .p-lg-35 {
    padding: 35rem !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 35rem !important;
  }
  .px-lg-35 {
    padding-right: 35rem !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 35rem !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 35rem !important;
  }
  .p-lg-36 {
    padding: 36rem !important;
  }
  .pt-lg-36,
  .py-lg-36 {
    padding-top: 36rem !important;
  }
  .px-lg-36 {
    padding-right: 36rem !important;
  }
  .pb-lg-36,
  .py-lg-36 {
    padding-bottom: 36rem !important;
  }
  .pl-lg-36,
  .px-lg-36 {
    padding-left: 36rem !important;
  }
  .p-lg-37 {
    padding: 37rem !important;
  }
  .pt-lg-37,
  .py-lg-37 {
    padding-top: 37rem !important;
  }
  .px-lg-37 {
    padding-right: 37rem !important;
  }
  .pb-lg-37,
  .py-lg-37 {
    padding-bottom: 37rem !important;
  }
  .pl-lg-37,
  .px-lg-37 {
    padding-left: 37rem !important;
  }
  .p-lg-38 {
    padding: 38rem !important;
  }
  .pt-lg-38,
  .py-lg-38 {
    padding-top: 38rem !important;
  }
  .px-lg-38 {
    padding-right: 38rem !important;
  }
  .pb-lg-38,
  .py-lg-38 {
    padding-bottom: 38rem !important;
  }
  .pl-lg-38,
  .px-lg-38 {
    padding-left: 38rem !important;
  }
  .p-lg-39 {
    padding: 39rem !important;
  }
  .pt-lg-39,
  .py-lg-39 {
    padding-top: 39rem !important;
  }
  .px-lg-39 {
    padding-right: 39rem !important;
  }
  .pb-lg-39,
  .py-lg-39 {
    padding-bottom: 39rem !important;
  }
  .pl-lg-39,
  .px-lg-39 {
    padding-left: 39rem !important;
  }
  .p-lg-40 {
    padding: 40rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40rem !important;
  }
  .px-lg-40 {
    padding-right: 40rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40rem !important;
  }
  .p-lg-41 {
    padding: 41rem !important;
  }
  .pt-lg-41,
  .py-lg-41 {
    padding-top: 41rem !important;
  }
  .px-lg-41 {
    padding-right: 41rem !important;
  }
  .pb-lg-41,
  .py-lg-41 {
    padding-bottom: 41rem !important;
  }
  .pl-lg-41,
  .px-lg-41 {
    padding-left: 41rem !important;
  }
  .p-lg-42 {
    padding: 42rem !important;
  }
  .pt-lg-42,
  .py-lg-42 {
    padding-top: 42rem !important;
  }
  .px-lg-42 {
    padding-right: 42rem !important;
  }
  .pb-lg-42,
  .py-lg-42 {
    padding-bottom: 42rem !important;
  }
  .pl-lg-42,
  .px-lg-42 {
    padding-left: 42rem !important;
  }
  .p-lg-43 {
    padding: 43rem !important;
  }
  .pt-lg-43,
  .py-lg-43 {
    padding-top: 43rem !important;
  }
  .px-lg-43 {
    padding-right: 43rem !important;
  }
  .pb-lg-43,
  .py-lg-43 {
    padding-bottom: 43rem !important;
  }
  .pl-lg-43,
  .px-lg-43 {
    padding-left: 43rem !important;
  }
  .p-lg-44 {
    padding: 44rem !important;
  }
  .pt-lg-44,
  .py-lg-44 {
    padding-top: 44rem !important;
  }
  .px-lg-44 {
    padding-right: 44rem !important;
  }
  .pb-lg-44,
  .py-lg-44 {
    padding-bottom: 44rem !important;
  }
  .pl-lg-44,
  .px-lg-44 {
    padding-left: 44rem !important;
  }
  .p-lg-45 {
    padding: 45rem !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45rem !important;
  }
  .px-lg-45 {
    padding-right: 45rem !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45rem !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45rem !important;
  }
  .p-lg-46 {
    padding: 46rem !important;
  }
  .pt-lg-46,
  .py-lg-46 {
    padding-top: 46rem !important;
  }
  .px-lg-46 {
    padding-right: 46rem !important;
  }
  .pb-lg-46,
  .py-lg-46 {
    padding-bottom: 46rem !important;
  }
  .pl-lg-46,
  .px-lg-46 {
    padding-left: 46rem !important;
  }
  .p-lg-47 {
    padding: 47rem !important;
  }
  .pt-lg-47,
  .py-lg-47 {
    padding-top: 47rem !important;
  }
  .px-lg-47 {
    padding-right: 47rem !important;
  }
  .pb-lg-47,
  .py-lg-47 {
    padding-bottom: 47rem !important;
  }
  .pl-lg-47,
  .px-lg-47 {
    padding-left: 47rem !important;
  }
  .p-lg-48 {
    padding: 48rem !important;
  }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 48rem !important;
  }
  .px-lg-48 {
    padding-right: 48rem !important;
  }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 48rem !important;
  }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 48rem !important;
  }
  .p-lg-49 {
    padding: 49rem !important;
  }
  .pt-lg-49,
  .py-lg-49 {
    padding-top: 49rem !important;
  }
  .px-lg-49 {
    padding-right: 49rem !important;
  }
  .pb-lg-49,
  .py-lg-49 {
    padding-bottom: 49rem !important;
  }
  .pl-lg-49,
  .px-lg-49 {
    padding-left: 49rem !important;
  }
  .p-lg-50 {
    padding: 50rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50rem !important;
  }
  .px-lg-50 {
    padding-right: 50rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50rem !important;
  }
  .p-lg-51 {
    padding: 51rem !important;
  }
  .pt-lg-51,
  .py-lg-51 {
    padding-top: 51rem !important;
  }
  .px-lg-51 {
    padding-right: 51rem !important;
  }
  .pb-lg-51,
  .py-lg-51 {
    padding-bottom: 51rem !important;
  }
  .pl-lg-51,
  .px-lg-51 {
    padding-left: 51rem !important;
  }
  .p-lg-52 {
    padding: 52rem !important;
  }
  .pt-lg-52,
  .py-lg-52 {
    padding-top: 52rem !important;
  }
  .px-lg-52 {
    padding-right: 52rem !important;
  }
  .pb-lg-52,
  .py-lg-52 {
    padding-bottom: 52rem !important;
  }
  .pl-lg-52,
  .px-lg-52 {
    padding-left: 52rem !important;
  }
  .p-lg-53 {
    padding: 53rem !important;
  }
  .pt-lg-53,
  .py-lg-53 {
    padding-top: 53rem !important;
  }
  .px-lg-53 {
    padding-right: 53rem !important;
  }
  .pb-lg-53,
  .py-lg-53 {
    padding-bottom: 53rem !important;
  }
  .pl-lg-53,
  .px-lg-53 {
    padding-left: 53rem !important;
  }
  .p-lg-54 {
    padding: 54rem !important;
  }
  .pt-lg-54,
  .py-lg-54 {
    padding-top: 54rem !important;
  }
  .px-lg-54 {
    padding-right: 54rem !important;
  }
  .pb-lg-54,
  .py-lg-54 {
    padding-bottom: 54rem !important;
  }
  .pl-lg-54,
  .px-lg-54 {
    padding-left: 54rem !important;
  }
  .p-lg-55 {
    padding: 55rem !important;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 55rem !important;
  }
  .px-lg-55 {
    padding-right: 55rem !important;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 55rem !important;
  }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 55rem !important;
  }
  .p-lg-56 {
    padding: 56rem !important;
  }
  .pt-lg-56,
  .py-lg-56 {
    padding-top: 56rem !important;
  }
  .px-lg-56 {
    padding-right: 56rem !important;
  }
  .pb-lg-56,
  .py-lg-56 {
    padding-bottom: 56rem !important;
  }
  .pl-lg-56,
  .px-lg-56 {
    padding-left: 56rem !important;
  }
  .p-lg-57 {
    padding: 57rem !important;
  }
  .pt-lg-57,
  .py-lg-57 {
    padding-top: 57rem !important;
  }
  .px-lg-57 {
    padding-right: 57rem !important;
  }
  .pb-lg-57,
  .py-lg-57 {
    padding-bottom: 57rem !important;
  }
  .pl-lg-57,
  .px-lg-57 {
    padding-left: 57rem !important;
  }
  .p-lg-58 {
    padding: 58rem !important;
  }
  .pt-lg-58,
  .py-lg-58 {
    padding-top: 58rem !important;
  }
  .px-lg-58 {
    padding-right: 58rem !important;
  }
  .pb-lg-58,
  .py-lg-58 {
    padding-bottom: 58rem !important;
  }
  .pl-lg-58,
  .px-lg-58 {
    padding-left: 58rem !important;
  }
  .p-lg-59 {
    padding: 59rem !important;
  }
  .pt-lg-59,
  .py-lg-59 {
    padding-top: 59rem !important;
  }
  .px-lg-59 {
    padding-right: 59rem !important;
  }
  .pb-lg-59,
  .py-lg-59 {
    padding-bottom: 59rem !important;
  }
  .pl-lg-59,
  .px-lg-59 {
    padding-left: 59rem !important;
  }
  .p-lg-60 {
    padding: 60rem !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60rem !important;
  }
  .px-lg-60 {
    padding-right: 60rem !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60rem !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60rem !important;
  }
  .p-lg-61 {
    padding: 61rem !important;
  }
  .pt-lg-61,
  .py-lg-61 {
    padding-top: 61rem !important;
  }
  .px-lg-61 {
    padding-right: 61rem !important;
  }
  .pb-lg-61,
  .py-lg-61 {
    padding-bottom: 61rem !important;
  }
  .pl-lg-61,
  .px-lg-61 {
    padding-left: 61rem !important;
  }
  .p-lg-62 {
    padding: 62rem !important;
  }
  .pt-lg-62,
  .py-lg-62 {
    padding-top: 62rem !important;
  }
  .px-lg-62 {
    padding-right: 62rem !important;
  }
  .pb-lg-62,
  .py-lg-62 {
    padding-bottom: 62rem !important;
  }
  .pl-lg-62,
  .px-lg-62 {
    padding-left: 62rem !important;
  }
  .p-lg-63 {
    padding: 63rem !important;
  }
  .pt-lg-63,
  .py-lg-63 {
    padding-top: 63rem !important;
  }
  .px-lg-63 {
    padding-right: 63rem !important;
  }
  .pb-lg-63,
  .py-lg-63 {
    padding-bottom: 63rem !important;
  }
  .pl-lg-63,
  .px-lg-63 {
    padding-left: 63rem !important;
  }
  .p-lg-64 {
    padding: 64rem !important;
  }
  .pt-lg-64,
  .py-lg-64 {
    padding-top: 64rem !important;
  }
  .px-lg-64 {
    padding-right: 64rem !important;
  }
  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 64rem !important;
  }
  .pl-lg-64,
  .px-lg-64 {
    padding-left: 64rem !important;
  }
  .p-lg-65 {
    padding: 65rem !important;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 65rem !important;
  }
  .px-lg-65 {
    padding-right: 65rem !important;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 65rem !important;
  }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 65rem !important;
  }
  .p-lg-66 {
    padding: 66rem !important;
  }
  .pt-lg-66,
  .py-lg-66 {
    padding-top: 66rem !important;
  }
  .px-lg-66 {
    padding-right: 66rem !important;
  }
  .pb-lg-66,
  .py-lg-66 {
    padding-bottom: 66rem !important;
  }
  .pl-lg-66,
  .px-lg-66 {
    padding-left: 66rem !important;
  }
  .p-lg-67 {
    padding: 67rem !important;
  }
  .pt-lg-67,
  .py-lg-67 {
    padding-top: 67rem !important;
  }
  .px-lg-67 {
    padding-right: 67rem !important;
  }
  .pb-lg-67,
  .py-lg-67 {
    padding-bottom: 67rem !important;
  }
  .pl-lg-67,
  .px-lg-67 {
    padding-left: 67rem !important;
  }
  .p-lg-68 {
    padding: 68rem !important;
  }
  .pt-lg-68,
  .py-lg-68 {
    padding-top: 68rem !important;
  }
  .px-lg-68 {
    padding-right: 68rem !important;
  }
  .pb-lg-68,
  .py-lg-68 {
    padding-bottom: 68rem !important;
  }
  .pl-lg-68,
  .px-lg-68 {
    padding-left: 68rem !important;
  }
  .p-lg-69 {
    padding: 69rem !important;
  }
  .pt-lg-69,
  .py-lg-69 {
    padding-top: 69rem !important;
  }
  .px-lg-69 {
    padding-right: 69rem !important;
  }
  .pb-lg-69,
  .py-lg-69 {
    padding-bottom: 69rem !important;
  }
  .pl-lg-69,
  .px-lg-69 {
    padding-left: 69rem !important;
  }
  .p-lg-70 {
    padding: 70rem !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70rem !important;
  }
  .px-lg-70 {
    padding-right: 70rem !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70rem !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70rem !important;
  }
  .p-lg-71 {
    padding: 71rem !important;
  }
  .pt-lg-71,
  .py-lg-71 {
    padding-top: 71rem !important;
  }
  .px-lg-71 {
    padding-right: 71rem !important;
  }
  .pb-lg-71,
  .py-lg-71 {
    padding-bottom: 71rem !important;
  }
  .pl-lg-71,
  .px-lg-71 {
    padding-left: 71rem !important;
  }
  .p-lg-72 {
    padding: 72rem !important;
  }
  .pt-lg-72,
  .py-lg-72 {
    padding-top: 72rem !important;
  }
  .px-lg-72 {
    padding-right: 72rem !important;
  }
  .pb-lg-72,
  .py-lg-72 {
    padding-bottom: 72rem !important;
  }
  .pl-lg-72,
  .px-lg-72 {
    padding-left: 72rem !important;
  }
  .p-lg-73 {
    padding: 73rem !important;
  }
  .pt-lg-73,
  .py-lg-73 {
    padding-top: 73rem !important;
  }
  .px-lg-73 {
    padding-right: 73rem !important;
  }
  .pb-lg-73,
  .py-lg-73 {
    padding-bottom: 73rem !important;
  }
  .pl-lg-73,
  .px-lg-73 {
    padding-left: 73rem !important;
  }
  .p-lg-74 {
    padding: 74rem !important;
  }
  .pt-lg-74,
  .py-lg-74 {
    padding-top: 74rem !important;
  }
  .px-lg-74 {
    padding-right: 74rem !important;
  }
  .pb-lg-74,
  .py-lg-74 {
    padding-bottom: 74rem !important;
  }
  .pl-lg-74,
  .px-lg-74 {
    padding-left: 74rem !important;
  }
  .p-lg-75 {
    padding: 75rem !important;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 75rem !important;
  }
  .px-lg-75 {
    padding-right: 75rem !important;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 75rem !important;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 75rem !important;
  }
  .p-lg-76 {
    padding: 76rem !important;
  }
  .pt-lg-76,
  .py-lg-76 {
    padding-top: 76rem !important;
  }
  .px-lg-76 {
    padding-right: 76rem !important;
  }
  .pb-lg-76,
  .py-lg-76 {
    padding-bottom: 76rem !important;
  }
  .pl-lg-76,
  .px-lg-76 {
    padding-left: 76rem !important;
  }
  .p-lg-77 {
    padding: 77rem !important;
  }
  .pt-lg-77,
  .py-lg-77 {
    padding-top: 77rem !important;
  }
  .px-lg-77 {
    padding-right: 77rem !important;
  }
  .pb-lg-77,
  .py-lg-77 {
    padding-bottom: 77rem !important;
  }
  .pl-lg-77,
  .px-lg-77 {
    padding-left: 77rem !important;
  }
  .p-lg-78 {
    padding: 78rem !important;
  }
  .pt-lg-78,
  .py-lg-78 {
    padding-top: 78rem !important;
  }
  .px-lg-78 {
    padding-right: 78rem !important;
  }
  .pb-lg-78,
  .py-lg-78 {
    padding-bottom: 78rem !important;
  }
  .pl-lg-78,
  .px-lg-78 {
    padding-left: 78rem !important;
  }
  .p-lg-79 {
    padding: 79rem !important;
  }
  .pt-lg-79,
  .py-lg-79 {
    padding-top: 79rem !important;
  }
  .px-lg-79 {
    padding-right: 79rem !important;
  }
  .pb-lg-79,
  .py-lg-79 {
    padding-bottom: 79rem !important;
  }
  .pl-lg-79,
  .px-lg-79 {
    padding-left: 79rem !important;
  }
  .p-lg-80 {
    padding: 80rem !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80rem !important;
  }
  .px-lg-80 {
    padding-right: 80rem !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80rem !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80rem !important;
  }
  .p-lg-81 {
    padding: 81rem !important;
  }
  .pt-lg-81,
  .py-lg-81 {
    padding-top: 81rem !important;
  }
  .px-lg-81 {
    padding-right: 81rem !important;
  }
  .pb-lg-81,
  .py-lg-81 {
    padding-bottom: 81rem !important;
  }
  .pl-lg-81,
  .px-lg-81 {
    padding-left: 81rem !important;
  }
  .p-lg-82 {
    padding: 82rem !important;
  }
  .pt-lg-82,
  .py-lg-82 {
    padding-top: 82rem !important;
  }
  .px-lg-82 {
    padding-right: 82rem !important;
  }
  .pb-lg-82,
  .py-lg-82 {
    padding-bottom: 82rem !important;
  }
  .pl-lg-82,
  .px-lg-82 {
    padding-left: 82rem !important;
  }
  .p-lg-83 {
    padding: 83rem !important;
  }
  .pt-lg-83,
  .py-lg-83 {
    padding-top: 83rem !important;
  }
  .px-lg-83 {
    padding-right: 83rem !important;
  }
  .pb-lg-83,
  .py-lg-83 {
    padding-bottom: 83rem !important;
  }
  .pl-lg-83,
  .px-lg-83 {
    padding-left: 83rem !important;
  }
  .p-lg-84 {
    padding: 84rem !important;
  }
  .pt-lg-84,
  .py-lg-84 {
    padding-top: 84rem !important;
  }
  .px-lg-84 {
    padding-right: 84rem !important;
  }
  .pb-lg-84,
  .py-lg-84 {
    padding-bottom: 84rem !important;
  }
  .pl-lg-84,
  .px-lg-84 {
    padding-left: 84rem !important;
  }
  .p-lg-85 {
    padding: 85rem !important;
  }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 85rem !important;
  }
  .px-lg-85 {
    padding-right: 85rem !important;
  }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 85rem !important;
  }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 85rem !important;
  }
  .p-lg-86 {
    padding: 86rem !important;
  }
  .pt-lg-86,
  .py-lg-86 {
    padding-top: 86rem !important;
  }
  .px-lg-86 {
    padding-right: 86rem !important;
  }
  .pb-lg-86,
  .py-lg-86 {
    padding-bottom: 86rem !important;
  }
  .pl-lg-86,
  .px-lg-86 {
    padding-left: 86rem !important;
  }
  .p-lg-87 {
    padding: 87rem !important;
  }
  .pt-lg-87,
  .py-lg-87 {
    padding-top: 87rem !important;
  }
  .px-lg-87 {
    padding-right: 87rem !important;
  }
  .pb-lg-87,
  .py-lg-87 {
    padding-bottom: 87rem !important;
  }
  .pl-lg-87,
  .px-lg-87 {
    padding-left: 87rem !important;
  }
  .p-lg-88 {
    padding: 88rem !important;
  }
  .pt-lg-88,
  .py-lg-88 {
    padding-top: 88rem !important;
  }
  .px-lg-88 {
    padding-right: 88rem !important;
  }
  .pb-lg-88,
  .py-lg-88 {
    padding-bottom: 88rem !important;
  }
  .pl-lg-88,
  .px-lg-88 {
    padding-left: 88rem !important;
  }
  .p-lg-89 {
    padding: 89rem !important;
  }
  .pt-lg-89,
  .py-lg-89 {
    padding-top: 89rem !important;
  }
  .px-lg-89 {
    padding-right: 89rem !important;
  }
  .pb-lg-89,
  .py-lg-89 {
    padding-bottom: 89rem !important;
  }
  .pl-lg-89,
  .px-lg-89 {
    padding-left: 89rem !important;
  }
  .p-lg-90 {
    padding: 90rem !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90rem !important;
  }
  .px-lg-90 {
    padding-right: 90rem !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90rem !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90rem !important;
  }
  .p-lg-91 {
    padding: 91rem !important;
  }
  .pt-lg-91,
  .py-lg-91 {
    padding-top: 91rem !important;
  }
  .px-lg-91 {
    padding-right: 91rem !important;
  }
  .pb-lg-91,
  .py-lg-91 {
    padding-bottom: 91rem !important;
  }
  .pl-lg-91,
  .px-lg-91 {
    padding-left: 91rem !important;
  }
  .p-lg-92 {
    padding: 92rem !important;
  }
  .pt-lg-92,
  .py-lg-92 {
    padding-top: 92rem !important;
  }
  .px-lg-92 {
    padding-right: 92rem !important;
  }
  .pb-lg-92,
  .py-lg-92 {
    padding-bottom: 92rem !important;
  }
  .pl-lg-92,
  .px-lg-92 {
    padding-left: 92rem !important;
  }
  .p-lg-93 {
    padding: 93rem !important;
  }
  .pt-lg-93,
  .py-lg-93 {
    padding-top: 93rem !important;
  }
  .px-lg-93 {
    padding-right: 93rem !important;
  }
  .pb-lg-93,
  .py-lg-93 {
    padding-bottom: 93rem !important;
  }
  .pl-lg-93,
  .px-lg-93 {
    padding-left: 93rem !important;
  }
  .p-lg-94 {
    padding: 94rem !important;
  }
  .pt-lg-94,
  .py-lg-94 {
    padding-top: 94rem !important;
  }
  .px-lg-94 {
    padding-right: 94rem !important;
  }
  .pb-lg-94,
  .py-lg-94 {
    padding-bottom: 94rem !important;
  }
  .pl-lg-94,
  .px-lg-94 {
    padding-left: 94rem !important;
  }
  .p-lg-95 {
    padding: 95rem !important;
  }
  .pt-lg-95,
  .py-lg-95 {
    padding-top: 95rem !important;
  }
  .px-lg-95 {
    padding-right: 95rem !important;
  }
  .pb-lg-95,
  .py-lg-95 {
    padding-bottom: 95rem !important;
  }
  .pl-lg-95,
  .px-lg-95 {
    padding-left: 95rem !important;
  }
  .p-lg-96 {
    padding: 96rem !important;
  }
  .pt-lg-96,
  .py-lg-96 {
    padding-top: 96rem !important;
  }
  .px-lg-96 {
    padding-right: 96rem !important;
  }
  .pb-lg-96,
  .py-lg-96 {
    padding-bottom: 96rem !important;
  }
  .pl-lg-96,
  .px-lg-96 {
    padding-left: 96rem !important;
  }
  .p-lg-97 {
    padding: 97rem !important;
  }
  .pt-lg-97,
  .py-lg-97 {
    padding-top: 97rem !important;
  }
  .px-lg-97 {
    padding-right: 97rem !important;
  }
  .pb-lg-97,
  .py-lg-97 {
    padding-bottom: 97rem !important;
  }
  .pl-lg-97,
  .px-lg-97 {
    padding-left: 97rem !important;
  }
  .p-lg-98 {
    padding: 98rem !important;
  }
  .pt-lg-98,
  .py-lg-98 {
    padding-top: 98rem !important;
  }
  .px-lg-98 {
    padding-right: 98rem !important;
  }
  .pb-lg-98,
  .py-lg-98 {
    padding-bottom: 98rem !important;
  }
  .pl-lg-98,
  .px-lg-98 {
    padding-left: 98rem !important;
  }
  .p-lg-99 {
    padding: 99rem !important;
  }
  .pt-lg-99,
  .py-lg-99 {
    padding-top: 99rem !important;
  }
  .px-lg-99 {
    padding-right: 99rem !important;
  }
  .pb-lg-99,
  .py-lg-99 {
    padding-bottom: 99rem !important;
  }
  .pl-lg-99,
  .px-lg-99 {
    padding-left: 99rem !important;
  }
  .p-lg-100 {
    padding: 100rem !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100rem !important;
  }
  .px-lg-100 {
    padding-right: 100rem !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100rem !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100rem !important;
  }
  .p-lg-101 {
    padding: 101rem !important;
  }
  .pt-lg-101,
  .py-lg-101 {
    padding-top: 101rem !important;
  }
  .px-lg-101 {
    padding-right: 101rem !important;
  }
  .pb-lg-101,
  .py-lg-101 {
    padding-bottom: 101rem !important;
  }
  .pl-lg-101,
  .px-lg-101 {
    padding-left: 101rem !important;
  }
  .p-lg-102 {
    padding: 102rem !important;
  }
  .pt-lg-102,
  .py-lg-102 {
    padding-top: 102rem !important;
  }
  .px-lg-102 {
    padding-right: 102rem !important;
  }
  .pb-lg-102,
  .py-lg-102 {
    padding-bottom: 102rem !important;
  }
  .pl-lg-102,
  .px-lg-102 {
    padding-left: 102rem !important;
  }
  .p-lg-103 {
    padding: 103rem !important;
  }
  .pt-lg-103,
  .py-lg-103 {
    padding-top: 103rem !important;
  }
  .px-lg-103 {
    padding-right: 103rem !important;
  }
  .pb-lg-103,
  .py-lg-103 {
    padding-bottom: 103rem !important;
  }
  .pl-lg-103,
  .px-lg-103 {
    padding-left: 103rem !important;
  }
  .p-lg-104 {
    padding: 104rem !important;
  }
  .pt-lg-104,
  .py-lg-104 {
    padding-top: 104rem !important;
  }
  .px-lg-104 {
    padding-right: 104rem !important;
  }
  .pb-lg-104,
  .py-lg-104 {
    padding-bottom: 104rem !important;
  }
  .pl-lg-104,
  .px-lg-104 {
    padding-left: 104rem !important;
  }
  .p-lg-105 {
    padding: 105rem !important;
  }
  .pt-lg-105,
  .py-lg-105 {
    padding-top: 105rem !important;
  }
  .px-lg-105 {
    padding-right: 105rem !important;
  }
  .pb-lg-105,
  .py-lg-105 {
    padding-bottom: 105rem !important;
  }
  .pl-lg-105,
  .px-lg-105 {
    padding-left: 105rem !important;
  }
  .p-lg-106 {
    padding: 106rem !important;
  }
  .pt-lg-106,
  .py-lg-106 {
    padding-top: 106rem !important;
  }
  .px-lg-106 {
    padding-right: 106rem !important;
  }
  .pb-lg-106,
  .py-lg-106 {
    padding-bottom: 106rem !important;
  }
  .pl-lg-106,
  .px-lg-106 {
    padding-left: 106rem !important;
  }
  .p-lg-107 {
    padding: 107rem !important;
  }
  .pt-lg-107,
  .py-lg-107 {
    padding-top: 107rem !important;
  }
  .px-lg-107 {
    padding-right: 107rem !important;
  }
  .pb-lg-107,
  .py-lg-107 {
    padding-bottom: 107rem !important;
  }
  .pl-lg-107,
  .px-lg-107 {
    padding-left: 107rem !important;
  }
  .p-lg-108 {
    padding: 108rem !important;
  }
  .pt-lg-108,
  .py-lg-108 {
    padding-top: 108rem !important;
  }
  .px-lg-108 {
    padding-right: 108rem !important;
  }
  .pb-lg-108,
  .py-lg-108 {
    padding-bottom: 108rem !important;
  }
  .pl-lg-108,
  .px-lg-108 {
    padding-left: 108rem !important;
  }
  .p-lg-109 {
    padding: 109rem !important;
  }
  .pt-lg-109,
  .py-lg-109 {
    padding-top: 109rem !important;
  }
  .px-lg-109 {
    padding-right: 109rem !important;
  }
  .pb-lg-109,
  .py-lg-109 {
    padding-bottom: 109rem !important;
  }
  .pl-lg-109,
  .px-lg-109 {
    padding-left: 109rem !important;
  }
  .p-lg-110 {
    padding: 110rem !important;
  }
  .pt-lg-110,
  .py-lg-110 {
    padding-top: 110rem !important;
  }
  .px-lg-110 {
    padding-right: 110rem !important;
  }
  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 110rem !important;
  }
  .pl-lg-110,
  .px-lg-110 {
    padding-left: 110rem !important;
  }
  .p-lg-111 {
    padding: 111rem !important;
  }
  .pt-lg-111,
  .py-lg-111 {
    padding-top: 111rem !important;
  }
  .px-lg-111 {
    padding-right: 111rem !important;
  }
  .pb-lg-111,
  .py-lg-111 {
    padding-bottom: 111rem !important;
  }
  .pl-lg-111,
  .px-lg-111 {
    padding-left: 111rem !important;
  }
  .p-lg-112 {
    padding: 112rem !important;
  }
  .pt-lg-112,
  .py-lg-112 {
    padding-top: 112rem !important;
  }
  .px-lg-112 {
    padding-right: 112rem !important;
  }
  .pb-lg-112,
  .py-lg-112 {
    padding-bottom: 112rem !important;
  }
  .pl-lg-112,
  .px-lg-112 {
    padding-left: 112rem !important;
  }
  .p-lg-113 {
    padding: 113rem !important;
  }
  .pt-lg-113,
  .py-lg-113 {
    padding-top: 113rem !important;
  }
  .px-lg-113 {
    padding-right: 113rem !important;
  }
  .pb-lg-113,
  .py-lg-113 {
    padding-bottom: 113rem !important;
  }
  .pl-lg-113,
  .px-lg-113 {
    padding-left: 113rem !important;
  }
  .p-lg-114 {
    padding: 114rem !important;
  }
  .pt-lg-114,
  .py-lg-114 {
    padding-top: 114rem !important;
  }
  .px-lg-114 {
    padding-right: 114rem !important;
  }
  .pb-lg-114,
  .py-lg-114 {
    padding-bottom: 114rem !important;
  }
  .pl-lg-114,
  .px-lg-114 {
    padding-left: 114rem !important;
  }
  .p-lg-115 {
    padding: 115rem !important;
  }
  .pt-lg-115,
  .py-lg-115 {
    padding-top: 115rem !important;
  }
  .px-lg-115 {
    padding-right: 115rem !important;
  }
  .pb-lg-115,
  .py-lg-115 {
    padding-bottom: 115rem !important;
  }
  .pl-lg-115,
  .px-lg-115 {
    padding-left: 115rem !important;
  }
  .p-lg-116 {
    padding: 116rem !important;
  }
  .pt-lg-116,
  .py-lg-116 {
    padding-top: 116rem !important;
  }
  .px-lg-116 {
    padding-right: 116rem !important;
  }
  .pb-lg-116,
  .py-lg-116 {
    padding-bottom: 116rem !important;
  }
  .pl-lg-116,
  .px-lg-116 {
    padding-left: 116rem !important;
  }
  .p-lg-117 {
    padding: 117rem !important;
  }
  .pt-lg-117,
  .py-lg-117 {
    padding-top: 117rem !important;
  }
  .px-lg-117 {
    padding-right: 117rem !important;
  }
  .pb-lg-117,
  .py-lg-117 {
    padding-bottom: 117rem !important;
  }
  .pl-lg-117,
  .px-lg-117 {
    padding-left: 117rem !important;
  }
  .p-lg-118 {
    padding: 118rem !important;
  }
  .pt-lg-118,
  .py-lg-118 {
    padding-top: 118rem !important;
  }
  .px-lg-118 {
    padding-right: 118rem !important;
  }
  .pb-lg-118,
  .py-lg-118 {
    padding-bottom: 118rem !important;
  }
  .pl-lg-118,
  .px-lg-118 {
    padding-left: 118rem !important;
  }
  .p-lg-119 {
    padding: 119rem !important;
  }
  .pt-lg-119,
  .py-lg-119 {
    padding-top: 119rem !important;
  }
  .px-lg-119 {
    padding-right: 119rem !important;
  }
  .pb-lg-119,
  .py-lg-119 {
    padding-bottom: 119rem !important;
  }
  .pl-lg-119,
  .px-lg-119 {
    padding-left: 119rem !important;
  }
  .p-lg-120 {
    padding: 120rem !important;
  }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 120rem !important;
  }
  .px-lg-120 {
    padding-right: 120rem !important;
  }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 120rem !important;
  }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 120rem !important;
  }
  .p-lg-121 {
    padding: 121rem !important;
  }
  .pt-lg-121,
  .py-lg-121 {
    padding-top: 121rem !important;
  }
  .px-lg-121 {
    padding-right: 121rem !important;
  }
  .pb-lg-121,
  .py-lg-121 {
    padding-bottom: 121rem !important;
  }
  .pl-lg-121,
  .px-lg-121 {
    padding-left: 121rem !important;
  }
  .p-lg-122 {
    padding: 122rem !important;
  }
  .pt-lg-122,
  .py-lg-122 {
    padding-top: 122rem !important;
  }
  .px-lg-122 {
    padding-right: 122rem !important;
  }
  .pb-lg-122,
  .py-lg-122 {
    padding-bottom: 122rem !important;
  }
  .pl-lg-122,
  .px-lg-122 {
    padding-left: 122rem !important;
  }
  .p-lg-123 {
    padding: 123rem !important;
  }
  .pt-lg-123,
  .py-lg-123 {
    padding-top: 123rem !important;
  }
  .px-lg-123 {
    padding-right: 123rem !important;
  }
  .pb-lg-123,
  .py-lg-123 {
    padding-bottom: 123rem !important;
  }
  .pl-lg-123,
  .px-lg-123 {
    padding-left: 123rem !important;
  }
  .p-lg-124 {
    padding: 124rem !important;
  }
  .pt-lg-124,
  .py-lg-124 {
    padding-top: 124rem !important;
  }
  .px-lg-124 {
    padding-right: 124rem !important;
  }
  .pb-lg-124,
  .py-lg-124 {
    padding-bottom: 124rem !important;
  }
  .pl-lg-124,
  .px-lg-124 {
    padding-left: 124rem !important;
  }
  .p-lg-125 {
    padding: 125rem !important;
  }
  .pt-lg-125,
  .py-lg-125 {
    padding-top: 125rem !important;
  }
  .px-lg-125 {
    padding-right: 125rem !important;
  }
  .pb-lg-125,
  .py-lg-125 {
    padding-bottom: 125rem !important;
  }
  .pl-lg-125,
  .px-lg-125 {
    padding-left: 125rem !important;
  }
  .p-lg-126 {
    padding: 126rem !important;
  }
  .pt-lg-126,
  .py-lg-126 {
    padding-top: 126rem !important;
  }
  .px-lg-126 {
    padding-right: 126rem !important;
  }
  .pb-lg-126,
  .py-lg-126 {
    padding-bottom: 126rem !important;
  }
  .pl-lg-126,
  .px-lg-126 {
    padding-left: 126rem !important;
  }
  .p-lg-127 {
    padding: 127rem !important;
  }
  .pt-lg-127,
  .py-lg-127 {
    padding-top: 127rem !important;
  }
  .px-lg-127 {
    padding-right: 127rem !important;
  }
  .pb-lg-127,
  .py-lg-127 {
    padding-bottom: 127rem !important;
  }
  .pl-lg-127,
  .px-lg-127 {
    padding-left: 127rem !important;
  }
  .p-lg-128 {
    padding: 128rem !important;
  }
  .pt-lg-128,
  .py-lg-128 {
    padding-top: 128rem !important;
  }
  .px-lg-128 {
    padding-right: 128rem !important;
  }
  .pb-lg-128,
  .py-lg-128 {
    padding-bottom: 128rem !important;
  }
  .pl-lg-128,
  .px-lg-128 {
    padding-left: 128rem !important;
  }
  .p-lg-129 {
    padding: 129rem !important;
  }
  .pt-lg-129,
  .py-lg-129 {
    padding-top: 129rem !important;
  }
  .px-lg-129 {
    padding-right: 129rem !important;
  }
  .pb-lg-129,
  .py-lg-129 {
    padding-bottom: 129rem !important;
  }
  .pl-lg-129,
  .px-lg-129 {
    padding-left: 129rem !important;
  }
  .p-lg-130 {
    padding: 130rem !important;
  }
  .pt-lg-130,
  .py-lg-130 {
    padding-top: 130rem !important;
  }
  .px-lg-130 {
    padding-right: 130rem !important;
  }
  .pb-lg-130,
  .py-lg-130 {
    padding-bottom: 130rem !important;
  }
  .pl-lg-130,
  .px-lg-130 {
    padding-left: 130rem !important;
  }
  .p-lg-131 {
    padding: 131rem !important;
  }
  .pt-lg-131,
  .py-lg-131 {
    padding-top: 131rem !important;
  }
  .px-lg-131 {
    padding-right: 131rem !important;
  }
  .pb-lg-131,
  .py-lg-131 {
    padding-bottom: 131rem !important;
  }
  .pl-lg-131,
  .px-lg-131 {
    padding-left: 131rem !important;
  }
  .p-lg-132 {
    padding: 132rem !important;
  }
  .pt-lg-132,
  .py-lg-132 {
    padding-top: 132rem !important;
  }
  .px-lg-132 {
    padding-right: 132rem !important;
  }
  .pb-lg-132,
  .py-lg-132 {
    padding-bottom: 132rem !important;
  }
  .pl-lg-132,
  .px-lg-132 {
    padding-left: 132rem !important;
  }
  .p-lg-133 {
    padding: 133rem !important;
  }
  .pt-lg-133,
  .py-lg-133 {
    padding-top: 133rem !important;
  }
  .px-lg-133 {
    padding-right: 133rem !important;
  }
  .pb-lg-133,
  .py-lg-133 {
    padding-bottom: 133rem !important;
  }
  .pl-lg-133,
  .px-lg-133 {
    padding-left: 133rem !important;
  }
  .p-lg-134 {
    padding: 134rem !important;
  }
  .pt-lg-134,
  .py-lg-134 {
    padding-top: 134rem !important;
  }
  .px-lg-134 {
    padding-right: 134rem !important;
  }
  .pb-lg-134,
  .py-lg-134 {
    padding-bottom: 134rem !important;
  }
  .pl-lg-134,
  .px-lg-134 {
    padding-left: 134rem !important;
  }
  .p-lg-135 {
    padding: 135rem !important;
  }
  .pt-lg-135,
  .py-lg-135 {
    padding-top: 135rem !important;
  }
  .px-lg-135 {
    padding-right: 135rem !important;
  }
  .pb-lg-135,
  .py-lg-135 {
    padding-bottom: 135rem !important;
  }
  .pl-lg-135,
  .px-lg-135 {
    padding-left: 135rem !important;
  }
  .p-lg-136 {
    padding: 136rem !important;
  }
  .pt-lg-136,
  .py-lg-136 {
    padding-top: 136rem !important;
  }
  .px-lg-136 {
    padding-right: 136rem !important;
  }
  .pb-lg-136,
  .py-lg-136 {
    padding-bottom: 136rem !important;
  }
  .pl-lg-136,
  .px-lg-136 {
    padding-left: 136rem !important;
  }
  .p-lg-137 {
    padding: 137rem !important;
  }
  .pt-lg-137,
  .py-lg-137 {
    padding-top: 137rem !important;
  }
  .px-lg-137 {
    padding-right: 137rem !important;
  }
  .pb-lg-137,
  .py-lg-137 {
    padding-bottom: 137rem !important;
  }
  .pl-lg-137,
  .px-lg-137 {
    padding-left: 137rem !important;
  }
  .p-lg-138 {
    padding: 138rem !important;
  }
  .pt-lg-138,
  .py-lg-138 {
    padding-top: 138rem !important;
  }
  .px-lg-138 {
    padding-right: 138rem !important;
  }
  .pb-lg-138,
  .py-lg-138 {
    padding-bottom: 138rem !important;
  }
  .pl-lg-138,
  .px-lg-138 {
    padding-left: 138rem !important;
  }
  .p-lg-139 {
    padding: 139rem !important;
  }
  .pt-lg-139,
  .py-lg-139 {
    padding-top: 139rem !important;
  }
  .px-lg-139 {
    padding-right: 139rem !important;
  }
  .pb-lg-139,
  .py-lg-139 {
    padding-bottom: 139rem !important;
  }
  .pl-lg-139,
  .px-lg-139 {
    padding-left: 139rem !important;
  }
  .p-lg-140 {
    padding: 140rem !important;
  }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 140rem !important;
  }
  .px-lg-140 {
    padding-right: 140rem !important;
  }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 140rem !important;
  }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 140rem !important;
  }
  .p-lg-141 {
    padding: 141rem !important;
  }
  .pt-lg-141,
  .py-lg-141 {
    padding-top: 141rem !important;
  }
  .px-lg-141 {
    padding-right: 141rem !important;
  }
  .pb-lg-141,
  .py-lg-141 {
    padding-bottom: 141rem !important;
  }
  .pl-lg-141,
  .px-lg-141 {
    padding-left: 141rem !important;
  }
  .p-lg-142 {
    padding: 142rem !important;
  }
  .pt-lg-142,
  .py-lg-142 {
    padding-top: 142rem !important;
  }
  .px-lg-142 {
    padding-right: 142rem !important;
  }
  .pb-lg-142,
  .py-lg-142 {
    padding-bottom: 142rem !important;
  }
  .pl-lg-142,
  .px-lg-142 {
    padding-left: 142rem !important;
  }
  .p-lg-143 {
    padding: 143rem !important;
  }
  .pt-lg-143,
  .py-lg-143 {
    padding-top: 143rem !important;
  }
  .px-lg-143 {
    padding-right: 143rem !important;
  }
  .pb-lg-143,
  .py-lg-143 {
    padding-bottom: 143rem !important;
  }
  .pl-lg-143,
  .px-lg-143 {
    padding-left: 143rem !important;
  }
  .p-lg-144 {
    padding: 144rem !important;
  }
  .pt-lg-144,
  .py-lg-144 {
    padding-top: 144rem !important;
  }
  .px-lg-144 {
    padding-right: 144rem !important;
  }
  .pb-lg-144,
  .py-lg-144 {
    padding-bottom: 144rem !important;
  }
  .pl-lg-144,
  .px-lg-144 {
    padding-left: 144rem !important;
  }
  .p-lg-145 {
    padding: 145rem !important;
  }
  .pt-lg-145,
  .py-lg-145 {
    padding-top: 145rem !important;
  }
  .px-lg-145 {
    padding-right: 145rem !important;
  }
  .pb-lg-145,
  .py-lg-145 {
    padding-bottom: 145rem !important;
  }
  .pl-lg-145,
  .px-lg-145 {
    padding-left: 145rem !important;
  }
  .p-lg-146 {
    padding: 146rem !important;
  }
  .pt-lg-146,
  .py-lg-146 {
    padding-top: 146rem !important;
  }
  .px-lg-146 {
    padding-right: 146rem !important;
  }
  .pb-lg-146,
  .py-lg-146 {
    padding-bottom: 146rem !important;
  }
  .pl-lg-146,
  .px-lg-146 {
    padding-left: 146rem !important;
  }
  .p-lg-147 {
    padding: 147rem !important;
  }
  .pt-lg-147,
  .py-lg-147 {
    padding-top: 147rem !important;
  }
  .px-lg-147 {
    padding-right: 147rem !important;
  }
  .pb-lg-147,
  .py-lg-147 {
    padding-bottom: 147rem !important;
  }
  .pl-lg-147,
  .px-lg-147 {
    padding-left: 147rem !important;
  }
  .p-lg-148 {
    padding: 148rem !important;
  }
  .pt-lg-148,
  .py-lg-148 {
    padding-top: 148rem !important;
  }
  .px-lg-148 {
    padding-right: 148rem !important;
  }
  .pb-lg-148,
  .py-lg-148 {
    padding-bottom: 148rem !important;
  }
  .pl-lg-148,
  .px-lg-148 {
    padding-left: 148rem !important;
  }
  .p-lg-149 {
    padding: 149rem !important;
  }
  .pt-lg-149,
  .py-lg-149 {
    padding-top: 149rem !important;
  }
  .px-lg-149 {
    padding-right: 149rem !important;
  }
  .pb-lg-149,
  .py-lg-149 {
    padding-bottom: 149rem !important;
  }
  .pl-lg-149,
  .px-lg-149 {
    padding-left: 149rem !important;
  }
  .p-lg-150 {
    padding: 150rem !important;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 150rem !important;
  }
  .px-lg-150 {
    padding-right: 150rem !important;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 150rem !important;
  }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 150rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  .mr-lg-n4 {
    margin-right: -4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .my-lg-n5 {
    margin-top: -5rem !important;
  }
  .mr-lg-n5 {
    margin-right: -5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .my-lg-n7 {
    margin-top: -7rem !important;
  }
  .mr-lg-n7 {
    margin-right: -7rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .my-lg-n10 {
    margin-top: -10rem !important;
  }
  .mr-lg-n10 {
    margin-right: -10rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .m-lg-n11 {
    margin: -11rem !important;
  }
  .my-lg-n11 {
    margin-top: -11rem !important;
  }
  .mr-lg-n11 {
    margin-right: -11rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -11rem !important;
  }
  .m-lg-n12 {
    margin: -12rem !important;
  }
  .my-lg-n12 {
    margin-top: -12rem !important;
  }
  .mr-lg-n12 {
    margin-right: -12rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12rem !important;
  }
  .m-lg-n13 {
    margin: -13rem !important;
  }
  .my-lg-n13 {
    margin-top: -13rem !important;
  }
  .mr-lg-n13 {
    margin-right: -13rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -13rem !important;
  }
  .m-lg-n14 {
    margin: -14rem !important;
  }
  .my-lg-n14 {
    margin-top: -14rem !important;
  }
  .mr-lg-n14 {
    margin-right: -14rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -14rem !important;
  }
  .m-lg-n15 {
    margin: -15rem !important;
  }
  .my-lg-n15 {
    margin-top: -15rem !important;
  }
  .mr-lg-n15 {
    margin-right: -15rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15rem !important;
  }
  .m-lg-n16 {
    margin: -16rem !important;
  }
  .my-lg-n16 {
    margin-top: -16rem !important;
  }
  .mr-lg-n16 {
    margin-right: -16rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -16rem !important;
  }
  .m-lg-n17 {
    margin: -17rem !important;
  }
  .my-lg-n17 {
    margin-top: -17rem !important;
  }
  .mr-lg-n17 {
    margin-right: -17rem !important;
  }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -17rem !important;
  }
  .m-lg-n18 {
    margin: -18rem !important;
  }
  .my-lg-n18 {
    margin-top: -18rem !important;
  }
  .mr-lg-n18 {
    margin-right: -18rem !important;
  }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -18rem !important;
  }
  .m-lg-n19 {
    margin: -19rem !important;
  }
  .my-lg-n19 {
    margin-top: -19rem !important;
  }
  .mr-lg-n19 {
    margin-right: -19rem !important;
  }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -19rem !important;
  }
  .m-lg-n20 {
    margin: -20rem !important;
  }
  .my-lg-n20 {
    margin-top: -20rem !important;
  }
  .mr-lg-n20 {
    margin-right: -20rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20rem !important;
  }
  .m-lg-n21 {
    margin: -21rem !important;
  }
  .my-lg-n21 {
    margin-top: -21rem !important;
  }
  .mr-lg-n21 {
    margin-right: -21rem !important;
  }
  .mb-lg-n21,
  .my-lg-n21 {
    margin-bottom: -21rem !important;
  }
  .m-lg-n22 {
    margin: -22rem !important;
  }
  .my-lg-n22 {
    margin-top: -22rem !important;
  }
  .mr-lg-n22 {
    margin-right: -22rem !important;
  }
  .mb-lg-n22,
  .my-lg-n22 {
    margin-bottom: -22rem !important;
  }
  .m-lg-n23 {
    margin: -23rem !important;
  }
  .my-lg-n23 {
    margin-top: -23rem !important;
  }
  .mr-lg-n23 {
    margin-right: -23rem !important;
  }
  .mb-lg-n23,
  .my-lg-n23 {
    margin-bottom: -23rem !important;
  }
  .m-lg-n24 {
    margin: -24rem !important;
  }
  .my-lg-n24 {
    margin-top: -24rem !important;
  }
  .mr-lg-n24 {
    margin-right: -24rem !important;
  }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -24rem !important;
  }
  .m-lg-n25 {
    margin: -25rem !important;
  }
  .my-lg-n25 {
    margin-top: -25rem !important;
  }
  .mr-lg-n25 {
    margin-right: -25rem !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -25rem !important;
  }
  .m-lg-n26 {
    margin: -26rem !important;
  }
  .my-lg-n26 {
    margin-top: -26rem !important;
  }
  .mr-lg-n26 {
    margin-right: -26rem !important;
  }
  .mb-lg-n26,
  .my-lg-n26 {
    margin-bottom: -26rem !important;
  }
  .m-lg-n27 {
    margin: -27rem !important;
  }
  .my-lg-n27 {
    margin-top: -27rem !important;
  }
  .mr-lg-n27 {
    margin-right: -27rem !important;
  }
  .mb-lg-n27,
  .my-lg-n27 {
    margin-bottom: -27rem !important;
  }
  .m-lg-n28 {
    margin: -28rem !important;
  }
  .my-lg-n28 {
    margin-top: -28rem !important;
  }
  .mr-lg-n28 {
    margin-right: -28rem !important;
  }
  .mb-lg-n28,
  .my-lg-n28 {
    margin-bottom: -28rem !important;
  }
  .m-lg-n29 {
    margin: -29rem !important;
  }
  .my-lg-n29 {
    margin-top: -29rem !important;
  }
  .mr-lg-n29 {
    margin-right: -29rem !important;
  }
  .mb-lg-n29,
  .my-lg-n29 {
    margin-bottom: -29rem !important;
  }
  .m-lg-n30 {
    margin: -30rem !important;
  }
  .my-lg-n30 {
    margin-top: -30rem !important;
  }
  .mr-lg-n30 {
    margin-right: -30rem !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30rem !important;
  }
  .m-lg-n31 {
    margin: -31rem !important;
  }
  .my-lg-n31 {
    margin-top: -31rem !important;
  }
  .mr-lg-n31 {
    margin-right: -31rem !important;
  }
  .mb-lg-n31,
  .my-lg-n31 {
    margin-bottom: -31rem !important;
  }
  .m-lg-n32 {
    margin: -32rem !important;
  }
  .my-lg-n32 {
    margin-top: -32rem !important;
  }
  .mr-lg-n32 {
    margin-right: -32rem !important;
  }
  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -32rem !important;
  }
  .m-lg-n33 {
    margin: -33rem !important;
  }
  .my-lg-n33 {
    margin-top: -33rem !important;
  }
  .mr-lg-n33 {
    margin-right: -33rem !important;
  }
  .mb-lg-n33,
  .my-lg-n33 {
    margin-bottom: -33rem !important;
  }
  .m-lg-n34 {
    margin: -34rem !important;
  }
  .my-lg-n34 {
    margin-top: -34rem !important;
  }
  .mr-lg-n34 {
    margin-right: -34rem !important;
  }
  .mb-lg-n34,
  .my-lg-n34 {
    margin-bottom: -34rem !important;
  }
  .m-lg-n35 {
    margin: -35rem !important;
  }
  .my-lg-n35 {
    margin-top: -35rem !important;
  }
  .mr-lg-n35 {
    margin-right: -35rem !important;
  }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -35rem !important;
  }
  .m-lg-n36 {
    margin: -36rem !important;
  }
  .my-lg-n36 {
    margin-top: -36rem !important;
  }
  .mr-lg-n36 {
    margin-right: -36rem !important;
  }
  .mb-lg-n36,
  .my-lg-n36 {
    margin-bottom: -36rem !important;
  }
  .m-lg-n37 {
    margin: -37rem !important;
  }
  .my-lg-n37 {
    margin-top: -37rem !important;
  }
  .mr-lg-n37 {
    margin-right: -37rem !important;
  }
  .mb-lg-n37,
  .my-lg-n37 {
    margin-bottom: -37rem !important;
  }
  .m-lg-n38 {
    margin: -38rem !important;
  }
  .my-lg-n38 {
    margin-top: -38rem !important;
  }
  .mr-lg-n38 {
    margin-right: -38rem !important;
  }
  .mb-lg-n38,
  .my-lg-n38 {
    margin-bottom: -38rem !important;
  }
  .m-lg-n39 {
    margin: -39rem !important;
  }
  .my-lg-n39 {
    margin-top: -39rem !important;
  }
  .mr-lg-n39 {
    margin-right: -39rem !important;
  }
  .mb-lg-n39,
  .my-lg-n39 {
    margin-bottom: -39rem !important;
  }
  .m-lg-n40 {
    margin: -40rem !important;
  }
  .my-lg-n40 {
    margin-top: -40rem !important;
  }
  .mr-lg-n40 {
    margin-right: -40rem !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40rem !important;
  }
  .m-lg-n41 {
    margin: -41rem !important;
  }
  .my-lg-n41 {
    margin-top: -41rem !important;
  }
  .mr-lg-n41 {
    margin-right: -41rem !important;
  }
  .mb-lg-n41,
  .my-lg-n41 {
    margin-bottom: -41rem !important;
  }
  .m-lg-n42 {
    margin: -42rem !important;
  }
  .my-lg-n42 {
    margin-top: -42rem !important;
  }
  .mr-lg-n42 {
    margin-right: -42rem !important;
  }
  .mb-lg-n42,
  .my-lg-n42 {
    margin-bottom: -42rem !important;
  }
  .m-lg-n43 {
    margin: -43rem !important;
  }
  .my-lg-n43 {
    margin-top: -43rem !important;
  }
  .mr-lg-n43 {
    margin-right: -43rem !important;
  }
  .mb-lg-n43,
  .my-lg-n43 {
    margin-bottom: -43rem !important;
  }
  .m-lg-n44 {
    margin: -44rem !important;
  }
  .my-lg-n44 {
    margin-top: -44rem !important;
  }
  .mr-lg-n44 {
    margin-right: -44rem !important;
  }
  .mb-lg-n44,
  .my-lg-n44 {
    margin-bottom: -44rem !important;
  }
  .m-lg-n45 {
    margin: -45rem !important;
  }
  .my-lg-n45 {
    margin-top: -45rem !important;
  }
  .mr-lg-n45 {
    margin-right: -45rem !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -45rem !important;
  }
  .m-lg-n46 {
    margin: -46rem !important;
  }
  .my-lg-n46 {
    margin-top: -46rem !important;
  }
  .mr-lg-n46 {
    margin-right: -46rem !important;
  }
  .mb-lg-n46,
  .my-lg-n46 {
    margin-bottom: -46rem !important;
  }
  .m-lg-n47 {
    margin: -47rem !important;
  }
  .my-lg-n47 {
    margin-top: -47rem !important;
  }
  .mr-lg-n47 {
    margin-right: -47rem !important;
  }
  .mb-lg-n47,
  .my-lg-n47 {
    margin-bottom: -47rem !important;
  }
  .m-lg-n48 {
    margin: -48rem !important;
  }
  .my-lg-n48 {
    margin-top: -48rem !important;
  }
  .mr-lg-n48 {
    margin-right: -48rem !important;
  }
  .mb-lg-n48,
  .my-lg-n48 {
    margin-bottom: -48rem !important;
  }
  .m-lg-n49 {
    margin: -49rem !important;
  }
  .my-lg-n49 {
    margin-top: -49rem !important;
  }
  .mr-lg-n49 {
    margin-right: -49rem !important;
  }
  .mb-lg-n49,
  .my-lg-n49 {
    margin-bottom: -49rem !important;
  }
  .m-lg-n50 {
    margin: -50rem !important;
  }
  .my-lg-n50 {
    margin-top: -50rem !important;
  }
  .mr-lg-n50 {
    margin-right: -50rem !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -50rem !important;
  }
  .m-lg-n51 {
    margin: -51rem !important;
  }
  .my-lg-n51 {
    margin-top: -51rem !important;
  }
  .mr-lg-n51 {
    margin-right: -51rem !important;
  }
  .mb-lg-n51,
  .my-lg-n51 {
    margin-bottom: -51rem !important;
  }
  .m-lg-n52 {
    margin: -52rem !important;
  }
  .my-lg-n52 {
    margin-top: -52rem !important;
  }
  .mr-lg-n52 {
    margin-right: -52rem !important;
  }
  .mb-lg-n52,
  .my-lg-n52 {
    margin-bottom: -52rem !important;
  }
  .m-lg-n53 {
    margin: -53rem !important;
  }
  .my-lg-n53 {
    margin-top: -53rem !important;
  }
  .mr-lg-n53 {
    margin-right: -53rem !important;
  }
  .mb-lg-n53,
  .my-lg-n53 {
    margin-bottom: -53rem !important;
  }
  .m-lg-n54 {
    margin: -54rem !important;
  }
  .my-lg-n54 {
    margin-top: -54rem !important;
  }
  .mr-lg-n54 {
    margin-right: -54rem !important;
  }
  .mb-lg-n54,
  .my-lg-n54 {
    margin-bottom: -54rem !important;
  }
  .m-lg-n55 {
    margin: -55rem !important;
  }
  .my-lg-n55 {
    margin-top: -55rem !important;
  }
  .mr-lg-n55 {
    margin-right: -55rem !important;
  }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -55rem !important;
  }
  .m-lg-n56 {
    margin: -56rem !important;
  }
  .my-lg-n56 {
    margin-top: -56rem !important;
  }
  .mr-lg-n56 {
    margin-right: -56rem !important;
  }
  .mb-lg-n56,
  .my-lg-n56 {
    margin-bottom: -56rem !important;
  }
  .m-lg-n57 {
    margin: -57rem !important;
  }
  .my-lg-n57 {
    margin-top: -57rem !important;
  }
  .mr-lg-n57 {
    margin-right: -57rem !important;
  }
  .mb-lg-n57,
  .my-lg-n57 {
    margin-bottom: -57rem !important;
  }
  .m-lg-n58 {
    margin: -58rem !important;
  }
  .my-lg-n58 {
    margin-top: -58rem !important;
  }
  .mr-lg-n58 {
    margin-right: -58rem !important;
  }
  .mb-lg-n58,
  .my-lg-n58 {
    margin-bottom: -58rem !important;
  }
  .m-lg-n59 {
    margin: -59rem !important;
  }
  .my-lg-n59 {
    margin-top: -59rem !important;
  }
  .mr-lg-n59 {
    margin-right: -59rem !important;
  }
  .mb-lg-n59,
  .my-lg-n59 {
    margin-bottom: -59rem !important;
  }
  .m-lg-n60 {
    margin: -60rem !important;
  }
  .my-lg-n60 {
    margin-top: -60rem !important;
  }
  .mr-lg-n60 {
    margin-right: -60rem !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -60rem !important;
  }
  .m-lg-n61 {
    margin: -61rem !important;
  }
  .my-lg-n61 {
    margin-top: -61rem !important;
  }
  .mr-lg-n61 {
    margin-right: -61rem !important;
  }
  .mb-lg-n61,
  .my-lg-n61 {
    margin-bottom: -61rem !important;
  }
  .m-lg-n62 {
    margin: -62rem !important;
  }
  .my-lg-n62 {
    margin-top: -62rem !important;
  }
  .mr-lg-n62 {
    margin-right: -62rem !important;
  }
  .mb-lg-n62,
  .my-lg-n62 {
    margin-bottom: -62rem !important;
  }
  .m-lg-n63 {
    margin: -63rem !important;
  }
  .my-lg-n63 {
    margin-top: -63rem !important;
  }
  .mr-lg-n63 {
    margin-right: -63rem !important;
  }
  .mb-lg-n63,
  .my-lg-n63 {
    margin-bottom: -63rem !important;
  }
  .m-lg-n64 {
    margin: -64rem !important;
  }
  .my-lg-n64 {
    margin-top: -64rem !important;
  }
  .mr-lg-n64 {
    margin-right: -64rem !important;
  }
  .mb-lg-n64,
  .my-lg-n64 {
    margin-bottom: -64rem !important;
  }
  .m-lg-n65 {
    margin: -65rem !important;
  }
  .my-lg-n65 {
    margin-top: -65rem !important;
  }
  .mr-lg-n65 {
    margin-right: -65rem !important;
  }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -65rem !important;
  }
  .m-lg-n66 {
    margin: -66rem !important;
  }
  .my-lg-n66 {
    margin-top: -66rem !important;
  }
  .mr-lg-n66 {
    margin-right: -66rem !important;
  }
  .mb-lg-n66,
  .my-lg-n66 {
    margin-bottom: -66rem !important;
  }
  .m-lg-n67 {
    margin: -67rem !important;
  }
  .my-lg-n67 {
    margin-top: -67rem !important;
  }
  .mr-lg-n67 {
    margin-right: -67rem !important;
  }
  .mb-lg-n67,
  .my-lg-n67 {
    margin-bottom: -67rem !important;
  }
  .m-lg-n68 {
    margin: -68rem !important;
  }
  .my-lg-n68 {
    margin-top: -68rem !important;
  }
  .mr-lg-n68 {
    margin-right: -68rem !important;
  }
  .mb-lg-n68,
  .my-lg-n68 {
    margin-bottom: -68rem !important;
  }
  .m-lg-n69 {
    margin: -69rem !important;
  }
  .my-lg-n69 {
    margin-top: -69rem !important;
  }
  .mr-lg-n69 {
    margin-right: -69rem !important;
  }
  .mb-lg-n69,
  .my-lg-n69 {
    margin-bottom: -69rem !important;
  }
  .m-lg-n70 {
    margin: -70rem !important;
  }
  .my-lg-n70 {
    margin-top: -70rem !important;
  }
  .mr-lg-n70 {
    margin-right: -70rem !important;
  }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -70rem !important;
  }
  .m-lg-n71 {
    margin: -71rem !important;
  }
  .my-lg-n71 {
    margin-top: -71rem !important;
  }
  .mr-lg-n71 {
    margin-right: -71rem !important;
  }
  .mb-lg-n71,
  .my-lg-n71 {
    margin-bottom: -71rem !important;
  }
  .m-lg-n72 {
    margin: -72rem !important;
  }
  .my-lg-n72 {
    margin-top: -72rem !important;
  }
  .mr-lg-n72 {
    margin-right: -72rem !important;
  }
  .mb-lg-n72,
  .my-lg-n72 {
    margin-bottom: -72rem !important;
  }
  .m-lg-n73 {
    margin: -73rem !important;
  }
  .my-lg-n73 {
    margin-top: -73rem !important;
  }
  .mr-lg-n73 {
    margin-right: -73rem !important;
  }
  .mb-lg-n73,
  .my-lg-n73 {
    margin-bottom: -73rem !important;
  }
  .m-lg-n74 {
    margin: -74rem !important;
  }
  .my-lg-n74 {
    margin-top: -74rem !important;
  }
  .mr-lg-n74 {
    margin-right: -74rem !important;
  }
  .mb-lg-n74,
  .my-lg-n74 {
    margin-bottom: -74rem !important;
  }
  .m-lg-n75 {
    margin: -75rem !important;
  }
  .my-lg-n75 {
    margin-top: -75rem !important;
  }
  .mr-lg-n75 {
    margin-right: -75rem !important;
  }
  .mb-lg-n75,
  .my-lg-n75 {
    margin-bottom: -75rem !important;
  }
  .m-lg-n76 {
    margin: -76rem !important;
  }
  .my-lg-n76 {
    margin-top: -76rem !important;
  }
  .mr-lg-n76 {
    margin-right: -76rem !important;
  }
  .mb-lg-n76,
  .my-lg-n76 {
    margin-bottom: -76rem !important;
  }
  .m-lg-n77 {
    margin: -77rem !important;
  }
  .my-lg-n77 {
    margin-top: -77rem !important;
  }
  .mr-lg-n77 {
    margin-right: -77rem !important;
  }
  .mb-lg-n77,
  .my-lg-n77 {
    margin-bottom: -77rem !important;
  }
  .m-lg-n78 {
    margin: -78rem !important;
  }
  .my-lg-n78 {
    margin-top: -78rem !important;
  }
  .mr-lg-n78 {
    margin-right: -78rem !important;
  }
  .mb-lg-n78,
  .my-lg-n78 {
    margin-bottom: -78rem !important;
  }
  .m-lg-n79 {
    margin: -79rem !important;
  }
  .my-lg-n79 {
    margin-top: -79rem !important;
  }
  .mr-lg-n79 {
    margin-right: -79rem !important;
  }
  .mb-lg-n79,
  .my-lg-n79 {
    margin-bottom: -79rem !important;
  }
  .m-lg-n80 {
    margin: -80rem !important;
  }
  .my-lg-n80 {
    margin-top: -80rem !important;
  }
  .mr-lg-n80 {
    margin-right: -80rem !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80rem !important;
  }
  .m-lg-n81 {
    margin: -81rem !important;
  }
  .my-lg-n81 {
    margin-top: -81rem !important;
  }
  .mr-lg-n81 {
    margin-right: -81rem !important;
  }
  .mb-lg-n81,
  .my-lg-n81 {
    margin-bottom: -81rem !important;
  }
  .m-lg-n82 {
    margin: -82rem !important;
  }
  .my-lg-n82 {
    margin-top: -82rem !important;
  }
  .mr-lg-n82 {
    margin-right: -82rem !important;
  }
  .mb-lg-n82,
  .my-lg-n82 {
    margin-bottom: -82rem !important;
  }
  .m-lg-n83 {
    margin: -83rem !important;
  }
  .my-lg-n83 {
    margin-top: -83rem !important;
  }
  .mr-lg-n83 {
    margin-right: -83rem !important;
  }
  .mb-lg-n83,
  .my-lg-n83 {
    margin-bottom: -83rem !important;
  }
  .m-lg-n84 {
    margin: -84rem !important;
  }
  .my-lg-n84 {
    margin-top: -84rem !important;
  }
  .mr-lg-n84 {
    margin-right: -84rem !important;
  }
  .mb-lg-n84,
  .my-lg-n84 {
    margin-bottom: -84rem !important;
  }
  .m-lg-n85 {
    margin: -85rem !important;
  }
  .my-lg-n85 {
    margin-top: -85rem !important;
  }
  .mr-lg-n85 {
    margin-right: -85rem !important;
  }
  .mb-lg-n85,
  .my-lg-n85 {
    margin-bottom: -85rem !important;
  }
  .m-lg-n86 {
    margin: -86rem !important;
  }
  .my-lg-n86 {
    margin-top: -86rem !important;
  }
  .mr-lg-n86 {
    margin-right: -86rem !important;
  }
  .mb-lg-n86,
  .my-lg-n86 {
    margin-bottom: -86rem !important;
  }
  .m-lg-n87 {
    margin: -87rem !important;
  }
  .my-lg-n87 {
    margin-top: -87rem !important;
  }
  .mr-lg-n87 {
    margin-right: -87rem !important;
  }
  .mb-lg-n87,
  .my-lg-n87 {
    margin-bottom: -87rem !important;
  }
  .m-lg-n88 {
    margin: -88rem !important;
  }
  .my-lg-n88 {
    margin-top: -88rem !important;
  }
  .mr-lg-n88 {
    margin-right: -88rem !important;
  }
  .mb-lg-n88,
  .my-lg-n88 {
    margin-bottom: -88rem !important;
  }
  .m-lg-n89 {
    margin: -89rem !important;
  }
  .my-lg-n89 {
    margin-top: -89rem !important;
  }
  .mr-lg-n89 {
    margin-right: -89rem !important;
  }
  .mb-lg-n89,
  .my-lg-n89 {
    margin-bottom: -89rem !important;
  }
  .m-lg-n90 {
    margin: -90rem !important;
  }
  .my-lg-n90 {
    margin-top: -90rem !important;
  }
  .mr-lg-n90 {
    margin-right: -90rem !important;
  }
  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -90rem !important;
  }
  .m-lg-n91 {
    margin: -91rem !important;
  }
  .my-lg-n91 {
    margin-top: -91rem !important;
  }
  .mr-lg-n91 {
    margin-right: -91rem !important;
  }
  .mb-lg-n91,
  .my-lg-n91 {
    margin-bottom: -91rem !important;
  }
  .m-lg-n92 {
    margin: -92rem !important;
  }
  .my-lg-n92 {
    margin-top: -92rem !important;
  }
  .mr-lg-n92 {
    margin-right: -92rem !important;
  }
  .mb-lg-n92,
  .my-lg-n92 {
    margin-bottom: -92rem !important;
  }
  .m-lg-n93 {
    margin: -93rem !important;
  }
  .my-lg-n93 {
    margin-top: -93rem !important;
  }
  .mr-lg-n93 {
    margin-right: -93rem !important;
  }
  .mb-lg-n93,
  .my-lg-n93 {
    margin-bottom: -93rem !important;
  }
  .m-lg-n94 {
    margin: -94rem !important;
  }
  .my-lg-n94 {
    margin-top: -94rem !important;
  }
  .mr-lg-n94 {
    margin-right: -94rem !important;
  }
  .mb-lg-n94,
  .my-lg-n94 {
    margin-bottom: -94rem !important;
  }
  .m-lg-n95 {
    margin: -95rem !important;
  }
  .my-lg-n95 {
    margin-top: -95rem !important;
  }
  .mr-lg-n95 {
    margin-right: -95rem !important;
  }
  .mb-lg-n95,
  .my-lg-n95 {
    margin-bottom: -95rem !important;
  }
  .m-lg-n96 {
    margin: -96rem !important;
  }
  .my-lg-n96 {
    margin-top: -96rem !important;
  }
  .mr-lg-n96 {
    margin-right: -96rem !important;
  }
  .mb-lg-n96,
  .my-lg-n96 {
    margin-bottom: -96rem !important;
  }
  .m-lg-n97 {
    margin: -97rem !important;
  }
  .my-lg-n97 {
    margin-top: -97rem !important;
  }
  .mr-lg-n97 {
    margin-right: -97rem !important;
  }
  .mb-lg-n97,
  .my-lg-n97 {
    margin-bottom: -97rem !important;
  }
  .m-lg-n98 {
    margin: -98rem !important;
  }
  .my-lg-n98 {
    margin-top: -98rem !important;
  }
  .mr-lg-n98 {
    margin-right: -98rem !important;
  }
  .mb-lg-n98,
  .my-lg-n98 {
    margin-bottom: -98rem !important;
  }
  .m-lg-n99 {
    margin: -99rem !important;
  }
  .my-lg-n99 {
    margin-top: -99rem !important;
  }
  .mr-lg-n99 {
    margin-right: -99rem !important;
  }
  .mb-lg-n99,
  .my-lg-n99 {
    margin-bottom: -99rem !important;
  }
  .m-lg-n100 {
    margin: -100rem !important;
  }
  .my-lg-n100 {
    margin-top: -100rem !important;
  }
  .mr-lg-n100 {
    margin-right: -100rem !important;
  }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -100rem !important;
  }
  .m-lg-n101 {
    margin: -101rem !important;
  }
  .my-lg-n101 {
    margin-top: -101rem !important;
  }
  .mr-lg-n101 {
    margin-right: -101rem !important;
  }
  .mb-lg-n101,
  .my-lg-n101 {
    margin-bottom: -101rem !important;
  }
  .m-lg-n102 {
    margin: -102rem !important;
  }
  .my-lg-n102 {
    margin-top: -102rem !important;
  }
  .mr-lg-n102 {
    margin-right: -102rem !important;
  }
  .mb-lg-n102,
  .my-lg-n102 {
    margin-bottom: -102rem !important;
  }
  .m-lg-n103 {
    margin: -103rem !important;
  }
  .my-lg-n103 {
    margin-top: -103rem !important;
  }
  .mr-lg-n103 {
    margin-right: -103rem !important;
  }
  .mb-lg-n103,
  .my-lg-n103 {
    margin-bottom: -103rem !important;
  }
  .m-lg-n104 {
    margin: -104rem !important;
  }
  .my-lg-n104 {
    margin-top: -104rem !important;
  }
  .mr-lg-n104 {
    margin-right: -104rem !important;
  }
  .mb-lg-n104,
  .my-lg-n104 {
    margin-bottom: -104rem !important;
  }
  .m-lg-n105 {
    margin: -105rem !important;
  }
  .my-lg-n105 {
    margin-top: -105rem !important;
  }
  .mr-lg-n105 {
    margin-right: -105rem !important;
  }
  .mb-lg-n105,
  .my-lg-n105 {
    margin-bottom: -105rem !important;
  }
  .m-lg-n106 {
    margin: -106rem !important;
  }
  .my-lg-n106 {
    margin-top: -106rem !important;
  }
  .mr-lg-n106 {
    margin-right: -106rem !important;
  }
  .mb-lg-n106,
  .my-lg-n106 {
    margin-bottom: -106rem !important;
  }
  .m-lg-n107 {
    margin: -107rem !important;
  }
  .my-lg-n107 {
    margin-top: -107rem !important;
  }
  .mr-lg-n107 {
    margin-right: -107rem !important;
  }
  .mb-lg-n107,
  .my-lg-n107 {
    margin-bottom: -107rem !important;
  }
  .m-lg-n108 {
    margin: -108rem !important;
  }
  .my-lg-n108 {
    margin-top: -108rem !important;
  }
  .mr-lg-n108 {
    margin-right: -108rem !important;
  }
  .mb-lg-n108,
  .my-lg-n108 {
    margin-bottom: -108rem !important;
  }
  .m-lg-n109 {
    margin: -109rem !important;
  }
  .my-lg-n109 {
    margin-top: -109rem !important;
  }
  .mr-lg-n109 {
    margin-right: -109rem !important;
  }
  .mb-lg-n109,
  .my-lg-n109 {
    margin-bottom: -109rem !important;
  }
  .m-lg-n110 {
    margin: -110rem !important;
  }
  .my-lg-n110 {
    margin-top: -110rem !important;
  }
  .mr-lg-n110 {
    margin-right: -110rem !important;
  }
  .mb-lg-n110,
  .my-lg-n110 {
    margin-bottom: -110rem !important;
  }
  .m-lg-n111 {
    margin: -111rem !important;
  }
  .my-lg-n111 {
    margin-top: -111rem !important;
  }
  .mr-lg-n111 {
    margin-right: -111rem !important;
  }
  .mb-lg-n111,
  .my-lg-n111 {
    margin-bottom: -111rem !important;
  }
  .m-lg-n112 {
    margin: -112rem !important;
  }
  .my-lg-n112 {
    margin-top: -112rem !important;
  }
  .mr-lg-n112 {
    margin-right: -112rem !important;
  }
  .mb-lg-n112,
  .my-lg-n112 {
    margin-bottom: -112rem !important;
  }
  .m-lg-n113 {
    margin: -113rem !important;
  }
  .my-lg-n113 {
    margin-top: -113rem !important;
  }
  .mr-lg-n113 {
    margin-right: -113rem !important;
  }
  .mb-lg-n113,
  .my-lg-n113 {
    margin-bottom: -113rem !important;
  }
  .m-lg-n114 {
    margin: -114rem !important;
  }
  .my-lg-n114 {
    margin-top: -114rem !important;
  }
  .mr-lg-n114 {
    margin-right: -114rem !important;
  }
  .mb-lg-n114,
  .my-lg-n114 {
    margin-bottom: -114rem !important;
  }
  .m-lg-n115 {
    margin: -115rem !important;
  }
  .my-lg-n115 {
    margin-top: -115rem !important;
  }
  .mr-lg-n115 {
    margin-right: -115rem !important;
  }
  .mb-lg-n115,
  .my-lg-n115 {
    margin-bottom: -115rem !important;
  }
  .m-lg-n116 {
    margin: -116rem !important;
  }
  .my-lg-n116 {
    margin-top: -116rem !important;
  }
  .mr-lg-n116 {
    margin-right: -116rem !important;
  }
  .mb-lg-n116,
  .my-lg-n116 {
    margin-bottom: -116rem !important;
  }
  .m-lg-n117 {
    margin: -117rem !important;
  }
  .my-lg-n117 {
    margin-top: -117rem !important;
  }
  .mr-lg-n117 {
    margin-right: -117rem !important;
  }
  .mb-lg-n117,
  .my-lg-n117 {
    margin-bottom: -117rem !important;
  }
  .m-lg-n118 {
    margin: -118rem !important;
  }
  .my-lg-n118 {
    margin-top: -118rem !important;
  }
  .mr-lg-n118 {
    margin-right: -118rem !important;
  }
  .mb-lg-n118,
  .my-lg-n118 {
    margin-bottom: -118rem !important;
  }
  .m-lg-n119 {
    margin: -119rem !important;
  }
  .my-lg-n119 {
    margin-top: -119rem !important;
  }
  .mr-lg-n119 {
    margin-right: -119rem !important;
  }
  .mb-lg-n119,
  .my-lg-n119 {
    margin-bottom: -119rem !important;
  }
  .m-lg-n120 {
    margin: -120rem !important;
  }
  .my-lg-n120 {
    margin-top: -120rem !important;
  }
  .mr-lg-n120 {
    margin-right: -120rem !important;
  }
  .mb-lg-n120,
  .my-lg-n120 {
    margin-bottom: -120rem !important;
  }
  .m-lg-n121 {
    margin: -121rem !important;
  }
  .my-lg-n121 {
    margin-top: -121rem !important;
  }
  .mr-lg-n121 {
    margin-right: -121rem !important;
  }
  .mb-lg-n121,
  .my-lg-n121 {
    margin-bottom: -121rem !important;
  }
  .m-lg-n122 {
    margin: -122rem !important;
  }
  .my-lg-n122 {
    margin-top: -122rem !important;
  }
  .mr-lg-n122 {
    margin-right: -122rem !important;
  }
  .mb-lg-n122,
  .my-lg-n122 {
    margin-bottom: -122rem !important;
  }
  .m-lg-n123 {
    margin: -123rem !important;
  }
  .my-lg-n123 {
    margin-top: -123rem !important;
  }
  .mr-lg-n123 {
    margin-right: -123rem !important;
  }
  .mb-lg-n123,
  .my-lg-n123 {
    margin-bottom: -123rem !important;
  }
  .m-lg-n124 {
    margin: -124rem !important;
  }
  .my-lg-n124 {
    margin-top: -124rem !important;
  }
  .mr-lg-n124 {
    margin-right: -124rem !important;
  }
  .mb-lg-n124,
  .my-lg-n124 {
    margin-bottom: -124rem !important;
  }
  .m-lg-n125 {
    margin: -125rem !important;
  }
  .my-lg-n125 {
    margin-top: -125rem !important;
  }
  .mr-lg-n125 {
    margin-right: -125rem !important;
  }
  .mb-lg-n125,
  .my-lg-n125 {
    margin-bottom: -125rem !important;
  }
  .m-lg-n126 {
    margin: -126rem !important;
  }
  .my-lg-n126 {
    margin-top: -126rem !important;
  }
  .mr-lg-n126 {
    margin-right: -126rem !important;
  }
  .mb-lg-n126,
  .my-lg-n126 {
    margin-bottom: -126rem !important;
  }
  .m-lg-n127 {
    margin: -127rem !important;
  }
  .my-lg-n127 {
    margin-top: -127rem !important;
  }
  .mr-lg-n127 {
    margin-right: -127rem !important;
  }
  .mb-lg-n127,
  .my-lg-n127 {
    margin-bottom: -127rem !important;
  }
  .m-lg-n128 {
    margin: -128rem !important;
  }
  .my-lg-n128 {
    margin-top: -128rem !important;
  }
  .mr-lg-n128 {
    margin-right: -128rem !important;
  }
  .mb-lg-n128,
  .my-lg-n128 {
    margin-bottom: -128rem !important;
  }
  .m-lg-n129 {
    margin: -129rem !important;
  }
  .my-lg-n129 {
    margin-top: -129rem !important;
  }
  .mr-lg-n129 {
    margin-right: -129rem !important;
  }
  .mb-lg-n129,
  .my-lg-n129 {
    margin-bottom: -129rem !important;
  }
  .m-lg-n130 {
    margin: -130rem !important;
  }
  .my-lg-n130 {
    margin-top: -130rem !important;
  }
  .mr-lg-n130 {
    margin-right: -130rem !important;
  }
  .mb-lg-n130,
  .my-lg-n130 {
    margin-bottom: -130rem !important;
  }
  .m-lg-n131 {
    margin: -131rem !important;
  }
  .my-lg-n131 {
    margin-top: -131rem !important;
  }
  .mr-lg-n131 {
    margin-right: -131rem !important;
  }
  .mb-lg-n131,
  .my-lg-n131 {
    margin-bottom: -131rem !important;
  }
  .m-lg-n132 {
    margin: -132rem !important;
  }
  .my-lg-n132 {
    margin-top: -132rem !important;
  }
  .mr-lg-n132 {
    margin-right: -132rem !important;
  }
  .mb-lg-n132,
  .my-lg-n132 {
    margin-bottom: -132rem !important;
  }
  .m-lg-n133 {
    margin: -133rem !important;
  }
  .my-lg-n133 {
    margin-top: -133rem !important;
  }
  .mr-lg-n133 {
    margin-right: -133rem !important;
  }
  .mb-lg-n133,
  .my-lg-n133 {
    margin-bottom: -133rem !important;
  }
  .m-lg-n134 {
    margin: -134rem !important;
  }
  .my-lg-n134 {
    margin-top: -134rem !important;
  }
  .mr-lg-n134 {
    margin-right: -134rem !important;
  }
  .mb-lg-n134,
  .my-lg-n134 {
    margin-bottom: -134rem !important;
  }
  .m-lg-n135 {
    margin: -135rem !important;
  }
  .my-lg-n135 {
    margin-top: -135rem !important;
  }
  .mr-lg-n135 {
    margin-right: -135rem !important;
  }
  .mb-lg-n135,
  .my-lg-n135 {
    margin-bottom: -135rem !important;
  }
  .m-lg-n136 {
    margin: -136rem !important;
  }
  .my-lg-n136 {
    margin-top: -136rem !important;
  }
  .mr-lg-n136 {
    margin-right: -136rem !important;
  }
  .mb-lg-n136,
  .my-lg-n136 {
    margin-bottom: -136rem !important;
  }
  .m-lg-n137 {
    margin: -137rem !important;
  }
  .my-lg-n137 {
    margin-top: -137rem !important;
  }
  .mr-lg-n137 {
    margin-right: -137rem !important;
  }
  .mb-lg-n137,
  .my-lg-n137 {
    margin-bottom: -137rem !important;
  }
  .m-lg-n138 {
    margin: -138rem !important;
  }
  .my-lg-n138 {
    margin-top: -138rem !important;
  }
  .mr-lg-n138 {
    margin-right: -138rem !important;
  }
  .mb-lg-n138,
  .my-lg-n138 {
    margin-bottom: -138rem !important;
  }
  .m-lg-n139 {
    margin: -139rem !important;
  }
  .my-lg-n139 {
    margin-top: -139rem !important;
  }
  .mr-lg-n139 {
    margin-right: -139rem !important;
  }
  .mb-lg-n139,
  .my-lg-n139 {
    margin-bottom: -139rem !important;
  }
  .m-lg-n140 {
    margin: -140rem !important;
  }
  .my-lg-n140 {
    margin-top: -140rem !important;
  }
  .mr-lg-n140 {
    margin-right: -140rem !important;
  }
  .mb-lg-n140,
  .my-lg-n140 {
    margin-bottom: -140rem !important;
  }
  .m-lg-n141 {
    margin: -141rem !important;
  }
  .my-lg-n141 {
    margin-top: -141rem !important;
  }
  .mr-lg-n141 {
    margin-right: -141rem !important;
  }
  .mb-lg-n141,
  .my-lg-n141 {
    margin-bottom: -141rem !important;
  }
  .m-lg-n142 {
    margin: -142rem !important;
  }
  .my-lg-n142 {
    margin-top: -142rem !important;
  }
  .mr-lg-n142 {
    margin-right: -142rem !important;
  }
  .mb-lg-n142,
  .my-lg-n142 {
    margin-bottom: -142rem !important;
  }
  .m-lg-n143 {
    margin: -143rem !important;
  }
  .my-lg-n143 {
    margin-top: -143rem !important;
  }
  .mr-lg-n143 {
    margin-right: -143rem !important;
  }
  .mb-lg-n143,
  .my-lg-n143 {
    margin-bottom: -143rem !important;
  }
  .m-lg-n144 {
    margin: -144rem !important;
  }
  .my-lg-n144 {
    margin-top: -144rem !important;
  }
  .mr-lg-n144 {
    margin-right: -144rem !important;
  }
  .mb-lg-n144,
  .my-lg-n144 {
    margin-bottom: -144rem !important;
  }
  .m-lg-n145 {
    margin: -145rem !important;
  }
  .my-lg-n145 {
    margin-top: -145rem !important;
  }
  .mr-lg-n145 {
    margin-right: -145rem !important;
  }
  .mb-lg-n145,
  .my-lg-n145 {
    margin-bottom: -145rem !important;
  }
  .m-lg-n146 {
    margin: -146rem !important;
  }
  .my-lg-n146 {
    margin-top: -146rem !important;
  }
  .mr-lg-n146 {
    margin-right: -146rem !important;
  }
  .mb-lg-n146,
  .my-lg-n146 {
    margin-bottom: -146rem !important;
  }
  .m-lg-n147 {
    margin: -147rem !important;
  }
  .my-lg-n147 {
    margin-top: -147rem !important;
  }
  .mr-lg-n147 {
    margin-right: -147rem !important;
  }
  .mb-lg-n147,
  .my-lg-n147 {
    margin-bottom: -147rem !important;
  }
  .m-lg-n148 {
    margin: -148rem !important;
  }
  .my-lg-n148 {
    margin-top: -148rem !important;
  }
  .mr-lg-n148 {
    margin-right: -148rem !important;
  }
  .mb-lg-n148,
  .my-lg-n148 {
    margin-bottom: -148rem !important;
  }
  .m-lg-n149 {
    margin: -149rem !important;
  }
  .my-lg-n149 {
    margin-top: -149rem !important;
  }
  .mr-lg-n149 {
    margin-right: -149rem !important;
  }
  .mb-lg-n149,
  .my-lg-n149 {
    margin-bottom: -149rem !important;
  }
  .m-lg-n150 {
    margin: -150rem !important;
  }
  .my-lg-n150 {
    margin-top: -150rem !important;
  }
  .mr-lg-n150 {
    margin-right: -150rem !important;
  }
  .mb-lg-n150,
  .my-lg-n150 {
    margin-bottom: -150rem !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-white {
  color: #fff !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-light {
  color: #fff !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #d9d9d9 !important;
}
.text-body {
  color: #212529 !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.visible {
  visibility: visible !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
}
.wrapper {
  padding: 30px 0;
} /*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-search:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-user:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-th-large:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-th:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-th-list:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-search-plus:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-home:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-list-alt:before {
  content: "ÃÂ¯ÃÂÃÂ¢";
}
.fa-tags:before {
  content: "ÃÂ¯ÃÂÃÂ¬";
}
.fa-book:before {
  content: "ÃÂ¯ÃÂÃÂ­";
}
.fa-text-height:before {
  content: "ÃÂ¯ÃÂÃÂ´";
}
.fa-text-width:before {
  content: "ÃÂ¯ÃÂÃÂµ";
}
.fa-align-left:before {
  content: "ÃÂ¯ÃÂÃÂ¶";
}
.fa-align-center:before {
  content: "ÃÂ¯ÃÂÃÂ·";
}
.fa-align-right:before {
  content: "ÃÂ¯ÃÂÃÂ¸";
}
.fa-align-justify:before {
  content: "ÃÂ¯ÃÂÃÂ¹";
}
.fa-list:before {
  content: "ÃÂ¯ÃÂÃÂº";
}
.fa-image:before {
  content: "ÃÂ¯ÃÂÃÂ¾";
}
.fa-expand:before {
  content: "ÃÂ¯ÃÂÃÂ¥";
}
.fa-external-link:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-twitter:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-facebook:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-group:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-link:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-list-ul:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-linkedin:before {
  content: "ÃÂ¯ÃÂÃÂ¡";
}
.fa-user-md:before {
  content: "ÃÂ¯ÃÂÃÂ°";
}
.fa-desktop:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-mobile:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-quote-left:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-quote-right:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-spinner:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-info:before {
  content: "ÃÂ¯ÃÂÃÂ©";
}
.fa-html5:before {
  content: "ÃÂ¯ÃÂÃÂ»";
}
.fa-css3:before {
  content: "ÃÂ¯ÃÂÃÂ¼";
}
.fa-anchor:before {
  content: "ÃÂ¯ÃÂÃÂ½";
}
.fa-toggle-right:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-youtube:before {
  content: "ÃÂ¯ÃÂÃÂ§";
}
.fa-instagram:before {
  content: "ÃÂ¯ÃÂÃÂ­";
}
.fa-archive:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-toggle-left:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-child:before {
  content: "ÃÂ¯ÃÂÃÂ®";
}
.fa-support:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-history:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-header:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-toggle-off:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-toggle-on:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-bus:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-street-view:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-user-plus:before {
  content: "ÃÂ¯ÃÂÃÂ´";
}
.fa-object-group:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-trademark:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-registered:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-chrome:before {
  content: "ÃÂ¯ÃÂÃÂ¨";
}
.fa-500px:before {
  content: "ÃÂ¯ÃÂÃÂ®";
}
.fa-industry:before {
  content: "ÃÂ¯ÃÂÃÂµ";
}
.fa-fa:before {
  content: "ÃÂ¯ÃÂÃÂ´";
}
.fa-id-card:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
.fa-s15:before {
  content: "ÃÂ¯ÃÂÃÂ";
}
@media (max-width: 991.98px) {
  .heading {
    text-align: center;
  }
}
h1.div-header.vs svg {
  height: 59px;
}
h1 .logo {
  width: 276px;
  margin: -45px 20px 0 0;
}
h1 svg {
  width: auto;
  height: 82px;
  fill: #fff;
}
h1 svg * {
  fill: #fff;
}
h2 .logo {
  width: 188px;
  margin: -29px 20px 0 0;
}
h3 img {
  max-width: 162px;
  margin-right: 10px;
  margin-top: -24px;
}
h4 {
  color: #05326e;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 53px;
}
h5 {
  font-size: 24px;
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 40px;
}
@media (max-width: 991.98px) {
  .text-right {
    text-align: left !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
  h1 {
    font-size: 72.48px;
    letter-spacing: -3.65px;
    line-height: 72.9px;
  }
  h1 svg {
    width: 100%;
    height: auto;
  }
  h2 {
    font-size: 35px;
    letter-spacing: -0.86px;
    line-height: 50.16px;
  }
  h3 {
    font-size: 40px;
    letter-spacing: -0.86px;
    line-height: 50px;
  }
  h4 {
    font-size: 24px;
    letter-spacing: -0.54px;
    line-height: 34px;
  }
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 22px;
    line-height: 31px;
  }
  h5 {
    line-height: 36px;
  }
}
a {
  text-decoration: none !important;
}
a:hover {
  color: #f0f0f0;
}
.full img,
img.full {
  width: 100%;
}
.lg-txt {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .lg-txt {
    font-size: 24px;
    letter-spacing: -0.51px;
    line-height: 30px;
  }
}
@supports not ((-o-object-fit: cover) or (object-fit: cover)) {
  .vidage-video {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
.position-rel {
  position: relative !important;
}
@media (max-width: 767.98px) {
  .mobile-bg {
    background-image: url(https://cdn.directapply.onehttps://cdn.directapply.one/wp-content/uploads/2021/03/LogodBlueBG.jpg) !important;
    background-size: cover;
    background-position: left top;
    background-color: #05326e;
  }
  .mobile-bg-blue {
    background-image: none !important;
    background-color: #05326e;
    color: #fff;
  }
}
.bg-white-to-blue {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #fff),
    color-stop(50%, #05326e)
  );
  background: -webkit-linear-gradient(left, #fff 50%, #05326e 50%);
  background: -o-linear-gradient(left, #fff 50%, #05326e 50%);
  background: linear-gradient(90deg, #fff 50%, #05326e 50%);
}
.bg-blue-to-white {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #05326e),
    color-stop(50%, #fff)
  );
  background: -webkit-linear-gradient(left, #05326e 50%, #fff 50%);
  background: -o-linear-gradient(left, #05326e 50%, #fff 50%);
  background: linear-gradient(90deg, #05326e 50%, #fff 50%);
}
@media (max-width: 991.98px) {
  .bg-blue-to-white {
    background: #fff;
  }
}
.text-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.light {
  color: #fff;
}
.shadow-top {
  margin-bottom: 8rem !important;
  -webkit-box-shadow: inset 0 0 0 0 transparent, 0 -28px 14px -18px #f2f2f2 !important;
  box-shadow: inset 0 0 0 0 transparent, 0 -28px 14px -18px #f2f2f2 !important;
}
.bg-image {
  background-position: center center !important;
  background-attachment: fixed !important;
}
.border-bottom {
  border-width: 2px !important;
}
@media (max-width: 1199.98px) {
  .heading .button {
    min-width: 148px;
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .heading .button {
    min-width: 148px;
    font-size: 13px !important;
  }
}
.button {
  display: inline-block;
  text-decoration: none;
  padding: 22px 2rem 21px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 14.94px;
  letter-spacing: 0.71px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  border-radius: 3px;
}
.button.sm-text {
  padding: 17px 45px 16px;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .button {
    width: 100%;
    padding: 22px 1rem 21px;
  }
}
.heading .button {
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
div.logo-hover,
li.logo-hover {
  margin-bottom: 25px;
}
.logo-hover svg {
  width: auto !important;
  height: 36px !important;
}
@media (max-width: 767.98px) {
  .logo-hover {
    margin-left: -132px;
  }
}
svg {
  width: auto;
}
svg.large {
  height: 60px;
}
svg.white {
  fill: #fff;
}
@media (max-width: 991.98px) {
  svg.large {
    height: 35px !important;
  }
}
@media (max-width: 767.98px) {
  svg.large {
    height: auto !important;
    width: 100% !important;
  }
}
.wrapper h5 {
  color: #fff;
}
.wrapper h5 a {
  color: #fff;
}
.wrapper li a {
  color: #fff;
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 576px) {
  .section {
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
  }
}
.section.visible {
  opacity: 1;
}
.hover {
  background: #0b2265;
}
.hover * {
  color: #fff;
}
.hover:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 9999;
}
.hover:hover * {
  color: #05326e;
}
.hover:hover a {
  border-color: #05326e !important;
}
.hover h5 {
  font-weight: 700;
}
.hover a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #979797;
}
.value h5 {
  font-weight: 700;
}
.lg-txt p {
  color: #05326e;
}
.lg-txt p strong {
  font-weight: 700;
}
.whyfirst h3 {
  color: #05326e;
  font-weight: 700;
  padding-bottom: 2rem !important;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXd4qqOEo.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXdoqqOEo.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_CGslu50.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_CWslu50.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_B2sl.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
.handle_width h1,
.handle_width h2,
.handle_width p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
}
.handle_width h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 40px;
}
.handle_width h3 {
  font-size: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 0.7em;
  letter-spacing: 1px;
  line-height: 60px;
}
.handle_width h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 53px;
}
.handle_width .lg-txt p {
  font-size: 26px;
}
.handle_width {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .handle_width {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .handle_width {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .handle_width {
    max-width: 960px;
  }
}
@media (max-width: 1199.98px) {
  .handle_width {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .handle_width {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .handle_width {
    max-width: 1440px;
  }
}
