<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Marcellus&amp;family=Shippori+Mincho:wght@400;500;600;700;800&amp;display=swap);
@charset "UTF-8";
/** @format */
/*!
 * Bootstrap v4.4.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: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[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; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[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; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a &gt; code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters &gt; .col,
  .no-gutters &gt; [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 &gt; * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 &gt; * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 &gt; * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 &gt; * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 &gt; * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 &gt; * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover &gt; td,
  .table-hover .table-primary:hover &gt; th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover &gt; td,
  .table-hover .table-secondary:hover &gt; th {
    background-color: #c8cbcf; }

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover &gt; td,
  .table-hover .table-success:hover &gt; th {
    background-color: #b1dfbb; }

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover &gt; td,
  .table-hover .table-info:hover &gt; th {
    background-color: #abdde5; }

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover &gt; td,
  .table-hover .table-warning:hover &gt; th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover &gt; td,
  .table-hover .table-danger:hover &gt; th {
    background-color: #f1b0b7; }

.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover &gt; td,
  .table-hover .table-light:hover &gt; th {
    background-color: #ececf6; }

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover &gt; td,
  .table-hover .table-dark:hover &gt; th {
    background-color: #b9bbbe; }

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover &gt; td,
  .table-hover .table-active:hover &gt; th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm &gt; .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md &gt; .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg &gt; .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl &gt; .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive &gt; .table-bordered {
    border: 0; }

.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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.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-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.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; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row &gt; .col,
  .form-row &gt; [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: 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;
  cursor: pointer;
  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;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show &gt; .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show &gt; .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show &gt; .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm &gt; .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.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; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:hover {
      z-index: 1; }
    .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical &gt; .btn,
  .btn-group-vertical &gt; .btn-group {
    width: 100%; }
  .btn-group-vertical &gt; .btn:not(:first-child),
  .btn-group-vertical &gt; .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical &gt; .btn:not(:first-child),
  .btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
  margin-bottom: 0; }
  .btn-group-toggle &gt; .btn input[type="radio"],
  .btn-group-toggle &gt; .btn input[type="checkbox"],
  .btn-group-toggle &gt; .btn-group &gt; .btn input[type="radio"],
  .btn-group-toggle &gt; .btn-group &gt; .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group &gt; .form-control,
  .input-group &gt; .form-control-plaintext,
  .input-group &gt; .custom-select,
  .input-group &gt; .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group &gt; .form-control + .form-control,
    .input-group &gt; .form-control + .custom-select,
    .input-group &gt; .form-control + .custom-file,
    .input-group &gt; .form-control-plaintext + .form-control,
    .input-group &gt; .form-control-plaintext + .custom-select,
    .input-group &gt; .form-control-plaintext + .custom-file,
    .input-group &gt; .custom-select + .form-control,
    .input-group &gt; .custom-select + .custom-select,
    .input-group &gt; .custom-select + .custom-file,
    .input-group &gt; .custom-file + .form-control,
    .input-group &gt; .custom-file + .custom-select,
    .input-group &gt; .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group &gt; .form-control:focus,
  .input-group &gt; .custom-select:focus,
  .input-group &gt; .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group &gt; .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group &gt; .form-control:not(:last-child),
  .input-group &gt; .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group &gt; .form-control:not(:first-child),
  .input-group &gt; .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group &gt; .custom-file {
    display: flex;
    align-items: center; }
    .input-group &gt; .custom-file:not(:last-child) .custom-file-label,
    .input-group &gt; .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group &gt; .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  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="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg &gt; .form-control:not(textarea),
.input-group-lg &gt; .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm &gt; .form-control:not(textarea),
.input-group-sm &gt; .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg &gt; .custom-select,
.input-group-sm &gt; .custom-select {
  padding-right: 1.75rem; }

.input-group &gt; .input-group-prepend &gt; .btn,
.input-group &gt; .input-group-prepend &gt; .input-group-text,
.input-group &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
.input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group &gt; .input-group-prepend:first-child &gt; .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .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-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 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; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid, .navbar-expand-sm &gt; .container-sm, .navbar-expand-sm &gt; .container-md, .navbar-expand-sm &gt; .container-lg, .navbar-expand-sm &gt; .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm &gt; .container,
    .navbar-expand-sm &gt; .container-fluid, .navbar-expand-sm &gt; .container-sm, .navbar-expand-sm &gt; .container-md, .navbar-expand-sm &gt; .container-lg, .navbar-expand-sm &gt; .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid, .navbar-expand-md &gt; .container-sm, .navbar-expand-md &gt; .container-md, .navbar-expand-md &gt; .container-lg, .navbar-expand-md &gt; .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md &gt; .container,
    .navbar-expand-md &gt; .container-fluid, .navbar-expand-md &gt; .container-sm, .navbar-expand-md &gt; .container-md, .navbar-expand-md &gt; .container-lg, .navbar-expand-md &gt; .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid, .navbar-expand-lg &gt; .container-sm, .navbar-expand-lg &gt; .container-md, .navbar-expand-lg &gt; .container-lg, .navbar-expand-lg &gt; .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg &gt; .container,
    .navbar-expand-lg &gt; .container-fluid, .navbar-expand-lg &gt; .container-sm, .navbar-expand-lg &gt; .container-md, .navbar-expand-lg &gt; .container-lg, .navbar-expand-lg &gt; .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid, .navbar-expand-xl &gt; .container-sm, .navbar-expand-xl &gt; .container-md, .navbar-expand-xl &gt; .container-lg, .navbar-expand-xl &gt; .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl &gt; .container,
    .navbar-expand-xl &gt; .container-fluid, .navbar-expand-xl &gt; .container-sm, .navbar-expand-xl &gt; .container-md, .navbar-expand-xl &gt; .container-lg, .navbar-expand-xl &gt; .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand &gt; .container,
  .navbar-expand &gt; .container-fluid, .navbar-expand &gt; .container-sm, .navbar-expand &gt; .container-md, .navbar-expand &gt; .container-lg, .navbar-expand &gt; .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand &gt; .container,
  .navbar-expand &gt; .container-fluid, .navbar-expand &gt; .container-sm, .navbar-expand &gt; .container-md, .navbar-expand &gt; .container-lg, .navbar-expand &gt; .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  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 &gt; hr {
    margin-right: 0;
    margin-left: 0; }
  .card &gt; .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card &gt; .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.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-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group &gt; .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group &gt; .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group &gt; .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group &gt; .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group &gt; .card:not(:last-child) .card-img-top,
        .card-group &gt; .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group &gt; .card:not(:last-child) .card-img-bottom,
        .card-group &gt; .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group &gt; .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group &gt; .card:not(:first-child) .card-img-top,
        .card-group &gt; .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group &gt; .card:not(:first-child) .card-img-bottom,
        .card-group &gt; .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion &gt; .card {
  overflow: hidden; }
  .accordion &gt; .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion &gt; .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion &gt; .card &gt; .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    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;
  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 {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer &gt; * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top &gt; .arrow, .bs-popover-auto[x-placement^="top"] &gt; .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top &gt; .arrow::before, .bs-popover-auto[x-placement^="top"] &gt; .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top &gt; .arrow::after, .bs-popover-auto[x-placement^="top"] &gt; .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right &gt; .arrow, .bs-popover-auto[x-placement^="right"] &gt; .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right &gt; .arrow::before, .bs-popover-auto[x-placement^="right"] &gt; .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right &gt; .arrow::after, .bs-popover-auto[x-placement^="right"] &gt; .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom &gt; .arrow, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom &gt; .arrow::before, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom &gt; .arrow::after, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left &gt; .arrow, .bs-popover-auto[x-placement^="left"] &gt; .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left &gt; .arrow::before, .bs-popover-auto[x-placement^="left"] &gt; .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left &gt; .arrow::after, .bs-popover-auto[x-placement^="left"] &gt; .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    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%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !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-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

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

.border-danger {
  border-color: #dc3545 !important; }

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

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 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-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 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-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 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-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.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: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .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: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 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; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

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

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

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

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* Margins, padding and borders
* *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0; }

/* Typography
* *********************************** */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: fot-cezanne-pron; }

a,
a:visited {
  color: inherit; }

/* Layout
* *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: inherit; }

/* Element specific
* *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0; }

ol,
ul {
  list-style: none; }

img,
video {
  max-width: 100%; }

img {
  border-style: none; }

h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  white-space: pre-line;
  width: 360px; }

.u-p-0 {
  padding: 0px !important; }

.u-pr-0 {
  padding-right: 0px !important; }

.u-pl-0 {
  padding-left: 0px !important; }

.u-pt-0 {
  padding-top: 0px !important; }

.u-pb-0 {
  padding-bottom: 0px !important; }

.u-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.u-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-0 {
    padding: 0px !important; }
  .u-pr-md-0 {
    padding-right: 0px !important; }
  .u-pl-md-0 {
    padding-left: 0px !important; }
  .u-pt-md-0 {
    padding-top: 0px !important; }
  .u-pb-md-0 {
    padding-bottom: 0px !important; }
  .u-px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .u-py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-0 {
    padding: 0px !important; }
  .u-pr-sm-0 {
    padding-right: 0px !important; }
  .u-pl-sm-0 {
    padding-left: 0px !important; }
  .u-pt-sm-0 {
    padding-top: 0px !important; }
  .u-pb-sm-0 {
    padding-bottom: 0px !important; }
  .u-px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .u-py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

.u-p-1 {
  padding: 1px !important; }

.u-pr-1 {
  padding-right: 1px !important; }

.u-pl-1 {
  padding-left: 1px !important; }

.u-pt-1 {
  padding-top: 1px !important; }

.u-pb-1 {
  padding-bottom: 1px !important; }

.u-px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important; }

.u-py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-1 {
    padding: 1px !important; }
  .u-pr-md-1 {
    padding-right: 1px !important; }
  .u-pl-md-1 {
    padding-left: 1px !important; }
  .u-pt-md-1 {
    padding-top: 1px !important; }
  .u-pb-md-1 {
    padding-bottom: 1px !important; }
  .u-px-md-1 {
    padding-left: 1px !important;
    padding-right: 1px !important; }
  .u-py-md-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-1 {
    padding: 1px !important; }
  .u-pr-sm-1 {
    padding-right: 1px !important; }
  .u-pl-sm-1 {
    padding-left: 1px !important; }
  .u-pt-sm-1 {
    padding-top: 1px !important; }
  .u-pb-sm-1 {
    padding-bottom: 1px !important; }
  .u-px-sm-1 {
    padding-left: 1px !important;
    padding-right: 1px !important; }
  .u-py-sm-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important; } }

.u-p-2 {
  padding: 2px !important; }

.u-pr-2 {
  padding-right: 2px !important; }

.u-pl-2 {
  padding-left: 2px !important; }

.u-pt-2 {
  padding-top: 2px !important; }

.u-pb-2 {
  padding-bottom: 2px !important; }

.u-px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important; }

.u-py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-2 {
    padding: 2px !important; }
  .u-pr-md-2 {
    padding-right: 2px !important; }
  .u-pl-md-2 {
    padding-left: 2px !important; }
  .u-pt-md-2 {
    padding-top: 2px !important; }
  .u-pb-md-2 {
    padding-bottom: 2px !important; }
  .u-px-md-2 {
    padding-left: 2px !important;
    padding-right: 2px !important; }
  .u-py-md-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-2 {
    padding: 2px !important; }
  .u-pr-sm-2 {
    padding-right: 2px !important; }
  .u-pl-sm-2 {
    padding-left: 2px !important; }
  .u-pt-sm-2 {
    padding-top: 2px !important; }
  .u-pb-sm-2 {
    padding-bottom: 2px !important; }
  .u-px-sm-2 {
    padding-left: 2px !important;
    padding-right: 2px !important; }
  .u-py-sm-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; } }

.u-p-3 {
  padding: 3px !important; }

.u-pr-3 {
  padding-right: 3px !important; }

.u-pl-3 {
  padding-left: 3px !important; }

.u-pt-3 {
  padding-top: 3px !important; }

.u-pb-3 {
  padding-bottom: 3px !important; }

.u-px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important; }

.u-py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-3 {
    padding: 3px !important; }
  .u-pr-md-3 {
    padding-right: 3px !important; }
  .u-pl-md-3 {
    padding-left: 3px !important; }
  .u-pt-md-3 {
    padding-top: 3px !important; }
  .u-pb-md-3 {
    padding-bottom: 3px !important; }
  .u-px-md-3 {
    padding-left: 3px !important;
    padding-right: 3px !important; }
  .u-py-md-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-3 {
    padding: 3px !important; }
  .u-pr-sm-3 {
    padding-right: 3px !important; }
  .u-pl-sm-3 {
    padding-left: 3px !important; }
  .u-pt-sm-3 {
    padding-top: 3px !important; }
  .u-pb-sm-3 {
    padding-bottom: 3px !important; }
  .u-px-sm-3 {
    padding-left: 3px !important;
    padding-right: 3px !important; }
  .u-py-sm-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important; } }

.u-p-4 {
  padding: 4px !important; }

.u-pr-4 {
  padding-right: 4px !important; }

.u-pl-4 {
  padding-left: 4px !important; }

.u-pt-4 {
  padding-top: 4px !important; }

.u-pb-4 {
  padding-bottom: 4px !important; }

.u-px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.u-py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-4 {
    padding: 4px !important; }
  .u-pr-md-4 {
    padding-right: 4px !important; }
  .u-pl-md-4 {
    padding-left: 4px !important; }
  .u-pt-md-4 {
    padding-top: 4px !important; }
  .u-pb-md-4 {
    padding-bottom: 4px !important; }
  .u-px-md-4 {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .u-py-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-4 {
    padding: 4px !important; }
  .u-pr-sm-4 {
    padding-right: 4px !important; }
  .u-pl-sm-4 {
    padding-left: 4px !important; }
  .u-pt-sm-4 {
    padding-top: 4px !important; }
  .u-pb-sm-4 {
    padding-bottom: 4px !important; }
  .u-px-sm-4 {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  .u-py-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

.u-p-5 {
  padding: 5px !important; }

.u-pr-5 {
  padding-right: 5px !important; }

.u-pl-5 {
  padding-left: 5px !important; }

.u-pt-5 {
  padding-top: 5px !important; }

.u-pb-5 {
  padding-bottom: 5px !important; }

.u-px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.u-py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-5 {
    padding: 5px !important; }
  .u-pr-md-5 {
    padding-right: 5px !important; }
  .u-pl-md-5 {
    padding-left: 5px !important; }
  .u-pt-md-5 {
    padding-top: 5px !important; }
  .u-pb-md-5 {
    padding-bottom: 5px !important; }
  .u-px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .u-py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-5 {
    padding: 5px !important; }
  .u-pr-sm-5 {
    padding-right: 5px !important; }
  .u-pl-sm-5 {
    padding-left: 5px !important; }
  .u-pt-sm-5 {
    padding-top: 5px !important; }
  .u-pb-sm-5 {
    padding-bottom: 5px !important; }
  .u-px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  .u-py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; } }

.u-p-6 {
  padding: 6px !important; }

.u-pr-6 {
  padding-right: 6px !important; }

.u-pl-6 {
  padding-left: 6px !important; }

.u-pt-6 {
  padding-top: 6px !important; }

.u-pb-6 {
  padding-bottom: 6px !important; }

.u-px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important; }

.u-py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-6 {
    padding: 6px !important; }
  .u-pr-md-6 {
    padding-right: 6px !important; }
  .u-pl-md-6 {
    padding-left: 6px !important; }
  .u-pt-md-6 {
    padding-top: 6px !important; }
  .u-pb-md-6 {
    padding-bottom: 6px !important; }
  .u-px-md-6 {
    padding-left: 6px !important;
    padding-right: 6px !important; }
  .u-py-md-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-6 {
    padding: 6px !important; }
  .u-pr-sm-6 {
    padding-right: 6px !important; }
  .u-pl-sm-6 {
    padding-left: 6px !important; }
  .u-pt-sm-6 {
    padding-top: 6px !important; }
  .u-pb-sm-6 {
    padding-bottom: 6px !important; }
  .u-px-sm-6 {
    padding-left: 6px !important;
    padding-right: 6px !important; }
  .u-py-sm-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; } }

.u-p-7 {
  padding: 7px !important; }

.u-pr-7 {
  padding-right: 7px !important; }

.u-pl-7 {
  padding-left: 7px !important; }

.u-pt-7 {
  padding-top: 7px !important; }

.u-pb-7 {
  padding-bottom: 7px !important; }

.u-px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important; }

.u-py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-7 {
    padding: 7px !important; }
  .u-pr-md-7 {
    padding-right: 7px !important; }
  .u-pl-md-7 {
    padding-left: 7px !important; }
  .u-pt-md-7 {
    padding-top: 7px !important; }
  .u-pb-md-7 {
    padding-bottom: 7px !important; }
  .u-px-md-7 {
    padding-left: 7px !important;
    padding-right: 7px !important; }
  .u-py-md-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-7 {
    padding: 7px !important; }
  .u-pr-sm-7 {
    padding-right: 7px !important; }
  .u-pl-sm-7 {
    padding-left: 7px !important; }
  .u-pt-sm-7 {
    padding-top: 7px !important; }
  .u-pb-sm-7 {
    padding-bottom: 7px !important; }
  .u-px-sm-7 {
    padding-left: 7px !important;
    padding-right: 7px !important; }
  .u-py-sm-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important; } }

.u-p-8 {
  padding: 8px !important; }

.u-pr-8 {
  padding-right: 8px !important; }

.u-pl-8 {
  padding-left: 8px !important; }

.u-pt-8 {
  padding-top: 8px !important; }

.u-pb-8 {
  padding-bottom: 8px !important; }

.u-px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.u-py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-8 {
    padding: 8px !important; }
  .u-pr-md-8 {
    padding-right: 8px !important; }
  .u-pl-md-8 {
    padding-left: 8px !important; }
  .u-pt-md-8 {
    padding-top: 8px !important; }
  .u-pb-md-8 {
    padding-bottom: 8px !important; }
  .u-px-md-8 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .u-py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-8 {
    padding: 8px !important; }
  .u-pr-sm-8 {
    padding-right: 8px !important; }
  .u-pl-sm-8 {
    padding-left: 8px !important; }
  .u-pt-sm-8 {
    padding-top: 8px !important; }
  .u-pb-sm-8 {
    padding-bottom: 8px !important; }
  .u-px-sm-8 {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  .u-py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }

.u-p-9 {
  padding: 9px !important; }

.u-pr-9 {
  padding-right: 9px !important; }

.u-pl-9 {
  padding-left: 9px !important; }

.u-pt-9 {
  padding-top: 9px !important; }

.u-pb-9 {
  padding-bottom: 9px !important; }

.u-px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important; }

.u-py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-9 {
    padding: 9px !important; }
  .u-pr-md-9 {
    padding-right: 9px !important; }
  .u-pl-md-9 {
    padding-left: 9px !important; }
  .u-pt-md-9 {
    padding-top: 9px !important; }
  .u-pb-md-9 {
    padding-bottom: 9px !important; }
  .u-px-md-9 {
    padding-left: 9px !important;
    padding-right: 9px !important; }
  .u-py-md-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-9 {
    padding: 9px !important; }
  .u-pr-sm-9 {
    padding-right: 9px !important; }
  .u-pl-sm-9 {
    padding-left: 9px !important; }
  .u-pt-sm-9 {
    padding-top: 9px !important; }
  .u-pb-sm-9 {
    padding-bottom: 9px !important; }
  .u-px-sm-9 {
    padding-left: 9px !important;
    padding-right: 9px !important; }
  .u-py-sm-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important; } }

.u-p-10 {
  padding: 10px !important; }

.u-pr-10 {
  padding-right: 10px !important; }

.u-pl-10 {
  padding-left: 10px !important; }

.u-pt-10 {
  padding-top: 10px !important; }

.u-pb-10 {
  padding-bottom: 10px !important; }

.u-px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.u-py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-10 {
    padding: 10px !important; }
  .u-pr-md-10 {
    padding-right: 10px !important; }
  .u-pl-md-10 {
    padding-left: 10px !important; }
  .u-pt-md-10 {
    padding-top: 10px !important; }
  .u-pb-md-10 {
    padding-bottom: 10px !important; }
  .u-px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .u-py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-10 {
    padding: 10px !important; }
  .u-pr-sm-10 {
    padding-right: 10px !important; }
  .u-pl-sm-10 {
    padding-left: 10px !important; }
  .u-pt-sm-10 {
    padding-top: 10px !important; }
  .u-pb-sm-10 {
    padding-bottom: 10px !important; }
  .u-px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .u-py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

.u-p-11 {
  padding: 11px !important; }

.u-pr-11 {
  padding-right: 11px !important; }

.u-pl-11 {
  padding-left: 11px !important; }

.u-pt-11 {
  padding-top: 11px !important; }

.u-pb-11 {
  padding-bottom: 11px !important; }

.u-px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important; }

.u-py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-11 {
    padding: 11px !important; }
  .u-pr-md-11 {
    padding-right: 11px !important; }
  .u-pl-md-11 {
    padding-left: 11px !important; }
  .u-pt-md-11 {
    padding-top: 11px !important; }
  .u-pb-md-11 {
    padding-bottom: 11px !important; }
  .u-px-md-11 {
    padding-left: 11px !important;
    padding-right: 11px !important; }
  .u-py-md-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-11 {
    padding: 11px !important; }
  .u-pr-sm-11 {
    padding-right: 11px !important; }
  .u-pl-sm-11 {
    padding-left: 11px !important; }
  .u-pt-sm-11 {
    padding-top: 11px !important; }
  .u-pb-sm-11 {
    padding-bottom: 11px !important; }
  .u-px-sm-11 {
    padding-left: 11px !important;
    padding-right: 11px !important; }
  .u-py-sm-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important; } }

.u-p-12 {
  padding: 12px !important; }

.u-pr-12 {
  padding-right: 12px !important; }

.u-pl-12 {
  padding-left: 12px !important; }

.u-pt-12 {
  padding-top: 12px !important; }

.u-pb-12 {
  padding-bottom: 12px !important; }

.u-px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important; }

.u-py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-12 {
    padding: 12px !important; }
  .u-pr-md-12 {
    padding-right: 12px !important; }
  .u-pl-md-12 {
    padding-left: 12px !important; }
  .u-pt-md-12 {
    padding-top: 12px !important; }
  .u-pb-md-12 {
    padding-bottom: 12px !important; }
  .u-px-md-12 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .u-py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-12 {
    padding: 12px !important; }
  .u-pr-sm-12 {
    padding-right: 12px !important; }
  .u-pl-sm-12 {
    padding-left: 12px !important; }
  .u-pt-sm-12 {
    padding-top: 12px !important; }
  .u-pb-sm-12 {
    padding-bottom: 12px !important; }
  .u-px-sm-12 {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .u-py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

.u-p-13 {
  padding: 13px !important; }

.u-pr-13 {
  padding-right: 13px !important; }

.u-pl-13 {
  padding-left: 13px !important; }

.u-pt-13 {
  padding-top: 13px !important; }

.u-pb-13 {
  padding-bottom: 13px !important; }

.u-px-13 {
  padding-left: 13px !important;
  padding-right: 13px !important; }

.u-py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-13 {
    padding: 13px !important; }
  .u-pr-md-13 {
    padding-right: 13px !important; }
  .u-pl-md-13 {
    padding-left: 13px !important; }
  .u-pt-md-13 {
    padding-top: 13px !important; }
  .u-pb-md-13 {
    padding-bottom: 13px !important; }
  .u-px-md-13 {
    padding-left: 13px !important;
    padding-right: 13px !important; }
  .u-py-md-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-13 {
    padding: 13px !important; }
  .u-pr-sm-13 {
    padding-right: 13px !important; }
  .u-pl-sm-13 {
    padding-left: 13px !important; }
  .u-pt-sm-13 {
    padding-top: 13px !important; }
  .u-pb-sm-13 {
    padding-bottom: 13px !important; }
  .u-px-sm-13 {
    padding-left: 13px !important;
    padding-right: 13px !important; }
  .u-py-sm-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important; } }

.u-p-14 {
  padding: 14px !important; }

.u-pr-14 {
  padding-right: 14px !important; }

.u-pl-14 {
  padding-left: 14px !important; }

.u-pt-14 {
  padding-top: 14px !important; }

.u-pb-14 {
  padding-bottom: 14px !important; }

.u-px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important; }

.u-py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-14 {
    padding: 14px !important; }
  .u-pr-md-14 {
    padding-right: 14px !important; }
  .u-pl-md-14 {
    padding-left: 14px !important; }
  .u-pt-md-14 {
    padding-top: 14px !important; }
  .u-pb-md-14 {
    padding-bottom: 14px !important; }
  .u-px-md-14 {
    padding-left: 14px !important;
    padding-right: 14px !important; }
  .u-py-md-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-14 {
    padding: 14px !important; }
  .u-pr-sm-14 {
    padding-right: 14px !important; }
  .u-pl-sm-14 {
    padding-left: 14px !important; }
  .u-pt-sm-14 {
    padding-top: 14px !important; }
  .u-pb-sm-14 {
    padding-bottom: 14px !important; }
  .u-px-sm-14 {
    padding-left: 14px !important;
    padding-right: 14px !important; }
  .u-py-sm-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important; } }

.u-p-15 {
  padding: 15px !important; }

.u-pr-15 {
  padding-right: 15px !important; }

.u-pl-15 {
  padding-left: 15px !important; }

.u-pt-15 {
  padding-top: 15px !important; }

.u-pb-15 {
  padding-bottom: 15px !important; }

.u-px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.u-py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-15 {
    padding: 15px !important; }
  .u-pr-md-15 {
    padding-right: 15px !important; }
  .u-pl-md-15 {
    padding-left: 15px !important; }
  .u-pt-md-15 {
    padding-top: 15px !important; }
  .u-pb-md-15 {
    padding-bottom: 15px !important; }
  .u-px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .u-py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-15 {
    padding: 15px !important; }
  .u-pr-sm-15 {
    padding-right: 15px !important; }
  .u-pl-sm-15 {
    padding-left: 15px !important; }
  .u-pt-sm-15 {
    padding-top: 15px !important; }
  .u-pb-sm-15 {
    padding-bottom: 15px !important; }
  .u-px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .u-py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

.u-p-16 {
  padding: 16px !important; }

.u-pr-16 {
  padding-right: 16px !important; }

.u-pl-16 {
  padding-left: 16px !important; }

.u-pt-16 {
  padding-top: 16px !important; }

.u-pb-16 {
  padding-bottom: 16px !important; }

.u-px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.u-py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-16 {
    padding: 16px !important; }
  .u-pr-md-16 {
    padding-right: 16px !important; }
  .u-pl-md-16 {
    padding-left: 16px !important; }
  .u-pt-md-16 {
    padding-top: 16px !important; }
  .u-pb-md-16 {
    padding-bottom: 16px !important; }
  .u-px-md-16 {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .u-py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-16 {
    padding: 16px !important; }
  .u-pr-sm-16 {
    padding-right: 16px !important; }
  .u-pl-sm-16 {
    padding-left: 16px !important; }
  .u-pt-sm-16 {
    padding-top: 16px !important; }
  .u-pb-sm-16 {
    padding-bottom: 16px !important; }
  .u-px-sm-16 {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .u-py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

.u-p-17 {
  padding: 17px !important; }

.u-pr-17 {
  padding-right: 17px !important; }

.u-pl-17 {
  padding-left: 17px !important; }

.u-pt-17 {
  padding-top: 17px !important; }

.u-pb-17 {
  padding-bottom: 17px !important; }

.u-px-17 {
  padding-left: 17px !important;
  padding-right: 17px !important; }

.u-py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-17 {
    padding: 17px !important; }
  .u-pr-md-17 {
    padding-right: 17px !important; }
  .u-pl-md-17 {
    padding-left: 17px !important; }
  .u-pt-md-17 {
    padding-top: 17px !important; }
  .u-pb-md-17 {
    padding-bottom: 17px !important; }
  .u-px-md-17 {
    padding-left: 17px !important;
    padding-right: 17px !important; }
  .u-py-md-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-17 {
    padding: 17px !important; }
  .u-pr-sm-17 {
    padding-right: 17px !important; }
  .u-pl-sm-17 {
    padding-left: 17px !important; }
  .u-pt-sm-17 {
    padding-top: 17px !important; }
  .u-pb-sm-17 {
    padding-bottom: 17px !important; }
  .u-px-sm-17 {
    padding-left: 17px !important;
    padding-right: 17px !important; }
  .u-py-sm-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important; } }

.u-p-18 {
  padding: 18px !important; }

.u-pr-18 {
  padding-right: 18px !important; }

.u-pl-18 {
  padding-left: 18px !important; }

.u-pt-18 {
  padding-top: 18px !important; }

.u-pb-18 {
  padding-bottom: 18px !important; }

.u-px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important; }

.u-py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-18 {
    padding: 18px !important; }
  .u-pr-md-18 {
    padding-right: 18px !important; }
  .u-pl-md-18 {
    padding-left: 18px !important; }
  .u-pt-md-18 {
    padding-top: 18px !important; }
  .u-pb-md-18 {
    padding-bottom: 18px !important; }
  .u-px-md-18 {
    padding-left: 18px !important;
    padding-right: 18px !important; }
  .u-py-md-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-18 {
    padding: 18px !important; }
  .u-pr-sm-18 {
    padding-right: 18px !important; }
  .u-pl-sm-18 {
    padding-left: 18px !important; }
  .u-pt-sm-18 {
    padding-top: 18px !important; }
  .u-pb-sm-18 {
    padding-bottom: 18px !important; }
  .u-px-sm-18 {
    padding-left: 18px !important;
    padding-right: 18px !important; }
  .u-py-sm-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important; } }

.u-p-19 {
  padding: 19px !important; }

.u-pr-19 {
  padding-right: 19px !important; }

.u-pl-19 {
  padding-left: 19px !important; }

.u-pt-19 {
  padding-top: 19px !important; }

.u-pb-19 {
  padding-bottom: 19px !important; }

.u-px-19 {
  padding-left: 19px !important;
  padding-right: 19px !important; }

.u-py-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-19 {
    padding: 19px !important; }
  .u-pr-md-19 {
    padding-right: 19px !important; }
  .u-pl-md-19 {
    padding-left: 19px !important; }
  .u-pt-md-19 {
    padding-top: 19px !important; }
  .u-pb-md-19 {
    padding-bottom: 19px !important; }
  .u-px-md-19 {
    padding-left: 19px !important;
    padding-right: 19px !important; }
  .u-py-md-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-19 {
    padding: 19px !important; }
  .u-pr-sm-19 {
    padding-right: 19px !important; }
  .u-pl-sm-19 {
    padding-left: 19px !important; }
  .u-pt-sm-19 {
    padding-top: 19px !important; }
  .u-pb-sm-19 {
    padding-bottom: 19px !important; }
  .u-px-sm-19 {
    padding-left: 19px !important;
    padding-right: 19px !important; }
  .u-py-sm-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important; } }

.u-p-20 {
  padding: 20px !important; }

.u-pr-20 {
  padding-right: 20px !important; }

.u-pl-20 {
  padding-left: 20px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-pb-20 {
  padding-bottom: 20px !important; }

.u-px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.u-py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-20 {
    padding: 20px !important; }
  .u-pr-md-20 {
    padding-right: 20px !important; }
  .u-pl-md-20 {
    padding-left: 20px !important; }
  .u-pt-md-20 {
    padding-top: 20px !important; }
  .u-pb-md-20 {
    padding-bottom: 20px !important; }
  .u-px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .u-py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-20 {
    padding: 20px !important; }
  .u-pr-sm-20 {
    padding-right: 20px !important; }
  .u-pl-sm-20 {
    padding-left: 20px !important; }
  .u-pt-sm-20 {
    padding-top: 20px !important; }
  .u-pb-sm-20 {
    padding-bottom: 20px !important; }
  .u-px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .u-py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

.u-p-21 {
  padding: 21px !important; }

.u-pr-21 {
  padding-right: 21px !important; }

.u-pl-21 {
  padding-left: 21px !important; }

.u-pt-21 {
  padding-top: 21px !important; }

.u-pb-21 {
  padding-bottom: 21px !important; }

.u-px-21 {
  padding-left: 21px !important;
  padding-right: 21px !important; }

.u-py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-21 {
    padding: 21px !important; }
  .u-pr-md-21 {
    padding-right: 21px !important; }
  .u-pl-md-21 {
    padding-left: 21px !important; }
  .u-pt-md-21 {
    padding-top: 21px !important; }
  .u-pb-md-21 {
    padding-bottom: 21px !important; }
  .u-px-md-21 {
    padding-left: 21px !important;
    padding-right: 21px !important; }
  .u-py-md-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-21 {
    padding: 21px !important; }
  .u-pr-sm-21 {
    padding-right: 21px !important; }
  .u-pl-sm-21 {
    padding-left: 21px !important; }
  .u-pt-sm-21 {
    padding-top: 21px !important; }
  .u-pb-sm-21 {
    padding-bottom: 21px !important; }
  .u-px-sm-21 {
    padding-left: 21px !important;
    padding-right: 21px !important; }
  .u-py-sm-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important; } }

.u-p-22 {
  padding: 22px !important; }

.u-pr-22 {
  padding-right: 22px !important; }

.u-pl-22 {
  padding-left: 22px !important; }

.u-pt-22 {
  padding-top: 22px !important; }

.u-pb-22 {
  padding-bottom: 22px !important; }

.u-px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important; }

.u-py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-22 {
    padding: 22px !important; }
  .u-pr-md-22 {
    padding-right: 22px !important; }
  .u-pl-md-22 {
    padding-left: 22px !important; }
  .u-pt-md-22 {
    padding-top: 22px !important; }
  .u-pb-md-22 {
    padding-bottom: 22px !important; }
  .u-px-md-22 {
    padding-left: 22px !important;
    padding-right: 22px !important; }
  .u-py-md-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-22 {
    padding: 22px !important; }
  .u-pr-sm-22 {
    padding-right: 22px !important; }
  .u-pl-sm-22 {
    padding-left: 22px !important; }
  .u-pt-sm-22 {
    padding-top: 22px !important; }
  .u-pb-sm-22 {
    padding-bottom: 22px !important; }
  .u-px-sm-22 {
    padding-left: 22px !important;
    padding-right: 22px !important; }
  .u-py-sm-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important; } }

.u-p-23 {
  padding: 23px !important; }

.u-pr-23 {
  padding-right: 23px !important; }

.u-pl-23 {
  padding-left: 23px !important; }

.u-pt-23 {
  padding-top: 23px !important; }

.u-pb-23 {
  padding-bottom: 23px !important; }

.u-px-23 {
  padding-left: 23px !important;
  padding-right: 23px !important; }

.u-py-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-23 {
    padding: 23px !important; }
  .u-pr-md-23 {
    padding-right: 23px !important; }
  .u-pl-md-23 {
    padding-left: 23px !important; }
  .u-pt-md-23 {
    padding-top: 23px !important; }
  .u-pb-md-23 {
    padding-bottom: 23px !important; }
  .u-px-md-23 {
    padding-left: 23px !important;
    padding-right: 23px !important; }
  .u-py-md-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-23 {
    padding: 23px !important; }
  .u-pr-sm-23 {
    padding-right: 23px !important; }
  .u-pl-sm-23 {
    padding-left: 23px !important; }
  .u-pt-sm-23 {
    padding-top: 23px !important; }
  .u-pb-sm-23 {
    padding-bottom: 23px !important; }
  .u-px-sm-23 {
    padding-left: 23px !important;
    padding-right: 23px !important; }
  .u-py-sm-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important; } }

.u-p-24 {
  padding: 24px !important; }

.u-pr-24 {
  padding-right: 24px !important; }

.u-pl-24 {
  padding-left: 24px !important; }

.u-pt-24 {
  padding-top: 24px !important; }

.u-pb-24 {
  padding-bottom: 24px !important; }

.u-px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.u-py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-24 {
    padding: 24px !important; }
  .u-pr-md-24 {
    padding-right: 24px !important; }
  .u-pl-md-24 {
    padding-left: 24px !important; }
  .u-pt-md-24 {
    padding-top: 24px !important; }
  .u-pb-md-24 {
    padding-bottom: 24px !important; }
  .u-px-md-24 {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .u-py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-24 {
    padding: 24px !important; }
  .u-pr-sm-24 {
    padding-right: 24px !important; }
  .u-pl-sm-24 {
    padding-left: 24px !important; }
  .u-pt-sm-24 {
    padding-top: 24px !important; }
  .u-pb-sm-24 {
    padding-bottom: 24px !important; }
  .u-px-sm-24 {
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .u-py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; } }

.u-p-25 {
  padding: 25px !important; }

.u-pr-25 {
  padding-right: 25px !important; }

.u-pl-25 {
  padding-left: 25px !important; }

.u-pt-25 {
  padding-top: 25px !important; }

.u-pb-25 {
  padding-bottom: 25px !important; }

.u-px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.u-py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-25 {
    padding: 25px !important; }
  .u-pr-md-25 {
    padding-right: 25px !important; }
  .u-pl-md-25 {
    padding-left: 25px !important; }
  .u-pt-md-25 {
    padding-top: 25px !important; }
  .u-pb-md-25 {
    padding-bottom: 25px !important; }
  .u-px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .u-py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-25 {
    padding: 25px !important; }
  .u-pr-sm-25 {
    padding-right: 25px !important; }
  .u-pl-sm-25 {
    padding-left: 25px !important; }
  .u-pt-sm-25 {
    padding-top: 25px !important; }
  .u-pb-sm-25 {
    padding-bottom: 25px !important; }
  .u-px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .u-py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

.u-p-26 {
  padding: 26px !important; }

.u-pr-26 {
  padding-right: 26px !important; }

.u-pl-26 {
  padding-left: 26px !important; }

.u-pt-26 {
  padding-top: 26px !important; }

.u-pb-26 {
  padding-bottom: 26px !important; }

.u-px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important; }

.u-py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-26 {
    padding: 26px !important; }
  .u-pr-md-26 {
    padding-right: 26px !important; }
  .u-pl-md-26 {
    padding-left: 26px !important; }
  .u-pt-md-26 {
    padding-top: 26px !important; }
  .u-pb-md-26 {
    padding-bottom: 26px !important; }
  .u-px-md-26 {
    padding-left: 26px !important;
    padding-right: 26px !important; }
  .u-py-md-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-26 {
    padding: 26px !important; }
  .u-pr-sm-26 {
    padding-right: 26px !important; }
  .u-pl-sm-26 {
    padding-left: 26px !important; }
  .u-pt-sm-26 {
    padding-top: 26px !important; }
  .u-pb-sm-26 {
    padding-bottom: 26px !important; }
  .u-px-sm-26 {
    padding-left: 26px !important;
    padding-right: 26px !important; }
  .u-py-sm-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important; } }

.u-p-27 {
  padding: 27px !important; }

.u-pr-27 {
  padding-right: 27px !important; }

.u-pl-27 {
  padding-left: 27px !important; }

.u-pt-27 {
  padding-top: 27px !important; }

.u-pb-27 {
  padding-bottom: 27px !important; }

.u-px-27 {
  padding-left: 27px !important;
  padding-right: 27px !important; }

.u-py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-27 {
    padding: 27px !important; }
  .u-pr-md-27 {
    padding-right: 27px !important; }
  .u-pl-md-27 {
    padding-left: 27px !important; }
  .u-pt-md-27 {
    padding-top: 27px !important; }
  .u-pb-md-27 {
    padding-bottom: 27px !important; }
  .u-px-md-27 {
    padding-left: 27px !important;
    padding-right: 27px !important; }
  .u-py-md-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-27 {
    padding: 27px !important; }
  .u-pr-sm-27 {
    padding-right: 27px !important; }
  .u-pl-sm-27 {
    padding-left: 27px !important; }
  .u-pt-sm-27 {
    padding-top: 27px !important; }
  .u-pb-sm-27 {
    padding-bottom: 27px !important; }
  .u-px-sm-27 {
    padding-left: 27px !important;
    padding-right: 27px !important; }
  .u-py-sm-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important; } }

.u-p-28 {
  padding: 28px !important; }

.u-pr-28 {
  padding-right: 28px !important; }

.u-pl-28 {
  padding-left: 28px !important; }

.u-pt-28 {
  padding-top: 28px !important; }

.u-pb-28 {
  padding-bottom: 28px !important; }

.u-px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important; }

.u-py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-28 {
    padding: 28px !important; }
  .u-pr-md-28 {
    padding-right: 28px !important; }
  .u-pl-md-28 {
    padding-left: 28px !important; }
  .u-pt-md-28 {
    padding-top: 28px !important; }
  .u-pb-md-28 {
    padding-bottom: 28px !important; }
  .u-px-md-28 {
    padding-left: 28px !important;
    padding-right: 28px !important; }
  .u-py-md-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-28 {
    padding: 28px !important; }
  .u-pr-sm-28 {
    padding-right: 28px !important; }
  .u-pl-sm-28 {
    padding-left: 28px !important; }
  .u-pt-sm-28 {
    padding-top: 28px !important; }
  .u-pb-sm-28 {
    padding-bottom: 28px !important; }
  .u-px-sm-28 {
    padding-left: 28px !important;
    padding-right: 28px !important; }
  .u-py-sm-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important; } }

.u-p-29 {
  padding: 29px !important; }

.u-pr-29 {
  padding-right: 29px !important; }

.u-pl-29 {
  padding-left: 29px !important; }

.u-pt-29 {
  padding-top: 29px !important; }

.u-pb-29 {
  padding-bottom: 29px !important; }

.u-px-29 {
  padding-left: 29px !important;
  padding-right: 29px !important; }

.u-py-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-29 {
    padding: 29px !important; }
  .u-pr-md-29 {
    padding-right: 29px !important; }
  .u-pl-md-29 {
    padding-left: 29px !important; }
  .u-pt-md-29 {
    padding-top: 29px !important; }
  .u-pb-md-29 {
    padding-bottom: 29px !important; }
  .u-px-md-29 {
    padding-left: 29px !important;
    padding-right: 29px !important; }
  .u-py-md-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-29 {
    padding: 29px !important; }
  .u-pr-sm-29 {
    padding-right: 29px !important; }
  .u-pl-sm-29 {
    padding-left: 29px !important; }
  .u-pt-sm-29 {
    padding-top: 29px !important; }
  .u-pb-sm-29 {
    padding-bottom: 29px !important; }
  .u-px-sm-29 {
    padding-left: 29px !important;
    padding-right: 29px !important; }
  .u-py-sm-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important; } }

.u-p-30 {
  padding: 30px !important; }

.u-pr-30 {
  padding-right: 30px !important; }

.u-pl-30 {
  padding-left: 30px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-pb-30 {
  padding-bottom: 30px !important; }

.u-px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.u-py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-30 {
    padding: 30px !important; }
  .u-pr-md-30 {
    padding-right: 30px !important; }
  .u-pl-md-30 {
    padding-left: 30px !important; }
  .u-pt-md-30 {
    padding-top: 30px !important; }
  .u-pb-md-30 {
    padding-bottom: 30px !important; }
  .u-px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .u-py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-30 {
    padding: 30px !important; }
  .u-pr-sm-30 {
    padding-right: 30px !important; }
  .u-pl-sm-30 {
    padding-left: 30px !important; }
  .u-pt-sm-30 {
    padding-top: 30px !important; }
  .u-pb-sm-30 {
    padding-bottom: 30px !important; }
  .u-px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .u-py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

.u-p-31 {
  padding: 31px !important; }

.u-pr-31 {
  padding-right: 31px !important; }

.u-pl-31 {
  padding-left: 31px !important; }

.u-pt-31 {
  padding-top: 31px !important; }

.u-pb-31 {
  padding-bottom: 31px !important; }

.u-px-31 {
  padding-left: 31px !important;
  padding-right: 31px !important; }

.u-py-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-31 {
    padding: 31px !important; }
  .u-pr-md-31 {
    padding-right: 31px !important; }
  .u-pl-md-31 {
    padding-left: 31px !important; }
  .u-pt-md-31 {
    padding-top: 31px !important; }
  .u-pb-md-31 {
    padding-bottom: 31px !important; }
  .u-px-md-31 {
    padding-left: 31px !important;
    padding-right: 31px !important; }
  .u-py-md-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-31 {
    padding: 31px !important; }
  .u-pr-sm-31 {
    padding-right: 31px !important; }
  .u-pl-sm-31 {
    padding-left: 31px !important; }
  .u-pt-sm-31 {
    padding-top: 31px !important; }
  .u-pb-sm-31 {
    padding-bottom: 31px !important; }
  .u-px-sm-31 {
    padding-left: 31px !important;
    padding-right: 31px !important; }
  .u-py-sm-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important; } }

.u-p-32 {
  padding: 32px !important; }

.u-pr-32 {
  padding-right: 32px !important; }

.u-pl-32 {
  padding-left: 32px !important; }

.u-pt-32 {
  padding-top: 32px !important; }

.u-pb-32 {
  padding-bottom: 32px !important; }

.u-px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important; }

.u-py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-32 {
    padding: 32px !important; }
  .u-pr-md-32 {
    padding-right: 32px !important; }
  .u-pl-md-32 {
    padding-left: 32px !important; }
  .u-pt-md-32 {
    padding-top: 32px !important; }
  .u-pb-md-32 {
    padding-bottom: 32px !important; }
  .u-px-md-32 {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .u-py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-32 {
    padding: 32px !important; }
  .u-pr-sm-32 {
    padding-right: 32px !important; }
  .u-pl-sm-32 {
    padding-left: 32px !important; }
  .u-pt-sm-32 {
    padding-top: 32px !important; }
  .u-pb-sm-32 {
    padding-bottom: 32px !important; }
  .u-px-sm-32 {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .u-py-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important; } }

.u-p-33 {
  padding: 33px !important; }

.u-pr-33 {
  padding-right: 33px !important; }

.u-pl-33 {
  padding-left: 33px !important; }

.u-pt-33 {
  padding-top: 33px !important; }

.u-pb-33 {
  padding-bottom: 33px !important; }

.u-px-33 {
  padding-left: 33px !important;
  padding-right: 33px !important; }

.u-py-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-33 {
    padding: 33px !important; }
  .u-pr-md-33 {
    padding-right: 33px !important; }
  .u-pl-md-33 {
    padding-left: 33px !important; }
  .u-pt-md-33 {
    padding-top: 33px !important; }
  .u-pb-md-33 {
    padding-bottom: 33px !important; }
  .u-px-md-33 {
    padding-left: 33px !important;
    padding-right: 33px !important; }
  .u-py-md-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-33 {
    padding: 33px !important; }
  .u-pr-sm-33 {
    padding-right: 33px !important; }
  .u-pl-sm-33 {
    padding-left: 33px !important; }
  .u-pt-sm-33 {
    padding-top: 33px !important; }
  .u-pb-sm-33 {
    padding-bottom: 33px !important; }
  .u-px-sm-33 {
    padding-left: 33px !important;
    padding-right: 33px !important; }
  .u-py-sm-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important; } }

.u-p-34 {
  padding: 34px !important; }

.u-pr-34 {
  padding-right: 34px !important; }

.u-pl-34 {
  padding-left: 34px !important; }

.u-pt-34 {
  padding-top: 34px !important; }

.u-pb-34 {
  padding-bottom: 34px !important; }

.u-px-34 {
  padding-left: 34px !important;
  padding-right: 34px !important; }

.u-py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-34 {
    padding: 34px !important; }
  .u-pr-md-34 {
    padding-right: 34px !important; }
  .u-pl-md-34 {
    padding-left: 34px !important; }
  .u-pt-md-34 {
    padding-top: 34px !important; }
  .u-pb-md-34 {
    padding-bottom: 34px !important; }
  .u-px-md-34 {
    padding-left: 34px !important;
    padding-right: 34px !important; }
  .u-py-md-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-34 {
    padding: 34px !important; }
  .u-pr-sm-34 {
    padding-right: 34px !important; }
  .u-pl-sm-34 {
    padding-left: 34px !important; }
  .u-pt-sm-34 {
    padding-top: 34px !important; }
  .u-pb-sm-34 {
    padding-bottom: 34px !important; }
  .u-px-sm-34 {
    padding-left: 34px !important;
    padding-right: 34px !important; }
  .u-py-sm-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important; } }

.u-p-35 {
  padding: 35px !important; }

.u-pr-35 {
  padding-right: 35px !important; }

.u-pl-35 {
  padding-left: 35px !important; }

.u-pt-35 {
  padding-top: 35px !important; }

.u-pb-35 {
  padding-bottom: 35px !important; }

.u-px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.u-py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-35 {
    padding: 35px !important; }
  .u-pr-md-35 {
    padding-right: 35px !important; }
  .u-pl-md-35 {
    padding-left: 35px !important; }
  .u-pt-md-35 {
    padding-top: 35px !important; }
  .u-pb-md-35 {
    padding-bottom: 35px !important; }
  .u-px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .u-py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-35 {
    padding: 35px !important; }
  .u-pr-sm-35 {
    padding-right: 35px !important; }
  .u-pl-sm-35 {
    padding-left: 35px !important; }
  .u-pt-sm-35 {
    padding-top: 35px !important; }
  .u-pb-sm-35 {
    padding-bottom: 35px !important; }
  .u-px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .u-py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

.u-p-36 {
  padding: 36px !important; }

.u-pr-36 {
  padding-right: 36px !important; }

.u-pl-36 {
  padding-left: 36px !important; }

.u-pt-36 {
  padding-top: 36px !important; }

.u-pb-36 {
  padding-bottom: 36px !important; }

.u-px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important; }

.u-py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-36 {
    padding: 36px !important; }
  .u-pr-md-36 {
    padding-right: 36px !important; }
  .u-pl-md-36 {
    padding-left: 36px !important; }
  .u-pt-md-36 {
    padding-top: 36px !important; }
  .u-pb-md-36 {
    padding-bottom: 36px !important; }
  .u-px-md-36 {
    padding-left: 36px !important;
    padding-right: 36px !important; }
  .u-py-md-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-36 {
    padding: 36px !important; }
  .u-pr-sm-36 {
    padding-right: 36px !important; }
  .u-pl-sm-36 {
    padding-left: 36px !important; }
  .u-pt-sm-36 {
    padding-top: 36px !important; }
  .u-pb-sm-36 {
    padding-bottom: 36px !important; }
  .u-px-sm-36 {
    padding-left: 36px !important;
    padding-right: 36px !important; }
  .u-py-sm-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important; } }

.u-p-37 {
  padding: 37px !important; }

.u-pr-37 {
  padding-right: 37px !important; }

.u-pl-37 {
  padding-left: 37px !important; }

.u-pt-37 {
  padding-top: 37px !important; }

.u-pb-37 {
  padding-bottom: 37px !important; }

.u-px-37 {
  padding-left: 37px !important;
  padding-right: 37px !important; }

.u-py-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-37 {
    padding: 37px !important; }
  .u-pr-md-37 {
    padding-right: 37px !important; }
  .u-pl-md-37 {
    padding-left: 37px !important; }
  .u-pt-md-37 {
    padding-top: 37px !important; }
  .u-pb-md-37 {
    padding-bottom: 37px !important; }
  .u-px-md-37 {
    padding-left: 37px !important;
    padding-right: 37px !important; }
  .u-py-md-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-37 {
    padding: 37px !important; }
  .u-pr-sm-37 {
    padding-right: 37px !important; }
  .u-pl-sm-37 {
    padding-left: 37px !important; }
  .u-pt-sm-37 {
    padding-top: 37px !important; }
  .u-pb-sm-37 {
    padding-bottom: 37px !important; }
  .u-px-sm-37 {
    padding-left: 37px !important;
    padding-right: 37px !important; }
  .u-py-sm-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important; } }

.u-p-38 {
  padding: 38px !important; }

.u-pr-38 {
  padding-right: 38px !important; }

.u-pl-38 {
  padding-left: 38px !important; }

.u-pt-38 {
  padding-top: 38px !important; }

.u-pb-38 {
  padding-bottom: 38px !important; }

.u-px-38 {
  padding-left: 38px !important;
  padding-right: 38px !important; }

.u-py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-38 {
    padding: 38px !important; }
  .u-pr-md-38 {
    padding-right: 38px !important; }
  .u-pl-md-38 {
    padding-left: 38px !important; }
  .u-pt-md-38 {
    padding-top: 38px !important; }
  .u-pb-md-38 {
    padding-bottom: 38px !important; }
  .u-px-md-38 {
    padding-left: 38px !important;
    padding-right: 38px !important; }
  .u-py-md-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-38 {
    padding: 38px !important; }
  .u-pr-sm-38 {
    padding-right: 38px !important; }
  .u-pl-sm-38 {
    padding-left: 38px !important; }
  .u-pt-sm-38 {
    padding-top: 38px !important; }
  .u-pb-sm-38 {
    padding-bottom: 38px !important; }
  .u-px-sm-38 {
    padding-left: 38px !important;
    padding-right: 38px !important; }
  .u-py-sm-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important; } }

.u-p-39 {
  padding: 39px !important; }

.u-pr-39 {
  padding-right: 39px !important; }

.u-pl-39 {
  padding-left: 39px !important; }

.u-pt-39 {
  padding-top: 39px !important; }

.u-pb-39 {
  padding-bottom: 39px !important; }

.u-px-39 {
  padding-left: 39px !important;
  padding-right: 39px !important; }

.u-py-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-39 {
    padding: 39px !important; }
  .u-pr-md-39 {
    padding-right: 39px !important; }
  .u-pl-md-39 {
    padding-left: 39px !important; }
  .u-pt-md-39 {
    padding-top: 39px !important; }
  .u-pb-md-39 {
    padding-bottom: 39px !important; }
  .u-px-md-39 {
    padding-left: 39px !important;
    padding-right: 39px !important; }
  .u-py-md-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-39 {
    padding: 39px !important; }
  .u-pr-sm-39 {
    padding-right: 39px !important; }
  .u-pl-sm-39 {
    padding-left: 39px !important; }
  .u-pt-sm-39 {
    padding-top: 39px !important; }
  .u-pb-sm-39 {
    padding-bottom: 39px !important; }
  .u-px-sm-39 {
    padding-left: 39px !important;
    padding-right: 39px !important; }
  .u-py-sm-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important; } }

.u-p-40 {
  padding: 40px !important; }

.u-pr-40 {
  padding-right: 40px !important; }

.u-pl-40 {
  padding-left: 40px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-pb-40 {
  padding-bottom: 40px !important; }

.u-px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.u-py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-40 {
    padding: 40px !important; }
  .u-pr-md-40 {
    padding-right: 40px !important; }
  .u-pl-md-40 {
    padding-left: 40px !important; }
  .u-pt-md-40 {
    padding-top: 40px !important; }
  .u-pb-md-40 {
    padding-bottom: 40px !important; }
  .u-px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .u-py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-40 {
    padding: 40px !important; }
  .u-pr-sm-40 {
    padding-right: 40px !important; }
  .u-pl-sm-40 {
    padding-left: 40px !important; }
  .u-pt-sm-40 {
    padding-top: 40px !important; }
  .u-pb-sm-40 {
    padding-bottom: 40px !important; }
  .u-px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .u-py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

.u-p-41 {
  padding: 41px !important; }

.u-pr-41 {
  padding-right: 41px !important; }

.u-pl-41 {
  padding-left: 41px !important; }

.u-pt-41 {
  padding-top: 41px !important; }

.u-pb-41 {
  padding-bottom: 41px !important; }

.u-px-41 {
  padding-left: 41px !important;
  padding-right: 41px !important; }

.u-py-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-41 {
    padding: 41px !important; }
  .u-pr-md-41 {
    padding-right: 41px !important; }
  .u-pl-md-41 {
    padding-left: 41px !important; }
  .u-pt-md-41 {
    padding-top: 41px !important; }
  .u-pb-md-41 {
    padding-bottom: 41px !important; }
  .u-px-md-41 {
    padding-left: 41px !important;
    padding-right: 41px !important; }
  .u-py-md-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-41 {
    padding: 41px !important; }
  .u-pr-sm-41 {
    padding-right: 41px !important; }
  .u-pl-sm-41 {
    padding-left: 41px !important; }
  .u-pt-sm-41 {
    padding-top: 41px !important; }
  .u-pb-sm-41 {
    padding-bottom: 41px !important; }
  .u-px-sm-41 {
    padding-left: 41px !important;
    padding-right: 41px !important; }
  .u-py-sm-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important; } }

.u-p-42 {
  padding: 42px !important; }

.u-pr-42 {
  padding-right: 42px !important; }

.u-pl-42 {
  padding-left: 42px !important; }

.u-pt-42 {
  padding-top: 42px !important; }

.u-pb-42 {
  padding-bottom: 42px !important; }

.u-px-42 {
  padding-left: 42px !important;
  padding-right: 42px !important; }

.u-py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-42 {
    padding: 42px !important; }
  .u-pr-md-42 {
    padding-right: 42px !important; }
  .u-pl-md-42 {
    padding-left: 42px !important; }
  .u-pt-md-42 {
    padding-top: 42px !important; }
  .u-pb-md-42 {
    padding-bottom: 42px !important; }
  .u-px-md-42 {
    padding-left: 42px !important;
    padding-right: 42px !important; }
  .u-py-md-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-42 {
    padding: 42px !important; }
  .u-pr-sm-42 {
    padding-right: 42px !important; }
  .u-pl-sm-42 {
    padding-left: 42px !important; }
  .u-pt-sm-42 {
    padding-top: 42px !important; }
  .u-pb-sm-42 {
    padding-bottom: 42px !important; }
  .u-px-sm-42 {
    padding-left: 42px !important;
    padding-right: 42px !important; }
  .u-py-sm-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important; } }

.u-p-43 {
  padding: 43px !important; }

.u-pr-43 {
  padding-right: 43px !important; }

.u-pl-43 {
  padding-left: 43px !important; }

.u-pt-43 {
  padding-top: 43px !important; }

.u-pb-43 {
  padding-bottom: 43px !important; }

.u-px-43 {
  padding-left: 43px !important;
  padding-right: 43px !important; }

.u-py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-43 {
    padding: 43px !important; }
  .u-pr-md-43 {
    padding-right: 43px !important; }
  .u-pl-md-43 {
    padding-left: 43px !important; }
  .u-pt-md-43 {
    padding-top: 43px !important; }
  .u-pb-md-43 {
    padding-bottom: 43px !important; }
  .u-px-md-43 {
    padding-left: 43px !important;
    padding-right: 43px !important; }
  .u-py-md-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-43 {
    padding: 43px !important; }
  .u-pr-sm-43 {
    padding-right: 43px !important; }
  .u-pl-sm-43 {
    padding-left: 43px !important; }
  .u-pt-sm-43 {
    padding-top: 43px !important; }
  .u-pb-sm-43 {
    padding-bottom: 43px !important; }
  .u-px-sm-43 {
    padding-left: 43px !important;
    padding-right: 43px !important; }
  .u-py-sm-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important; } }

.u-p-44 {
  padding: 44px !important; }

.u-pr-44 {
  padding-right: 44px !important; }

.u-pl-44 {
  padding-left: 44px !important; }

.u-pt-44 {
  padding-top: 44px !important; }

.u-pb-44 {
  padding-bottom: 44px !important; }

.u-px-44 {
  padding-left: 44px !important;
  padding-right: 44px !important; }

.u-py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-44 {
    padding: 44px !important; }
  .u-pr-md-44 {
    padding-right: 44px !important; }
  .u-pl-md-44 {
    padding-left: 44px !important; }
  .u-pt-md-44 {
    padding-top: 44px !important; }
  .u-pb-md-44 {
    padding-bottom: 44px !important; }
  .u-px-md-44 {
    padding-left: 44px !important;
    padding-right: 44px !important; }
  .u-py-md-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-44 {
    padding: 44px !important; }
  .u-pr-sm-44 {
    padding-right: 44px !important; }
  .u-pl-sm-44 {
    padding-left: 44px !important; }
  .u-pt-sm-44 {
    padding-top: 44px !important; }
  .u-pb-sm-44 {
    padding-bottom: 44px !important; }
  .u-px-sm-44 {
    padding-left: 44px !important;
    padding-right: 44px !important; }
  .u-py-sm-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important; } }

.u-p-45 {
  padding: 45px !important; }

.u-pr-45 {
  padding-right: 45px !important; }

.u-pl-45 {
  padding-left: 45px !important; }

.u-pt-45 {
  padding-top: 45px !important; }

.u-pb-45 {
  padding-bottom: 45px !important; }

.u-px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.u-py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-45 {
    padding: 45px !important; }
  .u-pr-md-45 {
    padding-right: 45px !important; }
  .u-pl-md-45 {
    padding-left: 45px !important; }
  .u-pt-md-45 {
    padding-top: 45px !important; }
  .u-pb-md-45 {
    padding-bottom: 45px !important; }
  .u-px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .u-py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-45 {
    padding: 45px !important; }
  .u-pr-sm-45 {
    padding-right: 45px !important; }
  .u-pl-sm-45 {
    padding-left: 45px !important; }
  .u-pt-sm-45 {
    padding-top: 45px !important; }
  .u-pb-sm-45 {
    padding-bottom: 45px !important; }
  .u-px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .u-py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

.u-p-46 {
  padding: 46px !important; }

.u-pr-46 {
  padding-right: 46px !important; }

.u-pl-46 {
  padding-left: 46px !important; }

.u-pt-46 {
  padding-top: 46px !important; }

.u-pb-46 {
  padding-bottom: 46px !important; }

.u-px-46 {
  padding-left: 46px !important;
  padding-right: 46px !important; }

.u-py-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-46 {
    padding: 46px !important; }
  .u-pr-md-46 {
    padding-right: 46px !important; }
  .u-pl-md-46 {
    padding-left: 46px !important; }
  .u-pt-md-46 {
    padding-top: 46px !important; }
  .u-pb-md-46 {
    padding-bottom: 46px !important; }
  .u-px-md-46 {
    padding-left: 46px !important;
    padding-right: 46px !important; }
  .u-py-md-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-46 {
    padding: 46px !important; }
  .u-pr-sm-46 {
    padding-right: 46px !important; }
  .u-pl-sm-46 {
    padding-left: 46px !important; }
  .u-pt-sm-46 {
    padding-top: 46px !important; }
  .u-pb-sm-46 {
    padding-bottom: 46px !important; }
  .u-px-sm-46 {
    padding-left: 46px !important;
    padding-right: 46px !important; }
  .u-py-sm-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important; } }

.u-p-47 {
  padding: 47px !important; }

.u-pr-47 {
  padding-right: 47px !important; }

.u-pl-47 {
  padding-left: 47px !important; }

.u-pt-47 {
  padding-top: 47px !important; }

.u-pb-47 {
  padding-bottom: 47px !important; }

.u-px-47 {
  padding-left: 47px !important;
  padding-right: 47px !important; }

.u-py-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-47 {
    padding: 47px !important; }
  .u-pr-md-47 {
    padding-right: 47px !important; }
  .u-pl-md-47 {
    padding-left: 47px !important; }
  .u-pt-md-47 {
    padding-top: 47px !important; }
  .u-pb-md-47 {
    padding-bottom: 47px !important; }
  .u-px-md-47 {
    padding-left: 47px !important;
    padding-right: 47px !important; }
  .u-py-md-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-47 {
    padding: 47px !important; }
  .u-pr-sm-47 {
    padding-right: 47px !important; }
  .u-pl-sm-47 {
    padding-left: 47px !important; }
  .u-pt-sm-47 {
    padding-top: 47px !important; }
  .u-pb-sm-47 {
    padding-bottom: 47px !important; }
  .u-px-sm-47 {
    padding-left: 47px !important;
    padding-right: 47px !important; }
  .u-py-sm-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important; } }

.u-p-48 {
  padding: 48px !important; }

.u-pr-48 {
  padding-right: 48px !important; }

.u-pl-48 {
  padding-left: 48px !important; }

.u-pt-48 {
  padding-top: 48px !important; }

.u-pb-48 {
  padding-bottom: 48px !important; }

.u-px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.u-py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-48 {
    padding: 48px !important; }
  .u-pr-md-48 {
    padding-right: 48px !important; }
  .u-pl-md-48 {
    padding-left: 48px !important; }
  .u-pt-md-48 {
    padding-top: 48px !important; }
  .u-pb-md-48 {
    padding-bottom: 48px !important; }
  .u-px-md-48 {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .u-py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-48 {
    padding: 48px !important; }
  .u-pr-sm-48 {
    padding-right: 48px !important; }
  .u-pl-sm-48 {
    padding-left: 48px !important; }
  .u-pt-sm-48 {
    padding-top: 48px !important; }
  .u-pb-sm-48 {
    padding-bottom: 48px !important; }
  .u-px-sm-48 {
    padding-left: 48px !important;
    padding-right: 48px !important; }
  .u-py-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; } }

.u-p-49 {
  padding: 49px !important; }

.u-pr-49 {
  padding-right: 49px !important; }

.u-pl-49 {
  padding-left: 49px !important; }

.u-pt-49 {
  padding-top: 49px !important; }

.u-pb-49 {
  padding-bottom: 49px !important; }

.u-px-49 {
  padding-left: 49px !important;
  padding-right: 49px !important; }

.u-py-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-49 {
    padding: 49px !important; }
  .u-pr-md-49 {
    padding-right: 49px !important; }
  .u-pl-md-49 {
    padding-left: 49px !important; }
  .u-pt-md-49 {
    padding-top: 49px !important; }
  .u-pb-md-49 {
    padding-bottom: 49px !important; }
  .u-px-md-49 {
    padding-left: 49px !important;
    padding-right: 49px !important; }
  .u-py-md-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-49 {
    padding: 49px !important; }
  .u-pr-sm-49 {
    padding-right: 49px !important; }
  .u-pl-sm-49 {
    padding-left: 49px !important; }
  .u-pt-sm-49 {
    padding-top: 49px !important; }
  .u-pb-sm-49 {
    padding-bottom: 49px !important; }
  .u-px-sm-49 {
    padding-left: 49px !important;
    padding-right: 49px !important; }
  .u-py-sm-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important; } }

.u-p-50 {
  padding: 50px !important; }

.u-pr-50 {
  padding-right: 50px !important; }

.u-pl-50 {
  padding-left: 50px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-pb-50 {
  padding-bottom: 50px !important; }

.u-px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.u-py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-50 {
    padding: 50px !important; }
  .u-pr-md-50 {
    padding-right: 50px !important; }
  .u-pl-md-50 {
    padding-left: 50px !important; }
  .u-pt-md-50 {
    padding-top: 50px !important; }
  .u-pb-md-50 {
    padding-bottom: 50px !important; }
  .u-px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .u-py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-50 {
    padding: 50px !important; }
  .u-pr-sm-50 {
    padding-right: 50px !important; }
  .u-pl-sm-50 {
    padding-left: 50px !important; }
  .u-pt-sm-50 {
    padding-top: 50px !important; }
  .u-pb-sm-50 {
    padding-bottom: 50px !important; }
  .u-px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .u-py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

.u-p-51 {
  padding: 51px !important; }

.u-pr-51 {
  padding-right: 51px !important; }

.u-pl-51 {
  padding-left: 51px !important; }

.u-pt-51 {
  padding-top: 51px !important; }

.u-pb-51 {
  padding-bottom: 51px !important; }

.u-px-51 {
  padding-left: 51px !important;
  padding-right: 51px !important; }

.u-py-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-51 {
    padding: 51px !important; }
  .u-pr-md-51 {
    padding-right: 51px !important; }
  .u-pl-md-51 {
    padding-left: 51px !important; }
  .u-pt-md-51 {
    padding-top: 51px !important; }
  .u-pb-md-51 {
    padding-bottom: 51px !important; }
  .u-px-md-51 {
    padding-left: 51px !important;
    padding-right: 51px !important; }
  .u-py-md-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-51 {
    padding: 51px !important; }
  .u-pr-sm-51 {
    padding-right: 51px !important; }
  .u-pl-sm-51 {
    padding-left: 51px !important; }
  .u-pt-sm-51 {
    padding-top: 51px !important; }
  .u-pb-sm-51 {
    padding-bottom: 51px !important; }
  .u-px-sm-51 {
    padding-left: 51px !important;
    padding-right: 51px !important; }
  .u-py-sm-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important; } }

.u-p-52 {
  padding: 52px !important; }

.u-pr-52 {
  padding-right: 52px !important; }

.u-pl-52 {
  padding-left: 52px !important; }

.u-pt-52 {
  padding-top: 52px !important; }

.u-pb-52 {
  padding-bottom: 52px !important; }

.u-px-52 {
  padding-left: 52px !important;
  padding-right: 52px !important; }

.u-py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-52 {
    padding: 52px !important; }
  .u-pr-md-52 {
    padding-right: 52px !important; }
  .u-pl-md-52 {
    padding-left: 52px !important; }
  .u-pt-md-52 {
    padding-top: 52px !important; }
  .u-pb-md-52 {
    padding-bottom: 52px !important; }
  .u-px-md-52 {
    padding-left: 52px !important;
    padding-right: 52px !important; }
  .u-py-md-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-52 {
    padding: 52px !important; }
  .u-pr-sm-52 {
    padding-right: 52px !important; }
  .u-pl-sm-52 {
    padding-left: 52px !important; }
  .u-pt-sm-52 {
    padding-top: 52px !important; }
  .u-pb-sm-52 {
    padding-bottom: 52px !important; }
  .u-px-sm-52 {
    padding-left: 52px !important;
    padding-right: 52px !important; }
  .u-py-sm-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important; } }

.u-p-53 {
  padding: 53px !important; }

.u-pr-53 {
  padding-right: 53px !important; }

.u-pl-53 {
  padding-left: 53px !important; }

.u-pt-53 {
  padding-top: 53px !important; }

.u-pb-53 {
  padding-bottom: 53px !important; }

.u-px-53 {
  padding-left: 53px !important;
  padding-right: 53px !important; }

.u-py-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-53 {
    padding: 53px !important; }
  .u-pr-md-53 {
    padding-right: 53px !important; }
  .u-pl-md-53 {
    padding-left: 53px !important; }
  .u-pt-md-53 {
    padding-top: 53px !important; }
  .u-pb-md-53 {
    padding-bottom: 53px !important; }
  .u-px-md-53 {
    padding-left: 53px !important;
    padding-right: 53px !important; }
  .u-py-md-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-53 {
    padding: 53px !important; }
  .u-pr-sm-53 {
    padding-right: 53px !important; }
  .u-pl-sm-53 {
    padding-left: 53px !important; }
  .u-pt-sm-53 {
    padding-top: 53px !important; }
  .u-pb-sm-53 {
    padding-bottom: 53px !important; }
  .u-px-sm-53 {
    padding-left: 53px !important;
    padding-right: 53px !important; }
  .u-py-sm-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important; } }

.u-p-54 {
  padding: 54px !important; }

.u-pr-54 {
  padding-right: 54px !important; }

.u-pl-54 {
  padding-left: 54px !important; }

.u-pt-54 {
  padding-top: 54px !important; }

.u-pb-54 {
  padding-bottom: 54px !important; }

.u-px-54 {
  padding-left: 54px !important;
  padding-right: 54px !important; }

.u-py-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-54 {
    padding: 54px !important; }
  .u-pr-md-54 {
    padding-right: 54px !important; }
  .u-pl-md-54 {
    padding-left: 54px !important; }
  .u-pt-md-54 {
    padding-top: 54px !important; }
  .u-pb-md-54 {
    padding-bottom: 54px !important; }
  .u-px-md-54 {
    padding-left: 54px !important;
    padding-right: 54px !important; }
  .u-py-md-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-54 {
    padding: 54px !important; }
  .u-pr-sm-54 {
    padding-right: 54px !important; }
  .u-pl-sm-54 {
    padding-left: 54px !important; }
  .u-pt-sm-54 {
    padding-top: 54px !important; }
  .u-pb-sm-54 {
    padding-bottom: 54px !important; }
  .u-px-sm-54 {
    padding-left: 54px !important;
    padding-right: 54px !important; }
  .u-py-sm-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important; } }

.u-p-55 {
  padding: 55px !important; }

.u-pr-55 {
  padding-right: 55px !important; }

.u-pl-55 {
  padding-left: 55px !important; }

.u-pt-55 {
  padding-top: 55px !important; }

.u-pb-55 {
  padding-bottom: 55px !important; }

.u-px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.u-py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-55 {
    padding: 55px !important; }
  .u-pr-md-55 {
    padding-right: 55px !important; }
  .u-pl-md-55 {
    padding-left: 55px !important; }
  .u-pt-md-55 {
    padding-top: 55px !important; }
  .u-pb-md-55 {
    padding-bottom: 55px !important; }
  .u-px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }
  .u-py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-55 {
    padding: 55px !important; }
  .u-pr-sm-55 {
    padding-right: 55px !important; }
  .u-pl-sm-55 {
    padding-left: 55px !important; }
  .u-pt-sm-55 {
    padding-top: 55px !important; }
  .u-pb-sm-55 {
    padding-bottom: 55px !important; }
  .u-px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }
  .u-py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

.u-p-56 {
  padding: 56px !important; }

.u-pr-56 {
  padding-right: 56px !important; }

.u-pl-56 {
  padding-left: 56px !important; }

.u-pt-56 {
  padding-top: 56px !important; }

.u-pb-56 {
  padding-bottom: 56px !important; }

.u-px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important; }

.u-py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-56 {
    padding: 56px !important; }
  .u-pr-md-56 {
    padding-right: 56px !important; }
  .u-pl-md-56 {
    padding-left: 56px !important; }
  .u-pt-md-56 {
    padding-top: 56px !important; }
  .u-pb-md-56 {
    padding-bottom: 56px !important; }
  .u-px-md-56 {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .u-py-md-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-56 {
    padding: 56px !important; }
  .u-pr-sm-56 {
    padding-right: 56px !important; }
  .u-pl-sm-56 {
    padding-left: 56px !important; }
  .u-pt-sm-56 {
    padding-top: 56px !important; }
  .u-pb-sm-56 {
    padding-bottom: 56px !important; }
  .u-px-sm-56 {
    padding-left: 56px !important;
    padding-right: 56px !important; }
  .u-py-sm-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important; } }

.u-p-57 {
  padding: 57px !important; }

.u-pr-57 {
  padding-right: 57px !important; }

.u-pl-57 {
  padding-left: 57px !important; }

.u-pt-57 {
  padding-top: 57px !important; }

.u-pb-57 {
  padding-bottom: 57px !important; }

.u-px-57 {
  padding-left: 57px !important;
  padding-right: 57px !important; }

.u-py-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-57 {
    padding: 57px !important; }
  .u-pr-md-57 {
    padding-right: 57px !important; }
  .u-pl-md-57 {
    padding-left: 57px !important; }
  .u-pt-md-57 {
    padding-top: 57px !important; }
  .u-pb-md-57 {
    padding-bottom: 57px !important; }
  .u-px-md-57 {
    padding-left: 57px !important;
    padding-right: 57px !important; }
  .u-py-md-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-57 {
    padding: 57px !important; }
  .u-pr-sm-57 {
    padding-right: 57px !important; }
  .u-pl-sm-57 {
    padding-left: 57px !important; }
  .u-pt-sm-57 {
    padding-top: 57px !important; }
  .u-pb-sm-57 {
    padding-bottom: 57px !important; }
  .u-px-sm-57 {
    padding-left: 57px !important;
    padding-right: 57px !important; }
  .u-py-sm-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important; } }

.u-p-58 {
  padding: 58px !important; }

.u-pr-58 {
  padding-right: 58px !important; }

.u-pl-58 {
  padding-left: 58px !important; }

.u-pt-58 {
  padding-top: 58px !important; }

.u-pb-58 {
  padding-bottom: 58px !important; }

.u-px-58 {
  padding-left: 58px !important;
  padding-right: 58px !important; }

.u-py-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-58 {
    padding: 58px !important; }
  .u-pr-md-58 {
    padding-right: 58px !important; }
  .u-pl-md-58 {
    padding-left: 58px !important; }
  .u-pt-md-58 {
    padding-top: 58px !important; }
  .u-pb-md-58 {
    padding-bottom: 58px !important; }
  .u-px-md-58 {
    padding-left: 58px !important;
    padding-right: 58px !important; }
  .u-py-md-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-58 {
    padding: 58px !important; }
  .u-pr-sm-58 {
    padding-right: 58px !important; }
  .u-pl-sm-58 {
    padding-left: 58px !important; }
  .u-pt-sm-58 {
    padding-top: 58px !important; }
  .u-pb-sm-58 {
    padding-bottom: 58px !important; }
  .u-px-sm-58 {
    padding-left: 58px !important;
    padding-right: 58px !important; }
  .u-py-sm-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important; } }

.u-p-59 {
  padding: 59px !important; }

.u-pr-59 {
  padding-right: 59px !important; }

.u-pl-59 {
  padding-left: 59px !important; }

.u-pt-59 {
  padding-top: 59px !important; }

.u-pb-59 {
  padding-bottom: 59px !important; }

.u-px-59 {
  padding-left: 59px !important;
  padding-right: 59px !important; }

.u-py-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-59 {
    padding: 59px !important; }
  .u-pr-md-59 {
    padding-right: 59px !important; }
  .u-pl-md-59 {
    padding-left: 59px !important; }
  .u-pt-md-59 {
    padding-top: 59px !important; }
  .u-pb-md-59 {
    padding-bottom: 59px !important; }
  .u-px-md-59 {
    padding-left: 59px !important;
    padding-right: 59px !important; }
  .u-py-md-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-59 {
    padding: 59px !important; }
  .u-pr-sm-59 {
    padding-right: 59px !important; }
  .u-pl-sm-59 {
    padding-left: 59px !important; }
  .u-pt-sm-59 {
    padding-top: 59px !important; }
  .u-pb-sm-59 {
    padding-bottom: 59px !important; }
  .u-px-sm-59 {
    padding-left: 59px !important;
    padding-right: 59px !important; }
  .u-py-sm-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important; } }

.u-p-60 {
  padding: 60px !important; }

.u-pr-60 {
  padding-right: 60px !important; }

.u-pl-60 {
  padding-left: 60px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-pb-60 {
  padding-bottom: 60px !important; }

.u-px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.u-py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-60 {
    padding: 60px !important; }
  .u-pr-md-60 {
    padding-right: 60px !important; }
  .u-pl-md-60 {
    padding-left: 60px !important; }
  .u-pt-md-60 {
    padding-top: 60px !important; }
  .u-pb-md-60 {
    padding-bottom: 60px !important; }
  .u-px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .u-py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-60 {
    padding: 60px !important; }
  .u-pr-sm-60 {
    padding-right: 60px !important; }
  .u-pl-sm-60 {
    padding-left: 60px !important; }
  .u-pt-sm-60 {
    padding-top: 60px !important; }
  .u-pb-sm-60 {
    padding-bottom: 60px !important; }
  .u-px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .u-py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

.u-p-61 {
  padding: 61px !important; }

.u-pr-61 {
  padding-right: 61px !important; }

.u-pl-61 {
  padding-left: 61px !important; }

.u-pt-61 {
  padding-top: 61px !important; }

.u-pb-61 {
  padding-bottom: 61px !important; }

.u-px-61 {
  padding-left: 61px !important;
  padding-right: 61px !important; }

.u-py-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-61 {
    padding: 61px !important; }
  .u-pr-md-61 {
    padding-right: 61px !important; }
  .u-pl-md-61 {
    padding-left: 61px !important; }
  .u-pt-md-61 {
    padding-top: 61px !important; }
  .u-pb-md-61 {
    padding-bottom: 61px !important; }
  .u-px-md-61 {
    padding-left: 61px !important;
    padding-right: 61px !important; }
  .u-py-md-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-61 {
    padding: 61px !important; }
  .u-pr-sm-61 {
    padding-right: 61px !important; }
  .u-pl-sm-61 {
    padding-left: 61px !important; }
  .u-pt-sm-61 {
    padding-top: 61px !important; }
  .u-pb-sm-61 {
    padding-bottom: 61px !important; }
  .u-px-sm-61 {
    padding-left: 61px !important;
    padding-right: 61px !important; }
  .u-py-sm-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important; } }

.u-p-62 {
  padding: 62px !important; }

.u-pr-62 {
  padding-right: 62px !important; }

.u-pl-62 {
  padding-left: 62px !important; }

.u-pt-62 {
  padding-top: 62px !important; }

.u-pb-62 {
  padding-bottom: 62px !important; }

.u-px-62 {
  padding-left: 62px !important;
  padding-right: 62px !important; }

.u-py-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-62 {
    padding: 62px !important; }
  .u-pr-md-62 {
    padding-right: 62px !important; }
  .u-pl-md-62 {
    padding-left: 62px !important; }
  .u-pt-md-62 {
    padding-top: 62px !important; }
  .u-pb-md-62 {
    padding-bottom: 62px !important; }
  .u-px-md-62 {
    padding-left: 62px !important;
    padding-right: 62px !important; }
  .u-py-md-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-62 {
    padding: 62px !important; }
  .u-pr-sm-62 {
    padding-right: 62px !important; }
  .u-pl-sm-62 {
    padding-left: 62px !important; }
  .u-pt-sm-62 {
    padding-top: 62px !important; }
  .u-pb-sm-62 {
    padding-bottom: 62px !important; }
  .u-px-sm-62 {
    padding-left: 62px !important;
    padding-right: 62px !important; }
  .u-py-sm-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important; } }

.u-p-63 {
  padding: 63px !important; }

.u-pr-63 {
  padding-right: 63px !important; }

.u-pl-63 {
  padding-left: 63px !important; }

.u-pt-63 {
  padding-top: 63px !important; }

.u-pb-63 {
  padding-bottom: 63px !important; }

.u-px-63 {
  padding-left: 63px !important;
  padding-right: 63px !important; }

.u-py-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-63 {
    padding: 63px !important; }
  .u-pr-md-63 {
    padding-right: 63px !important; }
  .u-pl-md-63 {
    padding-left: 63px !important; }
  .u-pt-md-63 {
    padding-top: 63px !important; }
  .u-pb-md-63 {
    padding-bottom: 63px !important; }
  .u-px-md-63 {
    padding-left: 63px !important;
    padding-right: 63px !important; }
  .u-py-md-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-63 {
    padding: 63px !important; }
  .u-pr-sm-63 {
    padding-right: 63px !important; }
  .u-pl-sm-63 {
    padding-left: 63px !important; }
  .u-pt-sm-63 {
    padding-top: 63px !important; }
  .u-pb-sm-63 {
    padding-bottom: 63px !important; }
  .u-px-sm-63 {
    padding-left: 63px !important;
    padding-right: 63px !important; }
  .u-py-sm-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important; } }

.u-p-64 {
  padding: 64px !important; }

.u-pr-64 {
  padding-right: 64px !important; }

.u-pl-64 {
  padding-left: 64px !important; }

.u-pt-64 {
  padding-top: 64px !important; }

.u-pb-64 {
  padding-bottom: 64px !important; }

.u-px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important; }

.u-py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-64 {
    padding: 64px !important; }
  .u-pr-md-64 {
    padding-right: 64px !important; }
  .u-pl-md-64 {
    padding-left: 64px !important; }
  .u-pt-md-64 {
    padding-top: 64px !important; }
  .u-pb-md-64 {
    padding-bottom: 64px !important; }
  .u-px-md-64 {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .u-py-md-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-64 {
    padding: 64px !important; }
  .u-pr-sm-64 {
    padding-right: 64px !important; }
  .u-pl-sm-64 {
    padding-left: 64px !important; }
  .u-pt-sm-64 {
    padding-top: 64px !important; }
  .u-pb-sm-64 {
    padding-bottom: 64px !important; }
  .u-px-sm-64 {
    padding-left: 64px !important;
    padding-right: 64px !important; }
  .u-py-sm-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important; } }

.u-p-65 {
  padding: 65px !important; }

.u-pr-65 {
  padding-right: 65px !important; }

.u-pl-65 {
  padding-left: 65px !important; }

.u-pt-65 {
  padding-top: 65px !important; }

.u-pb-65 {
  padding-bottom: 65px !important; }

.u-px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.u-py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-65 {
    padding: 65px !important; }
  .u-pr-md-65 {
    padding-right: 65px !important; }
  .u-pl-md-65 {
    padding-left: 65px !important; }
  .u-pt-md-65 {
    padding-top: 65px !important; }
  .u-pb-md-65 {
    padding-bottom: 65px !important; }
  .u-px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }
  .u-py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-65 {
    padding: 65px !important; }
  .u-pr-sm-65 {
    padding-right: 65px !important; }
  .u-pl-sm-65 {
    padding-left: 65px !important; }
  .u-pt-sm-65 {
    padding-top: 65px !important; }
  .u-pb-sm-65 {
    padding-bottom: 65px !important; }
  .u-px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }
  .u-py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

.u-p-66 {
  padding: 66px !important; }

.u-pr-66 {
  padding-right: 66px !important; }

.u-pl-66 {
  padding-left: 66px !important; }

.u-pt-66 {
  padding-top: 66px !important; }

.u-pb-66 {
  padding-bottom: 66px !important; }

.u-px-66 {
  padding-left: 66px !important;
  padding-right: 66px !important; }

.u-py-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-66 {
    padding: 66px !important; }
  .u-pr-md-66 {
    padding-right: 66px !important; }
  .u-pl-md-66 {
    padding-left: 66px !important; }
  .u-pt-md-66 {
    padding-top: 66px !important; }
  .u-pb-md-66 {
    padding-bottom: 66px !important; }
  .u-px-md-66 {
    padding-left: 66px !important;
    padding-right: 66px !important; }
  .u-py-md-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-66 {
    padding: 66px !important; }
  .u-pr-sm-66 {
    padding-right: 66px !important; }
  .u-pl-sm-66 {
    padding-left: 66px !important; }
  .u-pt-sm-66 {
    padding-top: 66px !important; }
  .u-pb-sm-66 {
    padding-bottom: 66px !important; }
  .u-px-sm-66 {
    padding-left: 66px !important;
    padding-right: 66px !important; }
  .u-py-sm-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important; } }

.u-p-67 {
  padding: 67px !important; }

.u-pr-67 {
  padding-right: 67px !important; }

.u-pl-67 {
  padding-left: 67px !important; }

.u-pt-67 {
  padding-top: 67px !important; }

.u-pb-67 {
  padding-bottom: 67px !important; }

.u-px-67 {
  padding-left: 67px !important;
  padding-right: 67px !important; }

.u-py-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-67 {
    padding: 67px !important; }
  .u-pr-md-67 {
    padding-right: 67px !important; }
  .u-pl-md-67 {
    padding-left: 67px !important; }
  .u-pt-md-67 {
    padding-top: 67px !important; }
  .u-pb-md-67 {
    padding-bottom: 67px !important; }
  .u-px-md-67 {
    padding-left: 67px !important;
    padding-right: 67px !important; }
  .u-py-md-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-67 {
    padding: 67px !important; }
  .u-pr-sm-67 {
    padding-right: 67px !important; }
  .u-pl-sm-67 {
    padding-left: 67px !important; }
  .u-pt-sm-67 {
    padding-top: 67px !important; }
  .u-pb-sm-67 {
    padding-bottom: 67px !important; }
  .u-px-sm-67 {
    padding-left: 67px !important;
    padding-right: 67px !important; }
  .u-py-sm-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important; } }

.u-p-68 {
  padding: 68px !important; }

.u-pr-68 {
  padding-right: 68px !important; }

.u-pl-68 {
  padding-left: 68px !important; }

.u-pt-68 {
  padding-top: 68px !important; }

.u-pb-68 {
  padding-bottom: 68px !important; }

.u-px-68 {
  padding-left: 68px !important;
  padding-right: 68px !important; }

.u-py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-68 {
    padding: 68px !important; }
  .u-pr-md-68 {
    padding-right: 68px !important; }
  .u-pl-md-68 {
    padding-left: 68px !important; }
  .u-pt-md-68 {
    padding-top: 68px !important; }
  .u-pb-md-68 {
    padding-bottom: 68px !important; }
  .u-px-md-68 {
    padding-left: 68px !important;
    padding-right: 68px !important; }
  .u-py-md-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-68 {
    padding: 68px !important; }
  .u-pr-sm-68 {
    padding-right: 68px !important; }
  .u-pl-sm-68 {
    padding-left: 68px !important; }
  .u-pt-sm-68 {
    padding-top: 68px !important; }
  .u-pb-sm-68 {
    padding-bottom: 68px !important; }
  .u-px-sm-68 {
    padding-left: 68px !important;
    padding-right: 68px !important; }
  .u-py-sm-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important; } }

.u-p-69 {
  padding: 69px !important; }

.u-pr-69 {
  padding-right: 69px !important; }

.u-pl-69 {
  padding-left: 69px !important; }

.u-pt-69 {
  padding-top: 69px !important; }

.u-pb-69 {
  padding-bottom: 69px !important; }

.u-px-69 {
  padding-left: 69px !important;
  padding-right: 69px !important; }

.u-py-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-69 {
    padding: 69px !important; }
  .u-pr-md-69 {
    padding-right: 69px !important; }
  .u-pl-md-69 {
    padding-left: 69px !important; }
  .u-pt-md-69 {
    padding-top: 69px !important; }
  .u-pb-md-69 {
    padding-bottom: 69px !important; }
  .u-px-md-69 {
    padding-left: 69px !important;
    padding-right: 69px !important; }
  .u-py-md-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-69 {
    padding: 69px !important; }
  .u-pr-sm-69 {
    padding-right: 69px !important; }
  .u-pl-sm-69 {
    padding-left: 69px !important; }
  .u-pt-sm-69 {
    padding-top: 69px !important; }
  .u-pb-sm-69 {
    padding-bottom: 69px !important; }
  .u-px-sm-69 {
    padding-left: 69px !important;
    padding-right: 69px !important; }
  .u-py-sm-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important; } }

.u-p-70 {
  padding: 70px !important; }

.u-pr-70 {
  padding-right: 70px !important; }

.u-pl-70 {
  padding-left: 70px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-pb-70 {
  padding-bottom: 70px !important; }

.u-px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.u-py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-70 {
    padding: 70px !important; }
  .u-pr-md-70 {
    padding-right: 70px !important; }
  .u-pl-md-70 {
    padding-left: 70px !important; }
  .u-pt-md-70 {
    padding-top: 70px !important; }
  .u-pb-md-70 {
    padding-bottom: 70px !important; }
  .u-px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  .u-py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-70 {
    padding: 70px !important; }
  .u-pr-sm-70 {
    padding-right: 70px !important; }
  .u-pl-sm-70 {
    padding-left: 70px !important; }
  .u-pt-sm-70 {
    padding-top: 70px !important; }
  .u-pb-sm-70 {
    padding-bottom: 70px !important; }
  .u-px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  .u-py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

.u-p-71 {
  padding: 71px !important; }

.u-pr-71 {
  padding-right: 71px !important; }

.u-pl-71 {
  padding-left: 71px !important; }

.u-pt-71 {
  padding-top: 71px !important; }

.u-pb-71 {
  padding-bottom: 71px !important; }

.u-px-71 {
  padding-left: 71px !important;
  padding-right: 71px !important; }

.u-py-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-71 {
    padding: 71px !important; }
  .u-pr-md-71 {
    padding-right: 71px !important; }
  .u-pl-md-71 {
    padding-left: 71px !important; }
  .u-pt-md-71 {
    padding-top: 71px !important; }
  .u-pb-md-71 {
    padding-bottom: 71px !important; }
  .u-px-md-71 {
    padding-left: 71px !important;
    padding-right: 71px !important; }
  .u-py-md-71 {
    padding-top: 71px !important;
    padding-bottom: 71px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-71 {
    padding: 71px !important; }
  .u-pr-sm-71 {
    padding-right: 71px !important; }
  .u-pl-sm-71 {
    padding-left: 71px !important; }
  .u-pt-sm-71 {
    padding-top: 71px !important; }
  .u-pb-sm-71 {
    padding-bottom: 71px !important; }
  .u-px-sm-71 {
    padding-left: 71px !important;
    padding-right: 71px !important; }
  .u-py-sm-71 {
    padding-top: 71px !important;
    padding-bottom: 71px !important; } }

.u-p-72 {
  padding: 72px !important; }

.u-pr-72 {
  padding-right: 72px !important; }

.u-pl-72 {
  padding-left: 72px !important; }

.u-pt-72 {
  padding-top: 72px !important; }

.u-pb-72 {
  padding-bottom: 72px !important; }

.u-px-72 {
  padding-left: 72px !important;
  padding-right: 72px !important; }

.u-py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-72 {
    padding: 72px !important; }
  .u-pr-md-72 {
    padding-right: 72px !important; }
  .u-pl-md-72 {
    padding-left: 72px !important; }
  .u-pt-md-72 {
    padding-top: 72px !important; }
  .u-pb-md-72 {
    padding-bottom: 72px !important; }
  .u-px-md-72 {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .u-py-md-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-72 {
    padding: 72px !important; }
  .u-pr-sm-72 {
    padding-right: 72px !important; }
  .u-pl-sm-72 {
    padding-left: 72px !important; }
  .u-pt-sm-72 {
    padding-top: 72px !important; }
  .u-pb-sm-72 {
    padding-bottom: 72px !important; }
  .u-px-sm-72 {
    padding-left: 72px !important;
    padding-right: 72px !important; }
  .u-py-sm-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; } }

.u-p-73 {
  padding: 73px !important; }

.u-pr-73 {
  padding-right: 73px !important; }

.u-pl-73 {
  padding-left: 73px !important; }

.u-pt-73 {
  padding-top: 73px !important; }

.u-pb-73 {
  padding-bottom: 73px !important; }

.u-px-73 {
  padding-left: 73px !important;
  padding-right: 73px !important; }

.u-py-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-73 {
    padding: 73px !important; }
  .u-pr-md-73 {
    padding-right: 73px !important; }
  .u-pl-md-73 {
    padding-left: 73px !important; }
  .u-pt-md-73 {
    padding-top: 73px !important; }
  .u-pb-md-73 {
    padding-bottom: 73px !important; }
  .u-px-md-73 {
    padding-left: 73px !important;
    padding-right: 73px !important; }
  .u-py-md-73 {
    padding-top: 73px !important;
    padding-bottom: 73px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-73 {
    padding: 73px !important; }
  .u-pr-sm-73 {
    padding-right: 73px !important; }
  .u-pl-sm-73 {
    padding-left: 73px !important; }
  .u-pt-sm-73 {
    padding-top: 73px !important; }
  .u-pb-sm-73 {
    padding-bottom: 73px !important; }
  .u-px-sm-73 {
    padding-left: 73px !important;
    padding-right: 73px !important; }
  .u-py-sm-73 {
    padding-top: 73px !important;
    padding-bottom: 73px !important; } }

.u-p-74 {
  padding: 74px !important; }

.u-pr-74 {
  padding-right: 74px !important; }

.u-pl-74 {
  padding-left: 74px !important; }

.u-pt-74 {
  padding-top: 74px !important; }

.u-pb-74 {
  padding-bottom: 74px !important; }

.u-px-74 {
  padding-left: 74px !important;
  padding-right: 74px !important; }

.u-py-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-74 {
    padding: 74px !important; }
  .u-pr-md-74 {
    padding-right: 74px !important; }
  .u-pl-md-74 {
    padding-left: 74px !important; }
  .u-pt-md-74 {
    padding-top: 74px !important; }
  .u-pb-md-74 {
    padding-bottom: 74px !important; }
  .u-px-md-74 {
    padding-left: 74px !important;
    padding-right: 74px !important; }
  .u-py-md-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-74 {
    padding: 74px !important; }
  .u-pr-sm-74 {
    padding-right: 74px !important; }
  .u-pl-sm-74 {
    padding-left: 74px !important; }
  .u-pt-sm-74 {
    padding-top: 74px !important; }
  .u-pb-sm-74 {
    padding-bottom: 74px !important; }
  .u-px-sm-74 {
    padding-left: 74px !important;
    padding-right: 74px !important; }
  .u-py-sm-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important; } }

.u-p-75 {
  padding: 75px !important; }

.u-pr-75 {
  padding-right: 75px !important; }

.u-pl-75 {
  padding-left: 75px !important; }

.u-pt-75 {
  padding-top: 75px !important; }

.u-pb-75 {
  padding-bottom: 75px !important; }

.u-px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.u-py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-75 {
    padding: 75px !important; }
  .u-pr-md-75 {
    padding-right: 75px !important; }
  .u-pl-md-75 {
    padding-left: 75px !important; }
  .u-pt-md-75 {
    padding-top: 75px !important; }
  .u-pb-md-75 {
    padding-bottom: 75px !important; }
  .u-px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }
  .u-py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-75 {
    padding: 75px !important; }
  .u-pr-sm-75 {
    padding-right: 75px !important; }
  .u-pl-sm-75 {
    padding-left: 75px !important; }
  .u-pt-sm-75 {
    padding-top: 75px !important; }
  .u-pb-sm-75 {
    padding-bottom: 75px !important; }
  .u-px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }
  .u-py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

.u-p-76 {
  padding: 76px !important; }

.u-pr-76 {
  padding-right: 76px !important; }

.u-pl-76 {
  padding-left: 76px !important; }

.u-pt-76 {
  padding-top: 76px !important; }

.u-pb-76 {
  padding-bottom: 76px !important; }

.u-px-76 {
  padding-left: 76px !important;
  padding-right: 76px !important; }

.u-py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-76 {
    padding: 76px !important; }
  .u-pr-md-76 {
    padding-right: 76px !important; }
  .u-pl-md-76 {
    padding-left: 76px !important; }
  .u-pt-md-76 {
    padding-top: 76px !important; }
  .u-pb-md-76 {
    padding-bottom: 76px !important; }
  .u-px-md-76 {
    padding-left: 76px !important;
    padding-right: 76px !important; }
  .u-py-md-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-76 {
    padding: 76px !important; }
  .u-pr-sm-76 {
    padding-right: 76px !important; }
  .u-pl-sm-76 {
    padding-left: 76px !important; }
  .u-pt-sm-76 {
    padding-top: 76px !important; }
  .u-pb-sm-76 {
    padding-bottom: 76px !important; }
  .u-px-sm-76 {
    padding-left: 76px !important;
    padding-right: 76px !important; }
  .u-py-sm-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important; } }

.u-p-77 {
  padding: 77px !important; }

.u-pr-77 {
  padding-right: 77px !important; }

.u-pl-77 {
  padding-left: 77px !important; }

.u-pt-77 {
  padding-top: 77px !important; }

.u-pb-77 {
  padding-bottom: 77px !important; }

.u-px-77 {
  padding-left: 77px !important;
  padding-right: 77px !important; }

.u-py-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-77 {
    padding: 77px !important; }
  .u-pr-md-77 {
    padding-right: 77px !important; }
  .u-pl-md-77 {
    padding-left: 77px !important; }
  .u-pt-md-77 {
    padding-top: 77px !important; }
  .u-pb-md-77 {
    padding-bottom: 77px !important; }
  .u-px-md-77 {
    padding-left: 77px !important;
    padding-right: 77px !important; }
  .u-py-md-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-77 {
    padding: 77px !important; }
  .u-pr-sm-77 {
    padding-right: 77px !important; }
  .u-pl-sm-77 {
    padding-left: 77px !important; }
  .u-pt-sm-77 {
    padding-top: 77px !important; }
  .u-pb-sm-77 {
    padding-bottom: 77px !important; }
  .u-px-sm-77 {
    padding-left: 77px !important;
    padding-right: 77px !important; }
  .u-py-sm-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important; } }

.u-p-78 {
  padding: 78px !important; }

.u-pr-78 {
  padding-right: 78px !important; }

.u-pl-78 {
  padding-left: 78px !important; }

.u-pt-78 {
  padding-top: 78px !important; }

.u-pb-78 {
  padding-bottom: 78px !important; }

.u-px-78 {
  padding-left: 78px !important;
  padding-right: 78px !important; }

.u-py-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-78 {
    padding: 78px !important; }
  .u-pr-md-78 {
    padding-right: 78px !important; }
  .u-pl-md-78 {
    padding-left: 78px !important; }
  .u-pt-md-78 {
    padding-top: 78px !important; }
  .u-pb-md-78 {
    padding-bottom: 78px !important; }
  .u-px-md-78 {
    padding-left: 78px !important;
    padding-right: 78px !important; }
  .u-py-md-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-78 {
    padding: 78px !important; }
  .u-pr-sm-78 {
    padding-right: 78px !important; }
  .u-pl-sm-78 {
    padding-left: 78px !important; }
  .u-pt-sm-78 {
    padding-top: 78px !important; }
  .u-pb-sm-78 {
    padding-bottom: 78px !important; }
  .u-px-sm-78 {
    padding-left: 78px !important;
    padding-right: 78px !important; }
  .u-py-sm-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important; } }

.u-p-79 {
  padding: 79px !important; }

.u-pr-79 {
  padding-right: 79px !important; }

.u-pl-79 {
  padding-left: 79px !important; }

.u-pt-79 {
  padding-top: 79px !important; }

.u-pb-79 {
  padding-bottom: 79px !important; }

.u-px-79 {
  padding-left: 79px !important;
  padding-right: 79px !important; }

.u-py-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-79 {
    padding: 79px !important; }
  .u-pr-md-79 {
    padding-right: 79px !important; }
  .u-pl-md-79 {
    padding-left: 79px !important; }
  .u-pt-md-79 {
    padding-top: 79px !important; }
  .u-pb-md-79 {
    padding-bottom: 79px !important; }
  .u-px-md-79 {
    padding-left: 79px !important;
    padding-right: 79px !important; }
  .u-py-md-79 {
    padding-top: 79px !important;
    padding-bottom: 79px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-79 {
    padding: 79px !important; }
  .u-pr-sm-79 {
    padding-right: 79px !important; }
  .u-pl-sm-79 {
    padding-left: 79px !important; }
  .u-pt-sm-79 {
    padding-top: 79px !important; }
  .u-pb-sm-79 {
    padding-bottom: 79px !important; }
  .u-px-sm-79 {
    padding-left: 79px !important;
    padding-right: 79px !important; }
  .u-py-sm-79 {
    padding-top: 79px !important;
    padding-bottom: 79px !important; } }

.u-p-80 {
  padding: 80px !important; }

.u-pr-80 {
  padding-right: 80px !important; }

.u-pl-80 {
  padding-left: 80px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-pb-80 {
  padding-bottom: 80px !important; }

.u-px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.u-py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-80 {
    padding: 80px !important; }
  .u-pr-md-80 {
    padding-right: 80px !important; }
  .u-pl-md-80 {
    padding-left: 80px !important; }
  .u-pt-md-80 {
    padding-top: 80px !important; }
  .u-pb-md-80 {
    padding-bottom: 80px !important; }
  .u-px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .u-py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-80 {
    padding: 80px !important; }
  .u-pr-sm-80 {
    padding-right: 80px !important; }
  .u-pl-sm-80 {
    padding-left: 80px !important; }
  .u-pt-sm-80 {
    padding-top: 80px !important; }
  .u-pb-sm-80 {
    padding-bottom: 80px !important; }
  .u-px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .u-py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

.u-p-81 {
  padding: 81px !important; }

.u-pr-81 {
  padding-right: 81px !important; }

.u-pl-81 {
  padding-left: 81px !important; }

.u-pt-81 {
  padding-top: 81px !important; }

.u-pb-81 {
  padding-bottom: 81px !important; }

.u-px-81 {
  padding-left: 81px !important;
  padding-right: 81px !important; }

.u-py-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-81 {
    padding: 81px !important; }
  .u-pr-md-81 {
    padding-right: 81px !important; }
  .u-pl-md-81 {
    padding-left: 81px !important; }
  .u-pt-md-81 {
    padding-top: 81px !important; }
  .u-pb-md-81 {
    padding-bottom: 81px !important; }
  .u-px-md-81 {
    padding-left: 81px !important;
    padding-right: 81px !important; }
  .u-py-md-81 {
    padding-top: 81px !important;
    padding-bottom: 81px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-81 {
    padding: 81px !important; }
  .u-pr-sm-81 {
    padding-right: 81px !important; }
  .u-pl-sm-81 {
    padding-left: 81px !important; }
  .u-pt-sm-81 {
    padding-top: 81px !important; }
  .u-pb-sm-81 {
    padding-bottom: 81px !important; }
  .u-px-sm-81 {
    padding-left: 81px !important;
    padding-right: 81px !important; }
  .u-py-sm-81 {
    padding-top: 81px !important;
    padding-bottom: 81px !important; } }

.u-p-82 {
  padding: 82px !important; }

.u-pr-82 {
  padding-right: 82px !important; }

.u-pl-82 {
  padding-left: 82px !important; }

.u-pt-82 {
  padding-top: 82px !important; }

.u-pb-82 {
  padding-bottom: 82px !important; }

.u-px-82 {
  padding-left: 82px !important;
  padding-right: 82px !important; }

.u-py-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-82 {
    padding: 82px !important; }
  .u-pr-md-82 {
    padding-right: 82px !important; }
  .u-pl-md-82 {
    padding-left: 82px !important; }
  .u-pt-md-82 {
    padding-top: 82px !important; }
  .u-pb-md-82 {
    padding-bottom: 82px !important; }
  .u-px-md-82 {
    padding-left: 82px !important;
    padding-right: 82px !important; }
  .u-py-md-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-82 {
    padding: 82px !important; }
  .u-pr-sm-82 {
    padding-right: 82px !important; }
  .u-pl-sm-82 {
    padding-left: 82px !important; }
  .u-pt-sm-82 {
    padding-top: 82px !important; }
  .u-pb-sm-82 {
    padding-bottom: 82px !important; }
  .u-px-sm-82 {
    padding-left: 82px !important;
    padding-right: 82px !important; }
  .u-py-sm-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important; } }

.u-p-83 {
  padding: 83px !important; }

.u-pr-83 {
  padding-right: 83px !important; }

.u-pl-83 {
  padding-left: 83px !important; }

.u-pt-83 {
  padding-top: 83px !important; }

.u-pb-83 {
  padding-bottom: 83px !important; }

.u-px-83 {
  padding-left: 83px !important;
  padding-right: 83px !important; }

.u-py-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-83 {
    padding: 83px !important; }
  .u-pr-md-83 {
    padding-right: 83px !important; }
  .u-pl-md-83 {
    padding-left: 83px !important; }
  .u-pt-md-83 {
    padding-top: 83px !important; }
  .u-pb-md-83 {
    padding-bottom: 83px !important; }
  .u-px-md-83 {
    padding-left: 83px !important;
    padding-right: 83px !important; }
  .u-py-md-83 {
    padding-top: 83px !important;
    padding-bottom: 83px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-83 {
    padding: 83px !important; }
  .u-pr-sm-83 {
    padding-right: 83px !important; }
  .u-pl-sm-83 {
    padding-left: 83px !important; }
  .u-pt-sm-83 {
    padding-top: 83px !important; }
  .u-pb-sm-83 {
    padding-bottom: 83px !important; }
  .u-px-sm-83 {
    padding-left: 83px !important;
    padding-right: 83px !important; }
  .u-py-sm-83 {
    padding-top: 83px !important;
    padding-bottom: 83px !important; } }

.u-p-84 {
  padding: 84px !important; }

.u-pr-84 {
  padding-right: 84px !important; }

.u-pl-84 {
  padding-left: 84px !important; }

.u-pt-84 {
  padding-top: 84px !important; }

.u-pb-84 {
  padding-bottom: 84px !important; }

.u-px-84 {
  padding-left: 84px !important;
  padding-right: 84px !important; }

.u-py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-84 {
    padding: 84px !important; }
  .u-pr-md-84 {
    padding-right: 84px !important; }
  .u-pl-md-84 {
    padding-left: 84px !important; }
  .u-pt-md-84 {
    padding-top: 84px !important; }
  .u-pb-md-84 {
    padding-bottom: 84px !important; }
  .u-px-md-84 {
    padding-left: 84px !important;
    padding-right: 84px !important; }
  .u-py-md-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-84 {
    padding: 84px !important; }
  .u-pr-sm-84 {
    padding-right: 84px !important; }
  .u-pl-sm-84 {
    padding-left: 84px !important; }
  .u-pt-sm-84 {
    padding-top: 84px !important; }
  .u-pb-sm-84 {
    padding-bottom: 84px !important; }
  .u-px-sm-84 {
    padding-left: 84px !important;
    padding-right: 84px !important; }
  .u-py-sm-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important; } }

.u-p-85 {
  padding: 85px !important; }

.u-pr-85 {
  padding-right: 85px !important; }

.u-pl-85 {
  padding-left: 85px !important; }

.u-pt-85 {
  padding-top: 85px !important; }

.u-pb-85 {
  padding-bottom: 85px !important; }

.u-px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

.u-py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-85 {
    padding: 85px !important; }
  .u-pr-md-85 {
    padding-right: 85px !important; }
  .u-pl-md-85 {
    padding-left: 85px !important; }
  .u-pt-md-85 {
    padding-top: 85px !important; }
  .u-pb-md-85 {
    padding-bottom: 85px !important; }
  .u-px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }
  .u-py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-85 {
    padding: 85px !important; }
  .u-pr-sm-85 {
    padding-right: 85px !important; }
  .u-pl-sm-85 {
    padding-left: 85px !important; }
  .u-pt-sm-85 {
    padding-top: 85px !important; }
  .u-pb-sm-85 {
    padding-bottom: 85px !important; }
  .u-px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }
  .u-py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

.u-p-86 {
  padding: 86px !important; }

.u-pr-86 {
  padding-right: 86px !important; }

.u-pl-86 {
  padding-left: 86px !important; }

.u-pt-86 {
  padding-top: 86px !important; }

.u-pb-86 {
  padding-bottom: 86px !important; }

.u-px-86 {
  padding-left: 86px !important;
  padding-right: 86px !important; }

.u-py-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-86 {
    padding: 86px !important; }
  .u-pr-md-86 {
    padding-right: 86px !important; }
  .u-pl-md-86 {
    padding-left: 86px !important; }
  .u-pt-md-86 {
    padding-top: 86px !important; }
  .u-pb-md-86 {
    padding-bottom: 86px !important; }
  .u-px-md-86 {
    padding-left: 86px !important;
    padding-right: 86px !important; }
  .u-py-md-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-86 {
    padding: 86px !important; }
  .u-pr-sm-86 {
    padding-right: 86px !important; }
  .u-pl-sm-86 {
    padding-left: 86px !important; }
  .u-pt-sm-86 {
    padding-top: 86px !important; }
  .u-pb-sm-86 {
    padding-bottom: 86px !important; }
  .u-px-sm-86 {
    padding-left: 86px !important;
    padding-right: 86px !important; }
  .u-py-sm-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important; } }

.u-p-87 {
  padding: 87px !important; }

.u-pr-87 {
  padding-right: 87px !important; }

.u-pl-87 {
  padding-left: 87px !important; }

.u-pt-87 {
  padding-top: 87px !important; }

.u-pb-87 {
  padding-bottom: 87px !important; }

.u-px-87 {
  padding-left: 87px !important;
  padding-right: 87px !important; }

.u-py-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-87 {
    padding: 87px !important; }
  .u-pr-md-87 {
    padding-right: 87px !important; }
  .u-pl-md-87 {
    padding-left: 87px !important; }
  .u-pt-md-87 {
    padding-top: 87px !important; }
  .u-pb-md-87 {
    padding-bottom: 87px !important; }
  .u-px-md-87 {
    padding-left: 87px !important;
    padding-right: 87px !important; }
  .u-py-md-87 {
    padding-top: 87px !important;
    padding-bottom: 87px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-87 {
    padding: 87px !important; }
  .u-pr-sm-87 {
    padding-right: 87px !important; }
  .u-pl-sm-87 {
    padding-left: 87px !important; }
  .u-pt-sm-87 {
    padding-top: 87px !important; }
  .u-pb-sm-87 {
    padding-bottom: 87px !important; }
  .u-px-sm-87 {
    padding-left: 87px !important;
    padding-right: 87px !important; }
  .u-py-sm-87 {
    padding-top: 87px !important;
    padding-bottom: 87px !important; } }

.u-p-88 {
  padding: 88px !important; }

.u-pr-88 {
  padding-right: 88px !important; }

.u-pl-88 {
  padding-left: 88px !important; }

.u-pt-88 {
  padding-top: 88px !important; }

.u-pb-88 {
  padding-bottom: 88px !important; }

.u-px-88 {
  padding-left: 88px !important;
  padding-right: 88px !important; }

.u-py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-88 {
    padding: 88px !important; }
  .u-pr-md-88 {
    padding-right: 88px !important; }
  .u-pl-md-88 {
    padding-left: 88px !important; }
  .u-pt-md-88 {
    padding-top: 88px !important; }
  .u-pb-md-88 {
    padding-bottom: 88px !important; }
  .u-px-md-88 {
    padding-left: 88px !important;
    padding-right: 88px !important; }
  .u-py-md-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-88 {
    padding: 88px !important; }
  .u-pr-sm-88 {
    padding-right: 88px !important; }
  .u-pl-sm-88 {
    padding-left: 88px !important; }
  .u-pt-sm-88 {
    padding-top: 88px !important; }
  .u-pb-sm-88 {
    padding-bottom: 88px !important; }
  .u-px-sm-88 {
    padding-left: 88px !important;
    padding-right: 88px !important; }
  .u-py-sm-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important; } }

.u-p-89 {
  padding: 89px !important; }

.u-pr-89 {
  padding-right: 89px !important; }

.u-pl-89 {
  padding-left: 89px !important; }

.u-pt-89 {
  padding-top: 89px !important; }

.u-pb-89 {
  padding-bottom: 89px !important; }

.u-px-89 {
  padding-left: 89px !important;
  padding-right: 89px !important; }

.u-py-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-89 {
    padding: 89px !important; }
  .u-pr-md-89 {
    padding-right: 89px !important; }
  .u-pl-md-89 {
    padding-left: 89px !important; }
  .u-pt-md-89 {
    padding-top: 89px !important; }
  .u-pb-md-89 {
    padding-bottom: 89px !important; }
  .u-px-md-89 {
    padding-left: 89px !important;
    padding-right: 89px !important; }
  .u-py-md-89 {
    padding-top: 89px !important;
    padding-bottom: 89px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-89 {
    padding: 89px !important; }
  .u-pr-sm-89 {
    padding-right: 89px !important; }
  .u-pl-sm-89 {
    padding-left: 89px !important; }
  .u-pt-sm-89 {
    padding-top: 89px !important; }
  .u-pb-sm-89 {
    padding-bottom: 89px !important; }
  .u-px-sm-89 {
    padding-left: 89px !important;
    padding-right: 89px !important; }
  .u-py-sm-89 {
    padding-top: 89px !important;
    padding-bottom: 89px !important; } }

.u-p-90 {
  padding: 90px !important; }

.u-pr-90 {
  padding-right: 90px !important; }

.u-pl-90 {
  padding-left: 90px !important; }

.u-pt-90 {
  padding-top: 90px !important; }

.u-pb-90 {
  padding-bottom: 90px !important; }

.u-px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.u-py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-90 {
    padding: 90px !important; }
  .u-pr-md-90 {
    padding-right: 90px !important; }
  .u-pl-md-90 {
    padding-left: 90px !important; }
  .u-pt-md-90 {
    padding-top: 90px !important; }
  .u-pb-md-90 {
    padding-bottom: 90px !important; }
  .u-px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .u-py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-90 {
    padding: 90px !important; }
  .u-pr-sm-90 {
    padding-right: 90px !important; }
  .u-pl-sm-90 {
    padding-left: 90px !important; }
  .u-pt-sm-90 {
    padding-top: 90px !important; }
  .u-pb-sm-90 {
    padding-bottom: 90px !important; }
  .u-px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .u-py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

.u-p-91 {
  padding: 91px !important; }

.u-pr-91 {
  padding-right: 91px !important; }

.u-pl-91 {
  padding-left: 91px !important; }

.u-pt-91 {
  padding-top: 91px !important; }

.u-pb-91 {
  padding-bottom: 91px !important; }

.u-px-91 {
  padding-left: 91px !important;
  padding-right: 91px !important; }

.u-py-91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-91 {
    padding: 91px !important; }
  .u-pr-md-91 {
    padding-right: 91px !important; }
  .u-pl-md-91 {
    padding-left: 91px !important; }
  .u-pt-md-91 {
    padding-top: 91px !important; }
  .u-pb-md-91 {
    padding-bottom: 91px !important; }
  .u-px-md-91 {
    padding-left: 91px !important;
    padding-right: 91px !important; }
  .u-py-md-91 {
    padding-top: 91px !important;
    padding-bottom: 91px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-91 {
    padding: 91px !important; }
  .u-pr-sm-91 {
    padding-right: 91px !important; }
  .u-pl-sm-91 {
    padding-left: 91px !important; }
  .u-pt-sm-91 {
    padding-top: 91px !important; }
  .u-pb-sm-91 {
    padding-bottom: 91px !important; }
  .u-px-sm-91 {
    padding-left: 91px !important;
    padding-right: 91px !important; }
  .u-py-sm-91 {
    padding-top: 91px !important;
    padding-bottom: 91px !important; } }

.u-p-92 {
  padding: 92px !important; }

.u-pr-92 {
  padding-right: 92px !important; }

.u-pl-92 {
  padding-left: 92px !important; }

.u-pt-92 {
  padding-top: 92px !important; }

.u-pb-92 {
  padding-bottom: 92px !important; }

.u-px-92 {
  padding-left: 92px !important;
  padding-right: 92px !important; }

.u-py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-92 {
    padding: 92px !important; }
  .u-pr-md-92 {
    padding-right: 92px !important; }
  .u-pl-md-92 {
    padding-left: 92px !important; }
  .u-pt-md-92 {
    padding-top: 92px !important; }
  .u-pb-md-92 {
    padding-bottom: 92px !important; }
  .u-px-md-92 {
    padding-left: 92px !important;
    padding-right: 92px !important; }
  .u-py-md-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-92 {
    padding: 92px !important; }
  .u-pr-sm-92 {
    padding-right: 92px !important; }
  .u-pl-sm-92 {
    padding-left: 92px !important; }
  .u-pt-sm-92 {
    padding-top: 92px !important; }
  .u-pb-sm-92 {
    padding-bottom: 92px !important; }
  .u-px-sm-92 {
    padding-left: 92px !important;
    padding-right: 92px !important; }
  .u-py-sm-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important; } }

.u-p-93 {
  padding: 93px !important; }

.u-pr-93 {
  padding-right: 93px !important; }

.u-pl-93 {
  padding-left: 93px !important; }

.u-pt-93 {
  padding-top: 93px !important; }

.u-pb-93 {
  padding-bottom: 93px !important; }

.u-px-93 {
  padding-left: 93px !important;
  padding-right: 93px !important; }

.u-py-93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-93 {
    padding: 93px !important; }
  .u-pr-md-93 {
    padding-right: 93px !important; }
  .u-pl-md-93 {
    padding-left: 93px !important; }
  .u-pt-md-93 {
    padding-top: 93px !important; }
  .u-pb-md-93 {
    padding-bottom: 93px !important; }
  .u-px-md-93 {
    padding-left: 93px !important;
    padding-right: 93px !important; }
  .u-py-md-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-93 {
    padding: 93px !important; }
  .u-pr-sm-93 {
    padding-right: 93px !important; }
  .u-pl-sm-93 {
    padding-left: 93px !important; }
  .u-pt-sm-93 {
    padding-top: 93px !important; }
  .u-pb-sm-93 {
    padding-bottom: 93px !important; }
  .u-px-sm-93 {
    padding-left: 93px !important;
    padding-right: 93px !important; }
  .u-py-sm-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important; } }

.u-p-94 {
  padding: 94px !important; }

.u-pr-94 {
  padding-right: 94px !important; }

.u-pl-94 {
  padding-left: 94px !important; }

.u-pt-94 {
  padding-top: 94px !important; }

.u-pb-94 {
  padding-bottom: 94px !important; }

.u-px-94 {
  padding-left: 94px !important;
  padding-right: 94px !important; }

.u-py-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-94 {
    padding: 94px !important; }
  .u-pr-md-94 {
    padding-right: 94px !important; }
  .u-pl-md-94 {
    padding-left: 94px !important; }
  .u-pt-md-94 {
    padding-top: 94px !important; }
  .u-pb-md-94 {
    padding-bottom: 94px !important; }
  .u-px-md-94 {
    padding-left: 94px !important;
    padding-right: 94px !important; }
  .u-py-md-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-94 {
    padding: 94px !important; }
  .u-pr-sm-94 {
    padding-right: 94px !important; }
  .u-pl-sm-94 {
    padding-left: 94px !important; }
  .u-pt-sm-94 {
    padding-top: 94px !important; }
  .u-pb-sm-94 {
    padding-bottom: 94px !important; }
  .u-px-sm-94 {
    padding-left: 94px !important;
    padding-right: 94px !important; }
  .u-py-sm-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important; } }

.u-p-95 {
  padding: 95px !important; }

.u-pr-95 {
  padding-right: 95px !important; }

.u-pl-95 {
  padding-left: 95px !important; }

.u-pt-95 {
  padding-top: 95px !important; }

.u-pb-95 {
  padding-bottom: 95px !important; }

.u-px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }

.u-py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-95 {
    padding: 95px !important; }
  .u-pr-md-95 {
    padding-right: 95px !important; }
  .u-pl-md-95 {
    padding-left: 95px !important; }
  .u-pt-md-95 {
    padding-top: 95px !important; }
  .u-pb-md-95 {
    padding-bottom: 95px !important; }
  .u-px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }
  .u-py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-95 {
    padding: 95px !important; }
  .u-pr-sm-95 {
    padding-right: 95px !important; }
  .u-pl-sm-95 {
    padding-left: 95px !important; }
  .u-pt-sm-95 {
    padding-top: 95px !important; }
  .u-pb-sm-95 {
    padding-bottom: 95px !important; }
  .u-px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }
  .u-py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

.u-p-96 {
  padding: 96px !important; }

.u-pr-96 {
  padding-right: 96px !important; }

.u-pl-96 {
  padding-left: 96px !important; }

.u-pt-96 {
  padding-top: 96px !important; }

.u-pb-96 {
  padding-bottom: 96px !important; }

.u-px-96 {
  padding-left: 96px !important;
  padding-right: 96px !important; }

.u-py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-96 {
    padding: 96px !important; }
  .u-pr-md-96 {
    padding-right: 96px !important; }
  .u-pl-md-96 {
    padding-left: 96px !important; }
  .u-pt-md-96 {
    padding-top: 96px !important; }
  .u-pb-md-96 {
    padding-bottom: 96px !important; }
  .u-px-md-96 {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .u-py-md-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-96 {
    padding: 96px !important; }
  .u-pr-sm-96 {
    padding-right: 96px !important; }
  .u-pl-sm-96 {
    padding-left: 96px !important; }
  .u-pt-sm-96 {
    padding-top: 96px !important; }
  .u-pb-sm-96 {
    padding-bottom: 96px !important; }
  .u-px-sm-96 {
    padding-left: 96px !important;
    padding-right: 96px !important; }
  .u-py-sm-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; } }

.u-p-97 {
  padding: 97px !important; }

.u-pr-97 {
  padding-right: 97px !important; }

.u-pl-97 {
  padding-left: 97px !important; }

.u-pt-97 {
  padding-top: 97px !important; }

.u-pb-97 {
  padding-bottom: 97px !important; }

.u-px-97 {
  padding-left: 97px !important;
  padding-right: 97px !important; }

.u-py-97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-97 {
    padding: 97px !important; }
  .u-pr-md-97 {
    padding-right: 97px !important; }
  .u-pl-md-97 {
    padding-left: 97px !important; }
  .u-pt-md-97 {
    padding-top: 97px !important; }
  .u-pb-md-97 {
    padding-bottom: 97px !important; }
  .u-px-md-97 {
    padding-left: 97px !important;
    padding-right: 97px !important; }
  .u-py-md-97 {
    padding-top: 97px !important;
    padding-bottom: 97px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-97 {
    padding: 97px !important; }
  .u-pr-sm-97 {
    padding-right: 97px !important; }
  .u-pl-sm-97 {
    padding-left: 97px !important; }
  .u-pt-sm-97 {
    padding-top: 97px !important; }
  .u-pb-sm-97 {
    padding-bottom: 97px !important; }
  .u-px-sm-97 {
    padding-left: 97px !important;
    padding-right: 97px !important; }
  .u-py-sm-97 {
    padding-top: 97px !important;
    padding-bottom: 97px !important; } }

.u-p-98 {
  padding: 98px !important; }

.u-pr-98 {
  padding-right: 98px !important; }

.u-pl-98 {
  padding-left: 98px !important; }

.u-pt-98 {
  padding-top: 98px !important; }

.u-pb-98 {
  padding-bottom: 98px !important; }

.u-px-98 {
  padding-left: 98px !important;
  padding-right: 98px !important; }

.u-py-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-98 {
    padding: 98px !important; }
  .u-pr-md-98 {
    padding-right: 98px !important; }
  .u-pl-md-98 {
    padding-left: 98px !important; }
  .u-pt-md-98 {
    padding-top: 98px !important; }
  .u-pb-md-98 {
    padding-bottom: 98px !important; }
  .u-px-md-98 {
    padding-left: 98px !important;
    padding-right: 98px !important; }
  .u-py-md-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-98 {
    padding: 98px !important; }
  .u-pr-sm-98 {
    padding-right: 98px !important; }
  .u-pl-sm-98 {
    padding-left: 98px !important; }
  .u-pt-sm-98 {
    padding-top: 98px !important; }
  .u-pb-sm-98 {
    padding-bottom: 98px !important; }
  .u-px-sm-98 {
    padding-left: 98px !important;
    padding-right: 98px !important; }
  .u-py-sm-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important; } }

.u-p-99 {
  padding: 99px !important; }

.u-pr-99 {
  padding-right: 99px !important; }

.u-pl-99 {
  padding-left: 99px !important; }

.u-pt-99 {
  padding-top: 99px !important; }

.u-pb-99 {
  padding-bottom: 99px !important; }

.u-px-99 {
  padding-left: 99px !important;
  padding-right: 99px !important; }

.u-py-99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-99 {
    padding: 99px !important; }
  .u-pr-md-99 {
    padding-right: 99px !important; }
  .u-pl-md-99 {
    padding-left: 99px !important; }
  .u-pt-md-99 {
    padding-top: 99px !important; }
  .u-pb-md-99 {
    padding-bottom: 99px !important; }
  .u-px-md-99 {
    padding-left: 99px !important;
    padding-right: 99px !important; }
  .u-py-md-99 {
    padding-top: 99px !important;
    padding-bottom: 99px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-99 {
    padding: 99px !important; }
  .u-pr-sm-99 {
    padding-right: 99px !important; }
  .u-pl-sm-99 {
    padding-left: 99px !important; }
  .u-pt-sm-99 {
    padding-top: 99px !important; }
  .u-pb-sm-99 {
    padding-bottom: 99px !important; }
  .u-px-sm-99 {
    padding-left: 99px !important;
    padding-right: 99px !important; }
  .u-py-sm-99 {
    padding-top: 99px !important;
    padding-bottom: 99px !important; } }

.u-p-100 {
  padding: 100px !important; }

.u-pr-100 {
  padding-right: 100px !important; }

.u-pl-100 {
  padding-left: 100px !important; }

.u-pt-100 {
  padding-top: 100px !important; }

.u-pb-100 {
  padding-bottom: 100px !important; }

.u-px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.u-py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

@media screen and (min-width: 768px) {
  .u-p-md-100 {
    padding: 100px !important; }
  .u-pr-md-100 {
    padding-right: 100px !important; }
  .u-pl-md-100 {
    padding-left: 100px !important; }
  .u-pt-md-100 {
    padding-top: 100px !important; }
  .u-pb-md-100 {
    padding-bottom: 100px !important; }
  .u-px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }
  .u-py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

@media screen and (max-width: 767px) {
  .u-p-sm-100 {
    padding: 100px !important; }
  .u-pr-sm-100 {
    padding-right: 100px !important; }
  .u-pl-sm-100 {
    padding-left: 100px !important; }
  .u-pt-sm-100 {
    padding-top: 100px !important; }
  .u-pb-sm-100 {
    padding-bottom: 100px !important; }
  .u-px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }
  .u-py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

.u-m-0 {
  margin: 0px !important; }

.u-mr-0 {
  margin-right: 0px !important; }

.u-ml-0 {
  margin-left: 0px !important; }

.u-mt-0 {
  margin-top: 0px !important; }

.u-mb-0 {
  margin-bottom: 0px !important; }

.u-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.u-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0px !important; }
  .u-mr-md-0 {
    margin-right: 0px !important; }
  .u-ml-md-0 {
    margin-left: 0px !important; }
  .u-mt-md-0 {
    margin-top: 0px !important; }
  .u-mb-md-0 {
    margin-bottom: 0px !important; }
  .u-mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .u-my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-0 {
    margin: 0px !important; }
  .u-mr-sm-0 {
    margin-right: 0px !important; }
  .u-ml-sm-0 {
    margin-left: 0px !important; }
  .u-mt-sm-0 {
    margin-top: 0px !important; }
  .u-mb-sm-0 {
    margin-bottom: 0px !important; }
  .u-mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .u-my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

.u-m-1 {
  margin: 1px !important; }

.u-mr-1 {
  margin-right: 1px !important; }

.u-ml-1 {
  margin-left: 1px !important; }

.u-mt-1 {
  margin-top: 1px !important; }

.u-mb-1 {
  margin-bottom: 1px !important; }

.u-mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important; }

.u-my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-1 {
    margin: 1px !important; }
  .u-mr-md-1 {
    margin-right: 1px !important; }
  .u-ml-md-1 {
    margin-left: 1px !important; }
  .u-mt-md-1 {
    margin-top: 1px !important; }
  .u-mb-md-1 {
    margin-bottom: 1px !important; }
  .u-mx-md-1 {
    margin-left: 1px !important;
    margin-right: 1px !important; }
  .u-my-md-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-1 {
    margin: 1px !important; }
  .u-mr-sm-1 {
    margin-right: 1px !important; }
  .u-ml-sm-1 {
    margin-left: 1px !important; }
  .u-mt-sm-1 {
    margin-top: 1px !important; }
  .u-mb-sm-1 {
    margin-bottom: 1px !important; }
  .u-mx-sm-1 {
    margin-left: 1px !important;
    margin-right: 1px !important; }
  .u-my-sm-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important; } }

.u-m-2 {
  margin: 2px !important; }

.u-mr-2 {
  margin-right: 2px !important; }

.u-ml-2 {
  margin-left: 2px !important; }

.u-mt-2 {
  margin-top: 2px !important; }

.u-mb-2 {
  margin-bottom: 2px !important; }

.u-mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important; }

.u-my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-2 {
    margin: 2px !important; }
  .u-mr-md-2 {
    margin-right: 2px !important; }
  .u-ml-md-2 {
    margin-left: 2px !important; }
  .u-mt-md-2 {
    margin-top: 2px !important; }
  .u-mb-md-2 {
    margin-bottom: 2px !important; }
  .u-mx-md-2 {
    margin-left: 2px !important;
    margin-right: 2px !important; }
  .u-my-md-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-2 {
    margin: 2px !important; }
  .u-mr-sm-2 {
    margin-right: 2px !important; }
  .u-ml-sm-2 {
    margin-left: 2px !important; }
  .u-mt-sm-2 {
    margin-top: 2px !important; }
  .u-mb-sm-2 {
    margin-bottom: 2px !important; }
  .u-mx-sm-2 {
    margin-left: 2px !important;
    margin-right: 2px !important; }
  .u-my-sm-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; } }

.u-m-3 {
  margin: 3px !important; }

.u-mr-3 {
  margin-right: 3px !important; }

.u-ml-3 {
  margin-left: 3px !important; }

.u-mt-3 {
  margin-top: 3px !important; }

.u-mb-3 {
  margin-bottom: 3px !important; }

.u-mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important; }

.u-my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-3 {
    margin: 3px !important; }
  .u-mr-md-3 {
    margin-right: 3px !important; }
  .u-ml-md-3 {
    margin-left: 3px !important; }
  .u-mt-md-3 {
    margin-top: 3px !important; }
  .u-mb-md-3 {
    margin-bottom: 3px !important; }
  .u-mx-md-3 {
    margin-left: 3px !important;
    margin-right: 3px !important; }
  .u-my-md-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-3 {
    margin: 3px !important; }
  .u-mr-sm-3 {
    margin-right: 3px !important; }
  .u-ml-sm-3 {
    margin-left: 3px !important; }
  .u-mt-sm-3 {
    margin-top: 3px !important; }
  .u-mb-sm-3 {
    margin-bottom: 3px !important; }
  .u-mx-sm-3 {
    margin-left: 3px !important;
    margin-right: 3px !important; }
  .u-my-sm-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important; } }

.u-m-4 {
  margin: 4px !important; }

.u-mr-4 {
  margin-right: 4px !important; }

.u-ml-4 {
  margin-left: 4px !important; }

.u-mt-4 {
  margin-top: 4px !important; }

.u-mb-4 {
  margin-bottom: 4px !important; }

.u-mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.u-my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-4 {
    margin: 4px !important; }
  .u-mr-md-4 {
    margin-right: 4px !important; }
  .u-ml-md-4 {
    margin-left: 4px !important; }
  .u-mt-md-4 {
    margin-top: 4px !important; }
  .u-mb-md-4 {
    margin-bottom: 4px !important; }
  .u-mx-md-4 {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .u-my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-4 {
    margin: 4px !important; }
  .u-mr-sm-4 {
    margin-right: 4px !important; }
  .u-ml-sm-4 {
    margin-left: 4px !important; }
  .u-mt-sm-4 {
    margin-top: 4px !important; }
  .u-mb-sm-4 {
    margin-bottom: 4px !important; }
  .u-mx-sm-4 {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  .u-my-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

.u-m-5 {
  margin: 5px !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-mt-5 {
  margin-top: 5px !important; }

.u-mb-5 {
  margin-bottom: 5px !important; }

.u-mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.u-my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-5 {
    margin: 5px !important; }
  .u-mr-md-5 {
    margin-right: 5px !important; }
  .u-ml-md-5 {
    margin-left: 5px !important; }
  .u-mt-md-5 {
    margin-top: 5px !important; }
  .u-mb-md-5 {
    margin-bottom: 5px !important; }
  .u-mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .u-my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-5 {
    margin: 5px !important; }
  .u-mr-sm-5 {
    margin-right: 5px !important; }
  .u-ml-sm-5 {
    margin-left: 5px !important; }
  .u-mt-sm-5 {
    margin-top: 5px !important; }
  .u-mb-sm-5 {
    margin-bottom: 5px !important; }
  .u-mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .u-my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; } }

.u-m-6 {
  margin: 6px !important; }

.u-mr-6 {
  margin-right: 6px !important; }

.u-ml-6 {
  margin-left: 6px !important; }

.u-mt-6 {
  margin-top: 6px !important; }

.u-mb-6 {
  margin-bottom: 6px !important; }

.u-mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.u-my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-6 {
    margin: 6px !important; }
  .u-mr-md-6 {
    margin-right: 6px !important; }
  .u-ml-md-6 {
    margin-left: 6px !important; }
  .u-mt-md-6 {
    margin-top: 6px !important; }
  .u-mb-md-6 {
    margin-bottom: 6px !important; }
  .u-mx-md-6 {
    margin-left: 6px !important;
    margin-right: 6px !important; }
  .u-my-md-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-6 {
    margin: 6px !important; }
  .u-mr-sm-6 {
    margin-right: 6px !important; }
  .u-ml-sm-6 {
    margin-left: 6px !important; }
  .u-mt-sm-6 {
    margin-top: 6px !important; }
  .u-mb-sm-6 {
    margin-bottom: 6px !important; }
  .u-mx-sm-6 {
    margin-left: 6px !important;
    margin-right: 6px !important; }
  .u-my-sm-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; } }

.u-m-7 {
  margin: 7px !important; }

.u-mr-7 {
  margin-right: 7px !important; }

.u-ml-7 {
  margin-left: 7px !important; }

.u-mt-7 {
  margin-top: 7px !important; }

.u-mb-7 {
  margin-bottom: 7px !important; }

.u-mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important; }

.u-my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-7 {
    margin: 7px !important; }
  .u-mr-md-7 {
    margin-right: 7px !important; }
  .u-ml-md-7 {
    margin-left: 7px !important; }
  .u-mt-md-7 {
    margin-top: 7px !important; }
  .u-mb-md-7 {
    margin-bottom: 7px !important; }
  .u-mx-md-7 {
    margin-left: 7px !important;
    margin-right: 7px !important; }
  .u-my-md-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-7 {
    margin: 7px !important; }
  .u-mr-sm-7 {
    margin-right: 7px !important; }
  .u-ml-sm-7 {
    margin-left: 7px !important; }
  .u-mt-sm-7 {
    margin-top: 7px !important; }
  .u-mb-sm-7 {
    margin-bottom: 7px !important; }
  .u-mx-sm-7 {
    margin-left: 7px !important;
    margin-right: 7px !important; }
  .u-my-sm-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important; } }

.u-m-8 {
  margin: 8px !important; }

.u-mr-8 {
  margin-right: 8px !important; }

.u-ml-8 {
  margin-left: 8px !important; }

.u-mt-8 {
  margin-top: 8px !important; }

.u-mb-8 {
  margin-bottom: 8px !important; }

.u-mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.u-my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-8 {
    margin: 8px !important; }
  .u-mr-md-8 {
    margin-right: 8px !important; }
  .u-ml-md-8 {
    margin-left: 8px !important; }
  .u-mt-md-8 {
    margin-top: 8px !important; }
  .u-mb-md-8 {
    margin-bottom: 8px !important; }
  .u-mx-md-8 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .u-my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-8 {
    margin: 8px !important; }
  .u-mr-sm-8 {
    margin-right: 8px !important; }
  .u-ml-sm-8 {
    margin-left: 8px !important; }
  .u-mt-sm-8 {
    margin-top: 8px !important; }
  .u-mb-sm-8 {
    margin-bottom: 8px !important; }
  .u-mx-sm-8 {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .u-my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }

.u-m-9 {
  margin: 9px !important; }

.u-mr-9 {
  margin-right: 9px !important; }

.u-ml-9 {
  margin-left: 9px !important; }

.u-mt-9 {
  margin-top: 9px !important; }

.u-mb-9 {
  margin-bottom: 9px !important; }

.u-mx-9 {
  margin-left: 9px !important;
  margin-right: 9px !important; }

.u-my-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-9 {
    margin: 9px !important; }
  .u-mr-md-9 {
    margin-right: 9px !important; }
  .u-ml-md-9 {
    margin-left: 9px !important; }
  .u-mt-md-9 {
    margin-top: 9px !important; }
  .u-mb-md-9 {
    margin-bottom: 9px !important; }
  .u-mx-md-9 {
    margin-left: 9px !important;
    margin-right: 9px !important; }
  .u-my-md-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-9 {
    margin: 9px !important; }
  .u-mr-sm-9 {
    margin-right: 9px !important; }
  .u-ml-sm-9 {
    margin-left: 9px !important; }
  .u-mt-sm-9 {
    margin-top: 9px !important; }
  .u-mb-sm-9 {
    margin-bottom: 9px !important; }
  .u-mx-sm-9 {
    margin-left: 9px !important;
    margin-right: 9px !important; }
  .u-my-sm-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important; } }

.u-m-10 {
  margin: 10px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.u-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-10 {
    margin: 10px !important; }
  .u-mr-md-10 {
    margin-right: 10px !important; }
  .u-ml-md-10 {
    margin-left: 10px !important; }
  .u-mt-md-10 {
    margin-top: 10px !important; }
  .u-mb-md-10 {
    margin-bottom: 10px !important; }
  .u-mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .u-my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-10 {
    margin: 10px !important; }
  .u-mr-sm-10 {
    margin-right: 10px !important; }
  .u-ml-sm-10 {
    margin-left: 10px !important; }
  .u-mt-sm-10 {
    margin-top: 10px !important; }
  .u-mb-sm-10 {
    margin-bottom: 10px !important; }
  .u-mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .u-my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; } }

.u-m-11 {
  margin: 11px !important; }

.u-mr-11 {
  margin-right: 11px !important; }

.u-ml-11 {
  margin-left: 11px !important; }

.u-mt-11 {
  margin-top: 11px !important; }

.u-mb-11 {
  margin-bottom: 11px !important; }

.u-mx-11 {
  margin-left: 11px !important;
  margin-right: 11px !important; }

.u-my-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-11 {
    margin: 11px !important; }
  .u-mr-md-11 {
    margin-right: 11px !important; }
  .u-ml-md-11 {
    margin-left: 11px !important; }
  .u-mt-md-11 {
    margin-top: 11px !important; }
  .u-mb-md-11 {
    margin-bottom: 11px !important; }
  .u-mx-md-11 {
    margin-left: 11px !important;
    margin-right: 11px !important; }
  .u-my-md-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-11 {
    margin: 11px !important; }
  .u-mr-sm-11 {
    margin-right: 11px !important; }
  .u-ml-sm-11 {
    margin-left: 11px !important; }
  .u-mt-sm-11 {
    margin-top: 11px !important; }
  .u-mb-sm-11 {
    margin-bottom: 11px !important; }
  .u-mx-sm-11 {
    margin-left: 11px !important;
    margin-right: 11px !important; }
  .u-my-sm-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important; } }

.u-m-12 {
  margin: 12px !important; }

.u-mr-12 {
  margin-right: 12px !important; }

.u-ml-12 {
  margin-left: 12px !important; }

.u-mt-12 {
  margin-top: 12px !important; }

.u-mb-12 {
  margin-bottom: 12px !important; }

.u-mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important; }

.u-my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-12 {
    margin: 12px !important; }
  .u-mr-md-12 {
    margin-right: 12px !important; }
  .u-ml-md-12 {
    margin-left: 12px !important; }
  .u-mt-md-12 {
    margin-top: 12px !important; }
  .u-mb-md-12 {
    margin-bottom: 12px !important; }
  .u-mx-md-12 {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  .u-my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-12 {
    margin: 12px !important; }
  .u-mr-sm-12 {
    margin-right: 12px !important; }
  .u-ml-sm-12 {
    margin-left: 12px !important; }
  .u-mt-sm-12 {
    margin-top: 12px !important; }
  .u-mb-sm-12 {
    margin-bottom: 12px !important; }
  .u-mx-sm-12 {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  .u-my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

.u-m-13 {
  margin: 13px !important; }

.u-mr-13 {
  margin-right: 13px !important; }

.u-ml-13 {
  margin-left: 13px !important; }

.u-mt-13 {
  margin-top: 13px !important; }

.u-mb-13 {
  margin-bottom: 13px !important; }

.u-mx-13 {
  margin-left: 13px !important;
  margin-right: 13px !important; }

.u-my-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-13 {
    margin: 13px !important; }
  .u-mr-md-13 {
    margin-right: 13px !important; }
  .u-ml-md-13 {
    margin-left: 13px !important; }
  .u-mt-md-13 {
    margin-top: 13px !important; }
  .u-mb-md-13 {
    margin-bottom: 13px !important; }
  .u-mx-md-13 {
    margin-left: 13px !important;
    margin-right: 13px !important; }
  .u-my-md-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-13 {
    margin: 13px !important; }
  .u-mr-sm-13 {
    margin-right: 13px !important; }
  .u-ml-sm-13 {
    margin-left: 13px !important; }
  .u-mt-sm-13 {
    margin-top: 13px !important; }
  .u-mb-sm-13 {
    margin-bottom: 13px !important; }
  .u-mx-sm-13 {
    margin-left: 13px !important;
    margin-right: 13px !important; }
  .u-my-sm-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important; } }

.u-m-14 {
  margin: 14px !important; }

.u-mr-14 {
  margin-right: 14px !important; }

.u-ml-14 {
  margin-left: 14px !important; }

.u-mt-14 {
  margin-top: 14px !important; }

.u-mb-14 {
  margin-bottom: 14px !important; }

.u-mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important; }

.u-my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-14 {
    margin: 14px !important; }
  .u-mr-md-14 {
    margin-right: 14px !important; }
  .u-ml-md-14 {
    margin-left: 14px !important; }
  .u-mt-md-14 {
    margin-top: 14px !important; }
  .u-mb-md-14 {
    margin-bottom: 14px !important; }
  .u-mx-md-14 {
    margin-left: 14px !important;
    margin-right: 14px !important; }
  .u-my-md-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-14 {
    margin: 14px !important; }
  .u-mr-sm-14 {
    margin-right: 14px !important; }
  .u-ml-sm-14 {
    margin-left: 14px !important; }
  .u-mt-sm-14 {
    margin-top: 14px !important; }
  .u-mb-sm-14 {
    margin-bottom: 14px !important; }
  .u-mx-sm-14 {
    margin-left: 14px !important;
    margin-right: 14px !important; }
  .u-my-sm-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important; } }

.u-m-15 {
  margin: 15px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.u-my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-15 {
    margin: 15px !important; }
  .u-mr-md-15 {
    margin-right: 15px !important; }
  .u-ml-md-15 {
    margin-left: 15px !important; }
  .u-mt-md-15 {
    margin-top: 15px !important; }
  .u-mb-md-15 {
    margin-bottom: 15px !important; }
  .u-mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .u-my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-15 {
    margin: 15px !important; }
  .u-mr-sm-15 {
    margin-right: 15px !important; }
  .u-ml-sm-15 {
    margin-left: 15px !important; }
  .u-mt-sm-15 {
    margin-top: 15px !important; }
  .u-mb-sm-15 {
    margin-bottom: 15px !important; }
  .u-mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .u-my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }

.u-m-16 {
  margin: 16px !important; }

.u-mr-16 {
  margin-right: 16px !important; }

.u-ml-16 {
  margin-left: 16px !important; }

.u-mt-16 {
  margin-top: 16px !important; }

.u-mb-16 {
  margin-bottom: 16px !important; }

.u-mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.u-my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-16 {
    margin: 16px !important; }
  .u-mr-md-16 {
    margin-right: 16px !important; }
  .u-ml-md-16 {
    margin-left: 16px !important; }
  .u-mt-md-16 {
    margin-top: 16px !important; }
  .u-mb-md-16 {
    margin-bottom: 16px !important; }
  .u-mx-md-16 {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .u-my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-16 {
    margin: 16px !important; }
  .u-mr-sm-16 {
    margin-right: 16px !important; }
  .u-ml-sm-16 {
    margin-left: 16px !important; }
  .u-mt-sm-16 {
    margin-top: 16px !important; }
  .u-mb-sm-16 {
    margin-bottom: 16px !important; }
  .u-mx-sm-16 {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  .u-my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; } }

.u-m-17 {
  margin: 17px !important; }

.u-mr-17 {
  margin-right: 17px !important; }

.u-ml-17 {
  margin-left: 17px !important; }

.u-mt-17 {
  margin-top: 17px !important; }

.u-mb-17 {
  margin-bottom: 17px !important; }

.u-mx-17 {
  margin-left: 17px !important;
  margin-right: 17px !important; }

.u-my-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-17 {
    margin: 17px !important; }
  .u-mr-md-17 {
    margin-right: 17px !important; }
  .u-ml-md-17 {
    margin-left: 17px !important; }
  .u-mt-md-17 {
    margin-top: 17px !important; }
  .u-mb-md-17 {
    margin-bottom: 17px !important; }
  .u-mx-md-17 {
    margin-left: 17px !important;
    margin-right: 17px !important; }
  .u-my-md-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-17 {
    margin: 17px !important; }
  .u-mr-sm-17 {
    margin-right: 17px !important; }
  .u-ml-sm-17 {
    margin-left: 17px !important; }
  .u-mt-sm-17 {
    margin-top: 17px !important; }
  .u-mb-sm-17 {
    margin-bottom: 17px !important; }
  .u-mx-sm-17 {
    margin-left: 17px !important;
    margin-right: 17px !important; }
  .u-my-sm-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important; } }

.u-m-18 {
  margin: 18px !important; }

.u-mr-18 {
  margin-right: 18px !important; }

.u-ml-18 {
  margin-left: 18px !important; }

.u-mt-18 {
  margin-top: 18px !important; }

.u-mb-18 {
  margin-bottom: 18px !important; }

.u-mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important; }

.u-my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-18 {
    margin: 18px !important; }
  .u-mr-md-18 {
    margin-right: 18px !important; }
  .u-ml-md-18 {
    margin-left: 18px !important; }
  .u-mt-md-18 {
    margin-top: 18px !important; }
  .u-mb-md-18 {
    margin-bottom: 18px !important; }
  .u-mx-md-18 {
    margin-left: 18px !important;
    margin-right: 18px !important; }
  .u-my-md-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-18 {
    margin: 18px !important; }
  .u-mr-sm-18 {
    margin-right: 18px !important; }
  .u-ml-sm-18 {
    margin-left: 18px !important; }
  .u-mt-sm-18 {
    margin-top: 18px !important; }
  .u-mb-sm-18 {
    margin-bottom: 18px !important; }
  .u-mx-sm-18 {
    margin-left: 18px !important;
    margin-right: 18px !important; }
  .u-my-sm-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important; } }

.u-m-19 {
  margin: 19px !important; }

.u-mr-19 {
  margin-right: 19px !important; }

.u-ml-19 {
  margin-left: 19px !important; }

.u-mt-19 {
  margin-top: 19px !important; }

.u-mb-19 {
  margin-bottom: 19px !important; }

.u-mx-19 {
  margin-left: 19px !important;
  margin-right: 19px !important; }

.u-my-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-19 {
    margin: 19px !important; }
  .u-mr-md-19 {
    margin-right: 19px !important; }
  .u-ml-md-19 {
    margin-left: 19px !important; }
  .u-mt-md-19 {
    margin-top: 19px !important; }
  .u-mb-md-19 {
    margin-bottom: 19px !important; }
  .u-mx-md-19 {
    margin-left: 19px !important;
    margin-right: 19px !important; }
  .u-my-md-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-19 {
    margin: 19px !important; }
  .u-mr-sm-19 {
    margin-right: 19px !important; }
  .u-ml-sm-19 {
    margin-left: 19px !important; }
  .u-mt-sm-19 {
    margin-top: 19px !important; }
  .u-mb-sm-19 {
    margin-bottom: 19px !important; }
  .u-mx-sm-19 {
    margin-left: 19px !important;
    margin-right: 19px !important; }
  .u-my-sm-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important; } }

.u-m-20 {
  margin: 20px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.u-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-20 {
    margin: 20px !important; }
  .u-mr-md-20 {
    margin-right: 20px !important; }
  .u-ml-md-20 {
    margin-left: 20px !important; }
  .u-mt-md-20 {
    margin-top: 20px !important; }
  .u-mb-md-20 {
    margin-bottom: 20px !important; }
  .u-mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .u-my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-20 {
    margin: 20px !important; }
  .u-mr-sm-20 {
    margin-right: 20px !important; }
  .u-ml-sm-20 {
    margin-left: 20px !important; }
  .u-mt-sm-20 {
    margin-top: 20px !important; }
  .u-mb-sm-20 {
    margin-bottom: 20px !important; }
  .u-mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .u-my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; } }

.u-m-21 {
  margin: 21px !important; }

.u-mr-21 {
  margin-right: 21px !important; }

.u-ml-21 {
  margin-left: 21px !important; }

.u-mt-21 {
  margin-top: 21px !important; }

.u-mb-21 {
  margin-bottom: 21px !important; }

.u-mx-21 {
  margin-left: 21px !important;
  margin-right: 21px !important; }

.u-my-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-21 {
    margin: 21px !important; }
  .u-mr-md-21 {
    margin-right: 21px !important; }
  .u-ml-md-21 {
    margin-left: 21px !important; }
  .u-mt-md-21 {
    margin-top: 21px !important; }
  .u-mb-md-21 {
    margin-bottom: 21px !important; }
  .u-mx-md-21 {
    margin-left: 21px !important;
    margin-right: 21px !important; }
  .u-my-md-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-21 {
    margin: 21px !important; }
  .u-mr-sm-21 {
    margin-right: 21px !important; }
  .u-ml-sm-21 {
    margin-left: 21px !important; }
  .u-mt-sm-21 {
    margin-top: 21px !important; }
  .u-mb-sm-21 {
    margin-bottom: 21px !important; }
  .u-mx-sm-21 {
    margin-left: 21px !important;
    margin-right: 21px !important; }
  .u-my-sm-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important; } }

.u-m-22 {
  margin: 22px !important; }

.u-mr-22 {
  margin-right: 22px !important; }

.u-ml-22 {
  margin-left: 22px !important; }

.u-mt-22 {
  margin-top: 22px !important; }

.u-mb-22 {
  margin-bottom: 22px !important; }

.u-mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important; }

.u-my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-22 {
    margin: 22px !important; }
  .u-mr-md-22 {
    margin-right: 22px !important; }
  .u-ml-md-22 {
    margin-left: 22px !important; }
  .u-mt-md-22 {
    margin-top: 22px !important; }
  .u-mb-md-22 {
    margin-bottom: 22px !important; }
  .u-mx-md-22 {
    margin-left: 22px !important;
    margin-right: 22px !important; }
  .u-my-md-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-22 {
    margin: 22px !important; }
  .u-mr-sm-22 {
    margin-right: 22px !important; }
  .u-ml-sm-22 {
    margin-left: 22px !important; }
  .u-mt-sm-22 {
    margin-top: 22px !important; }
  .u-mb-sm-22 {
    margin-bottom: 22px !important; }
  .u-mx-sm-22 {
    margin-left: 22px !important;
    margin-right: 22px !important; }
  .u-my-sm-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important; } }

.u-m-23 {
  margin: 23px !important; }

.u-mr-23 {
  margin-right: 23px !important; }

.u-ml-23 {
  margin-left: 23px !important; }

.u-mt-23 {
  margin-top: 23px !important; }

.u-mb-23 {
  margin-bottom: 23px !important; }

.u-mx-23 {
  margin-left: 23px !important;
  margin-right: 23px !important; }

.u-my-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-23 {
    margin: 23px !important; }
  .u-mr-md-23 {
    margin-right: 23px !important; }
  .u-ml-md-23 {
    margin-left: 23px !important; }
  .u-mt-md-23 {
    margin-top: 23px !important; }
  .u-mb-md-23 {
    margin-bottom: 23px !important; }
  .u-mx-md-23 {
    margin-left: 23px !important;
    margin-right: 23px !important; }
  .u-my-md-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-23 {
    margin: 23px !important; }
  .u-mr-sm-23 {
    margin-right: 23px !important; }
  .u-ml-sm-23 {
    margin-left: 23px !important; }
  .u-mt-sm-23 {
    margin-top: 23px !important; }
  .u-mb-sm-23 {
    margin-bottom: 23px !important; }
  .u-mx-sm-23 {
    margin-left: 23px !important;
    margin-right: 23px !important; }
  .u-my-sm-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important; } }

.u-m-24 {
  margin: 24px !important; }

.u-mr-24 {
  margin-right: 24px !important; }

.u-ml-24 {
  margin-left: 24px !important; }

.u-mt-24 {
  margin-top: 24px !important; }

.u-mb-24 {
  margin-bottom: 24px !important; }

.u-mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.u-my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-24 {
    margin: 24px !important; }
  .u-mr-md-24 {
    margin-right: 24px !important; }
  .u-ml-md-24 {
    margin-left: 24px !important; }
  .u-mt-md-24 {
    margin-top: 24px !important; }
  .u-mb-md-24 {
    margin-bottom: 24px !important; }
  .u-mx-md-24 {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .u-my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-24 {
    margin: 24px !important; }
  .u-mr-sm-24 {
    margin-right: 24px !important; }
  .u-ml-sm-24 {
    margin-left: 24px !important; }
  .u-mt-sm-24 {
    margin-top: 24px !important; }
  .u-mb-sm-24 {
    margin-bottom: 24px !important; }
  .u-mx-sm-24 {
    margin-left: 24px !important;
    margin-right: 24px !important; }
  .u-my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; } }

.u-m-25 {
  margin: 25px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.u-my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-25 {
    margin: 25px !important; }
  .u-mr-md-25 {
    margin-right: 25px !important; }
  .u-ml-md-25 {
    margin-left: 25px !important; }
  .u-mt-md-25 {
    margin-top: 25px !important; }
  .u-mb-md-25 {
    margin-bottom: 25px !important; }
  .u-mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .u-my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-25 {
    margin: 25px !important; }
  .u-mr-sm-25 {
    margin-right: 25px !important; }
  .u-ml-sm-25 {
    margin-left: 25px !important; }
  .u-mt-sm-25 {
    margin-top: 25px !important; }
  .u-mb-sm-25 {
    margin-bottom: 25px !important; }
  .u-mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  .u-my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; } }

.u-m-26 {
  margin: 26px !important; }

.u-mr-26 {
  margin-right: 26px !important; }

.u-ml-26 {
  margin-left: 26px !important; }

.u-mt-26 {
  margin-top: 26px !important; }

.u-mb-26 {
  margin-bottom: 26px !important; }

.u-mx-26 {
  margin-left: 26px !important;
  margin-right: 26px !important; }

.u-my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-26 {
    margin: 26px !important; }
  .u-mr-md-26 {
    margin-right: 26px !important; }
  .u-ml-md-26 {
    margin-left: 26px !important; }
  .u-mt-md-26 {
    margin-top: 26px !important; }
  .u-mb-md-26 {
    margin-bottom: 26px !important; }
  .u-mx-md-26 {
    margin-left: 26px !important;
    margin-right: 26px !important; }
  .u-my-md-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-26 {
    margin: 26px !important; }
  .u-mr-sm-26 {
    margin-right: 26px !important; }
  .u-ml-sm-26 {
    margin-left: 26px !important; }
  .u-mt-sm-26 {
    margin-top: 26px !important; }
  .u-mb-sm-26 {
    margin-bottom: 26px !important; }
  .u-mx-sm-26 {
    margin-left: 26px !important;
    margin-right: 26px !important; }
  .u-my-sm-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important; } }

.u-m-27 {
  margin: 27px !important; }

.u-mr-27 {
  margin-right: 27px !important; }

.u-ml-27 {
  margin-left: 27px !important; }

.u-mt-27 {
  margin-top: 27px !important; }

.u-mb-27 {
  margin-bottom: 27px !important; }

.u-mx-27 {
  margin-left: 27px !important;
  margin-right: 27px !important; }

.u-my-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-27 {
    margin: 27px !important; }
  .u-mr-md-27 {
    margin-right: 27px !important; }
  .u-ml-md-27 {
    margin-left: 27px !important; }
  .u-mt-md-27 {
    margin-top: 27px !important; }
  .u-mb-md-27 {
    margin-bottom: 27px !important; }
  .u-mx-md-27 {
    margin-left: 27px !important;
    margin-right: 27px !important; }
  .u-my-md-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-27 {
    margin: 27px !important; }
  .u-mr-sm-27 {
    margin-right: 27px !important; }
  .u-ml-sm-27 {
    margin-left: 27px !important; }
  .u-mt-sm-27 {
    margin-top: 27px !important; }
  .u-mb-sm-27 {
    margin-bottom: 27px !important; }
  .u-mx-sm-27 {
    margin-left: 27px !important;
    margin-right: 27px !important; }
  .u-my-sm-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important; } }

.u-m-28 {
  margin: 28px !important; }

.u-mr-28 {
  margin-right: 28px !important; }

.u-ml-28 {
  margin-left: 28px !important; }

.u-mt-28 {
  margin-top: 28px !important; }

.u-mb-28 {
  margin-bottom: 28px !important; }

.u-mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important; }

.u-my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-28 {
    margin: 28px !important; }
  .u-mr-md-28 {
    margin-right: 28px !important; }
  .u-ml-md-28 {
    margin-left: 28px !important; }
  .u-mt-md-28 {
    margin-top: 28px !important; }
  .u-mb-md-28 {
    margin-bottom: 28px !important; }
  .u-mx-md-28 {
    margin-left: 28px !important;
    margin-right: 28px !important; }
  .u-my-md-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-28 {
    margin: 28px !important; }
  .u-mr-sm-28 {
    margin-right: 28px !important; }
  .u-ml-sm-28 {
    margin-left: 28px !important; }
  .u-mt-sm-28 {
    margin-top: 28px !important; }
  .u-mb-sm-28 {
    margin-bottom: 28px !important; }
  .u-mx-sm-28 {
    margin-left: 28px !important;
    margin-right: 28px !important; }
  .u-my-sm-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important; } }

.u-m-29 {
  margin: 29px !important; }

.u-mr-29 {
  margin-right: 29px !important; }

.u-ml-29 {
  margin-left: 29px !important; }

.u-mt-29 {
  margin-top: 29px !important; }

.u-mb-29 {
  margin-bottom: 29px !important; }

.u-mx-29 {
  margin-left: 29px !important;
  margin-right: 29px !important; }

.u-my-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-29 {
    margin: 29px !important; }
  .u-mr-md-29 {
    margin-right: 29px !important; }
  .u-ml-md-29 {
    margin-left: 29px !important; }
  .u-mt-md-29 {
    margin-top: 29px !important; }
  .u-mb-md-29 {
    margin-bottom: 29px !important; }
  .u-mx-md-29 {
    margin-left: 29px !important;
    margin-right: 29px !important; }
  .u-my-md-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-29 {
    margin: 29px !important; }
  .u-mr-sm-29 {
    margin-right: 29px !important; }
  .u-ml-sm-29 {
    margin-left: 29px !important; }
  .u-mt-sm-29 {
    margin-top: 29px !important; }
  .u-mb-sm-29 {
    margin-bottom: 29px !important; }
  .u-mx-sm-29 {
    margin-left: 29px !important;
    margin-right: 29px !important; }
  .u-my-sm-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important; } }

.u-m-30 {
  margin: 30px !important; }

.u-mr-30 {
  margin-right: 30px !important; }

.u-ml-30 {
  margin-left: 30px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.u-my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-30 {
    margin: 30px !important; }
  .u-mr-md-30 {
    margin-right: 30px !important; }
  .u-ml-md-30 {
    margin-left: 30px !important; }
  .u-mt-md-30 {
    margin-top: 30px !important; }
  .u-mb-md-30 {
    margin-bottom: 30px !important; }
  .u-mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .u-my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-30 {
    margin: 30px !important; }
  .u-mr-sm-30 {
    margin-right: 30px !important; }
  .u-ml-sm-30 {
    margin-left: 30px !important; }
  .u-mt-sm-30 {
    margin-top: 30px !important; }
  .u-mb-sm-30 {
    margin-bottom: 30px !important; }
  .u-mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .u-my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

.u-m-31 {
  margin: 31px !important; }

.u-mr-31 {
  margin-right: 31px !important; }

.u-ml-31 {
  margin-left: 31px !important; }

.u-mt-31 {
  margin-top: 31px !important; }

.u-mb-31 {
  margin-bottom: 31px !important; }

.u-mx-31 {
  margin-left: 31px !important;
  margin-right: 31px !important; }

.u-my-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-31 {
    margin: 31px !important; }
  .u-mr-md-31 {
    margin-right: 31px !important; }
  .u-ml-md-31 {
    margin-left: 31px !important; }
  .u-mt-md-31 {
    margin-top: 31px !important; }
  .u-mb-md-31 {
    margin-bottom: 31px !important; }
  .u-mx-md-31 {
    margin-left: 31px !important;
    margin-right: 31px !important; }
  .u-my-md-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-31 {
    margin: 31px !important; }
  .u-mr-sm-31 {
    margin-right: 31px !important; }
  .u-ml-sm-31 {
    margin-left: 31px !important; }
  .u-mt-sm-31 {
    margin-top: 31px !important; }
  .u-mb-sm-31 {
    margin-bottom: 31px !important; }
  .u-mx-sm-31 {
    margin-left: 31px !important;
    margin-right: 31px !important; }
  .u-my-sm-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important; } }

.u-m-32 {
  margin: 32px !important; }

.u-mr-32 {
  margin-right: 32px !important; }

.u-ml-32 {
  margin-left: 32px !important; }

.u-mt-32 {
  margin-top: 32px !important; }

.u-mb-32 {
  margin-bottom: 32px !important; }

.u-mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important; }

.u-my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-32 {
    margin: 32px !important; }
  .u-mr-md-32 {
    margin-right: 32px !important; }
  .u-ml-md-32 {
    margin-left: 32px !important; }
  .u-mt-md-32 {
    margin-top: 32px !important; }
  .u-mb-md-32 {
    margin-bottom: 32px !important; }
  .u-mx-md-32 {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .u-my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-32 {
    margin: 32px !important; }
  .u-mr-sm-32 {
    margin-right: 32px !important; }
  .u-ml-sm-32 {
    margin-left: 32px !important; }
  .u-mt-sm-32 {
    margin-top: 32px !important; }
  .u-mb-sm-32 {
    margin-bottom: 32px !important; }
  .u-mx-sm-32 {
    margin-left: 32px !important;
    margin-right: 32px !important; }
  .u-my-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important; } }

.u-m-33 {
  margin: 33px !important; }

.u-mr-33 {
  margin-right: 33px !important; }

.u-ml-33 {
  margin-left: 33px !important; }

.u-mt-33 {
  margin-top: 33px !important; }

.u-mb-33 {
  margin-bottom: 33px !important; }

.u-mx-33 {
  margin-left: 33px !important;
  margin-right: 33px !important; }

.u-my-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-33 {
    margin: 33px !important; }
  .u-mr-md-33 {
    margin-right: 33px !important; }
  .u-ml-md-33 {
    margin-left: 33px !important; }
  .u-mt-md-33 {
    margin-top: 33px !important; }
  .u-mb-md-33 {
    margin-bottom: 33px !important; }
  .u-mx-md-33 {
    margin-left: 33px !important;
    margin-right: 33px !important; }
  .u-my-md-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-33 {
    margin: 33px !important; }
  .u-mr-sm-33 {
    margin-right: 33px !important; }
  .u-ml-sm-33 {
    margin-left: 33px !important; }
  .u-mt-sm-33 {
    margin-top: 33px !important; }
  .u-mb-sm-33 {
    margin-bottom: 33px !important; }
  .u-mx-sm-33 {
    margin-left: 33px !important;
    margin-right: 33px !important; }
  .u-my-sm-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important; } }

.u-m-34 {
  margin: 34px !important; }

.u-mr-34 {
  margin-right: 34px !important; }

.u-ml-34 {
  margin-left: 34px !important; }

.u-mt-34 {
  margin-top: 34px !important; }

.u-mb-34 {
  margin-bottom: 34px !important; }

.u-mx-34 {
  margin-left: 34px !important;
  margin-right: 34px !important; }

.u-my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-34 {
    margin: 34px !important; }
  .u-mr-md-34 {
    margin-right: 34px !important; }
  .u-ml-md-34 {
    margin-left: 34px !important; }
  .u-mt-md-34 {
    margin-top: 34px !important; }
  .u-mb-md-34 {
    margin-bottom: 34px !important; }
  .u-mx-md-34 {
    margin-left: 34px !important;
    margin-right: 34px !important; }
  .u-my-md-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-34 {
    margin: 34px !important; }
  .u-mr-sm-34 {
    margin-right: 34px !important; }
  .u-ml-sm-34 {
    margin-left: 34px !important; }
  .u-mt-sm-34 {
    margin-top: 34px !important; }
  .u-mb-sm-34 {
    margin-bottom: 34px !important; }
  .u-mx-sm-34 {
    margin-left: 34px !important;
    margin-right: 34px !important; }
  .u-my-sm-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important; } }

.u-m-35 {
  margin: 35px !important; }

.u-mr-35 {
  margin-right: 35px !important; }

.u-ml-35 {
  margin-left: 35px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.u-my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-35 {
    margin: 35px !important; }
  .u-mr-md-35 {
    margin-right: 35px !important; }
  .u-ml-md-35 {
    margin-left: 35px !important; }
  .u-mt-md-35 {
    margin-top: 35px !important; }
  .u-mb-md-35 {
    margin-bottom: 35px !important; }
  .u-mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  .u-my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-35 {
    margin: 35px !important; }
  .u-mr-sm-35 {
    margin-right: 35px !important; }
  .u-ml-sm-35 {
    margin-left: 35px !important; }
  .u-mt-sm-35 {
    margin-top: 35px !important; }
  .u-mb-sm-35 {
    margin-bottom: 35px !important; }
  .u-mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  .u-my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; } }

.u-m-36 {
  margin: 36px !important; }

.u-mr-36 {
  margin-right: 36px !important; }

.u-ml-36 {
  margin-left: 36px !important; }

.u-mt-36 {
  margin-top: 36px !important; }

.u-mb-36 {
  margin-bottom: 36px !important; }

.u-mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important; }

.u-my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-36 {
    margin: 36px !important; }
  .u-mr-md-36 {
    margin-right: 36px !important; }
  .u-ml-md-36 {
    margin-left: 36px !important; }
  .u-mt-md-36 {
    margin-top: 36px !important; }
  .u-mb-md-36 {
    margin-bottom: 36px !important; }
  .u-mx-md-36 {
    margin-left: 36px !important;
    margin-right: 36px !important; }
  .u-my-md-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-36 {
    margin: 36px !important; }
  .u-mr-sm-36 {
    margin-right: 36px !important; }
  .u-ml-sm-36 {
    margin-left: 36px !important; }
  .u-mt-sm-36 {
    margin-top: 36px !important; }
  .u-mb-sm-36 {
    margin-bottom: 36px !important; }
  .u-mx-sm-36 {
    margin-left: 36px !important;
    margin-right: 36px !important; }
  .u-my-sm-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important; } }

.u-m-37 {
  margin: 37px !important; }

.u-mr-37 {
  margin-right: 37px !important; }

.u-ml-37 {
  margin-left: 37px !important; }

.u-mt-37 {
  margin-top: 37px !important; }

.u-mb-37 {
  margin-bottom: 37px !important; }

.u-mx-37 {
  margin-left: 37px !important;
  margin-right: 37px !important; }

.u-my-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-37 {
    margin: 37px !important; }
  .u-mr-md-37 {
    margin-right: 37px !important; }
  .u-ml-md-37 {
    margin-left: 37px !important; }
  .u-mt-md-37 {
    margin-top: 37px !important; }
  .u-mb-md-37 {
    margin-bottom: 37px !important; }
  .u-mx-md-37 {
    margin-left: 37px !important;
    margin-right: 37px !important; }
  .u-my-md-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-37 {
    margin: 37px !important; }
  .u-mr-sm-37 {
    margin-right: 37px !important; }
  .u-ml-sm-37 {
    margin-left: 37px !important; }
  .u-mt-sm-37 {
    margin-top: 37px !important; }
  .u-mb-sm-37 {
    margin-bottom: 37px !important; }
  .u-mx-sm-37 {
    margin-left: 37px !important;
    margin-right: 37px !important; }
  .u-my-sm-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important; } }

.u-m-38 {
  margin: 38px !important; }

.u-mr-38 {
  margin-right: 38px !important; }

.u-ml-38 {
  margin-left: 38px !important; }

.u-mt-38 {
  margin-top: 38px !important; }

.u-mb-38 {
  margin-bottom: 38px !important; }

.u-mx-38 {
  margin-left: 38px !important;
  margin-right: 38px !important; }

.u-my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-38 {
    margin: 38px !important; }
  .u-mr-md-38 {
    margin-right: 38px !important; }
  .u-ml-md-38 {
    margin-left: 38px !important; }
  .u-mt-md-38 {
    margin-top: 38px !important; }
  .u-mb-md-38 {
    margin-bottom: 38px !important; }
  .u-mx-md-38 {
    margin-left: 38px !important;
    margin-right: 38px !important; }
  .u-my-md-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-38 {
    margin: 38px !important; }
  .u-mr-sm-38 {
    margin-right: 38px !important; }
  .u-ml-sm-38 {
    margin-left: 38px !important; }
  .u-mt-sm-38 {
    margin-top: 38px !important; }
  .u-mb-sm-38 {
    margin-bottom: 38px !important; }
  .u-mx-sm-38 {
    margin-left: 38px !important;
    margin-right: 38px !important; }
  .u-my-sm-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important; } }

.u-m-39 {
  margin: 39px !important; }

.u-mr-39 {
  margin-right: 39px !important; }

.u-ml-39 {
  margin-left: 39px !important; }

.u-mt-39 {
  margin-top: 39px !important; }

.u-mb-39 {
  margin-bottom: 39px !important; }

.u-mx-39 {
  margin-left: 39px !important;
  margin-right: 39px !important; }

.u-my-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-39 {
    margin: 39px !important; }
  .u-mr-md-39 {
    margin-right: 39px !important; }
  .u-ml-md-39 {
    margin-left: 39px !important; }
  .u-mt-md-39 {
    margin-top: 39px !important; }
  .u-mb-md-39 {
    margin-bottom: 39px !important; }
  .u-mx-md-39 {
    margin-left: 39px !important;
    margin-right: 39px !important; }
  .u-my-md-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-39 {
    margin: 39px !important; }
  .u-mr-sm-39 {
    margin-right: 39px !important; }
  .u-ml-sm-39 {
    margin-left: 39px !important; }
  .u-mt-sm-39 {
    margin-top: 39px !important; }
  .u-mb-sm-39 {
    margin-bottom: 39px !important; }
  .u-mx-sm-39 {
    margin-left: 39px !important;
    margin-right: 39px !important; }
  .u-my-sm-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important; } }

.u-m-40 {
  margin: 40px !important; }

.u-mr-40 {
  margin-right: 40px !important; }

.u-ml-40 {
  margin-left: 40px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.u-my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-40 {
    margin: 40px !important; }
  .u-mr-md-40 {
    margin-right: 40px !important; }
  .u-ml-md-40 {
    margin-left: 40px !important; }
  .u-mt-md-40 {
    margin-top: 40px !important; }
  .u-mb-md-40 {
    margin-bottom: 40px !important; }
  .u-mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .u-my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-40 {
    margin: 40px !important; }
  .u-mr-sm-40 {
    margin-right: 40px !important; }
  .u-ml-sm-40 {
    margin-left: 40px !important; }
  .u-mt-sm-40 {
    margin-top: 40px !important; }
  .u-mb-sm-40 {
    margin-bottom: 40px !important; }
  .u-mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .u-my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; } }

.u-m-41 {
  margin: 41px !important; }

.u-mr-41 {
  margin-right: 41px !important; }

.u-ml-41 {
  margin-left: 41px !important; }

.u-mt-41 {
  margin-top: 41px !important; }

.u-mb-41 {
  margin-bottom: 41px !important; }

.u-mx-41 {
  margin-left: 41px !important;
  margin-right: 41px !important; }

.u-my-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-41 {
    margin: 41px !important; }
  .u-mr-md-41 {
    margin-right: 41px !important; }
  .u-ml-md-41 {
    margin-left: 41px !important; }
  .u-mt-md-41 {
    margin-top: 41px !important; }
  .u-mb-md-41 {
    margin-bottom: 41px !important; }
  .u-mx-md-41 {
    margin-left: 41px !important;
    margin-right: 41px !important; }
  .u-my-md-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-41 {
    margin: 41px !important; }
  .u-mr-sm-41 {
    margin-right: 41px !important; }
  .u-ml-sm-41 {
    margin-left: 41px !important; }
  .u-mt-sm-41 {
    margin-top: 41px !important; }
  .u-mb-sm-41 {
    margin-bottom: 41px !important; }
  .u-mx-sm-41 {
    margin-left: 41px !important;
    margin-right: 41px !important; }
  .u-my-sm-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important; } }

.u-m-42 {
  margin: 42px !important; }

.u-mr-42 {
  margin-right: 42px !important; }

.u-ml-42 {
  margin-left: 42px !important; }

.u-mt-42 {
  margin-top: 42px !important; }

.u-mb-42 {
  margin-bottom: 42px !important; }

.u-mx-42 {
  margin-left: 42px !important;
  margin-right: 42px !important; }

.u-my-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-42 {
    margin: 42px !important; }
  .u-mr-md-42 {
    margin-right: 42px !important; }
  .u-ml-md-42 {
    margin-left: 42px !important; }
  .u-mt-md-42 {
    margin-top: 42px !important; }
  .u-mb-md-42 {
    margin-bottom: 42px !important; }
  .u-mx-md-42 {
    margin-left: 42px !important;
    margin-right: 42px !important; }
  .u-my-md-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-42 {
    margin: 42px !important; }
  .u-mr-sm-42 {
    margin-right: 42px !important; }
  .u-ml-sm-42 {
    margin-left: 42px !important; }
  .u-mt-sm-42 {
    margin-top: 42px !important; }
  .u-mb-sm-42 {
    margin-bottom: 42px !important; }
  .u-mx-sm-42 {
    margin-left: 42px !important;
    margin-right: 42px !important; }
  .u-my-sm-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important; } }

.u-m-43 {
  margin: 43px !important; }

.u-mr-43 {
  margin-right: 43px !important; }

.u-ml-43 {
  margin-left: 43px !important; }

.u-mt-43 {
  margin-top: 43px !important; }

.u-mb-43 {
  margin-bottom: 43px !important; }

.u-mx-43 {
  margin-left: 43px !important;
  margin-right: 43px !important; }

.u-my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-43 {
    margin: 43px !important; }
  .u-mr-md-43 {
    margin-right: 43px !important; }
  .u-ml-md-43 {
    margin-left: 43px !important; }
  .u-mt-md-43 {
    margin-top: 43px !important; }
  .u-mb-md-43 {
    margin-bottom: 43px !important; }
  .u-mx-md-43 {
    margin-left: 43px !important;
    margin-right: 43px !important; }
  .u-my-md-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-43 {
    margin: 43px !important; }
  .u-mr-sm-43 {
    margin-right: 43px !important; }
  .u-ml-sm-43 {
    margin-left: 43px !important; }
  .u-mt-sm-43 {
    margin-top: 43px !important; }
  .u-mb-sm-43 {
    margin-bottom: 43px !important; }
  .u-mx-sm-43 {
    margin-left: 43px !important;
    margin-right: 43px !important; }
  .u-my-sm-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important; } }

.u-m-44 {
  margin: 44px !important; }

.u-mr-44 {
  margin-right: 44px !important; }

.u-ml-44 {
  margin-left: 44px !important; }

.u-mt-44 {
  margin-top: 44px !important; }

.u-mb-44 {
  margin-bottom: 44px !important; }

.u-mx-44 {
  margin-left: 44px !important;
  margin-right: 44px !important; }

.u-my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-44 {
    margin: 44px !important; }
  .u-mr-md-44 {
    margin-right: 44px !important; }
  .u-ml-md-44 {
    margin-left: 44px !important; }
  .u-mt-md-44 {
    margin-top: 44px !important; }
  .u-mb-md-44 {
    margin-bottom: 44px !important; }
  .u-mx-md-44 {
    margin-left: 44px !important;
    margin-right: 44px !important; }
  .u-my-md-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-44 {
    margin: 44px !important; }
  .u-mr-sm-44 {
    margin-right: 44px !important; }
  .u-ml-sm-44 {
    margin-left: 44px !important; }
  .u-mt-sm-44 {
    margin-top: 44px !important; }
  .u-mb-sm-44 {
    margin-bottom: 44px !important; }
  .u-mx-sm-44 {
    margin-left: 44px !important;
    margin-right: 44px !important; }
  .u-my-sm-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important; } }

.u-m-45 {
  margin: 45px !important; }

.u-mr-45 {
  margin-right: 45px !important; }

.u-ml-45 {
  margin-left: 45px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.u-my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-45 {
    margin: 45px !important; }
  .u-mr-md-45 {
    margin-right: 45px !important; }
  .u-ml-md-45 {
    margin-left: 45px !important; }
  .u-mt-md-45 {
    margin-top: 45px !important; }
  .u-mb-md-45 {
    margin-bottom: 45px !important; }
  .u-mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .u-my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-45 {
    margin: 45px !important; }
  .u-mr-sm-45 {
    margin-right: 45px !important; }
  .u-ml-sm-45 {
    margin-left: 45px !important; }
  .u-mt-sm-45 {
    margin-top: 45px !important; }
  .u-mb-sm-45 {
    margin-bottom: 45px !important; }
  .u-mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  .u-my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; } }

.u-m-46 {
  margin: 46px !important; }

.u-mr-46 {
  margin-right: 46px !important; }

.u-ml-46 {
  margin-left: 46px !important; }

.u-mt-46 {
  margin-top: 46px !important; }

.u-mb-46 {
  margin-bottom: 46px !important; }

.u-mx-46 {
  margin-left: 46px !important;
  margin-right: 46px !important; }

.u-my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-46 {
    margin: 46px !important; }
  .u-mr-md-46 {
    margin-right: 46px !important; }
  .u-ml-md-46 {
    margin-left: 46px !important; }
  .u-mt-md-46 {
    margin-top: 46px !important; }
  .u-mb-md-46 {
    margin-bottom: 46px !important; }
  .u-mx-md-46 {
    margin-left: 46px !important;
    margin-right: 46px !important; }
  .u-my-md-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-46 {
    margin: 46px !important; }
  .u-mr-sm-46 {
    margin-right: 46px !important; }
  .u-ml-sm-46 {
    margin-left: 46px !important; }
  .u-mt-sm-46 {
    margin-top: 46px !important; }
  .u-mb-sm-46 {
    margin-bottom: 46px !important; }
  .u-mx-sm-46 {
    margin-left: 46px !important;
    margin-right: 46px !important; }
  .u-my-sm-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important; } }

.u-m-47 {
  margin: 47px !important; }

.u-mr-47 {
  margin-right: 47px !important; }

.u-ml-47 {
  margin-left: 47px !important; }

.u-mt-47 {
  margin-top: 47px !important; }

.u-mb-47 {
  margin-bottom: 47px !important; }

.u-mx-47 {
  margin-left: 47px !important;
  margin-right: 47px !important; }

.u-my-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-47 {
    margin: 47px !important; }
  .u-mr-md-47 {
    margin-right: 47px !important; }
  .u-ml-md-47 {
    margin-left: 47px !important; }
  .u-mt-md-47 {
    margin-top: 47px !important; }
  .u-mb-md-47 {
    margin-bottom: 47px !important; }
  .u-mx-md-47 {
    margin-left: 47px !important;
    margin-right: 47px !important; }
  .u-my-md-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-47 {
    margin: 47px !important; }
  .u-mr-sm-47 {
    margin-right: 47px !important; }
  .u-ml-sm-47 {
    margin-left: 47px !important; }
  .u-mt-sm-47 {
    margin-top: 47px !important; }
  .u-mb-sm-47 {
    margin-bottom: 47px !important; }
  .u-mx-sm-47 {
    margin-left: 47px !important;
    margin-right: 47px !important; }
  .u-my-sm-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important; } }

.u-m-48 {
  margin: 48px !important; }

.u-mr-48 {
  margin-right: 48px !important; }

.u-ml-48 {
  margin-left: 48px !important; }

.u-mt-48 {
  margin-top: 48px !important; }

.u-mb-48 {
  margin-bottom: 48px !important; }

.u-mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important; }

.u-my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-48 {
    margin: 48px !important; }
  .u-mr-md-48 {
    margin-right: 48px !important; }
  .u-ml-md-48 {
    margin-left: 48px !important; }
  .u-mt-md-48 {
    margin-top: 48px !important; }
  .u-mb-md-48 {
    margin-bottom: 48px !important; }
  .u-mx-md-48 {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .u-my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-48 {
    margin: 48px !important; }
  .u-mr-sm-48 {
    margin-right: 48px !important; }
  .u-ml-sm-48 {
    margin-left: 48px !important; }
  .u-mt-sm-48 {
    margin-top: 48px !important; }
  .u-mb-sm-48 {
    margin-bottom: 48px !important; }
  .u-mx-sm-48 {
    margin-left: 48px !important;
    margin-right: 48px !important; }
  .u-my-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; } }

.u-m-49 {
  margin: 49px !important; }

.u-mr-49 {
  margin-right: 49px !important; }

.u-ml-49 {
  margin-left: 49px !important; }

.u-mt-49 {
  margin-top: 49px !important; }

.u-mb-49 {
  margin-bottom: 49px !important; }

.u-mx-49 {
  margin-left: 49px !important;
  margin-right: 49px !important; }

.u-my-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-49 {
    margin: 49px !important; }
  .u-mr-md-49 {
    margin-right: 49px !important; }
  .u-ml-md-49 {
    margin-left: 49px !important; }
  .u-mt-md-49 {
    margin-top: 49px !important; }
  .u-mb-md-49 {
    margin-bottom: 49px !important; }
  .u-mx-md-49 {
    margin-left: 49px !important;
    margin-right: 49px !important; }
  .u-my-md-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-49 {
    margin: 49px !important; }
  .u-mr-sm-49 {
    margin-right: 49px !important; }
  .u-ml-sm-49 {
    margin-left: 49px !important; }
  .u-mt-sm-49 {
    margin-top: 49px !important; }
  .u-mb-sm-49 {
    margin-bottom: 49px !important; }
  .u-mx-sm-49 {
    margin-left: 49px !important;
    margin-right: 49px !important; }
  .u-my-sm-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important; } }

.u-m-50 {
  margin: 50px !important; }

.u-mr-50 {
  margin-right: 50px !important; }

.u-ml-50 {
  margin-left: 50px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.u-my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-50 {
    margin: 50px !important; }
  .u-mr-md-50 {
    margin-right: 50px !important; }
  .u-ml-md-50 {
    margin-left: 50px !important; }
  .u-mt-md-50 {
    margin-top: 50px !important; }
  .u-mb-md-50 {
    margin-bottom: 50px !important; }
  .u-mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  .u-my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-50 {
    margin: 50px !important; }
  .u-mr-sm-50 {
    margin-right: 50px !important; }
  .u-ml-sm-50 {
    margin-left: 50px !important; }
  .u-mt-sm-50 {
    margin-top: 50px !important; }
  .u-mb-sm-50 {
    margin-bottom: 50px !important; }
  .u-mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  .u-my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; } }

.u-m-51 {
  margin: 51px !important; }

.u-mr-51 {
  margin-right: 51px !important; }

.u-ml-51 {
  margin-left: 51px !important; }

.u-mt-51 {
  margin-top: 51px !important; }

.u-mb-51 {
  margin-bottom: 51px !important; }

.u-mx-51 {
  margin-left: 51px !important;
  margin-right: 51px !important; }

.u-my-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-51 {
    margin: 51px !important; }
  .u-mr-md-51 {
    margin-right: 51px !important; }
  .u-ml-md-51 {
    margin-left: 51px !important; }
  .u-mt-md-51 {
    margin-top: 51px !important; }
  .u-mb-md-51 {
    margin-bottom: 51px !important; }
  .u-mx-md-51 {
    margin-left: 51px !important;
    margin-right: 51px !important; }
  .u-my-md-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-51 {
    margin: 51px !important; }
  .u-mr-sm-51 {
    margin-right: 51px !important; }
  .u-ml-sm-51 {
    margin-left: 51px !important; }
  .u-mt-sm-51 {
    margin-top: 51px !important; }
  .u-mb-sm-51 {
    margin-bottom: 51px !important; }
  .u-mx-sm-51 {
    margin-left: 51px !important;
    margin-right: 51px !important; }
  .u-my-sm-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important; } }

.u-m-52 {
  margin: 52px !important; }

.u-mr-52 {
  margin-right: 52px !important; }

.u-ml-52 {
  margin-left: 52px !important; }

.u-mt-52 {
  margin-top: 52px !important; }

.u-mb-52 {
  margin-bottom: 52px !important; }

.u-mx-52 {
  margin-left: 52px !important;
  margin-right: 52px !important; }

.u-my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-52 {
    margin: 52px !important; }
  .u-mr-md-52 {
    margin-right: 52px !important; }
  .u-ml-md-52 {
    margin-left: 52px !important; }
  .u-mt-md-52 {
    margin-top: 52px !important; }
  .u-mb-md-52 {
    margin-bottom: 52px !important; }
  .u-mx-md-52 {
    margin-left: 52px !important;
    margin-right: 52px !important; }
  .u-my-md-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-52 {
    margin: 52px !important; }
  .u-mr-sm-52 {
    margin-right: 52px !important; }
  .u-ml-sm-52 {
    margin-left: 52px !important; }
  .u-mt-sm-52 {
    margin-top: 52px !important; }
  .u-mb-sm-52 {
    margin-bottom: 52px !important; }
  .u-mx-sm-52 {
    margin-left: 52px !important;
    margin-right: 52px !important; }
  .u-my-sm-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important; } }

.u-m-53 {
  margin: 53px !important; }

.u-mr-53 {
  margin-right: 53px !important; }

.u-ml-53 {
  margin-left: 53px !important; }

.u-mt-53 {
  margin-top: 53px !important; }

.u-mb-53 {
  margin-bottom: 53px !important; }

.u-mx-53 {
  margin-left: 53px !important;
  margin-right: 53px !important; }

.u-my-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-53 {
    margin: 53px !important; }
  .u-mr-md-53 {
    margin-right: 53px !important; }
  .u-ml-md-53 {
    margin-left: 53px !important; }
  .u-mt-md-53 {
    margin-top: 53px !important; }
  .u-mb-md-53 {
    margin-bottom: 53px !important; }
  .u-mx-md-53 {
    margin-left: 53px !important;
    margin-right: 53px !important; }
  .u-my-md-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-53 {
    margin: 53px !important; }
  .u-mr-sm-53 {
    margin-right: 53px !important; }
  .u-ml-sm-53 {
    margin-left: 53px !important; }
  .u-mt-sm-53 {
    margin-top: 53px !important; }
  .u-mb-sm-53 {
    margin-bottom: 53px !important; }
  .u-mx-sm-53 {
    margin-left: 53px !important;
    margin-right: 53px !important; }
  .u-my-sm-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important; } }

.u-m-54 {
  margin: 54px !important; }

.u-mr-54 {
  margin-right: 54px !important; }

.u-ml-54 {
  margin-left: 54px !important; }

.u-mt-54 {
  margin-top: 54px !important; }

.u-mb-54 {
  margin-bottom: 54px !important; }

.u-mx-54 {
  margin-left: 54px !important;
  margin-right: 54px !important; }

.u-my-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-54 {
    margin: 54px !important; }
  .u-mr-md-54 {
    margin-right: 54px !important; }
  .u-ml-md-54 {
    margin-left: 54px !important; }
  .u-mt-md-54 {
    margin-top: 54px !important; }
  .u-mb-md-54 {
    margin-bottom: 54px !important; }
  .u-mx-md-54 {
    margin-left: 54px !important;
    margin-right: 54px !important; }
  .u-my-md-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-54 {
    margin: 54px !important; }
  .u-mr-sm-54 {
    margin-right: 54px !important; }
  .u-ml-sm-54 {
    margin-left: 54px !important; }
  .u-mt-sm-54 {
    margin-top: 54px !important; }
  .u-mb-sm-54 {
    margin-bottom: 54px !important; }
  .u-mx-sm-54 {
    margin-left: 54px !important;
    margin-right: 54px !important; }
  .u-my-sm-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important; } }

.u-m-55 {
  margin: 55px !important; }

.u-mr-55 {
  margin-right: 55px !important; }

.u-ml-55 {
  margin-left: 55px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.u-my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-55 {
    margin: 55px !important; }
  .u-mr-md-55 {
    margin-right: 55px !important; }
  .u-ml-md-55 {
    margin-left: 55px !important; }
  .u-mt-md-55 {
    margin-top: 55px !important; }
  .u-mb-md-55 {
    margin-bottom: 55px !important; }
  .u-mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }
  .u-my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-55 {
    margin: 55px !important; }
  .u-mr-sm-55 {
    margin-right: 55px !important; }
  .u-ml-sm-55 {
    margin-left: 55px !important; }
  .u-mt-sm-55 {
    margin-top: 55px !important; }
  .u-mb-sm-55 {
    margin-bottom: 55px !important; }
  .u-mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }
  .u-my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; } }

.u-m-56 {
  margin: 56px !important; }

.u-mr-56 {
  margin-right: 56px !important; }

.u-ml-56 {
  margin-left: 56px !important; }

.u-mt-56 {
  margin-top: 56px !important; }

.u-mb-56 {
  margin-bottom: 56px !important; }

.u-mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important; }

.u-my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-56 {
    margin: 56px !important; }
  .u-mr-md-56 {
    margin-right: 56px !important; }
  .u-ml-md-56 {
    margin-left: 56px !important; }
  .u-mt-md-56 {
    margin-top: 56px !important; }
  .u-mb-md-56 {
    margin-bottom: 56px !important; }
  .u-mx-md-56 {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .u-my-md-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-56 {
    margin: 56px !important; }
  .u-mr-sm-56 {
    margin-right: 56px !important; }
  .u-ml-sm-56 {
    margin-left: 56px !important; }
  .u-mt-sm-56 {
    margin-top: 56px !important; }
  .u-mb-sm-56 {
    margin-bottom: 56px !important; }
  .u-mx-sm-56 {
    margin-left: 56px !important;
    margin-right: 56px !important; }
  .u-my-sm-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important; } }

.u-m-57 {
  margin: 57px !important; }

.u-mr-57 {
  margin-right: 57px !important; }

.u-ml-57 {
  margin-left: 57px !important; }

.u-mt-57 {
  margin-top: 57px !important; }

.u-mb-57 {
  margin-bottom: 57px !important; }

.u-mx-57 {
  margin-left: 57px !important;
  margin-right: 57px !important; }

.u-my-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-57 {
    margin: 57px !important; }
  .u-mr-md-57 {
    margin-right: 57px !important; }
  .u-ml-md-57 {
    margin-left: 57px !important; }
  .u-mt-md-57 {
    margin-top: 57px !important; }
  .u-mb-md-57 {
    margin-bottom: 57px !important; }
  .u-mx-md-57 {
    margin-left: 57px !important;
    margin-right: 57px !important; }
  .u-my-md-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-57 {
    margin: 57px !important; }
  .u-mr-sm-57 {
    margin-right: 57px !important; }
  .u-ml-sm-57 {
    margin-left: 57px !important; }
  .u-mt-sm-57 {
    margin-top: 57px !important; }
  .u-mb-sm-57 {
    margin-bottom: 57px !important; }
  .u-mx-sm-57 {
    margin-left: 57px !important;
    margin-right: 57px !important; }
  .u-my-sm-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important; } }

.u-m-58 {
  margin: 58px !important; }

.u-mr-58 {
  margin-right: 58px !important; }

.u-ml-58 {
  margin-left: 58px !important; }

.u-mt-58 {
  margin-top: 58px !important; }

.u-mb-58 {
  margin-bottom: 58px !important; }

.u-mx-58 {
  margin-left: 58px !important;
  margin-right: 58px !important; }

.u-my-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-58 {
    margin: 58px !important; }
  .u-mr-md-58 {
    margin-right: 58px !important; }
  .u-ml-md-58 {
    margin-left: 58px !important; }
  .u-mt-md-58 {
    margin-top: 58px !important; }
  .u-mb-md-58 {
    margin-bottom: 58px !important; }
  .u-mx-md-58 {
    margin-left: 58px !important;
    margin-right: 58px !important; }
  .u-my-md-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-58 {
    margin: 58px !important; }
  .u-mr-sm-58 {
    margin-right: 58px !important; }
  .u-ml-sm-58 {
    margin-left: 58px !important; }
  .u-mt-sm-58 {
    margin-top: 58px !important; }
  .u-mb-sm-58 {
    margin-bottom: 58px !important; }
  .u-mx-sm-58 {
    margin-left: 58px !important;
    margin-right: 58px !important; }
  .u-my-sm-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important; } }

.u-m-59 {
  margin: 59px !important; }

.u-mr-59 {
  margin-right: 59px !important; }

.u-ml-59 {
  margin-left: 59px !important; }

.u-mt-59 {
  margin-top: 59px !important; }

.u-mb-59 {
  margin-bottom: 59px !important; }

.u-mx-59 {
  margin-left: 59px !important;
  margin-right: 59px !important; }

.u-my-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-59 {
    margin: 59px !important; }
  .u-mr-md-59 {
    margin-right: 59px !important; }
  .u-ml-md-59 {
    margin-left: 59px !important; }
  .u-mt-md-59 {
    margin-top: 59px !important; }
  .u-mb-md-59 {
    margin-bottom: 59px !important; }
  .u-mx-md-59 {
    margin-left: 59px !important;
    margin-right: 59px !important; }
  .u-my-md-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-59 {
    margin: 59px !important; }
  .u-mr-sm-59 {
    margin-right: 59px !important; }
  .u-ml-sm-59 {
    margin-left: 59px !important; }
  .u-mt-sm-59 {
    margin-top: 59px !important; }
  .u-mb-sm-59 {
    margin-bottom: 59px !important; }
  .u-mx-sm-59 {
    margin-left: 59px !important;
    margin-right: 59px !important; }
  .u-my-sm-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important; } }

.u-m-60 {
  margin: 60px !important; }

.u-mr-60 {
  margin-right: 60px !important; }

.u-ml-60 {
  margin-left: 60px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.u-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-60 {
    margin: 60px !important; }
  .u-mr-md-60 {
    margin-right: 60px !important; }
  .u-ml-md-60 {
    margin-left: 60px !important; }
  .u-mt-md-60 {
    margin-top: 60px !important; }
  .u-mb-md-60 {
    margin-bottom: 60px !important; }
  .u-mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .u-my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-60 {
    margin: 60px !important; }
  .u-mr-sm-60 {
    margin-right: 60px !important; }
  .u-ml-sm-60 {
    margin-left: 60px !important; }
  .u-mt-sm-60 {
    margin-top: 60px !important; }
  .u-mb-sm-60 {
    margin-bottom: 60px !important; }
  .u-mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  .u-my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

.u-m-61 {
  margin: 61px !important; }

.u-mr-61 {
  margin-right: 61px !important; }

.u-ml-61 {
  margin-left: 61px !important; }

.u-mt-61 {
  margin-top: 61px !important; }

.u-mb-61 {
  margin-bottom: 61px !important; }

.u-mx-61 {
  margin-left: 61px !important;
  margin-right: 61px !important; }

.u-my-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-61 {
    margin: 61px !important; }
  .u-mr-md-61 {
    margin-right: 61px !important; }
  .u-ml-md-61 {
    margin-left: 61px !important; }
  .u-mt-md-61 {
    margin-top: 61px !important; }
  .u-mb-md-61 {
    margin-bottom: 61px !important; }
  .u-mx-md-61 {
    margin-left: 61px !important;
    margin-right: 61px !important; }
  .u-my-md-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-61 {
    margin: 61px !important; }
  .u-mr-sm-61 {
    margin-right: 61px !important; }
  .u-ml-sm-61 {
    margin-left: 61px !important; }
  .u-mt-sm-61 {
    margin-top: 61px !important; }
  .u-mb-sm-61 {
    margin-bottom: 61px !important; }
  .u-mx-sm-61 {
    margin-left: 61px !important;
    margin-right: 61px !important; }
  .u-my-sm-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important; } }

.u-m-62 {
  margin: 62px !important; }

.u-mr-62 {
  margin-right: 62px !important; }

.u-ml-62 {
  margin-left: 62px !important; }

.u-mt-62 {
  margin-top: 62px !important; }

.u-mb-62 {
  margin-bottom: 62px !important; }

.u-mx-62 {
  margin-left: 62px !important;
  margin-right: 62px !important; }

.u-my-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-62 {
    margin: 62px !important; }
  .u-mr-md-62 {
    margin-right: 62px !important; }
  .u-ml-md-62 {
    margin-left: 62px !important; }
  .u-mt-md-62 {
    margin-top: 62px !important; }
  .u-mb-md-62 {
    margin-bottom: 62px !important; }
  .u-mx-md-62 {
    margin-left: 62px !important;
    margin-right: 62px !important; }
  .u-my-md-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-62 {
    margin: 62px !important; }
  .u-mr-sm-62 {
    margin-right: 62px !important; }
  .u-ml-sm-62 {
    margin-left: 62px !important; }
  .u-mt-sm-62 {
    margin-top: 62px !important; }
  .u-mb-sm-62 {
    margin-bottom: 62px !important; }
  .u-mx-sm-62 {
    margin-left: 62px !important;
    margin-right: 62px !important; }
  .u-my-sm-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important; } }

.u-m-63 {
  margin: 63px !important; }

.u-mr-63 {
  margin-right: 63px !important; }

.u-ml-63 {
  margin-left: 63px !important; }

.u-mt-63 {
  margin-top: 63px !important; }

.u-mb-63 {
  margin-bottom: 63px !important; }

.u-mx-63 {
  margin-left: 63px !important;
  margin-right: 63px !important; }

.u-my-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-63 {
    margin: 63px !important; }
  .u-mr-md-63 {
    margin-right: 63px !important; }
  .u-ml-md-63 {
    margin-left: 63px !important; }
  .u-mt-md-63 {
    margin-top: 63px !important; }
  .u-mb-md-63 {
    margin-bottom: 63px !important; }
  .u-mx-md-63 {
    margin-left: 63px !important;
    margin-right: 63px !important; }
  .u-my-md-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-63 {
    margin: 63px !important; }
  .u-mr-sm-63 {
    margin-right: 63px !important; }
  .u-ml-sm-63 {
    margin-left: 63px !important; }
  .u-mt-sm-63 {
    margin-top: 63px !important; }
  .u-mb-sm-63 {
    margin-bottom: 63px !important; }
  .u-mx-sm-63 {
    margin-left: 63px !important;
    margin-right: 63px !important; }
  .u-my-sm-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important; } }

.u-m-64 {
  margin: 64px !important; }

.u-mr-64 {
  margin-right: 64px !important; }

.u-ml-64 {
  margin-left: 64px !important; }

.u-mt-64 {
  margin-top: 64px !important; }

.u-mb-64 {
  margin-bottom: 64px !important; }

.u-mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important; }

.u-my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-64 {
    margin: 64px !important; }
  .u-mr-md-64 {
    margin-right: 64px !important; }
  .u-ml-md-64 {
    margin-left: 64px !important; }
  .u-mt-md-64 {
    margin-top: 64px !important; }
  .u-mb-md-64 {
    margin-bottom: 64px !important; }
  .u-mx-md-64 {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .u-my-md-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-64 {
    margin: 64px !important; }
  .u-mr-sm-64 {
    margin-right: 64px !important; }
  .u-ml-sm-64 {
    margin-left: 64px !important; }
  .u-mt-sm-64 {
    margin-top: 64px !important; }
  .u-mb-sm-64 {
    margin-bottom: 64px !important; }
  .u-mx-sm-64 {
    margin-left: 64px !important;
    margin-right: 64px !important; }
  .u-my-sm-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important; } }

.u-m-65 {
  margin: 65px !important; }

.u-mr-65 {
  margin-right: 65px !important; }

.u-ml-65 {
  margin-left: 65px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mb-65 {
  margin-bottom: 65px !important; }

.u-mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.u-my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-65 {
    margin: 65px !important; }
  .u-mr-md-65 {
    margin-right: 65px !important; }
  .u-ml-md-65 {
    margin-left: 65px !important; }
  .u-mt-md-65 {
    margin-top: 65px !important; }
  .u-mb-md-65 {
    margin-bottom: 65px !important; }
  .u-mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }
  .u-my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-65 {
    margin: 65px !important; }
  .u-mr-sm-65 {
    margin-right: 65px !important; }
  .u-ml-sm-65 {
    margin-left: 65px !important; }
  .u-mt-sm-65 {
    margin-top: 65px !important; }
  .u-mb-sm-65 {
    margin-bottom: 65px !important; }
  .u-mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }
  .u-my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; } }

.u-m-66 {
  margin: 66px !important; }

.u-mr-66 {
  margin-right: 66px !important; }

.u-ml-66 {
  margin-left: 66px !important; }

.u-mt-66 {
  margin-top: 66px !important; }

.u-mb-66 {
  margin-bottom: 66px !important; }

.u-mx-66 {
  margin-left: 66px !important;
  margin-right: 66px !important; }

.u-my-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-66 {
    margin: 66px !important; }
  .u-mr-md-66 {
    margin-right: 66px !important; }
  .u-ml-md-66 {
    margin-left: 66px !important; }
  .u-mt-md-66 {
    margin-top: 66px !important; }
  .u-mb-md-66 {
    margin-bottom: 66px !important; }
  .u-mx-md-66 {
    margin-left: 66px !important;
    margin-right: 66px !important; }
  .u-my-md-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-66 {
    margin: 66px !important; }
  .u-mr-sm-66 {
    margin-right: 66px !important; }
  .u-ml-sm-66 {
    margin-left: 66px !important; }
  .u-mt-sm-66 {
    margin-top: 66px !important; }
  .u-mb-sm-66 {
    margin-bottom: 66px !important; }
  .u-mx-sm-66 {
    margin-left: 66px !important;
    margin-right: 66px !important; }
  .u-my-sm-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important; } }

.u-m-67 {
  margin: 67px !important; }

.u-mr-67 {
  margin-right: 67px !important; }

.u-ml-67 {
  margin-left: 67px !important; }

.u-mt-67 {
  margin-top: 67px !important; }

.u-mb-67 {
  margin-bottom: 67px !important; }

.u-mx-67 {
  margin-left: 67px !important;
  margin-right: 67px !important; }

.u-my-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-67 {
    margin: 67px !important; }
  .u-mr-md-67 {
    margin-right: 67px !important; }
  .u-ml-md-67 {
    margin-left: 67px !important; }
  .u-mt-md-67 {
    margin-top: 67px !important; }
  .u-mb-md-67 {
    margin-bottom: 67px !important; }
  .u-mx-md-67 {
    margin-left: 67px !important;
    margin-right: 67px !important; }
  .u-my-md-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-67 {
    margin: 67px !important; }
  .u-mr-sm-67 {
    margin-right: 67px !important; }
  .u-ml-sm-67 {
    margin-left: 67px !important; }
  .u-mt-sm-67 {
    margin-top: 67px !important; }
  .u-mb-sm-67 {
    margin-bottom: 67px !important; }
  .u-mx-sm-67 {
    margin-left: 67px !important;
    margin-right: 67px !important; }
  .u-my-sm-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important; } }

.u-m-68 {
  margin: 68px !important; }

.u-mr-68 {
  margin-right: 68px !important; }

.u-ml-68 {
  margin-left: 68px !important; }

.u-mt-68 {
  margin-top: 68px !important; }

.u-mb-68 {
  margin-bottom: 68px !important; }

.u-mx-68 {
  margin-left: 68px !important;
  margin-right: 68px !important; }

.u-my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-68 {
    margin: 68px !important; }
  .u-mr-md-68 {
    margin-right: 68px !important; }
  .u-ml-md-68 {
    margin-left: 68px !important; }
  .u-mt-md-68 {
    margin-top: 68px !important; }
  .u-mb-md-68 {
    margin-bottom: 68px !important; }
  .u-mx-md-68 {
    margin-left: 68px !important;
    margin-right: 68px !important; }
  .u-my-md-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-68 {
    margin: 68px !important; }
  .u-mr-sm-68 {
    margin-right: 68px !important; }
  .u-ml-sm-68 {
    margin-left: 68px !important; }
  .u-mt-sm-68 {
    margin-top: 68px !important; }
  .u-mb-sm-68 {
    margin-bottom: 68px !important; }
  .u-mx-sm-68 {
    margin-left: 68px !important;
    margin-right: 68px !important; }
  .u-my-sm-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important; } }

.u-m-69 {
  margin: 69px !important; }

.u-mr-69 {
  margin-right: 69px !important; }

.u-ml-69 {
  margin-left: 69px !important; }

.u-mt-69 {
  margin-top: 69px !important; }

.u-mb-69 {
  margin-bottom: 69px !important; }

.u-mx-69 {
  margin-left: 69px !important;
  margin-right: 69px !important; }

.u-my-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-69 {
    margin: 69px !important; }
  .u-mr-md-69 {
    margin-right: 69px !important; }
  .u-ml-md-69 {
    margin-left: 69px !important; }
  .u-mt-md-69 {
    margin-top: 69px !important; }
  .u-mb-md-69 {
    margin-bottom: 69px !important; }
  .u-mx-md-69 {
    margin-left: 69px !important;
    margin-right: 69px !important; }
  .u-my-md-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-69 {
    margin: 69px !important; }
  .u-mr-sm-69 {
    margin-right: 69px !important; }
  .u-ml-sm-69 {
    margin-left: 69px !important; }
  .u-mt-sm-69 {
    margin-top: 69px !important; }
  .u-mb-sm-69 {
    margin-bottom: 69px !important; }
  .u-mx-sm-69 {
    margin-left: 69px !important;
    margin-right: 69px !important; }
  .u-my-sm-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important; } }

.u-m-70 {
  margin: 70px !important; }

.u-mr-70 {
  margin-right: 70px !important; }

.u-ml-70 {
  margin-left: 70px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.u-my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-70 {
    margin: 70px !important; }
  .u-mr-md-70 {
    margin-right: 70px !important; }
  .u-ml-md-70 {
    margin-left: 70px !important; }
  .u-mt-md-70 {
    margin-top: 70px !important; }
  .u-mb-md-70 {
    margin-bottom: 70px !important; }
  .u-mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }
  .u-my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-70 {
    margin: 70px !important; }
  .u-mr-sm-70 {
    margin-right: 70px !important; }
  .u-ml-sm-70 {
    margin-left: 70px !important; }
  .u-mt-sm-70 {
    margin-top: 70px !important; }
  .u-mb-sm-70 {
    margin-bottom: 70px !important; }
  .u-mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }
  .u-my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

.u-m-71 {
  margin: 71px !important; }

.u-mr-71 {
  margin-right: 71px !important; }

.u-ml-71 {
  margin-left: 71px !important; }

.u-mt-71 {
  margin-top: 71px !important; }

.u-mb-71 {
  margin-bottom: 71px !important; }

.u-mx-71 {
  margin-left: 71px !important;
  margin-right: 71px !important; }

.u-my-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-71 {
    margin: 71px !important; }
  .u-mr-md-71 {
    margin-right: 71px !important; }
  .u-ml-md-71 {
    margin-left: 71px !important; }
  .u-mt-md-71 {
    margin-top: 71px !important; }
  .u-mb-md-71 {
    margin-bottom: 71px !important; }
  .u-mx-md-71 {
    margin-left: 71px !important;
    margin-right: 71px !important; }
  .u-my-md-71 {
    margin-top: 71px !important;
    margin-bottom: 71px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-71 {
    margin: 71px !important; }
  .u-mr-sm-71 {
    margin-right: 71px !important; }
  .u-ml-sm-71 {
    margin-left: 71px !important; }
  .u-mt-sm-71 {
    margin-top: 71px !important; }
  .u-mb-sm-71 {
    margin-bottom: 71px !important; }
  .u-mx-sm-71 {
    margin-left: 71px !important;
    margin-right: 71px !important; }
  .u-my-sm-71 {
    margin-top: 71px !important;
    margin-bottom: 71px !important; } }

.u-m-72 {
  margin: 72px !important; }

.u-mr-72 {
  margin-right: 72px !important; }

.u-ml-72 {
  margin-left: 72px !important; }

.u-mt-72 {
  margin-top: 72px !important; }

.u-mb-72 {
  margin-bottom: 72px !important; }

.u-mx-72 {
  margin-left: 72px !important;
  margin-right: 72px !important; }

.u-my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-72 {
    margin: 72px !important; }
  .u-mr-md-72 {
    margin-right: 72px !important; }
  .u-ml-md-72 {
    margin-left: 72px !important; }
  .u-mt-md-72 {
    margin-top: 72px !important; }
  .u-mb-md-72 {
    margin-bottom: 72px !important; }
  .u-mx-md-72 {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .u-my-md-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-72 {
    margin: 72px !important; }
  .u-mr-sm-72 {
    margin-right: 72px !important; }
  .u-ml-sm-72 {
    margin-left: 72px !important; }
  .u-mt-sm-72 {
    margin-top: 72px !important; }
  .u-mb-sm-72 {
    margin-bottom: 72px !important; }
  .u-mx-sm-72 {
    margin-left: 72px !important;
    margin-right: 72px !important; }
  .u-my-sm-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; } }

.u-m-73 {
  margin: 73px !important; }

.u-mr-73 {
  margin-right: 73px !important; }

.u-ml-73 {
  margin-left: 73px !important; }

.u-mt-73 {
  margin-top: 73px !important; }

.u-mb-73 {
  margin-bottom: 73px !important; }

.u-mx-73 {
  margin-left: 73px !important;
  margin-right: 73px !important; }

.u-my-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-73 {
    margin: 73px !important; }
  .u-mr-md-73 {
    margin-right: 73px !important; }
  .u-ml-md-73 {
    margin-left: 73px !important; }
  .u-mt-md-73 {
    margin-top: 73px !important; }
  .u-mb-md-73 {
    margin-bottom: 73px !important; }
  .u-mx-md-73 {
    margin-left: 73px !important;
    margin-right: 73px !important; }
  .u-my-md-73 {
    margin-top: 73px !important;
    margin-bottom: 73px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-73 {
    margin: 73px !important; }
  .u-mr-sm-73 {
    margin-right: 73px !important; }
  .u-ml-sm-73 {
    margin-left: 73px !important; }
  .u-mt-sm-73 {
    margin-top: 73px !important; }
  .u-mb-sm-73 {
    margin-bottom: 73px !important; }
  .u-mx-sm-73 {
    margin-left: 73px !important;
    margin-right: 73px !important; }
  .u-my-sm-73 {
    margin-top: 73px !important;
    margin-bottom: 73px !important; } }

.u-m-74 {
  margin: 74px !important; }

.u-mr-74 {
  margin-right: 74px !important; }

.u-ml-74 {
  margin-left: 74px !important; }

.u-mt-74 {
  margin-top: 74px !important; }

.u-mb-74 {
  margin-bottom: 74px !important; }

.u-mx-74 {
  margin-left: 74px !important;
  margin-right: 74px !important; }

.u-my-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-74 {
    margin: 74px !important; }
  .u-mr-md-74 {
    margin-right: 74px !important; }
  .u-ml-md-74 {
    margin-left: 74px !important; }
  .u-mt-md-74 {
    margin-top: 74px !important; }
  .u-mb-md-74 {
    margin-bottom: 74px !important; }
  .u-mx-md-74 {
    margin-left: 74px !important;
    margin-right: 74px !important; }
  .u-my-md-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-74 {
    margin: 74px !important; }
  .u-mr-sm-74 {
    margin-right: 74px !important; }
  .u-ml-sm-74 {
    margin-left: 74px !important; }
  .u-mt-sm-74 {
    margin-top: 74px !important; }
  .u-mb-sm-74 {
    margin-bottom: 74px !important; }
  .u-mx-sm-74 {
    margin-left: 74px !important;
    margin-right: 74px !important; }
  .u-my-sm-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important; } }

.u-m-75 {
  margin: 75px !important; }

.u-mr-75 {
  margin-right: 75px !important; }

.u-ml-75 {
  margin-left: 75px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mb-75 {
  margin-bottom: 75px !important; }

.u-mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.u-my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-75 {
    margin: 75px !important; }
  .u-mr-md-75 {
    margin-right: 75px !important; }
  .u-ml-md-75 {
    margin-left: 75px !important; }
  .u-mt-md-75 {
    margin-top: 75px !important; }
  .u-mb-md-75 {
    margin-bottom: 75px !important; }
  .u-mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }
  .u-my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-75 {
    margin: 75px !important; }
  .u-mr-sm-75 {
    margin-right: 75px !important; }
  .u-ml-sm-75 {
    margin-left: 75px !important; }
  .u-mt-sm-75 {
    margin-top: 75px !important; }
  .u-mb-sm-75 {
    margin-bottom: 75px !important; }
  .u-mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }
  .u-my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; } }

.u-m-76 {
  margin: 76px !important; }

.u-mr-76 {
  margin-right: 76px !important; }

.u-ml-76 {
  margin-left: 76px !important; }

.u-mt-76 {
  margin-top: 76px !important; }

.u-mb-76 {
  margin-bottom: 76px !important; }

.u-mx-76 {
  margin-left: 76px !important;
  margin-right: 76px !important; }

.u-my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-76 {
    margin: 76px !important; }
  .u-mr-md-76 {
    margin-right: 76px !important; }
  .u-ml-md-76 {
    margin-left: 76px !important; }
  .u-mt-md-76 {
    margin-top: 76px !important; }
  .u-mb-md-76 {
    margin-bottom: 76px !important; }
  .u-mx-md-76 {
    margin-left: 76px !important;
    margin-right: 76px !important; }
  .u-my-md-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-76 {
    margin: 76px !important; }
  .u-mr-sm-76 {
    margin-right: 76px !important; }
  .u-ml-sm-76 {
    margin-left: 76px !important; }
  .u-mt-sm-76 {
    margin-top: 76px !important; }
  .u-mb-sm-76 {
    margin-bottom: 76px !important; }
  .u-mx-sm-76 {
    margin-left: 76px !important;
    margin-right: 76px !important; }
  .u-my-sm-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important; } }

.u-m-77 {
  margin: 77px !important; }

.u-mr-77 {
  margin-right: 77px !important; }

.u-ml-77 {
  margin-left: 77px !important; }

.u-mt-77 {
  margin-top: 77px !important; }

.u-mb-77 {
  margin-bottom: 77px !important; }

.u-mx-77 {
  margin-left: 77px !important;
  margin-right: 77px !important; }

.u-my-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-77 {
    margin: 77px !important; }
  .u-mr-md-77 {
    margin-right: 77px !important; }
  .u-ml-md-77 {
    margin-left: 77px !important; }
  .u-mt-md-77 {
    margin-top: 77px !important; }
  .u-mb-md-77 {
    margin-bottom: 77px !important; }
  .u-mx-md-77 {
    margin-left: 77px !important;
    margin-right: 77px !important; }
  .u-my-md-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-77 {
    margin: 77px !important; }
  .u-mr-sm-77 {
    margin-right: 77px !important; }
  .u-ml-sm-77 {
    margin-left: 77px !important; }
  .u-mt-sm-77 {
    margin-top: 77px !important; }
  .u-mb-sm-77 {
    margin-bottom: 77px !important; }
  .u-mx-sm-77 {
    margin-left: 77px !important;
    margin-right: 77px !important; }
  .u-my-sm-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important; } }

.u-m-78 {
  margin: 78px !important; }

.u-mr-78 {
  margin-right: 78px !important; }

.u-ml-78 {
  margin-left: 78px !important; }

.u-mt-78 {
  margin-top: 78px !important; }

.u-mb-78 {
  margin-bottom: 78px !important; }

.u-mx-78 {
  margin-left: 78px !important;
  margin-right: 78px !important; }

.u-my-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-78 {
    margin: 78px !important; }
  .u-mr-md-78 {
    margin-right: 78px !important; }
  .u-ml-md-78 {
    margin-left: 78px !important; }
  .u-mt-md-78 {
    margin-top: 78px !important; }
  .u-mb-md-78 {
    margin-bottom: 78px !important; }
  .u-mx-md-78 {
    margin-left: 78px !important;
    margin-right: 78px !important; }
  .u-my-md-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-78 {
    margin: 78px !important; }
  .u-mr-sm-78 {
    margin-right: 78px !important; }
  .u-ml-sm-78 {
    margin-left: 78px !important; }
  .u-mt-sm-78 {
    margin-top: 78px !important; }
  .u-mb-sm-78 {
    margin-bottom: 78px !important; }
  .u-mx-sm-78 {
    margin-left: 78px !important;
    margin-right: 78px !important; }
  .u-my-sm-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important; } }

.u-m-79 {
  margin: 79px !important; }

.u-mr-79 {
  margin-right: 79px !important; }

.u-ml-79 {
  margin-left: 79px !important; }

.u-mt-79 {
  margin-top: 79px !important; }

.u-mb-79 {
  margin-bottom: 79px !important; }

.u-mx-79 {
  margin-left: 79px !important;
  margin-right: 79px !important; }

.u-my-79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-79 {
    margin: 79px !important; }
  .u-mr-md-79 {
    margin-right: 79px !important; }
  .u-ml-md-79 {
    margin-left: 79px !important; }
  .u-mt-md-79 {
    margin-top: 79px !important; }
  .u-mb-md-79 {
    margin-bottom: 79px !important; }
  .u-mx-md-79 {
    margin-left: 79px !important;
    margin-right: 79px !important; }
  .u-my-md-79 {
    margin-top: 79px !important;
    margin-bottom: 79px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-79 {
    margin: 79px !important; }
  .u-mr-sm-79 {
    margin-right: 79px !important; }
  .u-ml-sm-79 {
    margin-left: 79px !important; }
  .u-mt-sm-79 {
    margin-top: 79px !important; }
  .u-mb-sm-79 {
    margin-bottom: 79px !important; }
  .u-mx-sm-79 {
    margin-left: 79px !important;
    margin-right: 79px !important; }
  .u-my-sm-79 {
    margin-top: 79px !important;
    margin-bottom: 79px !important; } }

.u-m-80 {
  margin: 80px !important; }

.u-mr-80 {
  margin-right: 80px !important; }

.u-ml-80 {
  margin-left: 80px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.u-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-80 {
    margin: 80px !important; }
  .u-mr-md-80 {
    margin-right: 80px !important; }
  .u-ml-md-80 {
    margin-left: 80px !important; }
  .u-mt-md-80 {
    margin-top: 80px !important; }
  .u-mb-md-80 {
    margin-bottom: 80px !important; }
  .u-mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .u-my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-80 {
    margin: 80px !important; }
  .u-mr-sm-80 {
    margin-right: 80px !important; }
  .u-ml-sm-80 {
    margin-left: 80px !important; }
  .u-mt-sm-80 {
    margin-top: 80px !important; }
  .u-mb-sm-80 {
    margin-bottom: 80px !important; }
  .u-mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  .u-my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; } }

.u-m-81 {
  margin: 81px !important; }

.u-mr-81 {
  margin-right: 81px !important; }

.u-ml-81 {
  margin-left: 81px !important; }

.u-mt-81 {
  margin-top: 81px !important; }

.u-mb-81 {
  margin-bottom: 81px !important; }

.u-mx-81 {
  margin-left: 81px !important;
  margin-right: 81px !important; }

.u-my-81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-81 {
    margin: 81px !important; }
  .u-mr-md-81 {
    margin-right: 81px !important; }
  .u-ml-md-81 {
    margin-left: 81px !important; }
  .u-mt-md-81 {
    margin-top: 81px !important; }
  .u-mb-md-81 {
    margin-bottom: 81px !important; }
  .u-mx-md-81 {
    margin-left: 81px !important;
    margin-right: 81px !important; }
  .u-my-md-81 {
    margin-top: 81px !important;
    margin-bottom: 81px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-81 {
    margin: 81px !important; }
  .u-mr-sm-81 {
    margin-right: 81px !important; }
  .u-ml-sm-81 {
    margin-left: 81px !important; }
  .u-mt-sm-81 {
    margin-top: 81px !important; }
  .u-mb-sm-81 {
    margin-bottom: 81px !important; }
  .u-mx-sm-81 {
    margin-left: 81px !important;
    margin-right: 81px !important; }
  .u-my-sm-81 {
    margin-top: 81px !important;
    margin-bottom: 81px !important; } }

.u-m-82 {
  margin: 82px !important; }

.u-mr-82 {
  margin-right: 82px !important; }

.u-ml-82 {
  margin-left: 82px !important; }

.u-mt-82 {
  margin-top: 82px !important; }

.u-mb-82 {
  margin-bottom: 82px !important; }

.u-mx-82 {
  margin-left: 82px !important;
  margin-right: 82px !important; }

.u-my-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-82 {
    margin: 82px !important; }
  .u-mr-md-82 {
    margin-right: 82px !important; }
  .u-ml-md-82 {
    margin-left: 82px !important; }
  .u-mt-md-82 {
    margin-top: 82px !important; }
  .u-mb-md-82 {
    margin-bottom: 82px !important; }
  .u-mx-md-82 {
    margin-left: 82px !important;
    margin-right: 82px !important; }
  .u-my-md-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-82 {
    margin: 82px !important; }
  .u-mr-sm-82 {
    margin-right: 82px !important; }
  .u-ml-sm-82 {
    margin-left: 82px !important; }
  .u-mt-sm-82 {
    margin-top: 82px !important; }
  .u-mb-sm-82 {
    margin-bottom: 82px !important; }
  .u-mx-sm-82 {
    margin-left: 82px !important;
    margin-right: 82px !important; }
  .u-my-sm-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important; } }

.u-m-83 {
  margin: 83px !important; }

.u-mr-83 {
  margin-right: 83px !important; }

.u-ml-83 {
  margin-left: 83px !important; }

.u-mt-83 {
  margin-top: 83px !important; }

.u-mb-83 {
  margin-bottom: 83px !important; }

.u-mx-83 {
  margin-left: 83px !important;
  margin-right: 83px !important; }

.u-my-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-83 {
    margin: 83px !important; }
  .u-mr-md-83 {
    margin-right: 83px !important; }
  .u-ml-md-83 {
    margin-left: 83px !important; }
  .u-mt-md-83 {
    margin-top: 83px !important; }
  .u-mb-md-83 {
    margin-bottom: 83px !important; }
  .u-mx-md-83 {
    margin-left: 83px !important;
    margin-right: 83px !important; }
  .u-my-md-83 {
    margin-top: 83px !important;
    margin-bottom: 83px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-83 {
    margin: 83px !important; }
  .u-mr-sm-83 {
    margin-right: 83px !important; }
  .u-ml-sm-83 {
    margin-left: 83px !important; }
  .u-mt-sm-83 {
    margin-top: 83px !important; }
  .u-mb-sm-83 {
    margin-bottom: 83px !important; }
  .u-mx-sm-83 {
    margin-left: 83px !important;
    margin-right: 83px !important; }
  .u-my-sm-83 {
    margin-top: 83px !important;
    margin-bottom: 83px !important; } }

.u-m-84 {
  margin: 84px !important; }

.u-mr-84 {
  margin-right: 84px !important; }

.u-ml-84 {
  margin-left: 84px !important; }

.u-mt-84 {
  margin-top: 84px !important; }

.u-mb-84 {
  margin-bottom: 84px !important; }

.u-mx-84 {
  margin-left: 84px !important;
  margin-right: 84px !important; }

.u-my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-84 {
    margin: 84px !important; }
  .u-mr-md-84 {
    margin-right: 84px !important; }
  .u-ml-md-84 {
    margin-left: 84px !important; }
  .u-mt-md-84 {
    margin-top: 84px !important; }
  .u-mb-md-84 {
    margin-bottom: 84px !important; }
  .u-mx-md-84 {
    margin-left: 84px !important;
    margin-right: 84px !important; }
  .u-my-md-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-84 {
    margin: 84px !important; }
  .u-mr-sm-84 {
    margin-right: 84px !important; }
  .u-ml-sm-84 {
    margin-left: 84px !important; }
  .u-mt-sm-84 {
    margin-top: 84px !important; }
  .u-mb-sm-84 {
    margin-bottom: 84px !important; }
  .u-mx-sm-84 {
    margin-left: 84px !important;
    margin-right: 84px !important; }
  .u-my-sm-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important; } }

.u-m-85 {
  margin: 85px !important; }

.u-mr-85 {
  margin-right: 85px !important; }

.u-ml-85 {
  margin-left: 85px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.u-my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-85 {
    margin: 85px !important; }
  .u-mr-md-85 {
    margin-right: 85px !important; }
  .u-ml-md-85 {
    margin-left: 85px !important; }
  .u-mt-md-85 {
    margin-top: 85px !important; }
  .u-mb-md-85 {
    margin-bottom: 85px !important; }
  .u-mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }
  .u-my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-85 {
    margin: 85px !important; }
  .u-mr-sm-85 {
    margin-right: 85px !important; }
  .u-ml-sm-85 {
    margin-left: 85px !important; }
  .u-mt-sm-85 {
    margin-top: 85px !important; }
  .u-mb-sm-85 {
    margin-bottom: 85px !important; }
  .u-mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }
  .u-my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; } }

.u-m-86 {
  margin: 86px !important; }

.u-mr-86 {
  margin-right: 86px !important; }

.u-ml-86 {
  margin-left: 86px !important; }

.u-mt-86 {
  margin-top: 86px !important; }

.u-mb-86 {
  margin-bottom: 86px !important; }

.u-mx-86 {
  margin-left: 86px !important;
  margin-right: 86px !important; }

.u-my-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-86 {
    margin: 86px !important; }
  .u-mr-md-86 {
    margin-right: 86px !important; }
  .u-ml-md-86 {
    margin-left: 86px !important; }
  .u-mt-md-86 {
    margin-top: 86px !important; }
  .u-mb-md-86 {
    margin-bottom: 86px !important; }
  .u-mx-md-86 {
    margin-left: 86px !important;
    margin-right: 86px !important; }
  .u-my-md-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-86 {
    margin: 86px !important; }
  .u-mr-sm-86 {
    margin-right: 86px !important; }
  .u-ml-sm-86 {
    margin-left: 86px !important; }
  .u-mt-sm-86 {
    margin-top: 86px !important; }
  .u-mb-sm-86 {
    margin-bottom: 86px !important; }
  .u-mx-sm-86 {
    margin-left: 86px !important;
    margin-right: 86px !important; }
  .u-my-sm-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important; } }

.u-m-87 {
  margin: 87px !important; }

.u-mr-87 {
  margin-right: 87px !important; }

.u-ml-87 {
  margin-left: 87px !important; }

.u-mt-87 {
  margin-top: 87px !important; }

.u-mb-87 {
  margin-bottom: 87px !important; }

.u-mx-87 {
  margin-left: 87px !important;
  margin-right: 87px !important; }

.u-my-87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-87 {
    margin: 87px !important; }
  .u-mr-md-87 {
    margin-right: 87px !important; }
  .u-ml-md-87 {
    margin-left: 87px !important; }
  .u-mt-md-87 {
    margin-top: 87px !important; }
  .u-mb-md-87 {
    margin-bottom: 87px !important; }
  .u-mx-md-87 {
    margin-left: 87px !important;
    margin-right: 87px !important; }
  .u-my-md-87 {
    margin-top: 87px !important;
    margin-bottom: 87px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-87 {
    margin: 87px !important; }
  .u-mr-sm-87 {
    margin-right: 87px !important; }
  .u-ml-sm-87 {
    margin-left: 87px !important; }
  .u-mt-sm-87 {
    margin-top: 87px !important; }
  .u-mb-sm-87 {
    margin-bottom: 87px !important; }
  .u-mx-sm-87 {
    margin-left: 87px !important;
    margin-right: 87px !important; }
  .u-my-sm-87 {
    margin-top: 87px !important;
    margin-bottom: 87px !important; } }

.u-m-88 {
  margin: 88px !important; }

.u-mr-88 {
  margin-right: 88px !important; }

.u-ml-88 {
  margin-left: 88px !important; }

.u-mt-88 {
  margin-top: 88px !important; }

.u-mb-88 {
  margin-bottom: 88px !important; }

.u-mx-88 {
  margin-left: 88px !important;
  margin-right: 88px !important; }

.u-my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-88 {
    margin: 88px !important; }
  .u-mr-md-88 {
    margin-right: 88px !important; }
  .u-ml-md-88 {
    margin-left: 88px !important; }
  .u-mt-md-88 {
    margin-top: 88px !important; }
  .u-mb-md-88 {
    margin-bottom: 88px !important; }
  .u-mx-md-88 {
    margin-left: 88px !important;
    margin-right: 88px !important; }
  .u-my-md-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-88 {
    margin: 88px !important; }
  .u-mr-sm-88 {
    margin-right: 88px !important; }
  .u-ml-sm-88 {
    margin-left: 88px !important; }
  .u-mt-sm-88 {
    margin-top: 88px !important; }
  .u-mb-sm-88 {
    margin-bottom: 88px !important; }
  .u-mx-sm-88 {
    margin-left: 88px !important;
    margin-right: 88px !important; }
  .u-my-sm-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important; } }

.u-m-89 {
  margin: 89px !important; }

.u-mr-89 {
  margin-right: 89px !important; }

.u-ml-89 {
  margin-left: 89px !important; }

.u-mt-89 {
  margin-top: 89px !important; }

.u-mb-89 {
  margin-bottom: 89px !important; }

.u-mx-89 {
  margin-left: 89px !important;
  margin-right: 89px !important; }

.u-my-89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-89 {
    margin: 89px !important; }
  .u-mr-md-89 {
    margin-right: 89px !important; }
  .u-ml-md-89 {
    margin-left: 89px !important; }
  .u-mt-md-89 {
    margin-top: 89px !important; }
  .u-mb-md-89 {
    margin-bottom: 89px !important; }
  .u-mx-md-89 {
    margin-left: 89px !important;
    margin-right: 89px !important; }
  .u-my-md-89 {
    margin-top: 89px !important;
    margin-bottom: 89px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-89 {
    margin: 89px !important; }
  .u-mr-sm-89 {
    margin-right: 89px !important; }
  .u-ml-sm-89 {
    margin-left: 89px !important; }
  .u-mt-sm-89 {
    margin-top: 89px !important; }
  .u-mb-sm-89 {
    margin-bottom: 89px !important; }
  .u-mx-sm-89 {
    margin-left: 89px !important;
    margin-right: 89px !important; }
  .u-my-sm-89 {
    margin-top: 89px !important;
    margin-bottom: 89px !important; } }

.u-m-90 {
  margin: 90px !important; }

.u-mr-90 {
  margin-right: 90px !important; }

.u-ml-90 {
  margin-left: 90px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.u-my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-90 {
    margin: 90px !important; }
  .u-mr-md-90 {
    margin-right: 90px !important; }
  .u-ml-md-90 {
    margin-left: 90px !important; }
  .u-mt-md-90 {
    margin-top: 90px !important; }
  .u-mb-md-90 {
    margin-bottom: 90px !important; }
  .u-mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .u-my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-90 {
    margin: 90px !important; }
  .u-mr-sm-90 {
    margin-right: 90px !important; }
  .u-ml-sm-90 {
    margin-left: 90px !important; }
  .u-mt-sm-90 {
    margin-top: 90px !important; }
  .u-mb-sm-90 {
    margin-bottom: 90px !important; }
  .u-mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  .u-my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; } }

.u-m-91 {
  margin: 91px !important; }

.u-mr-91 {
  margin-right: 91px !important; }

.u-ml-91 {
  margin-left: 91px !important; }

.u-mt-91 {
  margin-top: 91px !important; }

.u-mb-91 {
  margin-bottom: 91px !important; }

.u-mx-91 {
  margin-left: 91px !important;
  margin-right: 91px !important; }

.u-my-91 {
  margin-top: 91px !important;
  margin-bottom: 91px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-91 {
    margin: 91px !important; }
  .u-mr-md-91 {
    margin-right: 91px !important; }
  .u-ml-md-91 {
    margin-left: 91px !important; }
  .u-mt-md-91 {
    margin-top: 91px !important; }
  .u-mb-md-91 {
    margin-bottom: 91px !important; }
  .u-mx-md-91 {
    margin-left: 91px !important;
    margin-right: 91px !important; }
  .u-my-md-91 {
    margin-top: 91px !important;
    margin-bottom: 91px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-91 {
    margin: 91px !important; }
  .u-mr-sm-91 {
    margin-right: 91px !important; }
  .u-ml-sm-91 {
    margin-left: 91px !important; }
  .u-mt-sm-91 {
    margin-top: 91px !important; }
  .u-mb-sm-91 {
    margin-bottom: 91px !important; }
  .u-mx-sm-91 {
    margin-left: 91px !important;
    margin-right: 91px !important; }
  .u-my-sm-91 {
    margin-top: 91px !important;
    margin-bottom: 91px !important; } }

.u-m-92 {
  margin: 92px !important; }

.u-mr-92 {
  margin-right: 92px !important; }

.u-ml-92 {
  margin-left: 92px !important; }

.u-mt-92 {
  margin-top: 92px !important; }

.u-mb-92 {
  margin-bottom: 92px !important; }

.u-mx-92 {
  margin-left: 92px !important;
  margin-right: 92px !important; }

.u-my-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-92 {
    margin: 92px !important; }
  .u-mr-md-92 {
    margin-right: 92px !important; }
  .u-ml-md-92 {
    margin-left: 92px !important; }
  .u-mt-md-92 {
    margin-top: 92px !important; }
  .u-mb-md-92 {
    margin-bottom: 92px !important; }
  .u-mx-md-92 {
    margin-left: 92px !important;
    margin-right: 92px !important; }
  .u-my-md-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-92 {
    margin: 92px !important; }
  .u-mr-sm-92 {
    margin-right: 92px !important; }
  .u-ml-sm-92 {
    margin-left: 92px !important; }
  .u-mt-sm-92 {
    margin-top: 92px !important; }
  .u-mb-sm-92 {
    margin-bottom: 92px !important; }
  .u-mx-sm-92 {
    margin-left: 92px !important;
    margin-right: 92px !important; }
  .u-my-sm-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important; } }

.u-m-93 {
  margin: 93px !important; }

.u-mr-93 {
  margin-right: 93px !important; }

.u-ml-93 {
  margin-left: 93px !important; }

.u-mt-93 {
  margin-top: 93px !important; }

.u-mb-93 {
  margin-bottom: 93px !important; }

.u-mx-93 {
  margin-left: 93px !important;
  margin-right: 93px !important; }

.u-my-93 {
  margin-top: 93px !important;
  margin-bottom: 93px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-93 {
    margin: 93px !important; }
  .u-mr-md-93 {
    margin-right: 93px !important; }
  .u-ml-md-93 {
    margin-left: 93px !important; }
  .u-mt-md-93 {
    margin-top: 93px !important; }
  .u-mb-md-93 {
    margin-bottom: 93px !important; }
  .u-mx-md-93 {
    margin-left: 93px !important;
    margin-right: 93px !important; }
  .u-my-md-93 {
    margin-top: 93px !important;
    margin-bottom: 93px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-93 {
    margin: 93px !important; }
  .u-mr-sm-93 {
    margin-right: 93px !important; }
  .u-ml-sm-93 {
    margin-left: 93px !important; }
  .u-mt-sm-93 {
    margin-top: 93px !important; }
  .u-mb-sm-93 {
    margin-bottom: 93px !important; }
  .u-mx-sm-93 {
    margin-left: 93px !important;
    margin-right: 93px !important; }
  .u-my-sm-93 {
    margin-top: 93px !important;
    margin-bottom: 93px !important; } }

.u-m-94 {
  margin: 94px !important; }

.u-mr-94 {
  margin-right: 94px !important; }

.u-ml-94 {
  margin-left: 94px !important; }

.u-mt-94 {
  margin-top: 94px !important; }

.u-mb-94 {
  margin-bottom: 94px !important; }

.u-mx-94 {
  margin-left: 94px !important;
  margin-right: 94px !important; }

.u-my-94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-94 {
    margin: 94px !important; }
  .u-mr-md-94 {
    margin-right: 94px !important; }
  .u-ml-md-94 {
    margin-left: 94px !important; }
  .u-mt-md-94 {
    margin-top: 94px !important; }
  .u-mb-md-94 {
    margin-bottom: 94px !important; }
  .u-mx-md-94 {
    margin-left: 94px !important;
    margin-right: 94px !important; }
  .u-my-md-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-94 {
    margin: 94px !important; }
  .u-mr-sm-94 {
    margin-right: 94px !important; }
  .u-ml-sm-94 {
    margin-left: 94px !important; }
  .u-mt-sm-94 {
    margin-top: 94px !important; }
  .u-mb-sm-94 {
    margin-bottom: 94px !important; }
  .u-mx-sm-94 {
    margin-left: 94px !important;
    margin-right: 94px !important; }
  .u-my-sm-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important; } }

.u-m-95 {
  margin: 95px !important; }

.u-mr-95 {
  margin-right: 95px !important; }

.u-ml-95 {
  margin-left: 95px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }

.u-my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-95 {
    margin: 95px !important; }
  .u-mr-md-95 {
    margin-right: 95px !important; }
  .u-ml-md-95 {
    margin-left: 95px !important; }
  .u-mt-md-95 {
    margin-top: 95px !important; }
  .u-mb-md-95 {
    margin-bottom: 95px !important; }
  .u-mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }
  .u-my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-95 {
    margin: 95px !important; }
  .u-mr-sm-95 {
    margin-right: 95px !important; }
  .u-ml-sm-95 {
    margin-left: 95px !important; }
  .u-mt-sm-95 {
    margin-top: 95px !important; }
  .u-mb-sm-95 {
    margin-bottom: 95px !important; }
  .u-mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }
  .u-my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; } }

.u-m-96 {
  margin: 96px !important; }

.u-mr-96 {
  margin-right: 96px !important; }

.u-ml-96 {
  margin-left: 96px !important; }

.u-mt-96 {
  margin-top: 96px !important; }

.u-mb-96 {
  margin-bottom: 96px !important; }

.u-mx-96 {
  margin-left: 96px !important;
  margin-right: 96px !important; }

.u-my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-96 {
    margin: 96px !important; }
  .u-mr-md-96 {
    margin-right: 96px !important; }
  .u-ml-md-96 {
    margin-left: 96px !important; }
  .u-mt-md-96 {
    margin-top: 96px !important; }
  .u-mb-md-96 {
    margin-bottom: 96px !important; }
  .u-mx-md-96 {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .u-my-md-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-96 {
    margin: 96px !important; }
  .u-mr-sm-96 {
    margin-right: 96px !important; }
  .u-ml-sm-96 {
    margin-left: 96px !important; }
  .u-mt-sm-96 {
    margin-top: 96px !important; }
  .u-mb-sm-96 {
    margin-bottom: 96px !important; }
  .u-mx-sm-96 {
    margin-left: 96px !important;
    margin-right: 96px !important; }
  .u-my-sm-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; } }

.u-m-97 {
  margin: 97px !important; }

.u-mr-97 {
  margin-right: 97px !important; }

.u-ml-97 {
  margin-left: 97px !important; }

.u-mt-97 {
  margin-top: 97px !important; }

.u-mb-97 {
  margin-bottom: 97px !important; }

.u-mx-97 {
  margin-left: 97px !important;
  margin-right: 97px !important; }

.u-my-97 {
  margin-top: 97px !important;
  margin-bottom: 97px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-97 {
    margin: 97px !important; }
  .u-mr-md-97 {
    margin-right: 97px !important; }
  .u-ml-md-97 {
    margin-left: 97px !important; }
  .u-mt-md-97 {
    margin-top: 97px !important; }
  .u-mb-md-97 {
    margin-bottom: 97px !important; }
  .u-mx-md-97 {
    margin-left: 97px !important;
    margin-right: 97px !important; }
  .u-my-md-97 {
    margin-top: 97px !important;
    margin-bottom: 97px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-97 {
    margin: 97px !important; }
  .u-mr-sm-97 {
    margin-right: 97px !important; }
  .u-ml-sm-97 {
    margin-left: 97px !important; }
  .u-mt-sm-97 {
    margin-top: 97px !important; }
  .u-mb-sm-97 {
    margin-bottom: 97px !important; }
  .u-mx-sm-97 {
    margin-left: 97px !important;
    margin-right: 97px !important; }
  .u-my-sm-97 {
    margin-top: 97px !important;
    margin-bottom: 97px !important; } }

.u-m-98 {
  margin: 98px !important; }

.u-mr-98 {
  margin-right: 98px !important; }

.u-ml-98 {
  margin-left: 98px !important; }

.u-mt-98 {
  margin-top: 98px !important; }

.u-mb-98 {
  margin-bottom: 98px !important; }

.u-mx-98 {
  margin-left: 98px !important;
  margin-right: 98px !important; }

.u-my-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-98 {
    margin: 98px !important; }
  .u-mr-md-98 {
    margin-right: 98px !important; }
  .u-ml-md-98 {
    margin-left: 98px !important; }
  .u-mt-md-98 {
    margin-top: 98px !important; }
  .u-mb-md-98 {
    margin-bottom: 98px !important; }
  .u-mx-md-98 {
    margin-left: 98px !important;
    margin-right: 98px !important; }
  .u-my-md-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-98 {
    margin: 98px !important; }
  .u-mr-sm-98 {
    margin-right: 98px !important; }
  .u-ml-sm-98 {
    margin-left: 98px !important; }
  .u-mt-sm-98 {
    margin-top: 98px !important; }
  .u-mb-sm-98 {
    margin-bottom: 98px !important; }
  .u-mx-sm-98 {
    margin-left: 98px !important;
    margin-right: 98px !important; }
  .u-my-sm-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important; } }

.u-m-99 {
  margin: 99px !important; }

.u-mr-99 {
  margin-right: 99px !important; }

.u-ml-99 {
  margin-left: 99px !important; }

.u-mt-99 {
  margin-top: 99px !important; }

.u-mb-99 {
  margin-bottom: 99px !important; }

.u-mx-99 {
  margin-left: 99px !important;
  margin-right: 99px !important; }

.u-my-99 {
  margin-top: 99px !important;
  margin-bottom: 99px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-99 {
    margin: 99px !important; }
  .u-mr-md-99 {
    margin-right: 99px !important; }
  .u-ml-md-99 {
    margin-left: 99px !important; }
  .u-mt-md-99 {
    margin-top: 99px !important; }
  .u-mb-md-99 {
    margin-bottom: 99px !important; }
  .u-mx-md-99 {
    margin-left: 99px !important;
    margin-right: 99px !important; }
  .u-my-md-99 {
    margin-top: 99px !important;
    margin-bottom: 99px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-99 {
    margin: 99px !important; }
  .u-mr-sm-99 {
    margin-right: 99px !important; }
  .u-ml-sm-99 {
    margin-left: 99px !important; }
  .u-mt-sm-99 {
    margin-top: 99px !important; }
  .u-mb-sm-99 {
    margin-bottom: 99px !important; }
  .u-mx-sm-99 {
    margin-left: 99px !important;
    margin-right: 99px !important; }
  .u-my-sm-99 {
    margin-top: 99px !important;
    margin-bottom: 99px !important; } }

.u-m-100 {
  margin: 100px !important; }

.u-mr-100 {
  margin-right: 100px !important; }

.u-ml-100 {
  margin-left: 100px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

.u-mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.u-my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

@media screen and (min-width: 768px) {
  .u-m-md-100 {
    margin: 100px !important; }
  .u-mr-md-100 {
    margin-right: 100px !important; }
  .u-ml-md-100 {
    margin-left: 100px !important; }
  .u-mt-md-100 {
    margin-top: 100px !important; }
  .u-mb-md-100 {
    margin-bottom: 100px !important; }
  .u-mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }
  .u-my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }

@media screen and (max-width: 767px) {
  .u-m-sm-100 {
    margin: 100px !important; }
  .u-mr-sm-100 {
    margin-right: 100px !important; }
  .u-ml-sm-100 {
    margin-left: 100px !important; }
  .u-mt-sm-100 {
    margin-top: 100px !important; }
  .u-mb-sm-100 {
    margin-bottom: 100px !important; }
  .u-mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }
  .u-my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }

@media screen and (max-width: 767px) {
  .text-sm-left {
    text-align: left !important; } }

.u-min-w-0 {
  min-width: 0px !important; }

.u-max-w-0 {
  max-width: 0px !important; }

.u-min-h-0 {
  min-height: 0px !important; }

.u-max-h-0 {
  max-height: 0px !important; }

.u-min-w-1 {
  min-width: 1px !important; }

.u-max-w-1 {
  max-width: 1px !important; }

.u-min-h-1 {
  min-height: 1px !important; }

.u-max-h-1 {
  max-height: 1px !important; }

.u-min-w-2 {
  min-width: 2px !important; }

.u-max-w-2 {
  max-width: 2px !important; }

.u-min-h-2 {
  min-height: 2px !important; }

.u-max-h-2 {
  max-height: 2px !important; }

.u-min-w-3 {
  min-width: 3px !important; }

.u-max-w-3 {
  max-width: 3px !important; }

.u-min-h-3 {
  min-height: 3px !important; }

.u-max-h-3 {
  max-height: 3px !important; }

.u-min-w-4 {
  min-width: 4px !important; }

.u-max-w-4 {
  max-width: 4px !important; }

.u-min-h-4 {
  min-height: 4px !important; }

.u-max-h-4 {
  max-height: 4px !important; }

.u-min-w-5 {
  min-width: 5px !important; }

.u-max-w-5 {
  max-width: 5px !important; }

.u-min-h-5 {
  min-height: 5px !important; }

.u-max-h-5 {
  max-height: 5px !important; }

.u-min-w-6 {
  min-width: 6px !important; }

.u-max-w-6 {
  max-width: 6px !important; }

.u-min-h-6 {
  min-height: 6px !important; }

.u-max-h-6 {
  max-height: 6px !important; }

.u-min-w-7 {
  min-width: 7px !important; }

.u-max-w-7 {
  max-width: 7px !important; }

.u-min-h-7 {
  min-height: 7px !important; }

.u-max-h-7 {
  max-height: 7px !important; }

.u-min-w-8 {
  min-width: 8px !important; }

.u-max-w-8 {
  max-width: 8px !important; }

.u-min-h-8 {
  min-height: 8px !important; }

.u-max-h-8 {
  max-height: 8px !important; }

.u-min-w-9 {
  min-width: 9px !important; }

.u-max-w-9 {
  max-width: 9px !important; }

.u-min-h-9 {
  min-height: 9px !important; }

.u-max-h-9 {
  max-height: 9px !important; }

.u-min-w-10 {
  min-width: 10px !important; }

.u-max-w-10 {
  max-width: 10px !important; }

.u-min-h-10 {
  min-height: 10px !important; }

.u-max-h-10 {
  max-height: 10px !important; }

.u-min-w-11 {
  min-width: 11px !important; }

.u-max-w-11 {
  max-width: 11px !important; }

.u-min-h-11 {
  min-height: 11px !important; }

.u-max-h-11 {
  max-height: 11px !important; }

.u-min-w-12 {
  min-width: 12px !important; }

.u-max-w-12 {
  max-width: 12px !important; }

.u-min-h-12 {
  min-height: 12px !important; }

.u-max-h-12 {
  max-height: 12px !important; }

.u-min-w-13 {
  min-width: 13px !important; }

.u-max-w-13 {
  max-width: 13px !important; }

.u-min-h-13 {
  min-height: 13px !important; }

.u-max-h-13 {
  max-height: 13px !important; }

.u-min-w-14 {
  min-width: 14px !important; }

.u-max-w-14 {
  max-width: 14px !important; }

.u-min-h-14 {
  min-height: 14px !important; }

.u-max-h-14 {
  max-height: 14px !important; }

.u-min-w-15 {
  min-width: 15px !important; }

.u-max-w-15 {
  max-width: 15px !important; }

.u-min-h-15 {
  min-height: 15px !important; }

.u-max-h-15 {
  max-height: 15px !important; }

.u-min-w-16 {
  min-width: 16px !important; }

.u-max-w-16 {
  max-width: 16px !important; }

.u-min-h-16 {
  min-height: 16px !important; }

.u-max-h-16 {
  max-height: 16px !important; }

.u-min-w-17 {
  min-width: 17px !important; }

.u-max-w-17 {
  max-width: 17px !important; }

.u-min-h-17 {
  min-height: 17px !important; }

.u-max-h-17 {
  max-height: 17px !important; }

.u-min-w-18 {
  min-width: 18px !important; }

.u-max-w-18 {
  max-width: 18px !important; }

.u-min-h-18 {
  min-height: 18px !important; }

.u-max-h-18 {
  max-height: 18px !important; }

.u-min-w-19 {
  min-width: 19px !important; }

.u-max-w-19 {
  max-width: 19px !important; }

.u-min-h-19 {
  min-height: 19px !important; }

.u-max-h-19 {
  max-height: 19px !important; }

.u-min-w-20 {
  min-width: 20px !important; }

.u-max-w-20 {
  max-width: 20px !important; }

.u-min-h-20 {
  min-height: 20px !important; }

.u-max-h-20 {
  max-height: 20px !important; }

.u-min-w-21 {
  min-width: 21px !important; }

.u-max-w-21 {
  max-width: 21px !important; }

.u-min-h-21 {
  min-height: 21px !important; }

.u-max-h-21 {
  max-height: 21px !important; }

.u-min-w-22 {
  min-width: 22px !important; }

.u-max-w-22 {
  max-width: 22px !important; }

.u-min-h-22 {
  min-height: 22px !important; }

.u-max-h-22 {
  max-height: 22px !important; }

.u-min-w-23 {
  min-width: 23px !important; }

.u-max-w-23 {
  max-width: 23px !important; }

.u-min-h-23 {
  min-height: 23px !important; }

.u-max-h-23 {
  max-height: 23px !important; }

.u-min-w-24 {
  min-width: 24px !important; }

.u-max-w-24 {
  max-width: 24px !important; }

.u-min-h-24 {
  min-height: 24px !important; }

.u-max-h-24 {
  max-height: 24px !important; }

.u-min-w-25 {
  min-width: 25px !important; }

.u-max-w-25 {
  max-width: 25px !important; }

.u-min-h-25 {
  min-height: 25px !important; }

.u-max-h-25 {
  max-height: 25px !important; }

.u-min-w-26 {
  min-width: 26px !important; }

.u-max-w-26 {
  max-width: 26px !important; }

.u-min-h-26 {
  min-height: 26px !important; }

.u-max-h-26 {
  max-height: 26px !important; }

.u-min-w-27 {
  min-width: 27px !important; }

.u-max-w-27 {
  max-width: 27px !important; }

.u-min-h-27 {
  min-height: 27px !important; }

.u-max-h-27 {
  max-height: 27px !important; }

.u-min-w-28 {
  min-width: 28px !important; }

.u-max-w-28 {
  max-width: 28px !important; }

.u-min-h-28 {
  min-height: 28px !important; }

.u-max-h-28 {
  max-height: 28px !important; }

.u-min-w-29 {
  min-width: 29px !important; }

.u-max-w-29 {
  max-width: 29px !important; }

.u-min-h-29 {
  min-height: 29px !important; }

.u-max-h-29 {
  max-height: 29px !important; }

.u-min-w-30 {
  min-width: 30px !important; }

.u-max-w-30 {
  max-width: 30px !important; }

.u-min-h-30 {
  min-height: 30px !important; }

.u-max-h-30 {
  max-height: 30px !important; }

.u-min-w-31 {
  min-width: 31px !important; }

.u-max-w-31 {
  max-width: 31px !important; }

.u-min-h-31 {
  min-height: 31px !important; }

.u-max-h-31 {
  max-height: 31px !important; }

.u-min-w-32 {
  min-width: 32px !important; }

.u-max-w-32 {
  max-width: 32px !important; }

.u-min-h-32 {
  min-height: 32px !important; }

.u-max-h-32 {
  max-height: 32px !important; }

.u-min-w-33 {
  min-width: 33px !important; }

.u-max-w-33 {
  max-width: 33px !important; }

.u-min-h-33 {
  min-height: 33px !important; }

.u-max-h-33 {
  max-height: 33px !important; }

.u-min-w-34 {
  min-width: 34px !important; }

.u-max-w-34 {
  max-width: 34px !important; }

.u-min-h-34 {
  min-height: 34px !important; }

.u-max-h-34 {
  max-height: 34px !important; }

.u-min-w-35 {
  min-width: 35px !important; }

.u-max-w-35 {
  max-width: 35px !important; }

.u-min-h-35 {
  min-height: 35px !important; }

.u-max-h-35 {
  max-height: 35px !important; }

.u-min-w-36 {
  min-width: 36px !important; }

.u-max-w-36 {
  max-width: 36px !important; }

.u-min-h-36 {
  min-height: 36px !important; }

.u-max-h-36 {
  max-height: 36px !important; }

.u-min-w-37 {
  min-width: 37px !important; }

.u-max-w-37 {
  max-width: 37px !important; }

.u-min-h-37 {
  min-height: 37px !important; }

.u-max-h-37 {
  max-height: 37px !important; }

.u-min-w-38 {
  min-width: 38px !important; }

.u-max-w-38 {
  max-width: 38px !important; }

.u-min-h-38 {
  min-height: 38px !important; }

.u-max-h-38 {
  max-height: 38px !important; }

.u-min-w-39 {
  min-width: 39px !important; }

.u-max-w-39 {
  max-width: 39px !important; }

.u-min-h-39 {
  min-height: 39px !important; }

.u-max-h-39 {
  max-height: 39px !important; }

.u-min-w-40 {
  min-width: 40px !important; }

.u-max-w-40 {
  max-width: 40px !important; }

.u-min-h-40 {
  min-height: 40px !important; }

.u-max-h-40 {
  max-height: 40px !important; }

.u-min-w-41 {
  min-width: 41px !important; }

.u-max-w-41 {
  max-width: 41px !important; }

.u-min-h-41 {
  min-height: 41px !important; }

.u-max-h-41 {
  max-height: 41px !important; }

.u-min-w-42 {
  min-width: 42px !important; }

.u-max-w-42 {
  max-width: 42px !important; }

.u-min-h-42 {
  min-height: 42px !important; }

.u-max-h-42 {
  max-height: 42px !important; }

.u-min-w-43 {
  min-width: 43px !important; }

.u-max-w-43 {
  max-width: 43px !important; }

.u-min-h-43 {
  min-height: 43px !important; }

.u-max-h-43 {
  max-height: 43px !important; }

.u-min-w-44 {
  min-width: 44px !important; }

.u-max-w-44 {
  max-width: 44px !important; }

.u-min-h-44 {
  min-height: 44px !important; }

.u-max-h-44 {
  max-height: 44px !important; }

.u-min-w-45 {
  min-width: 45px !important; }

.u-max-w-45 {
  max-width: 45px !important; }

.u-min-h-45 {
  min-height: 45px !important; }

.u-max-h-45 {
  max-height: 45px !important; }

.u-min-w-46 {
  min-width: 46px !important; }

.u-max-w-46 {
  max-width: 46px !important; }

.u-min-h-46 {
  min-height: 46px !important; }

.u-max-h-46 {
  max-height: 46px !important; }

.u-min-w-47 {
  min-width: 47px !important; }

.u-max-w-47 {
  max-width: 47px !important; }

.u-min-h-47 {
  min-height: 47px !important; }

.u-max-h-47 {
  max-height: 47px !important; }

.u-min-w-48 {
  min-width: 48px !important; }

.u-max-w-48 {
  max-width: 48px !important; }

.u-min-h-48 {
  min-height: 48px !important; }

.u-max-h-48 {
  max-height: 48px !important; }

.u-min-w-49 {
  min-width: 49px !important; }

.u-max-w-49 {
  max-width: 49px !important; }

.u-min-h-49 {
  min-height: 49px !important; }

.u-max-h-49 {
  max-height: 49px !important; }

.u-min-w-50 {
  min-width: 50px !important; }

.u-max-w-50 {
  max-width: 50px !important; }

.u-min-h-50 {
  min-height: 50px !important; }

.u-max-h-50 {
  max-height: 50px !important; }

.u-min-w-51 {
  min-width: 51px !important; }

.u-max-w-51 {
  max-width: 51px !important; }

.u-min-h-51 {
  min-height: 51px !important; }

.u-max-h-51 {
  max-height: 51px !important; }

.u-min-w-52 {
  min-width: 52px !important; }

.u-max-w-52 {
  max-width: 52px !important; }

.u-min-h-52 {
  min-height: 52px !important; }

.u-max-h-52 {
  max-height: 52px !important; }

.u-min-w-53 {
  min-width: 53px !important; }

.u-max-w-53 {
  max-width: 53px !important; }

.u-min-h-53 {
  min-height: 53px !important; }

.u-max-h-53 {
  max-height: 53px !important; }

.u-min-w-54 {
  min-width: 54px !important; }

.u-max-w-54 {
  max-width: 54px !important; }

.u-min-h-54 {
  min-height: 54px !important; }

.u-max-h-54 {
  max-height: 54px !important; }

.u-min-w-55 {
  min-width: 55px !important; }

.u-max-w-55 {
  max-width: 55px !important; }

.u-min-h-55 {
  min-height: 55px !important; }

.u-max-h-55 {
  max-height: 55px !important; }

.u-min-w-56 {
  min-width: 56px !important; }

.u-max-w-56 {
  max-width: 56px !important; }

.u-min-h-56 {
  min-height: 56px !important; }

.u-max-h-56 {
  max-height: 56px !important; }

.u-min-w-57 {
  min-width: 57px !important; }

.u-max-w-57 {
  max-width: 57px !important; }

.u-min-h-57 {
  min-height: 57px !important; }

.u-max-h-57 {
  max-height: 57px !important; }

.u-min-w-58 {
  min-width: 58px !important; }

.u-max-w-58 {
  max-width: 58px !important; }

.u-min-h-58 {
  min-height: 58px !important; }

.u-max-h-58 {
  max-height: 58px !important; }

.u-min-w-59 {
  min-width: 59px !important; }

.u-max-w-59 {
  max-width: 59px !important; }

.u-min-h-59 {
  min-height: 59px !important; }

.u-max-h-59 {
  max-height: 59px !important; }

.u-min-w-60 {
  min-width: 60px !important; }

.u-max-w-60 {
  max-width: 60px !important; }

.u-min-h-60 {
  min-height: 60px !important; }

.u-max-h-60 {
  max-height: 60px !important; }

.u-min-w-61 {
  min-width: 61px !important; }

.u-max-w-61 {
  max-width: 61px !important; }

.u-min-h-61 {
  min-height: 61px !important; }

.u-max-h-61 {
  max-height: 61px !important; }

.u-min-w-62 {
  min-width: 62px !important; }

.u-max-w-62 {
  max-width: 62px !important; }

.u-min-h-62 {
  min-height: 62px !important; }

.u-max-h-62 {
  max-height: 62px !important; }

.u-min-w-63 {
  min-width: 63px !important; }

.u-max-w-63 {
  max-width: 63px !important; }

.u-min-h-63 {
  min-height: 63px !important; }

.u-max-h-63 {
  max-height: 63px !important; }

.u-min-w-64 {
  min-width: 64px !important; }

.u-max-w-64 {
  max-width: 64px !important; }

.u-min-h-64 {
  min-height: 64px !important; }

.u-max-h-64 {
  max-height: 64px !important; }

.u-min-w-65 {
  min-width: 65px !important; }

.u-max-w-65 {
  max-width: 65px !important; }

.u-min-h-65 {
  min-height: 65px !important; }

.u-max-h-65 {
  max-height: 65px !important; }

.u-min-w-66 {
  min-width: 66px !important; }

.u-max-w-66 {
  max-width: 66px !important; }

.u-min-h-66 {
  min-height: 66px !important; }

.u-max-h-66 {
  max-height: 66px !important; }

.u-min-w-67 {
  min-width: 67px !important; }

.u-max-w-67 {
  max-width: 67px !important; }

.u-min-h-67 {
  min-height: 67px !important; }

.u-max-h-67 {
  max-height: 67px !important; }

.u-min-w-68 {
  min-width: 68px !important; }

.u-max-w-68 {
  max-width: 68px !important; }

.u-min-h-68 {
  min-height: 68px !important; }

.u-max-h-68 {
  max-height: 68px !important; }

.u-min-w-69 {
  min-width: 69px !important; }

.u-max-w-69 {
  max-width: 69px !important; }

.u-min-h-69 {
  min-height: 69px !important; }

.u-max-h-69 {
  max-height: 69px !important; }

.u-min-w-70 {
  min-width: 70px !important; }

.u-max-w-70 {
  max-width: 70px !important; }

.u-min-h-70 {
  min-height: 70px !important; }

.u-max-h-70 {
  max-height: 70px !important; }

.u-min-w-71 {
  min-width: 71px !important; }

.u-max-w-71 {
  max-width: 71px !important; }

.u-min-h-71 {
  min-height: 71px !important; }

.u-max-h-71 {
  max-height: 71px !important; }

.u-min-w-72 {
  min-width: 72px !important; }

.u-max-w-72 {
  max-width: 72px !important; }

.u-min-h-72 {
  min-height: 72px !important; }

.u-max-h-72 {
  max-height: 72px !important; }

.u-min-w-73 {
  min-width: 73px !important; }

.u-max-w-73 {
  max-width: 73px !important; }

.u-min-h-73 {
  min-height: 73px !important; }

.u-max-h-73 {
  max-height: 73px !important; }

.u-min-w-74 {
  min-width: 74px !important; }

.u-max-w-74 {
  max-width: 74px !important; }

.u-min-h-74 {
  min-height: 74px !important; }

.u-max-h-74 {
  max-height: 74px !important; }

.u-min-w-75 {
  min-width: 75px !important; }

.u-max-w-75 {
  max-width: 75px !important; }

.u-min-h-75 {
  min-height: 75px !important; }

.u-max-h-75 {
  max-height: 75px !important; }

.u-min-w-76 {
  min-width: 76px !important; }

.u-max-w-76 {
  max-width: 76px !important; }

.u-min-h-76 {
  min-height: 76px !important; }

.u-max-h-76 {
  max-height: 76px !important; }

.u-min-w-77 {
  min-width: 77px !important; }

.u-max-w-77 {
  max-width: 77px !important; }

.u-min-h-77 {
  min-height: 77px !important; }

.u-max-h-77 {
  max-height: 77px !important; }

.u-min-w-78 {
  min-width: 78px !important; }

.u-max-w-78 {
  max-width: 78px !important; }

.u-min-h-78 {
  min-height: 78px !important; }

.u-max-h-78 {
  max-height: 78px !important; }

.u-min-w-79 {
  min-width: 79px !important; }

.u-max-w-79 {
  max-width: 79px !important; }

.u-min-h-79 {
  min-height: 79px !important; }

.u-max-h-79 {
  max-height: 79px !important; }

.u-min-w-80 {
  min-width: 80px !important; }

.u-max-w-80 {
  max-width: 80px !important; }

.u-min-h-80 {
  min-height: 80px !important; }

.u-max-h-80 {
  max-height: 80px !important; }

.u-min-w-81 {
  min-width: 81px !important; }

.u-max-w-81 {
  max-width: 81px !important; }

.u-min-h-81 {
  min-height: 81px !important; }

.u-max-h-81 {
  max-height: 81px !important; }

.u-min-w-82 {
  min-width: 82px !important; }

.u-max-w-82 {
  max-width: 82px !important; }

.u-min-h-82 {
  min-height: 82px !important; }

.u-max-h-82 {
  max-height: 82px !important; }

.u-min-w-83 {
  min-width: 83px !important; }

.u-max-w-83 {
  max-width: 83px !important; }

.u-min-h-83 {
  min-height: 83px !important; }

.u-max-h-83 {
  max-height: 83px !important; }

.u-min-w-84 {
  min-width: 84px !important; }

.u-max-w-84 {
  max-width: 84px !important; }

.u-min-h-84 {
  min-height: 84px !important; }

.u-max-h-84 {
  max-height: 84px !important; }

.u-min-w-85 {
  min-width: 85px !important; }

.u-max-w-85 {
  max-width: 85px !important; }

.u-min-h-85 {
  min-height: 85px !important; }

.u-max-h-85 {
  max-height: 85px !important; }

.u-min-w-86 {
  min-width: 86px !important; }

.u-max-w-86 {
  max-width: 86px !important; }

.u-min-h-86 {
  min-height: 86px !important; }

.u-max-h-86 {
  max-height: 86px !important; }

.u-min-w-87 {
  min-width: 87px !important; }

.u-max-w-87 {
  max-width: 87px !important; }

.u-min-h-87 {
  min-height: 87px !important; }

.u-max-h-87 {
  max-height: 87px !important; }

.u-min-w-88 {
  min-width: 88px !important; }

.u-max-w-88 {
  max-width: 88px !important; }

.u-min-h-88 {
  min-height: 88px !important; }

.u-max-h-88 {
  max-height: 88px !important; }

.u-min-w-89 {
  min-width: 89px !important; }

.u-max-w-89 {
  max-width: 89px !important; }

.u-min-h-89 {
  min-height: 89px !important; }

.u-max-h-89 {
  max-height: 89px !important; }

.u-min-w-90 {
  min-width: 90px !important; }

.u-max-w-90 {
  max-width: 90px !important; }

.u-min-h-90 {
  min-height: 90px !important; }

.u-max-h-90 {
  max-height: 90px !important; }

.u-min-w-91 {
  min-width: 91px !important; }

.u-max-w-91 {
  max-width: 91px !important; }

.u-min-h-91 {
  min-height: 91px !important; }

.u-max-h-91 {
  max-height: 91px !important; }

.u-min-w-92 {
  min-width: 92px !important; }

.u-max-w-92 {
  max-width: 92px !important; }

.u-min-h-92 {
  min-height: 92px !important; }

.u-max-h-92 {
  max-height: 92px !important; }

.u-min-w-93 {
  min-width: 93px !important; }

.u-max-w-93 {
  max-width: 93px !important; }

.u-min-h-93 {
  min-height: 93px !important; }

.u-max-h-93 {
  max-height: 93px !important; }

.u-min-w-94 {
  min-width: 94px !important; }

.u-max-w-94 {
  max-width: 94px !important; }

.u-min-h-94 {
  min-height: 94px !important; }

.u-max-h-94 {
  max-height: 94px !important; }

.u-min-w-95 {
  min-width: 95px !important; }

.u-max-w-95 {
  max-width: 95px !important; }

.u-min-h-95 {
  min-height: 95px !important; }

.u-max-h-95 {
  max-height: 95px !important; }

.u-min-w-96 {
  min-width: 96px !important; }

.u-max-w-96 {
  max-width: 96px !important; }

.u-min-h-96 {
  min-height: 96px !important; }

.u-max-h-96 {
  max-height: 96px !important; }

.u-min-w-97 {
  min-width: 97px !important; }

.u-max-w-97 {
  max-width: 97px !important; }

.u-min-h-97 {
  min-height: 97px !important; }

.u-max-h-97 {
  max-height: 97px !important; }

.u-min-w-98 {
  min-width: 98px !important; }

.u-max-w-98 {
  max-width: 98px !important; }

.u-min-h-98 {
  min-height: 98px !important; }

.u-max-h-98 {
  max-height: 98px !important; }

.u-min-w-99 {
  min-width: 99px !important; }

.u-max-w-99 {
  max-width: 99px !important; }

.u-min-h-99 {
  min-height: 99px !important; }

.u-max-h-99 {
  max-height: 99px !important; }

.u-min-w-100 {
  min-width: 100px !important; }

.u-max-w-100 {
  max-width: 100px !important; }

.u-min-h-100 {
  min-height: 100px !important; }

.u-max-h-100 {
  max-height: 100px !important; }

.u-min-w-101 {
  min-width: 101px !important; }

.u-max-w-101 {
  max-width: 101px !important; }

.u-min-h-101 {
  min-height: 101px !important; }

.u-max-h-101 {
  max-height: 101px !important; }

.u-min-w-102 {
  min-width: 102px !important; }

.u-max-w-102 {
  max-width: 102px !important; }

.u-min-h-102 {
  min-height: 102px !important; }

.u-max-h-102 {
  max-height: 102px !important; }

.u-min-w-103 {
  min-width: 103px !important; }

.u-max-w-103 {
  max-width: 103px !important; }

.u-min-h-103 {
  min-height: 103px !important; }

.u-max-h-103 {
  max-height: 103px !important; }

.u-min-w-104 {
  min-width: 104px !important; }

.u-max-w-104 {
  max-width: 104px !important; }

.u-min-h-104 {
  min-height: 104px !important; }

.u-max-h-104 {
  max-height: 104px !important; }

.u-min-w-105 {
  min-width: 105px !important; }

.u-max-w-105 {
  max-width: 105px !important; }

.u-min-h-105 {
  min-height: 105px !important; }

.u-max-h-105 {
  max-height: 105px !important; }

.u-min-w-106 {
  min-width: 106px !important; }

.u-max-w-106 {
  max-width: 106px !important; }

.u-min-h-106 {
  min-height: 106px !important; }

.u-max-h-106 {
  max-height: 106px !important; }

.u-min-w-107 {
  min-width: 107px !important; }

.u-max-w-107 {
  max-width: 107px !important; }

.u-min-h-107 {
  min-height: 107px !important; }

.u-max-h-107 {
  max-height: 107px !important; }

.u-min-w-108 {
  min-width: 108px !important; }

.u-max-w-108 {
  max-width: 108px !important; }

.u-min-h-108 {
  min-height: 108px !important; }

.u-max-h-108 {
  max-height: 108px !important; }

.u-min-w-109 {
  min-width: 109px !important; }

.u-max-w-109 {
  max-width: 109px !important; }

.u-min-h-109 {
  min-height: 109px !important; }

.u-max-h-109 {
  max-height: 109px !important; }

.u-min-w-110 {
  min-width: 110px !important; }

.u-max-w-110 {
  max-width: 110px !important; }

.u-min-h-110 {
  min-height: 110px !important; }

.u-max-h-110 {
  max-height: 110px !important; }

.u-min-w-111 {
  min-width: 111px !important; }

.u-max-w-111 {
  max-width: 111px !important; }

.u-min-h-111 {
  min-height: 111px !important; }

.u-max-h-111 {
  max-height: 111px !important; }

.u-min-w-112 {
  min-width: 112px !important; }

.u-max-w-112 {
  max-width: 112px !important; }

.u-min-h-112 {
  min-height: 112px !important; }

.u-max-h-112 {
  max-height: 112px !important; }

.u-min-w-113 {
  min-width: 113px !important; }

.u-max-w-113 {
  max-width: 113px !important; }

.u-min-h-113 {
  min-height: 113px !important; }

.u-max-h-113 {
  max-height: 113px !important; }

.u-min-w-114 {
  min-width: 114px !important; }

.u-max-w-114 {
  max-width: 114px !important; }

.u-min-h-114 {
  min-height: 114px !important; }

.u-max-h-114 {
  max-height: 114px !important; }

.u-min-w-115 {
  min-width: 115px !important; }

.u-max-w-115 {
  max-width: 115px !important; }

.u-min-h-115 {
  min-height: 115px !important; }

.u-max-h-115 {
  max-height: 115px !important; }

.u-min-w-116 {
  min-width: 116px !important; }

.u-max-w-116 {
  max-width: 116px !important; }

.u-min-h-116 {
  min-height: 116px !important; }

.u-max-h-116 {
  max-height: 116px !important; }

.u-min-w-117 {
  min-width: 117px !important; }

.u-max-w-117 {
  max-width: 117px !important; }

.u-min-h-117 {
  min-height: 117px !important; }

.u-max-h-117 {
  max-height: 117px !important; }

.u-min-w-118 {
  min-width: 118px !important; }

.u-max-w-118 {
  max-width: 118px !important; }

.u-min-h-118 {
  min-height: 118px !important; }

.u-max-h-118 {
  max-height: 118px !important; }

.u-min-w-119 {
  min-width: 119px !important; }

.u-max-w-119 {
  max-width: 119px !important; }

.u-min-h-119 {
  min-height: 119px !important; }

.u-max-h-119 {
  max-height: 119px !important; }

.u-min-w-120 {
  min-width: 120px !important; }

.u-max-w-120 {
  max-width: 120px !important; }

.u-min-h-120 {
  min-height: 120px !important; }

.u-max-h-120 {
  max-height: 120px !important; }

.u-min-w-121 {
  min-width: 121px !important; }

.u-max-w-121 {
  max-width: 121px !important; }

.u-min-h-121 {
  min-height: 121px !important; }

.u-max-h-121 {
  max-height: 121px !important; }

.u-min-w-122 {
  min-width: 122px !important; }

.u-max-w-122 {
  max-width: 122px !important; }

.u-min-h-122 {
  min-height: 122px !important; }

.u-max-h-122 {
  max-height: 122px !important; }

.u-min-w-123 {
  min-width: 123px !important; }

.u-max-w-123 {
  max-width: 123px !important; }

.u-min-h-123 {
  min-height: 123px !important; }

.u-max-h-123 {
  max-height: 123px !important; }

.u-min-w-124 {
  min-width: 124px !important; }

.u-max-w-124 {
  max-width: 124px !important; }

.u-min-h-124 {
  min-height: 124px !important; }

.u-max-h-124 {
  max-height: 124px !important; }

.u-min-w-125 {
  min-width: 125px !important; }

.u-max-w-125 {
  max-width: 125px !important; }

.u-min-h-125 {
  min-height: 125px !important; }

.u-max-h-125 {
  max-height: 125px !important; }

.u-min-w-126 {
  min-width: 126px !important; }

.u-max-w-126 {
  max-width: 126px !important; }

.u-min-h-126 {
  min-height: 126px !important; }

.u-max-h-126 {
  max-height: 126px !important; }

.u-min-w-127 {
  min-width: 127px !important; }

.u-max-w-127 {
  max-width: 127px !important; }

.u-min-h-127 {
  min-height: 127px !important; }

.u-max-h-127 {
  max-height: 127px !important; }

.u-min-w-128 {
  min-width: 128px !important; }

.u-max-w-128 {
  max-width: 128px !important; }

.u-min-h-128 {
  min-height: 128px !important; }

.u-max-h-128 {
  max-height: 128px !important; }

.u-min-w-129 {
  min-width: 129px !important; }

.u-max-w-129 {
  max-width: 129px !important; }

.u-min-h-129 {
  min-height: 129px !important; }

.u-max-h-129 {
  max-height: 129px !important; }

.u-min-w-130 {
  min-width: 130px !important; }

.u-max-w-130 {
  max-width: 130px !important; }

.u-min-h-130 {
  min-height: 130px !important; }

.u-max-h-130 {
  max-height: 130px !important; }

.u-min-w-131 {
  min-width: 131px !important; }

.u-max-w-131 {
  max-width: 131px !important; }

.u-min-h-131 {
  min-height: 131px !important; }

.u-max-h-131 {
  max-height: 131px !important; }

.u-min-w-132 {
  min-width: 132px !important; }

.u-max-w-132 {
  max-width: 132px !important; }

.u-min-h-132 {
  min-height: 132px !important; }

.u-max-h-132 {
  max-height: 132px !important; }

.u-min-w-133 {
  min-width: 133px !important; }

.u-max-w-133 {
  max-width: 133px !important; }

.u-min-h-133 {
  min-height: 133px !important; }

.u-max-h-133 {
  max-height: 133px !important; }

.u-min-w-134 {
  min-width: 134px !important; }

.u-max-w-134 {
  max-width: 134px !important; }

.u-min-h-134 {
  min-height: 134px !important; }

.u-max-h-134 {
  max-height: 134px !important; }

.u-min-w-135 {
  min-width: 135px !important; }

.u-max-w-135 {
  max-width: 135px !important; }

.u-min-h-135 {
  min-height: 135px !important; }

.u-max-h-135 {
  max-height: 135px !important; }

.u-min-w-136 {
  min-width: 136px !important; }

.u-max-w-136 {
  max-width: 136px !important; }

.u-min-h-136 {
  min-height: 136px !important; }

.u-max-h-136 {
  max-height: 136px !important; }

.u-min-w-137 {
  min-width: 137px !important; }

.u-max-w-137 {
  max-width: 137px !important; }

.u-min-h-137 {
  min-height: 137px !important; }

.u-max-h-137 {
  max-height: 137px !important; }

.u-min-w-138 {
  min-width: 138px !important; }

.u-max-w-138 {
  max-width: 138px !important; }

.u-min-h-138 {
  min-height: 138px !important; }

.u-max-h-138 {
  max-height: 138px !important; }

.u-min-w-139 {
  min-width: 139px !important; }

.u-max-w-139 {
  max-width: 139px !important; }

.u-min-h-139 {
  min-height: 139px !important; }

.u-max-h-139 {
  max-height: 139px !important; }

.u-min-w-140 {
  min-width: 140px !important; }

.u-max-w-140 {
  max-width: 140px !important; }

.u-min-h-140 {
  min-height: 140px !important; }

.u-max-h-140 {
  max-height: 140px !important; }

.u-min-w-141 {
  min-width: 141px !important; }

.u-max-w-141 {
  max-width: 141px !important; }

.u-min-h-141 {
  min-height: 141px !important; }

.u-max-h-141 {
  max-height: 141px !important; }

.u-min-w-142 {
  min-width: 142px !important; }

.u-max-w-142 {
  max-width: 142px !important; }

.u-min-h-142 {
  min-height: 142px !important; }

.u-max-h-142 {
  max-height: 142px !important; }

.u-min-w-143 {
  min-width: 143px !important; }

.u-max-w-143 {
  max-width: 143px !important; }

.u-min-h-143 {
  min-height: 143px !important; }

.u-max-h-143 {
  max-height: 143px !important; }

.u-min-w-144 {
  min-width: 144px !important; }

.u-max-w-144 {
  max-width: 144px !important; }

.u-min-h-144 {
  min-height: 144px !important; }

.u-max-h-144 {
  max-height: 144px !important; }

.u-min-w-145 {
  min-width: 145px !important; }

.u-max-w-145 {
  max-width: 145px !important; }

.u-min-h-145 {
  min-height: 145px !important; }

.u-max-h-145 {
  max-height: 145px !important; }

.u-min-w-146 {
  min-width: 146px !important; }

.u-max-w-146 {
  max-width: 146px !important; }

.u-min-h-146 {
  min-height: 146px !important; }

.u-max-h-146 {
  max-height: 146px !important; }

.u-min-w-147 {
  min-width: 147px !important; }

.u-max-w-147 {
  max-width: 147px !important; }

.u-min-h-147 {
  min-height: 147px !important; }

.u-max-h-147 {
  max-height: 147px !important; }

.u-min-w-148 {
  min-width: 148px !important; }

.u-max-w-148 {
  max-width: 148px !important; }

.u-min-h-148 {
  min-height: 148px !important; }

.u-max-h-148 {
  max-height: 148px !important; }

.u-min-w-149 {
  min-width: 149px !important; }

.u-max-w-149 {
  max-width: 149px !important; }

.u-min-h-149 {
  min-height: 149px !important; }

.u-max-h-149 {
  max-height: 149px !important; }

.u-min-w-150 {
  min-width: 150px !important; }

.u-max-w-150 {
  max-width: 150px !important; }

.u-min-h-150 {
  min-height: 150px !important; }

.u-max-h-150 {
  max-height: 150px !important; }

.u-min-w-151 {
  min-width: 151px !important; }

.u-max-w-151 {
  max-width: 151px !important; }

.u-min-h-151 {
  min-height: 151px !important; }

.u-max-h-151 {
  max-height: 151px !important; }

.u-min-w-152 {
  min-width: 152px !important; }

.u-max-w-152 {
  max-width: 152px !important; }

.u-min-h-152 {
  min-height: 152px !important; }

.u-max-h-152 {
  max-height: 152px !important; }

.u-min-w-153 {
  min-width: 153px !important; }

.u-max-w-153 {
  max-width: 153px !important; }

.u-min-h-153 {
  min-height: 153px !important; }

.u-max-h-153 {
  max-height: 153px !important; }

.u-min-w-154 {
  min-width: 154px !important; }

.u-max-w-154 {
  max-width: 154px !important; }

.u-min-h-154 {
  min-height: 154px !important; }

.u-max-h-154 {
  max-height: 154px !important; }

.u-min-w-155 {
  min-width: 155px !important; }

.u-max-w-155 {
  max-width: 155px !important; }

.u-min-h-155 {
  min-height: 155px !important; }

.u-max-h-155 {
  max-height: 155px !important; }

.u-min-w-156 {
  min-width: 156px !important; }

.u-max-w-156 {
  max-width: 156px !important; }

.u-min-h-156 {
  min-height: 156px !important; }

.u-max-h-156 {
  max-height: 156px !important; }

.u-min-w-157 {
  min-width: 157px !important; }

.u-max-w-157 {
  max-width: 157px !important; }

.u-min-h-157 {
  min-height: 157px !important; }

.u-max-h-157 {
  max-height: 157px !important; }

.u-min-w-158 {
  min-width: 158px !important; }

.u-max-w-158 {
  max-width: 158px !important; }

.u-min-h-158 {
  min-height: 158px !important; }

.u-max-h-158 {
  max-height: 158px !important; }

.u-min-w-159 {
  min-width: 159px !important; }

.u-max-w-159 {
  max-width: 159px !important; }

.u-min-h-159 {
  min-height: 159px !important; }

.u-max-h-159 {
  max-height: 159px !important; }

.u-min-w-160 {
  min-width: 160px !important; }

.u-max-w-160 {
  max-width: 160px !important; }

.u-min-h-160 {
  min-height: 160px !important; }

.u-max-h-160 {
  max-height: 160px !important; }

.u-min-w-161 {
  min-width: 161px !important; }

.u-max-w-161 {
  max-width: 161px !important; }

.u-min-h-161 {
  min-height: 161px !important; }

.u-max-h-161 {
  max-height: 161px !important; }

.u-min-w-162 {
  min-width: 162px !important; }

.u-max-w-162 {
  max-width: 162px !important; }

.u-min-h-162 {
  min-height: 162px !important; }

.u-max-h-162 {
  max-height: 162px !important; }

.u-min-w-163 {
  min-width: 163px !important; }

.u-max-w-163 {
  max-width: 163px !important; }

.u-min-h-163 {
  min-height: 163px !important; }

.u-max-h-163 {
  max-height: 163px !important; }

.u-min-w-164 {
  min-width: 164px !important; }

.u-max-w-164 {
  max-width: 164px !important; }

.u-min-h-164 {
  min-height: 164px !important; }

.u-max-h-164 {
  max-height: 164px !important; }

.u-min-w-165 {
  min-width: 165px !important; }

.u-max-w-165 {
  max-width: 165px !important; }

.u-min-h-165 {
  min-height: 165px !important; }

.u-max-h-165 {
  max-height: 165px !important; }

.u-min-w-166 {
  min-width: 166px !important; }

.u-max-w-166 {
  max-width: 166px !important; }

.u-min-h-166 {
  min-height: 166px !important; }

.u-max-h-166 {
  max-height: 166px !important; }

.u-min-w-167 {
  min-width: 167px !important; }

.u-max-w-167 {
  max-width: 167px !important; }

.u-min-h-167 {
  min-height: 167px !important; }

.u-max-h-167 {
  max-height: 167px !important; }

.u-min-w-168 {
  min-width: 168px !important; }

.u-max-w-168 {
  max-width: 168px !important; }

.u-min-h-168 {
  min-height: 168px !important; }

.u-max-h-168 {
  max-height: 168px !important; }

.u-min-w-169 {
  min-width: 169px !important; }

.u-max-w-169 {
  max-width: 169px !important; }

.u-min-h-169 {
  min-height: 169px !important; }

.u-max-h-169 {
  max-height: 169px !important; }

.u-min-w-170 {
  min-width: 170px !important; }

.u-max-w-170 {
  max-width: 170px !important; }

.u-min-h-170 {
  min-height: 170px !important; }

.u-max-h-170 {
  max-height: 170px !important; }

.u-min-w-171 {
  min-width: 171px !important; }

.u-max-w-171 {
  max-width: 171px !important; }

.u-min-h-171 {
  min-height: 171px !important; }

.u-max-h-171 {
  max-height: 171px !important; }

.u-min-w-172 {
  min-width: 172px !important; }

.u-max-w-172 {
  max-width: 172px !important; }

.u-min-h-172 {
  min-height: 172px !important; }

.u-max-h-172 {
  max-height: 172px !important; }

.u-min-w-173 {
  min-width: 173px !important; }

.u-max-w-173 {
  max-width: 173px !important; }

.u-min-h-173 {
  min-height: 173px !important; }

.u-max-h-173 {
  max-height: 173px !important; }

.u-min-w-174 {
  min-width: 174px !important; }

.u-max-w-174 {
  max-width: 174px !important; }

.u-min-h-174 {
  min-height: 174px !important; }

.u-max-h-174 {
  max-height: 174px !important; }

.u-min-w-175 {
  min-width: 175px !important; }

.u-max-w-175 {
  max-width: 175px !important; }

.u-min-h-175 {
  min-height: 175px !important; }

.u-max-h-175 {
  max-height: 175px !important; }

.u-min-w-176 {
  min-width: 176px !important; }

.u-max-w-176 {
  max-width: 176px !important; }

.u-min-h-176 {
  min-height: 176px !important; }

.u-max-h-176 {
  max-height: 176px !important; }

.u-min-w-177 {
  min-width: 177px !important; }

.u-max-w-177 {
  max-width: 177px !important; }

.u-min-h-177 {
  min-height: 177px !important; }

.u-max-h-177 {
  max-height: 177px !important; }

.u-min-w-178 {
  min-width: 178px !important; }

.u-max-w-178 {
  max-width: 178px !important; }

.u-min-h-178 {
  min-height: 178px !important; }

.u-max-h-178 {
  max-height: 178px !important; }

.u-min-w-179 {
  min-width: 179px !important; }

.u-max-w-179 {
  max-width: 179px !important; }

.u-min-h-179 {
  min-height: 179px !important; }

.u-max-h-179 {
  max-height: 179px !important; }

.u-min-w-180 {
  min-width: 180px !important; }

.u-max-w-180 {
  max-width: 180px !important; }

.u-min-h-180 {
  min-height: 180px !important; }

.u-max-h-180 {
  max-height: 180px !important; }

.u-min-w-181 {
  min-width: 181px !important; }

.u-max-w-181 {
  max-width: 181px !important; }

.u-min-h-181 {
  min-height: 181px !important; }

.u-max-h-181 {
  max-height: 181px !important; }

.u-min-w-182 {
  min-width: 182px !important; }

.u-max-w-182 {
  max-width: 182px !important; }

.u-min-h-182 {
  min-height: 182px !important; }

.u-max-h-182 {
  max-height: 182px !important; }

.u-min-w-183 {
  min-width: 183px !important; }

.u-max-w-183 {
  max-width: 183px !important; }

.u-min-h-183 {
  min-height: 183px !important; }

.u-max-h-183 {
  max-height: 183px !important; }

.u-min-w-184 {
  min-width: 184px !important; }

.u-max-w-184 {
  max-width: 184px !important; }

.u-min-h-184 {
  min-height: 184px !important; }

.u-max-h-184 {
  max-height: 184px !important; }

.u-min-w-185 {
  min-width: 185px !important; }

.u-max-w-185 {
  max-width: 185px !important; }

.u-min-h-185 {
  min-height: 185px !important; }

.u-max-h-185 {
  max-height: 185px !important; }

.u-min-w-186 {
  min-width: 186px !important; }

.u-max-w-186 {
  max-width: 186px !important; }

.u-min-h-186 {
  min-height: 186px !important; }

.u-max-h-186 {
  max-height: 186px !important; }

.u-min-w-187 {
  min-width: 187px !important; }

.u-max-w-187 {
  max-width: 187px !important; }

.u-min-h-187 {
  min-height: 187px !important; }

.u-max-h-187 {
  max-height: 187px !important; }

.u-min-w-188 {
  min-width: 188px !important; }

.u-max-w-188 {
  max-width: 188px !important; }

.u-min-h-188 {
  min-height: 188px !important; }

.u-max-h-188 {
  max-height: 188px !important; }

.u-min-w-189 {
  min-width: 189px !important; }

.u-max-w-189 {
  max-width: 189px !important; }

.u-min-h-189 {
  min-height: 189px !important; }

.u-max-h-189 {
  max-height: 189px !important; }

.u-min-w-190 {
  min-width: 190px !important; }

.u-max-w-190 {
  max-width: 190px !important; }

.u-min-h-190 {
  min-height: 190px !important; }

.u-max-h-190 {
  max-height: 190px !important; }

.u-min-w-191 {
  min-width: 191px !important; }

.u-max-w-191 {
  max-width: 191px !important; }

.u-min-h-191 {
  min-height: 191px !important; }

.u-max-h-191 {
  max-height: 191px !important; }

.u-min-w-192 {
  min-width: 192px !important; }

.u-max-w-192 {
  max-width: 192px !important; }

.u-min-h-192 {
  min-height: 192px !important; }

.u-max-h-192 {
  max-height: 192px !important; }

.u-min-w-193 {
  min-width: 193px !important; }

.u-max-w-193 {
  max-width: 193px !important; }

.u-min-h-193 {
  min-height: 193px !important; }

.u-max-h-193 {
  max-height: 193px !important; }

.u-min-w-194 {
  min-width: 194px !important; }

.u-max-w-194 {
  max-width: 194px !important; }

.u-min-h-194 {
  min-height: 194px !important; }

.u-max-h-194 {
  max-height: 194px !important; }

.u-min-w-195 {
  min-width: 195px !important; }

.u-max-w-195 {
  max-width: 195px !important; }

.u-min-h-195 {
  min-height: 195px !important; }

.u-max-h-195 {
  max-height: 195px !important; }

.u-min-w-196 {
  min-width: 196px !important; }

.u-max-w-196 {
  max-width: 196px !important; }

.u-min-h-196 {
  min-height: 196px !important; }

.u-max-h-196 {
  max-height: 196px !important; }

.u-min-w-197 {
  min-width: 197px !important; }

.u-max-w-197 {
  max-width: 197px !important; }

.u-min-h-197 {
  min-height: 197px !important; }

.u-max-h-197 {
  max-height: 197px !important; }

.u-min-w-198 {
  min-width: 198px !important; }

.u-max-w-198 {
  max-width: 198px !important; }

.u-min-h-198 {
  min-height: 198px !important; }

.u-max-h-198 {
  max-height: 198px !important; }

.u-min-w-199 {
  min-width: 199px !important; }

.u-max-w-199 {
  max-width: 199px !important; }

.u-min-h-199 {
  min-height: 199px !important; }

.u-max-h-199 {
  max-height: 199px !important; }

.u-min-w-200 {
  min-width: 200px !important; }

.u-max-w-200 {
  max-width: 200px !important; }

.u-min-h-200 {
  min-height: 200px !important; }

.u-max-h-200 {
  max-height: 200px !important; }

.u-min-w-201 {
  min-width: 201px !important; }

.u-max-w-201 {
  max-width: 201px !important; }

.u-min-h-201 {
  min-height: 201px !important; }

.u-max-h-201 {
  max-height: 201px !important; }

.u-min-w-202 {
  min-width: 202px !important; }

.u-max-w-202 {
  max-width: 202px !important; }

.u-min-h-202 {
  min-height: 202px !important; }

.u-max-h-202 {
  max-height: 202px !important; }

.u-min-w-203 {
  min-width: 203px !important; }

.u-max-w-203 {
  max-width: 203px !important; }

.u-min-h-203 {
  min-height: 203px !important; }

.u-max-h-203 {
  max-height: 203px !important; }

.u-min-w-204 {
  min-width: 204px !important; }

.u-max-w-204 {
  max-width: 204px !important; }

.u-min-h-204 {
  min-height: 204px !important; }

.u-max-h-204 {
  max-height: 204px !important; }

.u-min-w-205 {
  min-width: 205px !important; }

.u-max-w-205 {
  max-width: 205px !important; }

.u-min-h-205 {
  min-height: 205px !important; }

.u-max-h-205 {
  max-height: 205px !important; }

.u-min-w-206 {
  min-width: 206px !important; }

.u-max-w-206 {
  max-width: 206px !important; }

.u-min-h-206 {
  min-height: 206px !important; }

.u-max-h-206 {
  max-height: 206px !important; }

.u-min-w-207 {
  min-width: 207px !important; }

.u-max-w-207 {
  max-width: 207px !important; }

.u-min-h-207 {
  min-height: 207px !important; }

.u-max-h-207 {
  max-height: 207px !important; }

.u-min-w-208 {
  min-width: 208px !important; }

.u-max-w-208 {
  max-width: 208px !important; }

.u-min-h-208 {
  min-height: 208px !important; }

.u-max-h-208 {
  max-height: 208px !important; }

.u-min-w-209 {
  min-width: 209px !important; }

.u-max-w-209 {
  max-width: 209px !important; }

.u-min-h-209 {
  min-height: 209px !important; }

.u-max-h-209 {
  max-height: 209px !important; }

.u-min-w-210 {
  min-width: 210px !important; }

.u-max-w-210 {
  max-width: 210px !important; }

.u-min-h-210 {
  min-height: 210px !important; }

.u-max-h-210 {
  max-height: 210px !important; }

.u-min-w-211 {
  min-width: 211px !important; }

.u-max-w-211 {
  max-width: 211px !important; }

.u-min-h-211 {
  min-height: 211px !important; }

.u-max-h-211 {
  max-height: 211px !important; }

.u-min-w-212 {
  min-width: 212px !important; }

.u-max-w-212 {
  max-width: 212px !important; }

.u-min-h-212 {
  min-height: 212px !important; }

.u-max-h-212 {
  max-height: 212px !important; }

.u-min-w-213 {
  min-width: 213px !important; }

.u-max-w-213 {
  max-width: 213px !important; }

.u-min-h-213 {
  min-height: 213px !important; }

.u-max-h-213 {
  max-height: 213px !important; }

.u-min-w-214 {
  min-width: 214px !important; }

.u-max-w-214 {
  max-width: 214px !important; }

.u-min-h-214 {
  min-height: 214px !important; }

.u-max-h-214 {
  max-height: 214px !important; }

.u-min-w-215 {
  min-width: 215px !important; }

.u-max-w-215 {
  max-width: 215px !important; }

.u-min-h-215 {
  min-height: 215px !important; }

.u-max-h-215 {
  max-height: 215px !important; }

.u-min-w-216 {
  min-width: 216px !important; }

.u-max-w-216 {
  max-width: 216px !important; }

.u-min-h-216 {
  min-height: 216px !important; }

.u-max-h-216 {
  max-height: 216px !important; }

.u-min-w-217 {
  min-width: 217px !important; }

.u-max-w-217 {
  max-width: 217px !important; }

.u-min-h-217 {
  min-height: 217px !important; }

.u-max-h-217 {
  max-height: 217px !important; }

.u-min-w-218 {
  min-width: 218px !important; }

.u-max-w-218 {
  max-width: 218px !important; }

.u-min-h-218 {
  min-height: 218px !important; }

.u-max-h-218 {
  max-height: 218px !important; }

.u-min-w-219 {
  min-width: 219px !important; }

.u-max-w-219 {
  max-width: 219px !important; }

.u-min-h-219 {
  min-height: 219px !important; }

.u-max-h-219 {
  max-height: 219px !important; }

.u-min-w-220 {
  min-width: 220px !important; }

.u-max-w-220 {
  max-width: 220px !important; }

.u-min-h-220 {
  min-height: 220px !important; }

.u-max-h-220 {
  max-height: 220px !important; }

.u-min-w-221 {
  min-width: 221px !important; }

.u-max-w-221 {
  max-width: 221px !important; }

.u-min-h-221 {
  min-height: 221px !important; }

.u-max-h-221 {
  max-height: 221px !important; }

.u-min-w-222 {
  min-width: 222px !important; }

.u-max-w-222 {
  max-width: 222px !important; }

.u-min-h-222 {
  min-height: 222px !important; }

.u-max-h-222 {
  max-height: 222px !important; }

.u-min-w-223 {
  min-width: 223px !important; }

.u-max-w-223 {
  max-width: 223px !important; }

.u-min-h-223 {
  min-height: 223px !important; }

.u-max-h-223 {
  max-height: 223px !important; }

.u-min-w-224 {
  min-width: 224px !important; }

.u-max-w-224 {
  max-width: 224px !important; }

.u-min-h-224 {
  min-height: 224px !important; }

.u-max-h-224 {
  max-height: 224px !important; }

.u-min-w-225 {
  min-width: 225px !important; }

.u-max-w-225 {
  max-width: 225px !important; }

.u-min-h-225 {
  min-height: 225px !important; }

.u-max-h-225 {
  max-height: 225px !important; }

.u-min-w-226 {
  min-width: 226px !important; }

.u-max-w-226 {
  max-width: 226px !important; }

.u-min-h-226 {
  min-height: 226px !important; }

.u-max-h-226 {
  max-height: 226px !important; }

.u-min-w-227 {
  min-width: 227px !important; }

.u-max-w-227 {
  max-width: 227px !important; }

.u-min-h-227 {
  min-height: 227px !important; }

.u-max-h-227 {
  max-height: 227px !important; }

.u-min-w-228 {
  min-width: 228px !important; }

.u-max-w-228 {
  max-width: 228px !important; }

.u-min-h-228 {
  min-height: 228px !important; }

.u-max-h-228 {
  max-height: 228px !important; }

.u-min-w-229 {
  min-width: 229px !important; }

.u-max-w-229 {
  max-width: 229px !important; }

.u-min-h-229 {
  min-height: 229px !important; }

.u-max-h-229 {
  max-height: 229px !important; }

.u-min-w-230 {
  min-width: 230px !important; }

.u-max-w-230 {
  max-width: 230px !important; }

.u-min-h-230 {
  min-height: 230px !important; }

.u-max-h-230 {
  max-height: 230px !important; }

.u-min-w-231 {
  min-width: 231px !important; }

.u-max-w-231 {
  max-width: 231px !important; }

.u-min-h-231 {
  min-height: 231px !important; }

.u-max-h-231 {
  max-height: 231px !important; }

.u-min-w-232 {
  min-width: 232px !important; }

.u-max-w-232 {
  max-width: 232px !important; }

.u-min-h-232 {
  min-height: 232px !important; }

.u-max-h-232 {
  max-height: 232px !important; }

.u-min-w-233 {
  min-width: 233px !important; }

.u-max-w-233 {
  max-width: 233px !important; }

.u-min-h-233 {
  min-height: 233px !important; }

.u-max-h-233 {
  max-height: 233px !important; }

.u-min-w-234 {
  min-width: 234px !important; }

.u-max-w-234 {
  max-width: 234px !important; }

.u-min-h-234 {
  min-height: 234px !important; }

.u-max-h-234 {
  max-height: 234px !important; }

.u-min-w-235 {
  min-width: 235px !important; }

.u-max-w-235 {
  max-width: 235px !important; }

.u-min-h-235 {
  min-height: 235px !important; }

.u-max-h-235 {
  max-height: 235px !important; }

.u-min-w-236 {
  min-width: 236px !important; }

.u-max-w-236 {
  max-width: 236px !important; }

.u-min-h-236 {
  min-height: 236px !important; }

.u-max-h-236 {
  max-height: 236px !important; }

.u-min-w-237 {
  min-width: 237px !important; }

.u-max-w-237 {
  max-width: 237px !important; }

.u-min-h-237 {
  min-height: 237px !important; }

.u-max-h-237 {
  max-height: 237px !important; }

.u-min-w-238 {
  min-width: 238px !important; }

.u-max-w-238 {
  max-width: 238px !important; }

.u-min-h-238 {
  min-height: 238px !important; }

.u-max-h-238 {
  max-height: 238px !important; }

.u-min-w-239 {
  min-width: 239px !important; }

.u-max-w-239 {
  max-width: 239px !important; }

.u-min-h-239 {
  min-height: 239px !important; }

.u-max-h-239 {
  max-height: 239px !important; }

.u-min-w-240 {
  min-width: 240px !important; }

.u-max-w-240 {
  max-width: 240px !important; }

.u-min-h-240 {
  min-height: 240px !important; }

.u-max-h-240 {
  max-height: 240px !important; }

.u-min-w-241 {
  min-width: 241px !important; }

.u-max-w-241 {
  max-width: 241px !important; }

.u-min-h-241 {
  min-height: 241px !important; }

.u-max-h-241 {
  max-height: 241px !important; }

.u-min-w-242 {
  min-width: 242px !important; }

.u-max-w-242 {
  max-width: 242px !important; }

.u-min-h-242 {
  min-height: 242px !important; }

.u-max-h-242 {
  max-height: 242px !important; }

.u-min-w-243 {
  min-width: 243px !important; }

.u-max-w-243 {
  max-width: 243px !important; }

.u-min-h-243 {
  min-height: 243px !important; }

.u-max-h-243 {
  max-height: 243px !important; }

.u-min-w-244 {
  min-width: 244px !important; }

.u-max-w-244 {
  max-width: 244px !important; }

.u-min-h-244 {
  min-height: 244px !important; }

.u-max-h-244 {
  max-height: 244px !important; }

.u-min-w-245 {
  min-width: 245px !important; }

.u-max-w-245 {
  max-width: 245px !important; }

.u-min-h-245 {
  min-height: 245px !important; }

.u-max-h-245 {
  max-height: 245px !important; }

.u-min-w-246 {
  min-width: 246px !important; }

.u-max-w-246 {
  max-width: 246px !important; }

.u-min-h-246 {
  min-height: 246px !important; }

.u-max-h-246 {
  max-height: 246px !important; }

.u-min-w-247 {
  min-width: 247px !important; }

.u-max-w-247 {
  max-width: 247px !important; }

.u-min-h-247 {
  min-height: 247px !important; }

.u-max-h-247 {
  max-height: 247px !important; }

.u-min-w-248 {
  min-width: 248px !important; }

.u-max-w-248 {
  max-width: 248px !important; }

.u-min-h-248 {
  min-height: 248px !important; }

.u-max-h-248 {
  max-height: 248px !important; }

.u-min-w-249 {
  min-width: 249px !important; }

.u-max-w-249 {
  max-width: 249px !important; }

.u-min-h-249 {
  min-height: 249px !important; }

.u-max-h-249 {
  max-height: 249px !important; }

.u-min-w-250 {
  min-width: 250px !important; }

.u-max-w-250 {
  max-width: 250px !important; }

.u-min-h-250 {
  min-height: 250px !important; }

.u-max-h-250 {
  max-height: 250px !important; }

.u-min-w-251 {
  min-width: 251px !important; }

.u-max-w-251 {
  max-width: 251px !important; }

.u-min-h-251 {
  min-height: 251px !important; }

.u-max-h-251 {
  max-height: 251px !important; }

.u-min-w-252 {
  min-width: 252px !important; }

.u-max-w-252 {
  max-width: 252px !important; }

.u-min-h-252 {
  min-height: 252px !important; }

.u-max-h-252 {
  max-height: 252px !important; }

.u-min-w-253 {
  min-width: 253px !important; }

.u-max-w-253 {
  max-width: 253px !important; }

.u-min-h-253 {
  min-height: 253px !important; }

.u-max-h-253 {
  max-height: 253px !important; }

.u-min-w-254 {
  min-width: 254px !important; }

.u-max-w-254 {
  max-width: 254px !important; }

.u-min-h-254 {
  min-height: 254px !important; }

.u-max-h-254 {
  max-height: 254px !important; }

.u-min-w-255 {
  min-width: 255px !important; }

.u-max-w-255 {
  max-width: 255px !important; }

.u-min-h-255 {
  min-height: 255px !important; }

.u-max-h-255 {
  max-height: 255px !important; }

.u-min-w-256 {
  min-width: 256px !important; }

.u-max-w-256 {
  max-width: 256px !important; }

.u-min-h-256 {
  min-height: 256px !important; }

.u-max-h-256 {
  max-height: 256px !important; }

.u-min-w-257 {
  min-width: 257px !important; }

.u-max-w-257 {
  max-width: 257px !important; }

.u-min-h-257 {
  min-height: 257px !important; }

.u-max-h-257 {
  max-height: 257px !important; }

.u-min-w-258 {
  min-width: 258px !important; }

.u-max-w-258 {
  max-width: 258px !important; }

.u-min-h-258 {
  min-height: 258px !important; }

.u-max-h-258 {
  max-height: 258px !important; }

.u-min-w-259 {
  min-width: 259px !important; }

.u-max-w-259 {
  max-width: 259px !important; }

.u-min-h-259 {
  min-height: 259px !important; }

.u-max-h-259 {
  max-height: 259px !important; }

.u-min-w-260 {
  min-width: 260px !important; }

.u-max-w-260 {
  max-width: 260px !important; }

.u-min-h-260 {
  min-height: 260px !important; }

.u-max-h-260 {
  max-height: 260px !important; }

.u-min-w-261 {
  min-width: 261px !important; }

.u-max-w-261 {
  max-width: 261px !important; }

.u-min-h-261 {
  min-height: 261px !important; }

.u-max-h-261 {
  max-height: 261px !important; }

.u-min-w-262 {
  min-width: 262px !important; }

.u-max-w-262 {
  max-width: 262px !important; }

.u-min-h-262 {
  min-height: 262px !important; }

.u-max-h-262 {
  max-height: 262px !important; }

.u-min-w-263 {
  min-width: 263px !important; }

.u-max-w-263 {
  max-width: 263px !important; }

.u-min-h-263 {
  min-height: 263px !important; }

.u-max-h-263 {
  max-height: 263px !important; }

.u-min-w-264 {
  min-width: 264px !important; }

.u-max-w-264 {
  max-width: 264px !important; }

.u-min-h-264 {
  min-height: 264px !important; }

.u-max-h-264 {
  max-height: 264px !important; }

.u-min-w-265 {
  min-width: 265px !important; }

.u-max-w-265 {
  max-width: 265px !important; }

.u-min-h-265 {
  min-height: 265px !important; }

.u-max-h-265 {
  max-height: 265px !important; }

.u-min-w-266 {
  min-width: 266px !important; }

.u-max-w-266 {
  max-width: 266px !important; }

.u-min-h-266 {
  min-height: 266px !important; }

.u-max-h-266 {
  max-height: 266px !important; }

.u-min-w-267 {
  min-width: 267px !important; }

.u-max-w-267 {
  max-width: 267px !important; }

.u-min-h-267 {
  min-height: 267px !important; }

.u-max-h-267 {
  max-height: 267px !important; }

.u-min-w-268 {
  min-width: 268px !important; }

.u-max-w-268 {
  max-width: 268px !important; }

.u-min-h-268 {
  min-height: 268px !important; }

.u-max-h-268 {
  max-height: 268px !important; }

.u-min-w-269 {
  min-width: 269px !important; }

.u-max-w-269 {
  max-width: 269px !important; }

.u-min-h-269 {
  min-height: 269px !important; }

.u-max-h-269 {
  max-height: 269px !important; }

.u-min-w-270 {
  min-width: 270px !important; }

.u-max-w-270 {
  max-width: 270px !important; }

.u-min-h-270 {
  min-height: 270px !important; }

.u-max-h-270 {
  max-height: 270px !important; }

.u-min-w-271 {
  min-width: 271px !important; }

.u-max-w-271 {
  max-width: 271px !important; }

.u-min-h-271 {
  min-height: 271px !important; }

.u-max-h-271 {
  max-height: 271px !important; }

.u-min-w-272 {
  min-width: 272px !important; }

.u-max-w-272 {
  max-width: 272px !important; }

.u-min-h-272 {
  min-height: 272px !important; }

.u-max-h-272 {
  max-height: 272px !important; }

.u-min-w-273 {
  min-width: 273px !important; }

.u-max-w-273 {
  max-width: 273px !important; }

.u-min-h-273 {
  min-height: 273px !important; }

.u-max-h-273 {
  max-height: 273px !important; }

.u-min-w-274 {
  min-width: 274px !important; }

.u-max-w-274 {
  max-width: 274px !important; }

.u-min-h-274 {
  min-height: 274px !important; }

.u-max-h-274 {
  max-height: 274px !important; }

.u-min-w-275 {
  min-width: 275px !important; }

.u-max-w-275 {
  max-width: 275px !important; }

.u-min-h-275 {
  min-height: 275px !important; }

.u-max-h-275 {
  max-height: 275px !important; }

.u-min-w-276 {
  min-width: 276px !important; }

.u-max-w-276 {
  max-width: 276px !important; }

.u-min-h-276 {
  min-height: 276px !important; }

.u-max-h-276 {
  max-height: 276px !important; }

.u-min-w-277 {
  min-width: 277px !important; }

.u-max-w-277 {
  max-width: 277px !important; }

.u-min-h-277 {
  min-height: 277px !important; }

.u-max-h-277 {
  max-height: 277px !important; }

.u-min-w-278 {
  min-width: 278px !important; }

.u-max-w-278 {
  max-width: 278px !important; }

.u-min-h-278 {
  min-height: 278px !important; }

.u-max-h-278 {
  max-height: 278px !important; }

.u-min-w-279 {
  min-width: 279px !important; }

.u-max-w-279 {
  max-width: 279px !important; }

.u-min-h-279 {
  min-height: 279px !important; }

.u-max-h-279 {
  max-height: 279px !important; }

.u-min-w-280 {
  min-width: 280px !important; }

.u-max-w-280 {
  max-width: 280px !important; }

.u-min-h-280 {
  min-height: 280px !important; }

.u-max-h-280 {
  max-height: 280px !important; }

.u-min-w-281 {
  min-width: 281px !important; }

.u-max-w-281 {
  max-width: 281px !important; }

.u-min-h-281 {
  min-height: 281px !important; }

.u-max-h-281 {
  max-height: 281px !important; }

.u-min-w-282 {
  min-width: 282px !important; }

.u-max-w-282 {
  max-width: 282px !important; }

.u-min-h-282 {
  min-height: 282px !important; }

.u-max-h-282 {
  max-height: 282px !important; }

.u-min-w-283 {
  min-width: 283px !important; }

.u-max-w-283 {
  max-width: 283px !important; }

.u-min-h-283 {
  min-height: 283px !important; }

.u-max-h-283 {
  max-height: 283px !important; }

.u-min-w-284 {
  min-width: 284px !important; }

.u-max-w-284 {
  max-width: 284px !important; }

.u-min-h-284 {
  min-height: 284px !important; }

.u-max-h-284 {
  max-height: 284px !important; }

.u-min-w-285 {
  min-width: 285px !important; }

.u-max-w-285 {
  max-width: 285px !important; }

.u-min-h-285 {
  min-height: 285px !important; }

.u-max-h-285 {
  max-height: 285px !important; }

.u-min-w-286 {
  min-width: 286px !important; }

.u-max-w-286 {
  max-width: 286px !important; }

.u-min-h-286 {
  min-height: 286px !important; }

.u-max-h-286 {
  max-height: 286px !important; }

.u-min-w-287 {
  min-width: 287px !important; }

.u-max-w-287 {
  max-width: 287px !important; }

.u-min-h-287 {
  min-height: 287px !important; }

.u-max-h-287 {
  max-height: 287px !important; }

.u-min-w-288 {
  min-width: 288px !important; }

.u-max-w-288 {
  max-width: 288px !important; }

.u-min-h-288 {
  min-height: 288px !important; }

.u-max-h-288 {
  max-height: 288px !important; }

.u-min-w-289 {
  min-width: 289px !important; }

.u-max-w-289 {
  max-width: 289px !important; }

.u-min-h-289 {
  min-height: 289px !important; }

.u-max-h-289 {
  max-height: 289px !important; }

.u-min-w-290 {
  min-width: 290px !important; }

.u-max-w-290 {
  max-width: 290px !important; }

.u-min-h-290 {
  min-height: 290px !important; }

.u-max-h-290 {
  max-height: 290px !important; }

.u-min-w-291 {
  min-width: 291px !important; }

.u-max-w-291 {
  max-width: 291px !important; }

.u-min-h-291 {
  min-height: 291px !important; }

.u-max-h-291 {
  max-height: 291px !important; }

.u-min-w-292 {
  min-width: 292px !important; }

.u-max-w-292 {
  max-width: 292px !important; }

.u-min-h-292 {
  min-height: 292px !important; }

.u-max-h-292 {
  max-height: 292px !important; }

.u-min-w-293 {
  min-width: 293px !important; }

.u-max-w-293 {
  max-width: 293px !important; }

.u-min-h-293 {
  min-height: 293px !important; }

.u-max-h-293 {
  max-height: 293px !important; }

.u-min-w-294 {
  min-width: 294px !important; }

.u-max-w-294 {
  max-width: 294px !important; }

.u-min-h-294 {
  min-height: 294px !important; }

.u-max-h-294 {
  max-height: 294px !important; }

.u-min-w-295 {
  min-width: 295px !important; }

.u-max-w-295 {
  max-width: 295px !important; }

.u-min-h-295 {
  min-height: 295px !important; }

.u-max-h-295 {
  max-height: 295px !important; }

.u-min-w-296 {
  min-width: 296px !important; }

.u-max-w-296 {
  max-width: 296px !important; }

.u-min-h-296 {
  min-height: 296px !important; }

.u-max-h-296 {
  max-height: 296px !important; }

.u-min-w-297 {
  min-width: 297px !important; }

.u-max-w-297 {
  max-width: 297px !important; }

.u-min-h-297 {
  min-height: 297px !important; }

.u-max-h-297 {
  max-height: 297px !important; }

.u-min-w-298 {
  min-width: 298px !important; }

.u-max-w-298 {
  max-width: 298px !important; }

.u-min-h-298 {
  min-height: 298px !important; }

.u-max-h-298 {
  max-height: 298px !important; }

.u-min-w-299 {
  min-width: 299px !important; }

.u-max-w-299 {
  max-width: 299px !important; }

.u-min-h-299 {
  min-height: 299px !important; }

.u-max-h-299 {
  max-height: 299px !important; }

.u-min-w-300 {
  min-width: 300px !important; }

.u-max-w-300 {
  max-width: 300px !important; }

.u-min-h-300 {
  min-height: 300px !important; }

.u-max-h-300 {
  max-height: 300px !important; }

.u-min-w-301 {
  min-width: 301px !important; }

.u-max-w-301 {
  max-width: 301px !important; }

.u-min-h-301 {
  min-height: 301px !important; }

.u-max-h-301 {
  max-height: 301px !important; }

.u-min-w-302 {
  min-width: 302px !important; }

.u-max-w-302 {
  max-width: 302px !important; }

.u-min-h-302 {
  min-height: 302px !important; }

.u-max-h-302 {
  max-height: 302px !important; }

.u-min-w-303 {
  min-width: 303px !important; }

.u-max-w-303 {
  max-width: 303px !important; }

.u-min-h-303 {
  min-height: 303px !important; }

.u-max-h-303 {
  max-height: 303px !important; }

.u-min-w-304 {
  min-width: 304px !important; }

.u-max-w-304 {
  max-width: 304px !important; }

.u-min-h-304 {
  min-height: 304px !important; }

.u-max-h-304 {
  max-height: 304px !important; }

.u-min-w-305 {
  min-width: 305px !important; }

.u-max-w-305 {
  max-width: 305px !important; }

.u-min-h-305 {
  min-height: 305px !important; }

.u-max-h-305 {
  max-height: 305px !important; }

.u-min-w-306 {
  min-width: 306px !important; }

.u-max-w-306 {
  max-width: 306px !important; }

.u-min-h-306 {
  min-height: 306px !important; }

.u-max-h-306 {
  max-height: 306px !important; }

.u-min-w-307 {
  min-width: 307px !important; }

.u-max-w-307 {
  max-width: 307px !important; }

.u-min-h-307 {
  min-height: 307px !important; }

.u-max-h-307 {
  max-height: 307px !important; }

.u-min-w-308 {
  min-width: 308px !important; }

.u-max-w-308 {
  max-width: 308px !important; }

.u-min-h-308 {
  min-height: 308px !important; }

.u-max-h-308 {
  max-height: 308px !important; }

.u-min-w-309 {
  min-width: 309px !important; }

.u-max-w-309 {
  max-width: 309px !important; }

.u-min-h-309 {
  min-height: 309px !important; }

.u-max-h-309 {
  max-height: 309px !important; }

.u-min-w-310 {
  min-width: 310px !important; }

.u-max-w-310 {
  max-width: 310px !important; }

.u-min-h-310 {
  min-height: 310px !important; }

.u-max-h-310 {
  max-height: 310px !important; }

.u-min-w-311 {
  min-width: 311px !important; }

.u-max-w-311 {
  max-width: 311px !important; }

.u-min-h-311 {
  min-height: 311px !important; }

.u-max-h-311 {
  max-height: 311px !important; }

.u-min-w-312 {
  min-width: 312px !important; }

.u-max-w-312 {
  max-width: 312px !important; }

.u-min-h-312 {
  min-height: 312px !important; }

.u-max-h-312 {
  max-height: 312px !important; }

.u-min-w-313 {
  min-width: 313px !important; }

.u-max-w-313 {
  max-width: 313px !important; }

.u-min-h-313 {
  min-height: 313px !important; }

.u-max-h-313 {
  max-height: 313px !important; }

.u-min-w-314 {
  min-width: 314px !important; }

.u-max-w-314 {
  max-width: 314px !important; }

.u-min-h-314 {
  min-height: 314px !important; }

.u-max-h-314 {
  max-height: 314px !important; }

.u-min-w-315 {
  min-width: 315px !important; }

.u-max-w-315 {
  max-width: 315px !important; }

.u-min-h-315 {
  min-height: 315px !important; }

.u-max-h-315 {
  max-height: 315px !important; }

.u-min-w-316 {
  min-width: 316px !important; }

.u-max-w-316 {
  max-width: 316px !important; }

.u-min-h-316 {
  min-height: 316px !important; }

.u-max-h-316 {
  max-height: 316px !important; }

.u-min-w-317 {
  min-width: 317px !important; }

.u-max-w-317 {
  max-width: 317px !important; }

.u-min-h-317 {
  min-height: 317px !important; }

.u-max-h-317 {
  max-height: 317px !important; }

.u-min-w-318 {
  min-width: 318px !important; }

.u-max-w-318 {
  max-width: 318px !important; }

.u-min-h-318 {
  min-height: 318px !important; }

.u-max-h-318 {
  max-height: 318px !important; }

.u-min-w-319 {
  min-width: 319px !important; }

.u-max-w-319 {
  max-width: 319px !important; }

.u-min-h-319 {
  min-height: 319px !important; }

.u-max-h-319 {
  max-height: 319px !important; }

.u-min-w-320 {
  min-width: 320px !important; }

.u-max-w-320 {
  max-width: 320px !important; }

.u-min-h-320 {
  min-height: 320px !important; }

.u-max-h-320 {
  max-height: 320px !important; }

.u-min-w-321 {
  min-width: 321px !important; }

.u-max-w-321 {
  max-width: 321px !important; }

.u-min-h-321 {
  min-height: 321px !important; }

.u-max-h-321 {
  max-height: 321px !important; }

.u-min-w-322 {
  min-width: 322px !important; }

.u-max-w-322 {
  max-width: 322px !important; }

.u-min-h-322 {
  min-height: 322px !important; }

.u-max-h-322 {
  max-height: 322px !important; }

.u-min-w-323 {
  min-width: 323px !important; }

.u-max-w-323 {
  max-width: 323px !important; }

.u-min-h-323 {
  min-height: 323px !important; }

.u-max-h-323 {
  max-height: 323px !important; }

.u-min-w-324 {
  min-width: 324px !important; }

.u-max-w-324 {
  max-width: 324px !important; }

.u-min-h-324 {
  min-height: 324px !important; }

.u-max-h-324 {
  max-height: 324px !important; }

.u-min-w-325 {
  min-width: 325px !important; }

.u-max-w-325 {
  max-width: 325px !important; }

.u-min-h-325 {
  min-height: 325px !important; }

.u-max-h-325 {
  max-height: 325px !important; }

.u-min-w-326 {
  min-width: 326px !important; }

.u-max-w-326 {
  max-width: 326px !important; }

.u-min-h-326 {
  min-height: 326px !important; }

.u-max-h-326 {
  max-height: 326px !important; }

.u-min-w-327 {
  min-width: 327px !important; }

.u-max-w-327 {
  max-width: 327px !important; }

.u-min-h-327 {
  min-height: 327px !important; }

.u-max-h-327 {
  max-height: 327px !important; }

.u-min-w-328 {
  min-width: 328px !important; }

.u-max-w-328 {
  max-width: 328px !important; }

.u-min-h-328 {
  min-height: 328px !important; }

.u-max-h-328 {
  max-height: 328px !important; }

.u-min-w-329 {
  min-width: 329px !important; }

.u-max-w-329 {
  max-width: 329px !important; }

.u-min-h-329 {
  min-height: 329px !important; }

.u-max-h-329 {
  max-height: 329px !important; }

.u-min-w-330 {
  min-width: 330px !important; }

.u-max-w-330 {
  max-width: 330px !important; }

.u-min-h-330 {
  min-height: 330px !important; }

.u-max-h-330 {
  max-height: 330px !important; }

.u-min-w-331 {
  min-width: 331px !important; }

.u-max-w-331 {
  max-width: 331px !important; }

.u-min-h-331 {
  min-height: 331px !important; }

.u-max-h-331 {
  max-height: 331px !important; }

.u-min-w-332 {
  min-width: 332px !important; }

.u-max-w-332 {
  max-width: 332px !important; }

.u-min-h-332 {
  min-height: 332px !important; }

.u-max-h-332 {
  max-height: 332px !important; }

.u-min-w-333 {
  min-width: 333px !important; }

.u-max-w-333 {
  max-width: 333px !important; }

.u-min-h-333 {
  min-height: 333px !important; }

.u-max-h-333 {
  max-height: 333px !important; }

.u-min-w-334 {
  min-width: 334px !important; }

.u-max-w-334 {
  max-width: 334px !important; }

.u-min-h-334 {
  min-height: 334px !important; }

.u-max-h-334 {
  max-height: 334px !important; }

.u-min-w-335 {
  min-width: 335px !important; }

.u-max-w-335 {
  max-width: 335px !important; }

.u-min-h-335 {
  min-height: 335px !important; }

.u-max-h-335 {
  max-height: 335px !important; }

.u-min-w-336 {
  min-width: 336px !important; }

.u-max-w-336 {
  max-width: 336px !important; }

.u-min-h-336 {
  min-height: 336px !important; }

.u-max-h-336 {
  max-height: 336px !important; }

.u-min-w-337 {
  min-width: 337px !important; }

.u-max-w-337 {
  max-width: 337px !important; }

.u-min-h-337 {
  min-height: 337px !important; }

.u-max-h-337 {
  max-height: 337px !important; }

.u-min-w-338 {
  min-width: 338px !important; }

.u-max-w-338 {
  max-width: 338px !important; }

.u-min-h-338 {
  min-height: 338px !important; }

.u-max-h-338 {
  max-height: 338px !important; }

.u-min-w-339 {
  min-width: 339px !important; }

.u-max-w-339 {
  max-width: 339px !important; }

.u-min-h-339 {
  min-height: 339px !important; }

.u-max-h-339 {
  max-height: 339px !important; }

.u-min-w-340 {
  min-width: 340px !important; }

.u-max-w-340 {
  max-width: 340px !important; }

.u-min-h-340 {
  min-height: 340px !important; }

.u-max-h-340 {
  max-height: 340px !important; }

.u-min-w-341 {
  min-width: 341px !important; }

.u-max-w-341 {
  max-width: 341px !important; }

.u-min-h-341 {
  min-height: 341px !important; }

.u-max-h-341 {
  max-height: 341px !important; }

.u-min-w-342 {
  min-width: 342px !important; }

.u-max-w-342 {
  max-width: 342px !important; }

.u-min-h-342 {
  min-height: 342px !important; }

.u-max-h-342 {
  max-height: 342px !important; }

.u-min-w-343 {
  min-width: 343px !important; }

.u-max-w-343 {
  max-width: 343px !important; }

.u-min-h-343 {
  min-height: 343px !important; }

.u-max-h-343 {
  max-height: 343px !important; }

.u-min-w-344 {
  min-width: 344px !important; }

.u-max-w-344 {
  max-width: 344px !important; }

.u-min-h-344 {
  min-height: 344px !important; }

.u-max-h-344 {
  max-height: 344px !important; }

.u-min-w-345 {
  min-width: 345px !important; }

.u-max-w-345 {
  max-width: 345px !important; }

.u-min-h-345 {
  min-height: 345px !important; }

.u-max-h-345 {
  max-height: 345px !important; }

.u-min-w-346 {
  min-width: 346px !important; }

.u-max-w-346 {
  max-width: 346px !important; }

.u-min-h-346 {
  min-height: 346px !important; }

.u-max-h-346 {
  max-height: 346px !important; }

.u-min-w-347 {
  min-width: 347px !important; }

.u-max-w-347 {
  max-width: 347px !important; }

.u-min-h-347 {
  min-height: 347px !important; }

.u-max-h-347 {
  max-height: 347px !important; }

.u-min-w-348 {
  min-width: 348px !important; }

.u-max-w-348 {
  max-width: 348px !important; }

.u-min-h-348 {
  min-height: 348px !important; }

.u-max-h-348 {
  max-height: 348px !important; }

.u-min-w-349 {
  min-width: 349px !important; }

.u-max-w-349 {
  max-width: 349px !important; }

.u-min-h-349 {
  min-height: 349px !important; }

.u-max-h-349 {
  max-height: 349px !important; }

.u-min-w-350 {
  min-width: 350px !important; }

.u-max-w-350 {
  max-width: 350px !important; }

.u-min-h-350 {
  min-height: 350px !important; }

.u-max-h-350 {
  max-height: 350px !important; }

.u-min-w-351 {
  min-width: 351px !important; }

.u-max-w-351 {
  max-width: 351px !important; }

.u-min-h-351 {
  min-height: 351px !important; }

.u-max-h-351 {
  max-height: 351px !important; }

.u-min-w-352 {
  min-width: 352px !important; }

.u-max-w-352 {
  max-width: 352px !important; }

.u-min-h-352 {
  min-height: 352px !important; }

.u-max-h-352 {
  max-height: 352px !important; }

.u-min-w-353 {
  min-width: 353px !important; }

.u-max-w-353 {
  max-width: 353px !important; }

.u-min-h-353 {
  min-height: 353px !important; }

.u-max-h-353 {
  max-height: 353px !important; }

.u-min-w-354 {
  min-width: 354px !important; }

.u-max-w-354 {
  max-width: 354px !important; }

.u-min-h-354 {
  min-height: 354px !important; }

.u-max-h-354 {
  max-height: 354px !important; }

.u-min-w-355 {
  min-width: 355px !important; }

.u-max-w-355 {
  max-width: 355px !important; }

.u-min-h-355 {
  min-height: 355px !important; }

.u-max-h-355 {
  max-height: 355px !important; }

.u-min-w-356 {
  min-width: 356px !important; }

.u-max-w-356 {
  max-width: 356px !important; }

.u-min-h-356 {
  min-height: 356px !important; }

.u-max-h-356 {
  max-height: 356px !important; }

.u-min-w-357 {
  min-width: 357px !important; }

.u-max-w-357 {
  max-width: 357px !important; }

.u-min-h-357 {
  min-height: 357px !important; }

.u-max-h-357 {
  max-height: 357px !important; }

.u-min-w-358 {
  min-width: 358px !important; }

.u-max-w-358 {
  max-width: 358px !important; }

.u-min-h-358 {
  min-height: 358px !important; }

.u-max-h-358 {
  max-height: 358px !important; }

.u-min-w-359 {
  min-width: 359px !important; }

.u-max-w-359 {
  max-width: 359px !important; }

.u-min-h-359 {
  min-height: 359px !important; }

.u-max-h-359 {
  max-height: 359px !important; }

.u-min-w-360 {
  min-width: 360px !important; }

.u-max-w-360 {
  max-width: 360px !important; }

.u-min-h-360 {
  min-height: 360px !important; }

.u-max-h-360 {
  max-height: 360px !important; }

.u-min-w-361 {
  min-width: 361px !important; }

.u-max-w-361 {
  max-width: 361px !important; }

.u-min-h-361 {
  min-height: 361px !important; }

.u-max-h-361 {
  max-height: 361px !important; }

.u-min-w-362 {
  min-width: 362px !important; }

.u-max-w-362 {
  max-width: 362px !important; }

.u-min-h-362 {
  min-height: 362px !important; }

.u-max-h-362 {
  max-height: 362px !important; }

.u-min-w-363 {
  min-width: 363px !important; }

.u-max-w-363 {
  max-width: 363px !important; }

.u-min-h-363 {
  min-height: 363px !important; }

.u-max-h-363 {
  max-height: 363px !important; }

.u-min-w-364 {
  min-width: 364px !important; }

.u-max-w-364 {
  max-width: 364px !important; }

.u-min-h-364 {
  min-height: 364px !important; }

.u-max-h-364 {
  max-height: 364px !important; }

.u-min-w-365 {
  min-width: 365px !important; }

.u-max-w-365 {
  max-width: 365px !important; }

.u-min-h-365 {
  min-height: 365px !important; }

.u-max-h-365 {
  max-height: 365px !important; }

.u-min-w-366 {
  min-width: 366px !important; }

.u-max-w-366 {
  max-width: 366px !important; }

.u-min-h-366 {
  min-height: 366px !important; }

.u-max-h-366 {
  max-height: 366px !important; }

.u-min-w-367 {
  min-width: 367px !important; }

.u-max-w-367 {
  max-width: 367px !important; }

.u-min-h-367 {
  min-height: 367px !important; }

.u-max-h-367 {
  max-height: 367px !important; }

.u-min-w-368 {
  min-width: 368px !important; }

.u-max-w-368 {
  max-width: 368px !important; }

.u-min-h-368 {
  min-height: 368px !important; }

.u-max-h-368 {
  max-height: 368px !important; }

.u-min-w-369 {
  min-width: 369px !important; }

.u-max-w-369 {
  max-width: 369px !important; }

.u-min-h-369 {
  min-height: 369px !important; }

.u-max-h-369 {
  max-height: 369px !important; }

.u-min-w-370 {
  min-width: 370px !important; }

.u-max-w-370 {
  max-width: 370px !important; }

.u-min-h-370 {
  min-height: 370px !important; }

.u-max-h-370 {
  max-height: 370px !important; }

.u-min-w-371 {
  min-width: 371px !important; }

.u-max-w-371 {
  max-width: 371px !important; }

.u-min-h-371 {
  min-height: 371px !important; }

.u-max-h-371 {
  max-height: 371px !important; }

.u-min-w-372 {
  min-width: 372px !important; }

.u-max-w-372 {
  max-width: 372px !important; }

.u-min-h-372 {
  min-height: 372px !important; }

.u-max-h-372 {
  max-height: 372px !important; }

.u-min-w-373 {
  min-width: 373px !important; }

.u-max-w-373 {
  max-width: 373px !important; }

.u-min-h-373 {
  min-height: 373px !important; }

.u-max-h-373 {
  max-height: 373px !important; }

.u-min-w-374 {
  min-width: 374px !important; }

.u-max-w-374 {
  max-width: 374px !important; }

.u-min-h-374 {
  min-height: 374px !important; }

.u-max-h-374 {
  max-height: 374px !important; }

.u-min-w-375 {
  min-width: 375px !important; }

.u-max-w-375 {
  max-width: 375px !important; }

.u-min-h-375 {
  min-height: 375px !important; }

.u-max-h-375 {
  max-height: 375px !important; }

.u-min-w-376 {
  min-width: 376px !important; }

.u-max-w-376 {
  max-width: 376px !important; }

.u-min-h-376 {
  min-height: 376px !important; }

.u-max-h-376 {
  max-height: 376px !important; }

.u-min-w-377 {
  min-width: 377px !important; }

.u-max-w-377 {
  max-width: 377px !important; }

.u-min-h-377 {
  min-height: 377px !important; }

.u-max-h-377 {
  max-height: 377px !important; }

.u-min-w-378 {
  min-width: 378px !important; }

.u-max-w-378 {
  max-width: 378px !important; }

.u-min-h-378 {
  min-height: 378px !important; }

.u-max-h-378 {
  max-height: 378px !important; }

.u-min-w-379 {
  min-width: 379px !important; }

.u-max-w-379 {
  max-width: 379px !important; }

.u-min-h-379 {
  min-height: 379px !important; }

.u-max-h-379 {
  max-height: 379px !important; }

.u-min-w-380 {
  min-width: 380px !important; }

.u-max-w-380 {
  max-width: 380px !important; }

.u-min-h-380 {
  min-height: 380px !important; }

.u-max-h-380 {
  max-height: 380px !important; }

.u-min-w-381 {
  min-width: 381px !important; }

.u-max-w-381 {
  max-width: 381px !important; }

.u-min-h-381 {
  min-height: 381px !important; }

.u-max-h-381 {
  max-height: 381px !important; }

.u-min-w-382 {
  min-width: 382px !important; }

.u-max-w-382 {
  max-width: 382px !important; }

.u-min-h-382 {
  min-height: 382px !important; }

.u-max-h-382 {
  max-height: 382px !important; }

.u-min-w-383 {
  min-width: 383px !important; }

.u-max-w-383 {
  max-width: 383px !important; }

.u-min-h-383 {
  min-height: 383px !important; }

.u-max-h-383 {
  max-height: 383px !important; }

.u-min-w-384 {
  min-width: 384px !important; }

.u-max-w-384 {
  max-width: 384px !important; }

.u-min-h-384 {
  min-height: 384px !important; }

.u-max-h-384 {
  max-height: 384px !important; }

.u-min-w-385 {
  min-width: 385px !important; }

.u-max-w-385 {
  max-width: 385px !important; }

.u-min-h-385 {
  min-height: 385px !important; }

.u-max-h-385 {
  max-height: 385px !important; }

.u-min-w-386 {
  min-width: 386px !important; }

.u-max-w-386 {
  max-width: 386px !important; }

.u-min-h-386 {
  min-height: 386px !important; }

.u-max-h-386 {
  max-height: 386px !important; }

.u-min-w-387 {
  min-width: 387px !important; }

.u-max-w-387 {
  max-width: 387px !important; }

.u-min-h-387 {
  min-height: 387px !important; }

.u-max-h-387 {
  max-height: 387px !important; }

.u-min-w-388 {
  min-width: 388px !important; }

.u-max-w-388 {
  max-width: 388px !important; }

.u-min-h-388 {
  min-height: 388px !important; }

.u-max-h-388 {
  max-height: 388px !important; }

.u-min-w-389 {
  min-width: 389px !important; }

.u-max-w-389 {
  max-width: 389px !important; }

.u-min-h-389 {
  min-height: 389px !important; }

.u-max-h-389 {
  max-height: 389px !important; }

.u-min-w-390 {
  min-width: 390px !important; }

.u-max-w-390 {
  max-width: 390px !important; }

.u-min-h-390 {
  min-height: 390px !important; }

.u-max-h-390 {
  max-height: 390px !important; }

.u-min-w-391 {
  min-width: 391px !important; }

.u-max-w-391 {
  max-width: 391px !important; }

.u-min-h-391 {
  min-height: 391px !important; }

.u-max-h-391 {
  max-height: 391px !important; }

.u-min-w-392 {
  min-width: 392px !important; }

.u-max-w-392 {
  max-width: 392px !important; }

.u-min-h-392 {
  min-height: 392px !important; }

.u-max-h-392 {
  max-height: 392px !important; }

.u-min-w-393 {
  min-width: 393px !important; }

.u-max-w-393 {
  max-width: 393px !important; }

.u-min-h-393 {
  min-height: 393px !important; }

.u-max-h-393 {
  max-height: 393px !important; }

.u-min-w-394 {
  min-width: 394px !important; }

.u-max-w-394 {
  max-width: 394px !important; }

.u-min-h-394 {
  min-height: 394px !important; }

.u-max-h-394 {
  max-height: 394px !important; }

.u-min-w-395 {
  min-width: 395px !important; }

.u-max-w-395 {
  max-width: 395px !important; }

.u-min-h-395 {
  min-height: 395px !important; }

.u-max-h-395 {
  max-height: 395px !important; }

.u-min-w-396 {
  min-width: 396px !important; }

.u-max-w-396 {
  max-width: 396px !important; }

.u-min-h-396 {
  min-height: 396px !important; }

.u-max-h-396 {
  max-height: 396px !important; }

.u-min-w-397 {
  min-width: 397px !important; }

.u-max-w-397 {
  max-width: 397px !important; }

.u-min-h-397 {
  min-height: 397px !important; }

.u-max-h-397 {
  max-height: 397px !important; }

.u-min-w-398 {
  min-width: 398px !important; }

.u-max-w-398 {
  max-width: 398px !important; }

.u-min-h-398 {
  min-height: 398px !important; }

.u-max-h-398 {
  max-height: 398px !important; }

.u-min-w-399 {
  min-width: 399px !important; }

.u-max-w-399 {
  max-width: 399px !important; }

.u-min-h-399 {
  min-height: 399px !important; }

.u-max-h-399 {
  max-height: 399px !important; }

.u-min-w-400 {
  min-width: 400px !important; }

.u-max-w-400 {
  max-width: 400px !important; }

.u-min-h-400 {
  min-height: 400px !important; }

.u-max-h-400 {
  max-height: 400px !important; }

.u-min-w-401 {
  min-width: 401px !important; }

.u-max-w-401 {
  max-width: 401px !important; }

.u-min-h-401 {
  min-height: 401px !important; }

.u-max-h-401 {
  max-height: 401px !important; }

.u-min-w-402 {
  min-width: 402px !important; }

.u-max-w-402 {
  max-width: 402px !important; }

.u-min-h-402 {
  min-height: 402px !important; }

.u-max-h-402 {
  max-height: 402px !important; }

.u-min-w-403 {
  min-width: 403px !important; }

.u-max-w-403 {
  max-width: 403px !important; }

.u-min-h-403 {
  min-height: 403px !important; }

.u-max-h-403 {
  max-height: 403px !important; }

.u-min-w-404 {
  min-width: 404px !important; }

.u-max-w-404 {
  max-width: 404px !important; }

.u-min-h-404 {
  min-height: 404px !important; }

.u-max-h-404 {
  max-height: 404px !important; }

.u-min-w-405 {
  min-width: 405px !important; }

.u-max-w-405 {
  max-width: 405px !important; }

.u-min-h-405 {
  min-height: 405px !important; }

.u-max-h-405 {
  max-height: 405px !important; }

.u-min-w-406 {
  min-width: 406px !important; }

.u-max-w-406 {
  max-width: 406px !important; }

.u-min-h-406 {
  min-height: 406px !important; }

.u-max-h-406 {
  max-height: 406px !important; }

.u-min-w-407 {
  min-width: 407px !important; }

.u-max-w-407 {
  max-width: 407px !important; }

.u-min-h-407 {
  min-height: 407px !important; }

.u-max-h-407 {
  max-height: 407px !important; }

.u-min-w-408 {
  min-width: 408px !important; }

.u-max-w-408 {
  max-width: 408px !important; }

.u-min-h-408 {
  min-height: 408px !important; }

.u-max-h-408 {
  max-height: 408px !important; }

.u-min-w-409 {
  min-width: 409px !important; }

.u-max-w-409 {
  max-width: 409px !important; }

.u-min-h-409 {
  min-height: 409px !important; }

.u-max-h-409 {
  max-height: 409px !important; }

.u-min-w-410 {
  min-width: 410px !important; }

.u-max-w-410 {
  max-width: 410px !important; }

.u-min-h-410 {
  min-height: 410px !important; }

.u-max-h-410 {
  max-height: 410px !important; }

.u-min-w-411 {
  min-width: 411px !important; }

.u-max-w-411 {
  max-width: 411px !important; }

.u-min-h-411 {
  min-height: 411px !important; }

.u-max-h-411 {
  max-height: 411px !important; }

.u-min-w-412 {
  min-width: 412px !important; }

.u-max-w-412 {
  max-width: 412px !important; }

.u-min-h-412 {
  min-height: 412px !important; }

.u-max-h-412 {
  max-height: 412px !important; }

.u-min-w-413 {
  min-width: 413px !important; }

.u-max-w-413 {
  max-width: 413px !important; }

.u-min-h-413 {
  min-height: 413px !important; }

.u-max-h-413 {
  max-height: 413px !important; }

.u-min-w-414 {
  min-width: 414px !important; }

.u-max-w-414 {
  max-width: 414px !important; }

.u-min-h-414 {
  min-height: 414px !important; }

.u-max-h-414 {
  max-height: 414px !important; }

.u-min-w-415 {
  min-width: 415px !important; }

.u-max-w-415 {
  max-width: 415px !important; }

.u-min-h-415 {
  min-height: 415px !important; }

.u-max-h-415 {
  max-height: 415px !important; }

.u-min-w-416 {
  min-width: 416px !important; }

.u-max-w-416 {
  max-width: 416px !important; }

.u-min-h-416 {
  min-height: 416px !important; }

.u-max-h-416 {
  max-height: 416px !important; }

.u-min-w-417 {
  min-width: 417px !important; }

.u-max-w-417 {
  max-width: 417px !important; }

.u-min-h-417 {
  min-height: 417px !important; }

.u-max-h-417 {
  max-height: 417px !important; }

.u-min-w-418 {
  min-width: 418px !important; }

.u-max-w-418 {
  max-width: 418px !important; }

.u-min-h-418 {
  min-height: 418px !important; }

.u-max-h-418 {
  max-height: 418px !important; }

.u-min-w-419 {
  min-width: 419px !important; }

.u-max-w-419 {
  max-width: 419px !important; }

.u-min-h-419 {
  min-height: 419px !important; }

.u-max-h-419 {
  max-height: 419px !important; }

.u-min-w-420 {
  min-width: 420px !important; }

.u-max-w-420 {
  max-width: 420px !important; }

.u-min-h-420 {
  min-height: 420px !important; }

.u-max-h-420 {
  max-height: 420px !important; }

.u-min-w-421 {
  min-width: 421px !important; }

.u-max-w-421 {
  max-width: 421px !important; }

.u-min-h-421 {
  min-height: 421px !important; }

.u-max-h-421 {
  max-height: 421px !important; }

.u-min-w-422 {
  min-width: 422px !important; }

.u-max-w-422 {
  max-width: 422px !important; }

.u-min-h-422 {
  min-height: 422px !important; }

.u-max-h-422 {
  max-height: 422px !important; }

.u-min-w-423 {
  min-width: 423px !important; }

.u-max-w-423 {
  max-width: 423px !important; }

.u-min-h-423 {
  min-height: 423px !important; }

.u-max-h-423 {
  max-height: 423px !important; }

.u-min-w-424 {
  min-width: 424px !important; }

.u-max-w-424 {
  max-width: 424px !important; }

.u-min-h-424 {
  min-height: 424px !important; }

.u-max-h-424 {
  max-height: 424px !important; }

.u-min-w-425 {
  min-width: 425px !important; }

.u-max-w-425 {
  max-width: 425px !important; }

.u-min-h-425 {
  min-height: 425px !important; }

.u-max-h-425 {
  max-height: 425px !important; }

.u-min-w-426 {
  min-width: 426px !important; }

.u-max-w-426 {
  max-width: 426px !important; }

.u-min-h-426 {
  min-height: 426px !important; }

.u-max-h-426 {
  max-height: 426px !important; }

.u-min-w-427 {
  min-width: 427px !important; }

.u-max-w-427 {
  max-width: 427px !important; }

.u-min-h-427 {
  min-height: 427px !important; }

.u-max-h-427 {
  max-height: 427px !important; }

.u-min-w-428 {
  min-width: 428px !important; }

.u-max-w-428 {
  max-width: 428px !important; }

.u-min-h-428 {
  min-height: 428px !important; }

.u-max-h-428 {
  max-height: 428px !important; }

.u-min-w-429 {
  min-width: 429px !important; }

.u-max-w-429 {
  max-width: 429px !important; }

.u-min-h-429 {
  min-height: 429px !important; }

.u-max-h-429 {
  max-height: 429px !important; }

.u-min-w-430 {
  min-width: 430px !important; }

.u-max-w-430 {
  max-width: 430px !important; }

.u-min-h-430 {
  min-height: 430px !important; }

.u-max-h-430 {
  max-height: 430px !important; }

.u-min-w-431 {
  min-width: 431px !important; }

.u-max-w-431 {
  max-width: 431px !important; }

.u-min-h-431 {
  min-height: 431px !important; }

.u-max-h-431 {
  max-height: 431px !important; }

.u-min-w-432 {
  min-width: 432px !important; }

.u-max-w-432 {
  max-width: 432px !important; }

.u-min-h-432 {
  min-height: 432px !important; }

.u-max-h-432 {
  max-height: 432px !important; }

.u-min-w-433 {
  min-width: 433px !important; }

.u-max-w-433 {
  max-width: 433px !important; }

.u-min-h-433 {
  min-height: 433px !important; }

.u-max-h-433 {
  max-height: 433px !important; }

.u-min-w-434 {
  min-width: 434px !important; }

.u-max-w-434 {
  max-width: 434px !important; }

.u-min-h-434 {
  min-height: 434px !important; }

.u-max-h-434 {
  max-height: 434px !important; }

.u-min-w-435 {
  min-width: 435px !important; }

.u-max-w-435 {
  max-width: 435px !important; }

.u-min-h-435 {
  min-height: 435px !important; }

.u-max-h-435 {
  max-height: 435px !important; }

.u-min-w-436 {
  min-width: 436px !important; }

.u-max-w-436 {
  max-width: 436px !important; }

.u-min-h-436 {
  min-height: 436px !important; }

.u-max-h-436 {
  max-height: 436px !important; }

.u-min-w-437 {
  min-width: 437px !important; }

.u-max-w-437 {
  max-width: 437px !important; }

.u-min-h-437 {
  min-height: 437px !important; }

.u-max-h-437 {
  max-height: 437px !important; }

.u-min-w-438 {
  min-width: 438px !important; }

.u-max-w-438 {
  max-width: 438px !important; }

.u-min-h-438 {
  min-height: 438px !important; }

.u-max-h-438 {
  max-height: 438px !important; }

.u-min-w-439 {
  min-width: 439px !important; }

.u-max-w-439 {
  max-width: 439px !important; }

.u-min-h-439 {
  min-height: 439px !important; }

.u-max-h-439 {
  max-height: 439px !important; }

.u-min-w-440 {
  min-width: 440px !important; }

.u-max-w-440 {
  max-width: 440px !important; }

.u-min-h-440 {
  min-height: 440px !important; }

.u-max-h-440 {
  max-height: 440px !important; }

.u-min-w-441 {
  min-width: 441px !important; }

.u-max-w-441 {
  max-width: 441px !important; }

.u-min-h-441 {
  min-height: 441px !important; }

.u-max-h-441 {
  max-height: 441px !important; }

.u-min-w-442 {
  min-width: 442px !important; }

.u-max-w-442 {
  max-width: 442px !important; }

.u-min-h-442 {
  min-height: 442px !important; }

.u-max-h-442 {
  max-height: 442px !important; }

.u-min-w-443 {
  min-width: 443px !important; }

.u-max-w-443 {
  max-width: 443px !important; }

.u-min-h-443 {
  min-height: 443px !important; }

.u-max-h-443 {
  max-height: 443px !important; }

.u-min-w-444 {
  min-width: 444px !important; }

.u-max-w-444 {
  max-width: 444px !important; }

.u-min-h-444 {
  min-height: 444px !important; }

.u-max-h-444 {
  max-height: 444px !important; }

.u-min-w-445 {
  min-width: 445px !important; }

.u-max-w-445 {
  max-width: 445px !important; }

.u-min-h-445 {
  min-height: 445px !important; }

.u-max-h-445 {
  max-height: 445px !important; }

.u-min-w-446 {
  min-width: 446px !important; }

.u-max-w-446 {
  max-width: 446px !important; }

.u-min-h-446 {
  min-height: 446px !important; }

.u-max-h-446 {
  max-height: 446px !important; }

.u-min-w-447 {
  min-width: 447px !important; }

.u-max-w-447 {
  max-width: 447px !important; }

.u-min-h-447 {
  min-height: 447px !important; }

.u-max-h-447 {
  max-height: 447px !important; }

.u-min-w-448 {
  min-width: 448px !important; }

.u-max-w-448 {
  max-width: 448px !important; }

.u-min-h-448 {
  min-height: 448px !important; }

.u-max-h-448 {
  max-height: 448px !important; }

.u-min-w-449 {
  min-width: 449px !important; }

.u-max-w-449 {
  max-width: 449px !important; }

.u-min-h-449 {
  min-height: 449px !important; }

.u-max-h-449 {
  max-height: 449px !important; }

.u-min-w-450 {
  min-width: 450px !important; }

.u-max-w-450 {
  max-width: 450px !important; }

.u-min-h-450 {
  min-height: 450px !important; }

.u-max-h-450 {
  max-height: 450px !important; }

.u-min-w-451 {
  min-width: 451px !important; }

.u-max-w-451 {
  max-width: 451px !important; }

.u-min-h-451 {
  min-height: 451px !important; }

.u-max-h-451 {
  max-height: 451px !important; }

.u-min-w-452 {
  min-width: 452px !important; }

.u-max-w-452 {
  max-width: 452px !important; }

.u-min-h-452 {
  min-height: 452px !important; }

.u-max-h-452 {
  max-height: 452px !important; }

.u-min-w-453 {
  min-width: 453px !important; }

.u-max-w-453 {
  max-width: 453px !important; }

.u-min-h-453 {
  min-height: 453px !important; }

.u-max-h-453 {
  max-height: 453px !important; }

.u-min-w-454 {
  min-width: 454px !important; }

.u-max-w-454 {
  max-width: 454px !important; }

.u-min-h-454 {
  min-height: 454px !important; }

.u-max-h-454 {
  max-height: 454px !important; }

.u-min-w-455 {
  min-width: 455px !important; }

.u-max-w-455 {
  max-width: 455px !important; }

.u-min-h-455 {
  min-height: 455px !important; }

.u-max-h-455 {
  max-height: 455px !important; }

.u-min-w-456 {
  min-width: 456px !important; }

.u-max-w-456 {
  max-width: 456px !important; }

.u-min-h-456 {
  min-height: 456px !important; }

.u-max-h-456 {
  max-height: 456px !important; }

.u-min-w-457 {
  min-width: 457px !important; }

.u-max-w-457 {
  max-width: 457px !important; }

.u-min-h-457 {
  min-height: 457px !important; }

.u-max-h-457 {
  max-height: 457px !important; }

.u-min-w-458 {
  min-width: 458px !important; }

.u-max-w-458 {
  max-width: 458px !important; }

.u-min-h-458 {
  min-height: 458px !important; }

.u-max-h-458 {
  max-height: 458px !important; }

.u-min-w-459 {
  min-width: 459px !important; }

.u-max-w-459 {
  max-width: 459px !important; }

.u-min-h-459 {
  min-height: 459px !important; }

.u-max-h-459 {
  max-height: 459px !important; }

.u-min-w-460 {
  min-width: 460px !important; }

.u-max-w-460 {
  max-width: 460px !important; }

.u-min-h-460 {
  min-height: 460px !important; }

.u-max-h-460 {
  max-height: 460px !important; }

.u-min-w-461 {
  min-width: 461px !important; }

.u-max-w-461 {
  max-width: 461px !important; }

.u-min-h-461 {
  min-height: 461px !important; }

.u-max-h-461 {
  max-height: 461px !important; }

.u-min-w-462 {
  min-width: 462px !important; }

.u-max-w-462 {
  max-width: 462px !important; }

.u-min-h-462 {
  min-height: 462px !important; }

.u-max-h-462 {
  max-height: 462px !important; }

.u-min-w-463 {
  min-width: 463px !important; }

.u-max-w-463 {
  max-width: 463px !important; }

.u-min-h-463 {
  min-height: 463px !important; }

.u-max-h-463 {
  max-height: 463px !important; }

.u-min-w-464 {
  min-width: 464px !important; }

.u-max-w-464 {
  max-width: 464px !important; }

.u-min-h-464 {
  min-height: 464px !important; }

.u-max-h-464 {
  max-height: 464px !important; }

.u-min-w-465 {
  min-width: 465px !important; }

.u-max-w-465 {
  max-width: 465px !important; }

.u-min-h-465 {
  min-height: 465px !important; }

.u-max-h-465 {
  max-height: 465px !important; }

.u-min-w-466 {
  min-width: 466px !important; }

.u-max-w-466 {
  max-width: 466px !important; }

.u-min-h-466 {
  min-height: 466px !important; }

.u-max-h-466 {
  max-height: 466px !important; }

.u-min-w-467 {
  min-width: 467px !important; }

.u-max-w-467 {
  max-width: 467px !important; }

.u-min-h-467 {
  min-height: 467px !important; }

.u-max-h-467 {
  max-height: 467px !important; }

.u-min-w-468 {
  min-width: 468px !important; }

.u-max-w-468 {
  max-width: 468px !important; }

.u-min-h-468 {
  min-height: 468px !important; }

.u-max-h-468 {
  max-height: 468px !important; }

.u-min-w-469 {
  min-width: 469px !important; }

.u-max-w-469 {
  max-width: 469px !important; }

.u-min-h-469 {
  min-height: 469px !important; }

.u-max-h-469 {
  max-height: 469px !important; }

.u-min-w-470 {
  min-width: 470px !important; }

.u-max-w-470 {
  max-width: 470px !important; }

.u-min-h-470 {
  min-height: 470px !important; }

.u-max-h-470 {
  max-height: 470px !important; }

.u-min-w-471 {
  min-width: 471px !important; }

.u-max-w-471 {
  max-width: 471px !important; }

.u-min-h-471 {
  min-height: 471px !important; }

.u-max-h-471 {
  max-height: 471px !important; }

.u-min-w-472 {
  min-width: 472px !important; }

.u-max-w-472 {
  max-width: 472px !important; }

.u-min-h-472 {
  min-height: 472px !important; }

.u-max-h-472 {
  max-height: 472px !important; }

.u-min-w-473 {
  min-width: 473px !important; }

.u-max-w-473 {
  max-width: 473px !important; }

.u-min-h-473 {
  min-height: 473px !important; }

.u-max-h-473 {
  max-height: 473px !important; }

.u-min-w-474 {
  min-width: 474px !important; }

.u-max-w-474 {
  max-width: 474px !important; }

.u-min-h-474 {
  min-height: 474px !important; }

.u-max-h-474 {
  max-height: 474px !important; }

.u-min-w-475 {
  min-width: 475px !important; }

.u-max-w-475 {
  max-width: 475px !important; }

.u-min-h-475 {
  min-height: 475px !important; }

.u-max-h-475 {
  max-height: 475px !important; }

.u-min-w-476 {
  min-width: 476px !important; }

.u-max-w-476 {
  max-width: 476px !important; }

.u-min-h-476 {
  min-height: 476px !important; }

.u-max-h-476 {
  max-height: 476px !important; }

.u-min-w-477 {
  min-width: 477px !important; }

.u-max-w-477 {
  max-width: 477px !important; }

.u-min-h-477 {
  min-height: 477px !important; }

.u-max-h-477 {
  max-height: 477px !important; }

.u-min-w-478 {
  min-width: 478px !important; }

.u-max-w-478 {
  max-width: 478px !important; }

.u-min-h-478 {
  min-height: 478px !important; }

.u-max-h-478 {
  max-height: 478px !important; }

.u-min-w-479 {
  min-width: 479px !important; }

.u-max-w-479 {
  max-width: 479px !important; }

.u-min-h-479 {
  min-height: 479px !important; }

.u-max-h-479 {
  max-height: 479px !important; }

.u-min-w-480 {
  min-width: 480px !important; }

.u-max-w-480 {
  max-width: 480px !important; }

.u-min-h-480 {
  min-height: 480px !important; }

.u-max-h-480 {
  max-height: 480px !important; }

.u-min-w-481 {
  min-width: 481px !important; }

.u-max-w-481 {
  max-width: 481px !important; }

.u-min-h-481 {
  min-height: 481px !important; }

.u-max-h-481 {
  max-height: 481px !important; }

.u-min-w-482 {
  min-width: 482px !important; }

.u-max-w-482 {
  max-width: 482px !important; }

.u-min-h-482 {
  min-height: 482px !important; }

.u-max-h-482 {
  max-height: 482px !important; }

.u-min-w-483 {
  min-width: 483px !important; }

.u-max-w-483 {
  max-width: 483px !important; }

.u-min-h-483 {
  min-height: 483px !important; }

.u-max-h-483 {
  max-height: 483px !important; }

.u-min-w-484 {
  min-width: 484px !important; }

.u-max-w-484 {
  max-width: 484px !important; }

.u-min-h-484 {
  min-height: 484px !important; }

.u-max-h-484 {
  max-height: 484px !important; }

.u-min-w-485 {
  min-width: 485px !important; }

.u-max-w-485 {
  max-width: 485px !important; }

.u-min-h-485 {
  min-height: 485px !important; }

.u-max-h-485 {
  max-height: 485px !important; }

.u-min-w-486 {
  min-width: 486px !important; }

.u-max-w-486 {
  max-width: 486px !important; }

.u-min-h-486 {
  min-height: 486px !important; }

.u-max-h-486 {
  max-height: 486px !important; }

.u-min-w-487 {
  min-width: 487px !important; }

.u-max-w-487 {
  max-width: 487px !important; }

.u-min-h-487 {
  min-height: 487px !important; }

.u-max-h-487 {
  max-height: 487px !important; }

.u-min-w-488 {
  min-width: 488px !important; }

.u-max-w-488 {
  max-width: 488px !important; }

.u-min-h-488 {
  min-height: 488px !important; }

.u-max-h-488 {
  max-height: 488px !important; }

.u-min-w-489 {
  min-width: 489px !important; }

.u-max-w-489 {
  max-width: 489px !important; }

.u-min-h-489 {
  min-height: 489px !important; }

.u-max-h-489 {
  max-height: 489px !important; }

.u-min-w-490 {
  min-width: 490px !important; }

.u-max-w-490 {
  max-width: 490px !important; }

.u-min-h-490 {
  min-height: 490px !important; }

.u-max-h-490 {
  max-height: 490px !important; }

.u-min-w-491 {
  min-width: 491px !important; }

.u-max-w-491 {
  max-width: 491px !important; }

.u-min-h-491 {
  min-height: 491px !important; }

.u-max-h-491 {
  max-height: 491px !important; }

.u-min-w-492 {
  min-width: 492px !important; }

.u-max-w-492 {
  max-width: 492px !important; }

.u-min-h-492 {
  min-height: 492px !important; }

.u-max-h-492 {
  max-height: 492px !important; }

.u-min-w-493 {
  min-width: 493px !important; }

.u-max-w-493 {
  max-width: 493px !important; }

.u-min-h-493 {
  min-height: 493px !important; }

.u-max-h-493 {
  max-height: 493px !important; }

.u-min-w-494 {
  min-width: 494px !important; }

.u-max-w-494 {
  max-width: 494px !important; }

.u-min-h-494 {
  min-height: 494px !important; }

.u-max-h-494 {
  max-height: 494px !important; }

.u-min-w-495 {
  min-width: 495px !important; }

.u-max-w-495 {
  max-width: 495px !important; }

.u-min-h-495 {
  min-height: 495px !important; }

.u-max-h-495 {
  max-height: 495px !important; }

.u-min-w-496 {
  min-width: 496px !important; }

.u-max-w-496 {
  max-width: 496px !important; }

.u-min-h-496 {
  min-height: 496px !important; }

.u-max-h-496 {
  max-height: 496px !important; }

.u-min-w-497 {
  min-width: 497px !important; }

.u-max-w-497 {
  max-width: 497px !important; }

.u-min-h-497 {
  min-height: 497px !important; }

.u-max-h-497 {
  max-height: 497px !important; }

.u-min-w-498 {
  min-width: 498px !important; }

.u-max-w-498 {
  max-width: 498px !important; }

.u-min-h-498 {
  min-height: 498px !important; }

.u-max-h-498 {
  max-height: 498px !important; }

.u-min-w-499 {
  min-width: 499px !important; }

.u-max-w-499 {
  max-width: 499px !important; }

.u-min-h-499 {
  min-height: 499px !important; }

.u-max-h-499 {
  max-height: 499px !important; }

.u-min-w-500 {
  min-width: 500px !important; }

.u-max-w-500 {
  max-width: 500px !important; }

.u-min-h-500 {
  min-height: 500px !important; }

.u-max-h-500 {
  max-height: 500px !important; }

.new-footer {
  width: calc(100% - 280px); }
  @media screen and (max-width: 1048px) {
    .new-footer {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .new-footer {
      width: 100%; } }
  .new-footer .social-media {
    width: 100%;
    display: none;
    margin: 60px auto 0;
    padding: 41px 0;
    background: #f5f5f5;
    text-align: center; }
    .new-footer .social-media a:not(:first-of-type) {
      margin-left: 40px; }
    @media screen and (max-width: 768px) {
      .new-footer .social-media {
        display: block; } }
  .new-footer .row {
    margin-right: 0;
    margin-left: 0; }
  .new-footer .link {
    display: flex;
    max-width: 805px;
    margin-left: 158px; }
    @media screen and (max-width: 768px) {
      .new-footer .link {
        margin-left: 0; } }
    .new-footer .link li {
      width: 50%;
      text-align: center;
      padding: 24px 0;
      border-left: 1px solid #f5f5f5; }
      .new-footer .link li:nth-child(n + 1) {
        border-right: 1px solid #f5f5f5; }
      @media screen and (max-width: 768px) {
        .new-footer .link li {
          padding: 31px 0;
          border-bottom: 1px solid #f5f5f5; } }
      .new-footer .link li a {
        font-size: 14px;
        color: #1b272d; }
        .new-footer .link li a:hover {
          text-decoration: none; }
  .new-footer .copyright {
    font-size: 10px;
    color: #1b272d;
    text-align: center;
    padding: 47px 0;
    letter-spacing: 0.5px;
    background-color: #f5f5f5;
    margin-top: 30px; }
    .new-footer .copyright p {
      max-width: 805px;
      margin-left: 158px; }
      @media screen and (max-width: 768px) {
        .new-footer .copyright p {
          margin-left: 0; } }
    @media screen and (max-width: 768px) {
      .new-footer .copyright {
        margin-top: 0; } }
  .new-footer .footer-btn {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 20px;
    z-index: 990; }
    @media screen and (max-width: 768px) {
      .new-footer .footer-btn {
        display: block; } }
    .new-footer .footer-btn ul {
      position: absolute;
      left: -111px;
      bottom: 86px;
      display: none; }
      .new-footer .footer-btn ul li {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin-top: 11px; }
        .new-footer .footer-btn ul li a {
          border-radius: 50px;
          display: block;
          width: 190px;
          padding: 17px 25px 15px;
          background-color: #8d827a; }
    .new-footer .footer-btn .btn {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      font-size: 14px;
      color: #fff;
      font-weight: 600;
      background: transparent linear-gradient(313deg, #e8d4a1 0%, #c7ae93 100%) 0% 0% no-repeat padding-box;
      transition: all 0.3s;
      position: relative;
      box-shadow: none; }
      .new-footer .footer-btn .btn .on,
      .new-footer .footer-btn .btn .off {
        transition: all 0.3s;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 100%;
        opacity: 1;
        transition: all 0.5s; }
        .new-footer .footer-btn .btn .on span,
        .new-footer .footer-btn .btn .off span {
          display: block;
          margin-top: 5px; }
      .new-footer .footer-btn .btn .off {
        opacity: 0; }
        .new-footer .footer-btn .btn .off img {
          width: 36%; }
      .new-footer .footer-btn .btn .on img {
        width: 70%; }

.bg-1 {
  background-color: #F8F8F4; }

.bg-2 {
  background-color: #F5F5F5; }

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(232, 232, 232, 0.82);
  position: absolute;
  z-index: 1029; }
  #loading .spinner-border {
    border-radius: 100%;
    border-top: 1px solid #808080;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #808080;
    border-right: 1px solid transparent;
    animation: spinner-border 1s linear infinite;
    opacity: 0.5; }

.btn {
  transition: all .3s; }
  .btn-primary {
    padding: 10px 30px;
    border-radius: 40px;
    border: 1px solid #5A5A5A;
    background-color: #ffffff;
    color: #5A5A5A;
    font-size: 14px; }
    .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
      border-color: #5A5A5A;
      background-color: #5A5A5A;
      color: #ffffff; }
  .btn-dark {
    color: #ffffff;
    background-color: #5A5A5A;
    font-size: 14px; }
    .btn-dark:hover, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:focus {
      border-color: #5A5A5A;
      background-color: #ffffff;
      color: #5A5A5A; }
  .btn-md {
    font-size: 24px; }

.btn-gold {
  display: block;
  font-size: 16px;
  letter-spacing: 1.6px;
  padding: 18px 0;
  color: #fff;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  background-image: linear-gradient(90deg, #c7ae93 0%, #e8d4a1 100%);
  transition: background-image 0.4s ease; }
  .btn-gold:hover {
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(90deg, #e8d4a1 0%, #c7ae93 100%); }
  .btn-gold:visited {
    color: #fff; }

.btn-white {
  display: block;
  font-size: 16px;
  letter-spacing: .8px;
  padding: 18px 0;
  color: #c6b894;
  width: 100%;
  border: 1px solid #c6b894;
  border-radius: 50px;
  background: #fff;
  transition: 0.4s ease; }
  .btn-white:hover {
    text-decoration: none;
    border: 1px solid #c6b894;
    color: #c6b894; }
  .btn-white:visited {
    color: #c6b894; }

.btn-gold-arrow {
  width: 320px;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
  .btn-gold-arrow::after {
    content: '';
    display: inline-block;
    height: 13px;
    width: 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    transition: all .3s;
    transform: translateY(-50%);
    background: url(https://gigaplus.makeshop.jp/souilab/images/top/arrow_right_white.svg);
    background-size: cover; }
  .btn-gold-arrow:hover::after {
    right: 20px; }

.btn-blue {
  display: block;
  padding: 20.62px 0 21.38px;
  color: #fff;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  background: transparent linear-gradient(90deg, #82BED8 0%, #84D2E9 100%);
  transition: background-image 0.4s ease; }
  @media (min-width: 768px) {
    .btn-blue {
      border-radius: 500px;
      font-size: 35px;
      line-height: 48px;
      letter-spacing: 1.75px;
      padding: 49.73px 0 48.27px; } }
  @media (min-width: 992px) {
    .btn-blue {
      border-radius: 50px;
      padding: 20.62px 0 21.38px;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.8px; } }
  .btn-blue:hover {
    text-decoration: none;
    color: #fff;
    background: transparent linear-gradient(90deg, #84D2E9 0%, #82BED8 100%); }
  .btn-blue:visited {
    color: #fff; }

.btn-blue-arrow {
  width: 315px;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
  @media (min-width: 768px) {
    .btn-blue-arrow {
      width: 700px; } }
  @media (min-width: 992px) {
    .btn-blue-arrow {
      width: 315px; } }
  .btn-blue-arrow::after {
    content: '';
    display: inline-block;
    height: 13.57px;
    width: 9.57px;
    position: absolute;
    right: 30px;
    top: 50%;
    transition: all .3s;
    transform: translateY(-50%);
    background: url(https://gigaplus.makeshop.jp/souilab/images/family/pc/arrow_right_white.svg);
    background-size: cover; }
    @media (min-width: 768px) {
      .btn-blue-arrow::after {
        height: 27.27px;
        width: 21.27px; } }
    @media (min-width: 992px) {
      .btn-blue-arrow::after {
        height: 13.57px;
        width: 9.57px; } }
  .btn-blue-arrow:hover::after {
    right: 20px; }

.btn-arrow-left, .btn-arrow-right {
  position: relative; }
  .btn-arrow-left::after, .btn-arrow-right::after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 10px;
    position: absolute;
    top: calc(50% - 8px);
    background-size: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s; }

.btn-arrow-right::after {
  right: 18px;
  background: url(https://gigaplus.makeshop.jp/souilab/images/top/arrow_right_white.svg); }

.btn-arrow-right:hover::after {
  right: 8px; }

.btn {
  transition: all .3s; }
  .btn-primary {
    padding: 10px 30px;
    border-radius: 40px;
    border: 1px solid #5A5A5A;
    background-color: #ffffff;
    color: #5A5A5A;
    font-size: 14px; }
    .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
      border-color: #5A5A5A;
      background-color: #5A5A5A;
      color: #ffffff; }
  .btn-dark {
    color: #ffffff;
    background-color: #5A5A5A;
    font-size: 14px; }
    .btn-dark:hover, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:focus {
      border-color: #5A5A5A;
      background-color: #ffffff;
      color: #5A5A5A; }
  .btn-md {
    font-size: 24px; }

.btn-gold {
  display: block;
  font-size: 16px;
  letter-spacing: 1.6px;
  padding: 18px 0;
  color: #fff;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  background-image: linear-gradient(90deg, #c7ae93 0%, #e8d4a1 100%);
  transition: background-image 0.4s ease; }
  .btn-gold:hover {
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(90deg, #e8d4a1 0%, #c7ae93 100%); }
  .btn-gold:visited {
    color: #fff; }

.btn-white {
  display: block;
  font-size: 16px;
  letter-spacing: .8px;
  padding: 18px 0;
  color: #c6b894;
  width: 100%;
  border: 1px solid #c6b894;
  border-radius: 50px;
  background: #fff;
  transition: 0.4s ease; }
  .btn-white:hover {
    text-decoration: none;
    border: 1px solid #c6b894;
    color: #c6b894; }
  .btn-white:visited {
    color: #c6b894; }

.btn-gold-arrow {
  width: 320px;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
  .btn-gold-arrow::after {
    content: '';
    display: inline-block;
    height: 13px;
    width: 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    transition: all .3s;
    transform: translateY(-50%);
    background: url(https://gigaplus.makeshop.jp/souilab/images/top/arrow_right_white.svg);
    background-size: cover; }
  .btn-gold-arrow:hover::after {
    right: 20px; }

.btn-blue {
  display: block;
  padding: 20.62px 0 21.38px;
  color: #fff;
  width: 100%;
  border-radius: 50px;
  text-align: center;
  background: transparent linear-gradient(90deg, #82BED8 0%, #84D2E9 100%);
  transition: background-image 0.4s ease; }
  @media (min-width: 768px) {
    .btn-blue {
      border-radius: 500px;
      font-size: 35px;
      line-height: 48px;
      letter-spacing: 1.75px;
      padding: 49.73px 0 48.27px; } }
  @media (min-width: 992px) {
    .btn-blue {
      border-radius: 50px;
      padding: 20.62px 0 21.38px;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.8px; } }
  .btn-blue:hover {
    text-decoration: none;
    color: #fff;
    background: transparent linear-gradient(90deg, #84D2E9 0%, #82BED8 100%); }
  .btn-blue:visited {
    color: #fff; }

.btn-blue-arrow {
  width: 315px;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }
  @media (min-width: 768px) {
    .btn-blue-arrow {
      width: 700px; } }
  @media (min-width: 992px) {
    .btn-blue-arrow {
      width: 315px; } }
  .btn-blue-arrow::after {
    content: '';
    display: inline-block;
    height: 13.57px;
    width: 9.57px;
    position: absolute;
    right: 30px;
    top: 50%;
    transition: all .3s;
    transform: translateY(-50%);
    background: url(https://gigaplus.makeshop.jp/souilab/images/family/pc/arrow_right_white.svg);
    background-size: cover; }
    @media (min-width: 768px) {
      .btn-blue-arrow::after {
        height: 27.27px;
        width: 21.27px; } }
    @media (min-width: 992px) {
      .btn-blue-arrow::after {
        height: 13.57px;
        width: 9.57px; } }
  .btn-blue-arrow:hover::after {
    right: 20px; }

.btn-arrow-left, .btn-arrow-right {
  position: relative; }
  .btn-arrow-left::after, .btn-arrow-right::after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 10px;
    position: absolute;
    top: calc(50% - 8px);
    background-size: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s; }

.btn-arrow-right::after {
  right: 18px;
  background: url(https://gigaplus.makeshop.jp/souilab/images/top/arrow_right_white.svg); }

.btn-arrow-right:hover::after {
  right: 8px; }

.header-sp-overlay {
  background: #fff;
  position: fixed;
  height: 61px;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 12;
  display: block; }
  @media (min-width: 1049px) {
    .header-sp-overlay {
      display: none; } }

@media (min-width: 1049px) {
  .side-menu-wrapper {
    box-shadow: 0px 0px 20px #0000000d;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 280px;
    height: 100vh; } }

.header-logo {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 990; }
  .header-logo img {
    width: 160px; }
  @media (min-width: 1049px) {
    .header-logo {
      left: 50px;
      top: 40px; } }

.side-menu {
  width: 280px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 20px 20px 15px;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif; }
  @media screen and (max-width: 1048px) {
    .side-menu {
      display: none;
      width: 100vw;
      z-index: 999; } }
  .side-menu .social-media {
    width: 179px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
    .side-menu .social-media a:hover {
      opacity: 0.5; }
    @media (max-height: 799px) {
      .side-menu .social-media {
        display: none; } }
  .side-menu .btn-cart,
  .side-menu .btn-account {
    position: relative;
    padding: 11px 0;
    display: block;
    line-height: 16px; }
    .side-menu .btn-cart:hover,
    .side-menu .btn-account:hover {
      opacity: .7; }
    @media screen and (max-width: 1048px) {
      .side-menu .btn-cart,
      .side-menu .btn-account {
        display: none;
        width: 80%; } }
    .side-menu .btn-cart p,
    .side-menu .btn-account p {
      font-size: 10px;
      color: #fff;
      background: #ff6292;
      display: flex;
      line-height: 1;
      border-radius: 50%;
      position: absolute;
      right: 18px;
      top: 1px;
      width: 14px;
      height: 14px;
      align-items: center;
      justify-content: center;
      text-align: center;
      letter-spacing: 0; }
    .side-menu .btn-cart span,
    .side-menu .btn-account span {
      padding-left: 32px;
      transition: 0.4s ease; }
    .side-menu .btn-cart img,
    .side-menu .btn-account img {
      position: absolute;
      bottom: 6px;
      right: 25px; }

.sp-btn-menu {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 15; }
  @media screen and (max-width: 1048px) {
    .sp-btn-menu {
      display: flex; } }
  .sp-btn-menu .btn-cart,
  .sp-btn-menu .btn-account {
    position: relative; }
    .sp-btn-menu .btn-cart p,
    .sp-btn-menu .btn-account p {
      font-size: 10px;
      letter-spacing: 0;
      color: #fff;
      background: #ff6292;
      display: flex;
      line-height: 1;
      border-radius: 50%;
      position: absolute;
      right: 9px;
      top: 8px;
      width: 16px;
      height: 16px;
      align-items: center;
      justify-content: center;
      text-align: center; }
  .sp-btn-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61px;
    height: 61px; }
    .sp-btn-menu a span {
      position: absolute;
      text-align: center;
      width: 50px;
      left: 50%;
      bottom: 3px;
      transform: translateX(-50%);
      font-size: 9px; }
  .sp-btn-menu .btn-burger {
    position: relative;
    margin-left: 10px; }
    .sp-btn-menu .btn-burger span {
      color: #fff; }
  .sp-btn-menu .btn-cross {
    display: none;
    margin-left: 10px; }
    .sp-btn-menu .btn-cross a {
      position: relative;
      display: flex;
      width: 61px;
      height: 61px;
      text-align: center;
      background: transparent linear-gradient(180deg, #E8D4A1 0%, #C7AE93 100%) 0% 0% no-repeat padding-box;
      color: #fff; }
      .sp-btn-menu .btn-cross a img {
        width: 18px;
        margin: 0 auto; }
      .sp-btn-menu .btn-cross a:hover {
        color: #fff; }

.side-menu-list {
  background-color: #fff;
  height: calc(100vh - 61px);
  position: fixed;
  top: 61px;
  right: 0;
  padding: 15px 20px 20px;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
  z-index: 999;
  width: 100vw;
  display: none; }
  @media (min-width: 1049px) {
    .side-menu-list {
      height: calc(100vh - 130px);
      top: 130px;
      display: block;
      width: 280px;
      z-index: 10; } }
  .side-menu-list .active {
    color: #8d827a;
    position: relative; }
    .side-menu-list .active::before {
      content: '';
      border: 2px solid #8d827a;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      left: -15px;
      width: 8px;
      height: 8px; }
  .side-menu-list .drop-down a::after {
    width: 12px;
    height: 12px;
    background: url(https://gigaplus.makeshop.jp/souilab/images/top/plus_gray.svg);
    background-size: cover; }
  .side-menu-list .drop-down .sub-menu li {
    font-size: 14px;
    list-style-type: disc; }
  .side-menu-list .drop-down .sub-menu a {
    color: #1b272d;
    font-weight: 400;
    font-size: 14px; }
    .side-menu-list .drop-down .sub-menu a::after {
      content: '';
      background: url(https://gigaplus.makeshop.jp/souilab/images/top/arrow_right_gray.svg) !important;
      width: 6px;
      height: 10px;
      background-size: cover !important; }
  .side-menu-list .drop a::after {
    width: 12px;
    height: 2px;
    background: url(https://gigaplus.makeshop.jp/souilab/images/top/dash_gray.svg) !important;
    background-size: cover; }
  .side-menu-list li {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #1b272d;
    font-weight: 600; }
    .side-menu-list li a {
      display: flex;
      width: 100%;
      height: 50px;
      align-items: center;
      position: relative; }
      .side-menu-list li a:hover {
        text-decoration: none;
        color: #8d827a; }
      .side-menu-list li a::after {
        content: '';
        background: url(https://gigaplus.makeshop.jp/souilab/images/top/arrow_right_gray.svg);
        width: 6px;
        height: 10px;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        top: 50%; }
    .side-menu-list li p {
      position: absolute;
      left: 0;
      top: 15px;
      cursor: pointer;
      user-select: none; }
      .side-menu-list li p:hover {
        text-decoration: none;
        color: #8d827a; }
    .side-menu-list li .sub-menu {
      padding-left: 20px; }
      .side-menu-list li .sub-menu li {
        font-size: 14px;
        letter-spacing: 0.7px;
        list-style-type: disc; }
      .side-menu-list li .sub-menu a {
        color: #1b272d;
        font-weight: 400; }
  .side-menu-list-logout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .side-menu-list-logout:hover {
      text-decoration: none;
      color: #8d827a; }
      .side-menu-list-logout:hover::after {
        border-bottom: 1px solid #8d827a; }
    .side-menu-list-logout::after {
      content: '';
      display: block;
      position: absolute;
      top: -1px;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      width: 81px;
      border-bottom: 1px solid #000; }

body {
  position: relative;
  z-index: 0; }

.header {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100px;
  display: block; }
  .header .sp-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    display: none; }
    @media screen and (max-width: 1048px) {
      .header .sp-btn {
        display: flex; } }
    @media screen and (max-width: 768px) {
      .header .sp-btn {
        right: 10px; } }
    .header .sp-btn .btn-cart {
      position: relative; }
      .header .sp-btn .btn-cart p {
        font-size: 10px;
        color: #fff;
        padding: 3px 5px 2px;
        background: #ff6292;
        display: inline-block;
        line-height: 1;
        border-radius: 50%;
        position: absolute;
        right: 0; }
    .header .sp-btn a {
      display: flex;
      width: 60px;
      height: 60px;
      text-align: center;
      background-image: linear-gradient(90deg, #c7ae93 0%, #e8d4a1 100%);
      border-radius: 50%; }
      .header .sp-btn a img {
        width: 50%;
        margin: 0 auto; }
    .header .sp-btn .btn-burger {
      margin-left: 10px; }
      .header .sp-btn .btn-burger a {
        background-image: linear-gradient(90deg, #e8d4a1 0%, #c7ae93 100%); }

.hero {
  overflow: hidden;
  padding-top: 36px;
  position: relative;
  z-index: 0;
  width: 100%;
  display: block; }
  @media (min-width: 768px) {
    .hero {
      padding-bottom: 80px; } }
  @media (min-width: 1048px) {
    .hero {
      width: -webkit-calc(100% - 280px); } }
  .hero-text {
    position: absolute;
    top: 0;
    left: 30px; }
    @media (min-width: 768px) {
      .hero-text {
        left: 95px; } }
    .hero-text-main {
      color: #1b272d;
      font-family: 'Marcellus', sans-serif;
      font-weight: 400;
      font-size: 48px;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .hero-text-main {
          font-size: 58px;
          line-height: 72px;
          margin-bottom: 7px; } }
    .hero-text-sub {
      color: #1b272d;
      font-family: 'Shippori Mincho', sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 2px; }
  .hero-bg {
    overflow: hidden; }
    .hero-bg img {
      border-radius: 0px 0px 0px 60px; }
  .hero-foam {
    position: absolute;
    z-index: -1;
    width: 235px;
    bottom: 0;
    left: -90px; }

.installation-container {
  max-width: 317px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .installation-container {
      max-width: 805px;
      margin: 0 158px; } }
  @media (min-width: 1048px) {
    .installation-container {
      margin: 0 30px 0 158px; } }

.block {
  overflow-x: clip;
  position: relative;
  z-index: -1;
  width: 100%;
  display: block;
  padding-top: 80px; }
  @media (min-width: 768px) {
    .block {
      overflow-x: unset;
      padding-left: unset;
      padding-top: unset; } }
  @media (min-width: 1048px) {
    .block {
      width: -webkit-calc(100% - 280px); } }
  .block-header {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .block-header {
        margin-bottom: 38px; } }
    .block-header-main {
      color: #1b272d;
      font-family: 'Shippori Mincho', sans-serif;
      font-weight: 400;
      font-size: 36px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .block-header-main {
          font-size: 40px; } }
    .block-header-sub {
      color: #1b272d;
      font-family: 'Shippori Mincho', sans-serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 1.4px; }
  .block-text {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 40px;
    color: #1b272d;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .block-text {
        margin-bottom: 59px; } }
  .block-img {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .block-img {
        margin-bottom: 48px; } }
    .block-img-item {
      border-bottom-right-radius: 20px; }
      .block-img-item-bottom {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        left: 15px;
        padding: 6px 17px 7px 12px;
        border-top-right-radius: 20px;
        background: linear-gradient(270deg, #8d827a 0%, #47413d 100%) 0% 0%;
        color: #fff;
        font-family: 'Shippori Mincho', sans-serif;
        font-weight: 700;
        font-size: 11px; }
        @media (min-width: 820px) {
          .block-img-item-bottom {
            padding: 8px 18px 9px 15px;
            font-size: 14px; } }
  .block-detail {
    position: relative;
    padding-bottom: 80px; }
    @media (min-width: 768px) {
      .block-detail {
        padding-bottom: 79px; } }
    .block-detail-bg {
      position: absolute;
      z-index: -1;
      background: #f8f8f4;
      border-radius: 0px 20px 20px 0px;
      width: 662px;
      height: 760px;
      left: -100%;
      bottom: 0; }
      @media (min-width: 768px) {
        .block-detail-bg {
          width: 825px;
          left: -158px;
          bottom: 0;
          height: 394px; } }
    .block-detail-text {
      color: #1b272d;
      font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 40px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .block-detail-text {
          margin-bottom: 31px; } }
    .block-detail-list {
      color: #1b272d;
      opacity: 0.6;
      font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px; }
      .block-detail-list li {
        list-style: none; }
  .block-foam {
    position: absolute;
    z-index: -1;
    width: 217px;
    right: -125px;
    top: -84px; }
    @media (min-width: 768px) {
      .block-foam {
        width: 269px;
        right: -125px;
        top: -55px; } }
  .block-foam02 {
    position: absolute;
    z-index: -1;
    width: 231px;
    right: -75px;
    bottom: -127px; }
    @media (min-width: 768px) {
      .block-foam02 {
        width: 375px;
        right: -146px;
        bottom: -174px; } }

.reduce {
  overflow-x: clip;
  position: relative;
  padding: 80px 0; }
  @media (min-width: 768px) {
    .reduce {
      padding: 122px 0; } }
  .reduce-header {
    color: #1b272d;
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .reduce-header {
        font-size: 20px; } }
  .reduce-body {
    color: #1b272d;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .reduce-body {
        margin-bottom: 29px; } }
  .reduce-sub {
    color: #1b272d;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    opacity: 0.6;
    margin-bottom: 40px; }
  .reduce-img {
    margin: 80px auto 0;
    max-width: 690px; }

.exclusive {
  overflow-x: clip;
  position: relative;
  z-index: -1;
  background: #f8f8f4;
  opacity: 1;
  padding: 80px 0;
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .exclusive {
      padding: 100px 0;
      margin-bottom: 100px; } }
  .exclusive-container {
    position: relative; }
    @media (min-width: 768px) {
      .exclusive-container {
        max-width: 845px;
        margin: 0 158px; } }
    @media (min-width: 1048px) {
      .exclusive-container {
        margin: 0 30px 0 158px; } }
  .exclusive-foam {
    position: absolute;
    z-index: -1;
    width: 240px;
    right: -54px;
    top: -130px; }
    @media (min-width: 768px) {
      .exclusive-foam {
        width: 328px; } }
  .exclusive-main {
    color: #1b272d;
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin: 0 60px 10px 30px; }
    @media (min-width: 768px) {
      .exclusive-main {
        margin: 0 0 3px 0; } }
  .exclusive-sub {
    color: #1b272d;
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 24px;
    margin: 0 60px 60px 30px; }
    @media (min-width: 768px) {
      .exclusive-sub {
        margin: 0 0 36px 0; } }
  .exclusive-text {
    color: #1b272d;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    margin: 0 40px 97px 30px; }
    @media (min-width: 768px) {
      .exclusive-text {
        margin: 0 0 107px 0; } }
  .exclusive-block {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 88px 10px 60px 10px;
    max-width: 355px;
    margin: 0 auto 80px; }
    @media (min-width: 768px) {
      .exclusive-block {
        padding: 88px 62px 60px 61px;
        max-width: 845px;
        margin: 0 auto 60px; } }
    .exclusive-block-top {
      display: flex;
      justify-content: center;
      align-items: center;
      top: -53px;
      left: 50%;
      transform: translateX(-50%);
      width: 335px;
      position: absolute; }
      @media (min-width: 768px) {
        .exclusive-block-top {
          width: 743px; } }
      .exclusive-block-top .active {
        position: relative;
        text-align: center;
        color: #fff;
        background: transparent linear-gradient(288deg, #e8d4a1 0%, #c7ae93 100%) 0%;
        box-shadow: 3px 3px 10px #968a831a;
        opacity: 1;
        font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        max-width: 166px;
        padding: 0 14px 0 24px;
        height: 100px; }
        @media (min-width: 768px) {
          .exclusive-block-top .active {
            background: transparent linear-gradient(288deg, #e8d4a1 0%, #c7ae93 100%) 0%;
            font-size: 20px;
            line-height: 26px;
            max-width: 370px;
            padding: 40px 0;
            height: unset; } }
        .exclusive-block-top .active .triangle-down {
          display: block;
          position: absolute;
          bottom: -15px;
          left: 50%;
          transform: translateX(-50%) rotate(180deg);
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0 10px 15px 10px;
          border-color: transparent transparent #e8d4a1 transparent; }
      .exclusive-block-top-right, .exclusive-block-top-left {
        position: relative;
        background: #dddddd;
        box-shadow: 3px 3px 10px #968a831a;
        margin-left: 1px;
        opacity: 1;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        text-align: center;
        color: #fff;
        font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        max-width: 166px;
        padding: 0 14px 0 24px;
        height: 90px;
        width: 50%; }
        @media (min-width: 768px) {
          .exclusive-block-top-right, .exclusive-block-top-left {
            font-size: 20px;
            max-width: 370px;
            padding: 33px 0;
            width: 100%;
            height: unset; } }
        .exclusive-block-top-right:hover, .exclusive-block-top-left:hover {
          cursor: pointer; }
        .exclusive-block-top-right .triangle-down, .exclusive-block-top-left .triangle-down {
          display: none; }
      @media (max-width: 768px) {
        .exclusive-block-top-right {
          padding: unset !important;
          padding-right: 10px !important; } }
      .exclusive-block-top-left {
        border-radius: 100px 0 0 100px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 1px;
        margin-left: 0; }
    .exclusive-block-main {
      text-align: center;
      color: #8d827a;
      font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 10px; }
    .exclusive-block-sub {
      text-align: center;
      color: #8d827a;
      font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 30px; }
    .exclusive-block-border {
      height: 1px;
      width: 90%;
      border-bottom: 1px solid #f5f5f5;
      margin: 0 auto 40px; }
      @media (min-width: 768px) {
        .exclusive-block-border {
          width: 100%;
          margin: 0 0 50px; } }
    .exclusive-block-item {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .exclusive-block-item {
          justify-content: space-between;
          align-items: flex-start;
          flex-direction: row;
          margin-bottom: 41px; } }
      .exclusive-block-item-img {
        max-width: 335px;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          .exclusive-block-item-img {
            margin-bottom: unset;
            max-width: 352px;
            margin-right: 40px; } }
      .exclusive-block-item-text {
        color: #1b272d;
        font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        width: 295px; }
        @media (min-width: 768px) {
          .exclusive-block-item-text {
            min-width: 331px;
            padding-top: 40px; } }
    .exclusive-block-item02 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column-reverse;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .exclusive-block-item02 {
          justify-content: space-between;
          align-items: flex-end;
          flex-direction: row;
          margin-bottom: 40px; } }
      .exclusive-block-item02-img {
        max-width: 335px;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          .exclusive-block-item02-img {
            margin-bottom: unset;
            max-width: 270px; } }
        @media (min-width: 992px) {
          .exclusive-block-item02-img {
            max-width: 450px; } }
      .exclusive-block-item02-text {
        color: #1b272d;
        opacity: 0.6;
        font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        width: 295px; }
        @media (min-width: 768px) {
          .exclusive-block-item02-text {
            width: 235px; } }
    .exclusive-block-fruit-pc {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media (min-width: 768px) {
        .exclusive-block-fruit-pc {
          justify-content: space-between;
          flex-direction: row; } }
      .exclusive-block-fruit-pc-01 {
        max-width: 351px;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .exclusive-block-fruit-pc-01 {
            margin-bottom: unset; } }
      .exclusive-block-fruit-pc-02 {
        max-width: 351px; }
  .exclusive-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      .exclusive-btn {
        flex-direction: row; } }
    .exclusive-btn-01 {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .exclusive-btn-01 {
          margin-bottom: unset;
          margin-right: 82px; } }
      .exclusive-btn-01-text {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
        color: #1b272d;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1.6px;
        margin-bottom: 20px; }
        .exclusive-btn-01-text-border {
          width: 1px;
          height: 14px;
          border-right: 1px solid #0e344e;
          transform: rotate(150deg);
          margin-right: 15px; }
        .exclusive-btn-01-text-border02 {
          width: 1px;
          height: 14px;
          border-right: 1px solid #0e344e;
          transform: rotate(210deg);
          margin-left: 15px; }
      .exclusive-btn-01-item {
        padding: 22px 30px 22px 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0 auto;
        text-align: center;
        width: 315px;
        border-radius: 50px;
        background-image: linear-gradient(90deg, #c7ae93 0%, #e8d4a1 100%);
        transition: background-image 0.4s ease; }
        @media (min-width: 768px) {
          .exclusive-btn-01-item {
            width: 320px; } }
        .exclusive-btn-01-item:hover {
          text-decoration: none;
          color: #fff;
          background-image: linear-gradient(90deg, #e8d4a1 0%, #c7ae93 100%); }
        .exclusive-btn-01-item:visited {
          color: #fff; }
        .exclusive-btn-01-item p {
          font-family: 'Hiragino Sans', sans-serif;
          font-weight: 700;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 1.6px; }
        .exclusive-btn-01-item i {
          color: #fff;
          font-size: 21px;
          line-height: 16px;
          margin-left: 52px; }
          @media (min-width: 768px) {
            .exclusive-btn-01-item i {
              margin-left: 62px; } }
    .exclusive-btn-02-text {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", "Hiragino Sans", Meiryo, sans-serif;
      color: #1b272d;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 1.6px;
      margin-bottom: 20px; }
      .exclusive-btn-02-text-border {
        width: 1px;
        height: 14px;
        border-right: 1px solid #0e344e;
        transform: rotate(150deg);
        margin-right: 15px; }
      .exclusive-btn-02-text-border02 {
        width: 1px;
        height: 14px;
        border-right: 1px solid #0e344e;
        transform: rotate(210deg);
        margin-left: 15px; }
    .exclusive-btn-02-item {
      padding: 22px 30px 22px 0;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 0 auto;
      text-align: center;
      width: 315px;
      border-radius: 50px;
      background-image: linear-gradient(90deg, #c7ae93 0%, #e8d4a1 100%);
      transition: background-image 0.4s ease; }
      @media (min-width: 768px) {
        .exclusive-btn-02-item {
          width: 320px; } }
      .exclusive-btn-02-item:hover {
        text-decoration: none;
        color: #fff;
        background-image: linear-gradient(90deg, #e8d4a1 0%, #c7ae93 100%); }
      .exclusive-btn-02-item:visited {
        color: #fff; }
      .exclusive-btn-02-item p {
        font-family: 'Hiragino Sans', sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1.6px; }
      .exclusive-btn-02-item i {
        color: #fff;
        font-size: 21px;
        line-height: 16px;
        margin-left: 8px; }
        @media (min-width: 768px) {
          .exclusive-btn-02-item i {
            margin-left: 10px; } }

.purchase {
  background: #f5f5f5;
  padding: 80px 0;
  position: relative;
  z-index: -1;
  width: 100%;
  display: block; }
  @media (min-width: 768px) {
    .purchase {
      padding: 75px 0 105px; } }
  .purchase-header {
    color: #1b272d;
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 40px;
    margin-left: 30px; }
    @media (min-width: 768px) {
      .purchase-header {
        margin-bottom: 28px;
        margin-left: 0px; } }
  .purchase-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      .purchase-content {
        justify-content: space-between;
        flex-direction: row; } }
    .purchase-content-item {
      position: relative;
      width: 355px;
      height: 355px; }
      @media (min-width: 768px) {
        .purchase-content-item {
          width: 390px;
          height: 390px; } }
      .purchase-content-item-text {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        left: 0;
        padding: 17px 20px;
        border-top-right-radius: 20px;
        background: linear-gradient(270deg, #d0c29e 0%, #b9aa96 84%, #b5a594 100%);
        color: #fff;
        font-family: 'Hiragino Sans', sans-serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1.4px;
        transition: background-image 0.4s ease; }
        @media (min-width: 768px) {
          .purchase-content-item-text {
            letter-spacing: 1.6px;
            font-size: 16px; } }
        .purchase-content-item-text:hover {
          background: linear-gradient(270deg, #b5a594 0%, #b9aa96 84%, #d0c29e 100%);
          text-decoration: none;
          color: #fff; }
          .purchase-content-item-text:hover i {
            left: 10px;
            color: #fff; }
        .purchase-content-item-text:visited {
          color: #fff; }
        .purchase-content-item-text i {
          position: relative;
          left: 0;
          font-size: 20px;
          margin-left: 15px;
          transition: all 0.4s ease; }
      .purchase-content-item-img img {
        border-bottom-right-radius: 20px; }
    .purchase-content .item01 {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .purchase-content .item01 {
          margin-bottom: unset; } }

a:hover {
  text-decoration: none; }

.title {
  padding-left: 140px;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .title {
      padding: 0;
      position: absolute;
      z-index: 2;
      top: 119px;
      left: 40px; } }
  .title p {
    font-size: 14px;
    color: #1b272d; }

.about {
  width: 100%;
  background-color: transparent;
  padding-top: 200px; }
  @media screen and (max-width: 768px) {
    .about {
      position: relative;
      padding-right: 20px;
      padding-top: 160px; } }
  .about .sp-foam {
    display: none; }
    @media screen and (max-width: 768px) {
      .about .sp-foam {
        display: block;
        position: absolute;
        bottom: -126px;
        left: 0;
        z-index: 0;
        width: 70%; } }
  .about .content {
    position: relative;
    max-width: 825px;
    width: 100%; }
    .about .content img {
      max-width: 825px;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 1327px) {
        .about .content img {
          width: 90%; } }
      @media screen and (max-width: 1205px) {
        .about .content img {
          width: 75%; } }
      @media screen and (max-width: 768px) {
        .about .content img {
          width: 100%; } }
    .about .content .foam {
      position: absolute;
      z-index: 0;
      right: -206px;
      top: -136px; }
      .about .content .foam img {
        width: 400px; }
      @media screen and (max-width: 1327px) {
        .about .content .foam {
          left: 66%;
          right: unset; } }
      @media screen and (max-width: 1205px) {
        .about .content .foam {
          left: 50%;
          right: unset; } }
      @media screen and (max-width: 768px) {
        .about .content .foam {
          display: none; } }
    .about .content .content-title {
      position: absolute;
      text-align: right;
      right: 60px;
      top: 60px;
      z-index: 2; }
      @media screen and (max-width: 1327px) {
        .about .content .content-title {
          left: 43%;
          right: unset; } }
      @media screen and (max-width: 1205px) {
        .about .content .content-title {
          left: 27%;
          right: unset; } }
      @media screen and (max-width: 768px) {
        .about .content .content-title {
          left: unset;
          right: 30px;
          top: unset;
          bottom: 280px; } }
      .about .content .content-title p {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 2; }
      .about .content .content-title h5 {
        font-size: 50px;
        color: #fff; }
    .about .content .sp-content-text {
      display: none; }
      @media screen and (max-width: 768px) {
        .about .content .sp-content-text {
          display: block;
          padding: 60px 30px;
          position: relative; }
          .about .content .sp-content-text p {
            font-size: 16px;
            color: #1b272d;
            line-height: 2; } }
    .about .content .content-text {
      position: absolute;
      bottom: 60px;
      right: -218px;
      z-index: 2; }
      @media screen and (max-width: 1327px) {
        .about .content .content-text {
          left: 71%;
          right: unset; } }
      @media screen and (max-width: 1205px) {
        .about .content .content-text {
          left: 55%;
          right: unset; } }
      @media screen and (max-width: 768px) {
        .about .content .content-text {
          display: none; } }
      .about .content .content-text p {
        width: 337px;
        font-size: 16px;
        color: #1b272d;
        letter-spacing: 0;
        line-height: 2.2; }

.news {
  padding-top: 100px;
  width: calc(100% - 280px); }
  .news ul {
    padding-left: 140px;
    padding-bottom: 70px; }
    .news ul .date {
      font-size: 12px;
      color: #8d827a;
      margin-bottom: 10px; }
    .news ul .news-title {
      font-size: 16px;
      color: #1b272d;
      margin-bottom: 40px; }
    .news ul a:hover {
      text-decoration: none; }
  .news .btn-gold {
    width: 320px;
    margin: 0 auto;
    position: relative; }
    .news .btn-gold::after {
      content: '';
      display: inline-block;
      height: 10px;
      width: 5px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      background: url(https://gigaplus.makeshop.jp/souilab/images/top/arrow_right_white.svg);
      background-size: cover; }
  @media screen and (max-width: 1048px) {
    .news {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .news {
      padding: 100px 30px 0; }
      .news ul {
        padding-left: 0;
        padding-bottom: 50px; }
      .news .title {
        position: relative;
        top: unset;
        left: unset;
        padding-bottom: 50px; } }

h1 {
  font-size: 58px !important;
  color: #1b272d !important; }

.feature-installation {
  background: #fff;
  margin-bottom: 100px; }

.installation-replenish {
  background-color: #F5F5F5;
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1048px) {
    .installation-replenish {
      padding-right: 20px; } }
  @media (max-width: 767.98px) {
    .installation-replenish {
      padding: 0;
      padding-top: 60px; } }
  .installation-replenish__inner {
    position: relative;
    height: 227px;
    max-width: 825px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .installation-replenish__inner {
        height: 212px; } }
    .installation-replenish__inner .arrow-right {
      position: absolute;
      right: 25px;
      top: calc(50% - 8px);
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      -ms-transition: all .2s; }
    .installation-replenish__inner:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .installation-replenish__inner:hover .arrow-right {
      right: 10px; }
  .installation-replenish__image {
    overflow: hidden;
    height: 100%;
    width: 100%; }
    @media (max-width: 767.98px) {
      .installation-replenish__image {
        margin-left: 0px; } }
    .installation-replenish__image img {
      width: 100%;
      height: auto;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      -ms-transition: all .2s; }
  .installation-replenish__title {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 26px;
    font-weight: 500;
    color: #FFFFFF;
    height: 227px;
    width: 805px;
    max-width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0; }
    @media (max-width: 767.98px) {
      .installation-replenish__title {
        height: 212px;
        left: 0; } }
    .installation-replenish__title span {
      display: block;
      font-size: 14px;
      letter-spacing: 1.4px;
      margin-bottom: 5px; }

@media (min-width: 768px) {
  .installation-container-sp {
    width: 100%;
    margin-left: 178px; } }

@media (max-width: 767.98px) {
  .installation-container-sp {
    max-width: 100%; }
    .installation-container-sp .installation-replenish {
      padding-top: 0; }
    .installation-container-sp .installation-replenish__title &gt; div {
      background-color: unset; } }

</pre></body></html>